/*************************************
 * 問い合わせ用CSS
 ************************************/
section.contact_detail {
    /*width: 935px;*/
    margin: 20px auto 150px auto;
	padding: 0 5px;
}

p.topmessage {
    font-size: 28px;
    font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    margin: 80px 0;
}

h3:before {
    border-bottom: 3px #74ae9f solid;
    content: "";
    display: block;
    width: 300px;
    position: absolute;
    bottom: -3px;
    left: 0;
}



.tel_contact {
    /* margin-bottom: 100px; */
    margin-bottom: 40px;
}

.tel_contact p.introduction {
    margin: 10px 0 50px 0;
}

.office_info_leftside,
.office_info_middleside,
.office_info_rightside {
	margin-bottom: 40px;
    display: inline-block;
}

.office_info_middleside {
    margin: 0 43px 40px 43px;
}

p.contact_purpose {
    background-color: #74ae9f;
    text-align: center;
    padding: 10px 0;
    width: 279px;
    color: #ffffff;
    /* margin-bottom: 19px; */
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: 16px;
}

p.office_name {
    font-size: 22px;
}

.office_info_inner p {
    padding: 10px 0;

    background-image: -moz-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: -webkit-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: -ms-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    -webkit-background-size: 4px 1px;
       -moz-background-size: 4px 1px;
            background-size: 4px 1px;
    background-repeat: repeat no-repeat;
    background-position: bottom;
}


.contact_flow {
    margin-top: 41px;
	display: none;
}

.contact_flow li {
    display: inline-block;
    padding: 20px 0 !important;
    width: 177px;
    text-align: center;
    border-radius: 7px;
    background-color: #f0ede6;
    color: #878785;
    font-size: 17px;
}

li.error_state {
    padding: 34px 0 !important;
    margin-left: 71px! important;
    position: relative;
}


.contact_flow li:nth-of-type(2) {
    margin: 0 71px !important;
    position: relative;
}


.contact_flow li:nth-of-type(2)::before,
.contact_flow li:nth-of-type(2)::after,
.contact_flow li.error_state::before {
    content: url(../img/contact/arrow01.png);
    position: absolute;
    top: 40%;
}

.contact_flow li:nth-of-type(2)::before,
.contact_flow li.error_state::before {
    left: -45px;
}

.contact_flow li:nth-of-type(2)::after {
    right: -45px;
}

li.now_stage {
    background-color: #74ae9f;
    color: #ffffff;
}


.form_contact p.introduction {
    margin: 50px 0;
}

p.form_attention::before {
    content: "●";
    color: #49ae9f;
    font-size: 40px;
    position: absolute;
    top: -20px;
    left: -22px;
}



p.form_attention {
    position: relative;
    font-size: 20px;
    margin-left: 20px;
}

.form_attention_privacy {
    margin: 50px 0 20px 22px;
}

.form_attention_privacy a {
    font-size: 12px;
    color: #49ae9f;
    position: relative;
}

.form_attention_privacy a::before {
    content: url(../img/contact/arrow02.png);
    position: absolute;
    left: -20px;
    top: -1px;
}

.form_attention_character {
    font-size: 13px;
    margin-bottom: 20px;
}

.form_attention_character a {
    color: #49ae9f;
}




div#trust-form tr:hover {
    background-color: #ffffff !important;
}


div#trust-form th {
    background-color: #f0ede6;
    /*width: 190px;*/
    font-weight: normal !important;
    border-bottom: none !important;
    vertical-align: middle !important;
    padding: 15px 0 !important;

    background-image: -moz-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: -webkit-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: -ms-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    -webkit-background-size: 4px 1px;
       -moz-background-size: 4px 1px;
            background-size: 4px 1px;
    background-repeat: repeat no-repeat;
    background-position: top;
}

div#trust-form tr:nth-last-of-type(1) th,
div#trust-form tr:nth-last-of-type(1) td {
    background-image: -moz-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%), -moz-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: -webkit-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%), -webkit-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: -ms-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%), -ms-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%), linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    -webkit-background-size: 4px 1px;
       -moz-background-size: 4px 1px;
            background-size: 4px 1px;
    background-repeat: repeat no-repeat, repeat no-repeat;
    background-position: top, bottom;
}

.contact-form-confirm th div,
.contact-form-confirm td div{
    font-size: 15px;
}

div#trust-form td {
    border-bottom: none !important;

    background-image: -moz-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: -webkit-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: -ms-linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    background-image: linear-gradient(left, #cdcdcd, #cdcdcd 75%, transparent 75%, transparent 100%);
    -webkit-background-size: 4px 1px;
       -moz-background-size: 4px 1px;
            background-size: 4px 1px;
    background-repeat: repeat no-repeat;
    background-position: top;
}

div#trust-form td  div{
    padding: 0 0 0 20px !important;
}

.subject {
    /*text-align: center;*/
}

span.require {
	color: #49ae9f !important;
    font-size: 32px;
    line-height: 19px;
}

th,
td {
	display: block;
}

/*.company_name,
.Media_name,
.name {
    width: 350px;
}

.kana,
.post_number {
    width: 250px;
}

.address {
    width:450px;
}

.tel {
    width:250px;
}

.email {
    width:400px;
}

.content_detail {
    width: 720px;
    height: 200px;
}*/

.company_name,
.Media_name,
.name,
.kana,
.post_number,
.address,
.tel,
.email {
    height:20px
}

div#trust-form input,
.content_detail {
    -webkit-box-shadow:2px 2px 2px 0 rgba(100,100,100,0.2) inset;
    -moz-box-shadow:2px 2px 2px 0 rgba(100,100,100,0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(100,100,100,0.2) inset;
    border: 1px #000000 solid;
}

div#trust-form tr:nth-of-type(10) td div{
    padding: 10px 0 10px 10px !important;
}



div#trust-form tr:nth-of-type(1) td div::after{
    content: "（例：山田太郎：全角）";
}

div#trust-form tr:nth-of-type(2) td div::after{
	content: "（ 例：ヤマダタロウ：全角）";
}

div#trust-form tr:nth-of-type(3) td div::after{
}

div#trust-form tr:nth-of-type(4) td div::after{
    content: "（ 例：長浜市元浜町12番38号）";
}

div#trust-form tr:nth-of-type(5) td div::after{
	content: "（ 例：0749-65-2330：半角数字）";
}

div#trust-form tr:nth-of-type(6) td div::after{
    content: "（ 例：info@kurokabe.co.jp：半角英数）";
}

div#trust-form tr:nth-of-type(7) td div::after{
}

div#trust-form tr:nth-of-type(8) td div::after{
}

div#trust-form tr:nth-of-type(9) td div::after{
    content: "（例：××株式会社：全角）";
}

div#trust-form tr:nth-of-type(10) td div::after{
	content: "（雑誌名、番組名など：全角）";
}


div#trust-form td div.error{
    font-size: 14px;
}

div#trust-form td div.error::after{
    display: none;
}

div#trust-form tr:nth-of-type(1) td div::after,
div#trust-form tr:nth-of-type(2) td div::after,
div#trust-form tr:nth-of-type(3) td div::after,
div#trust-form tr:nth-of-type(4) td div::after,
div#trust-form tr:nth-of-type(5) td div::after,
div#trust-form tr:nth-of-type(7) td div::after,
div#trust-form tr:nth-of-type(8) td div::after,
div#trust-form tr:nth-of-type(9) td div::after{
    font-size: 15px;
    margin-left: 5px;
}


p#confirm-button {
    width: 100%;
    margin-top: 50px;
}

p#confirm-button input {
    background-color: #000000;
    color: #ffffff;
    width: 300px;
    height: 50px;
    font-size: 26px;
    border-radius: 8px;
}

p#confirm-button input:hover {
    opacity: 0.6;
    cursor: pointer;
}



/***************************************************
 * 以下確認画面、完了画面用のCSS
 **************************************************/

p.form_recheck,
p.form_submit_text_b {
    font-size: 27px;
    color: #8F4039;
    margin-top: 23px;
}

p.recheck_text {
    margin: 6px 0 17px;
    font-size: 13px;
}

.contact-form-confirm p#confirm-button input {
    display: inline-block;
}

.contact-form-confirm p#confirm-button {
    width: 655px;
    /*margin: 95px auto 0;*/
}

.contact-form-confirm p#confirm-button input:nth-of-type(1) {
    margin-right: 50px
}

.contact-form-confirm th,
.contact-form-confirm td {
    font-size: 27px;
}

.contact-form-confirm td div::after{
    display: none;
}



p.form_submit_text {
    margin-top: 13px;
    font-size: 14px;
}

p.accepted_text {
    margin-top: 24px;
    font-size: 14px;
}

/*タブレット対策*/
@media only screen and (max-width: 959px) {
	.company_name,
	.Media_name,
	.name,.kana,
	.post_number,
	.address,
	.tel,
	.email {
		width: 98%;
	}

	.content_detail {
		width: 98%;
		height: 200px;
	}

	.contact_flow li {
		width: 110px;
		text-align: center;
		border-radius: 7px;
		font-size: 14px;
	}
}

/*スマホ対策*/
@media only screen and (max-width: 480px) {
	p.topmessage {
		font-size: 22px;
	}

	.office_info_middleside {
		margin-left: 0;
		margin-right: 0;
	}

	.company_name,
	.Media_name,
	.name,.kana,
	.post_number,
	.address,
	.tel,
	.email {
		width: 100%;
	}

	.content_detail {
		width: 96%;
		height: 200px;
	}

	.contact_flow li {
		width: 25%;
		margin-bottom: 10px !important;
		padding: 10px 0 !important;
		text-align: center;
		border-radius: 7px;
		font-size: 12px;
	}

	li.error_state {
		padding: 20px 0 !important;
	}

	.contact_flow li:nth-of-type(2)::before,
	.contact_flow li:nth-of-type(2)::after,
	.contact_flow li.error_state::before {
		content: url(../img/contact/arrow01_sp.png);
		position: absolute;
		top: 40%;
	}

    .office_info_leftside,
    .office_info_middleside,
    .office_info_rightside {
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 280px;
    }
}


.org_to_ec_contact {
    display: block;
    margin-bottom: 100px;
}

.org_to_ec_contact img {
    margin: auto;
}
