@charset "utf-8";

#form_wrap{
    width:100%;
    position:relative;
}
input,textarea,select  {
border:0;
padding:7px;
color:#333;
border:solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

input:focus,textarea:focus,select:focus {
    border:solid 1px #63BEFC;
}

#form_contact_main dl:first-child{
    border-top: none;
}

/*form pageContact,Enquete common*/
/*-----------------------------------------------------------------------*/


/*#form_container{
width:900px;
margin:0px auto;
}

#form_header{
width:900px;
height:80px;
}

#form_main{
width:100%;
float:left;
margin:0px auto 50px auto;
overflow:auto;
}

#form_title{
border-bottom:solid 2px #000000;
margin-bottom:20px;
line-height:150%;
font-size:120%;
font-weight:bold;
}

#form_intro{
line-height:150%;
}

#form_required_text{
margin:20px 0 20px 0;
color:#CC0000;
}
*/
#submit_button {
    clear: both;
    text-align: center;
    margin: 50px 0 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

#submit_button input {
    width: 180px;
    border: solid 1px #274464;
    padding: 6px 0;
    cursor: pointer;
    font-size: 120%;
    background-color: #eee;
    transition: 0.8s;
}
#submit_button input:hover{
    width:180px;
    color:#fff;
    background-color:#0F4993;
}


#contents_left {
    float: left;
    width: 74%;
    background-color: #fff;
    padding: 10px;
}

/*#form_footer{
width:900px;
height:50px;
}

address {
font-size: 85%;
font-style: normal;
float:right;
line-height:50px;
}

#form_footer a{
color:#000;
}
*/
/*form pageContact*/
/*-----------------------------------------------------------------------*/

#form_contact_main{
overflow:auto;
}

#form_wrap{
width:100%;
}

#form_contact_main dl{
width:100%;
border-top:1px dotted #ddd;
/*background-color:#f5f5f5;*/
line-height:220%;
float:left;
}

#form_contact_main dt{
width:30%;
float:left;
padding:30px 10px;
}

#form_contact_main dt span{
font-weight:bold;
color:#FF0000;
}

#form_contact_main dd{
padding:30px 10px;
width:70%;
float:left;
}

#privacy_txt{
	margin-left:30%;
	padding-left:10px;
	margin-top:10px;
}
#form_contact_main a{
color:#3898CC;
text-decoration:none;
}

#form_contact_main a:hover{
color:#3898CC;
text-decoration:underline;
}

.contact_left {
    width: 50%;
    float: left;
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px;
}

.contact_right {
    width: 50%;
    float: right;
    text-align: center;
    padding: 10px;
    background-color: #e6e6e6;
}

.number_box {
    font-size: 31px;
}

.contact_left .number_box {
    font-size: 31px;
    background-image: url(../../../dcms_media/image/common/tel_icon.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
}

.contact_right .number_box {
    font-size: 31px;
    background-image: url(../../../dcms_media/image/common/fax_icon.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
}

/*form pageEnquete*/
/*-----------------------------------------------------------------------*/

#basic_information{
border-left:solid 5px #999;
background-color:#EFEFEF;
padding:5px;
margin:40px 0 10px 0;
font-weight:bold;
color:#333;
}

#form_enquetet_main{
overflow:auto;
}

#enquete_intro{
border-left:solid 5px #999;
background-color:#EFEFEF;
padding:5px;
margin:50px 0 20px 0;
font-weight:bold;
color:#333;
}

#form_enquetet_main dl{
width:700px;
border-bottom:1px dotted #CCCCCC;
padding:10px 0;
line-height:220%;
}

#form_enquetet_main dl.privacy{
margin-top:30px;
border-bottom:none;
}

#form_enquetet_main dt span{
font-weight:bold;
color:#CC0000;
}

#form_enquetet_main dd{
width:650px;
padding-left:20px;
}

#free_text{
margin:20px 0 10px 0;
}


/*form utility*/
/*-----------------------------------------------------------------------*/


.example_text{
margin-top:5px;
line-height:100%;
font-size:90%;
color:#999999;
}

#family_name,#first_name,#family_name_yomi,#first_name_yomi{
width:120px;
margin-right:20px;
}

#zip01,#zip02{
width:60px;
}

#female{
margin-left:20px;
}

#table_address td{
padding:3px 0 3px 0;
}
span.break{
	padding-left:15px;
}

.width_cs{width:100%;}
.width_cm{width:100%;}
.width_cl{width:100%;}
.width_es{width:100%;}
.width_em{width:100%;}
.width_el{width:100%;}
.height_s{height:50px;}
.height_m{height:100px;}
.height_l{height:150px;}


.privacy {
    margin-left: 31.5%;
    margin-top: 10px;
    padding-bottom: 20px;
}


/*setting*/
/*-----------------------------------------------------------------------*/

.keywords_box{
margin-bottom:5px;
margin-right:6px;
float:left;
}


/*----エラー項目部分のハイライト----*/
    .dcms_error_area{
        background:#FFD7D7;
        position: relative;
    }
    p.error_text{
        display:none;
    }
    .dcms_error_area p.error_text{
        display: block;
        width: auto;
        /*float: left;*/
    }

    .dcms_error_area p.error_text span{
        background: #ff6666;display: inline-block;padding: 7px;
    }

/*----エラーテキストの吹き出し装飾用----*/
    #contact-form .dcms_error_area p.error_text{
        margin-top: 5px;
        color: #FFF;
        position: relative;
        /*アニメーションをつける場合*/
        -webkit-animation: dcms_fadein_up 0.8s 1;
        -moz-animation: dcms_fadein_up 0.8s 1;
        -ms-animation: dcms_fadein_up 0.8s 1;
         -o-animation: dcms_fadein_up 0.8s 1;
            animation: dcms_fadein_up 0.8s 1;
    }
    #contact-form .dcms_error_area p.error_text:before{
        content:"";
        width: 0px;
        height: 0px;
        position: absolute;
        text-align: left;
        top:-10px;
        left:10px;
        border: 5px solid transparent;
        border-bottom: 5px solid #FF6666;
        /*アニメーションをつける場合*/
        -webkit-animation: dcms_fadein_up 0.8s 1;
        -moz-animation: dcms_fadein_up 0.8s 1;
        -ms-animation: dcms_fadein_up 0.8s 1;
         -o-animation: dcms_fadein_up 0.8s 1;
            animation: dcms_fadein_up 0.8s 1;
    }

    /*アニメーションを設定する*/
    @-webkit-keyframes dcms_fadein_up {
        0% {  opacity:0; }
        100% { opacity:1;}
    }
    @-o-keyframes dcms_fadein_up {
        0% {  opacity:0; }
        100% { opacity:1;}
    }
    @-moz-keyframes dcms_fadein_up {
        0% {  opacity:0; }
        100% { opacity:1;}
    }
    @keyframes dcms_fadein_up {
        0% {  opacity:0; }
        100% { opacity:1;}
    }


#form_contact_main dl dd table tbody tr td input:nth-child(3){
    width: 100px;
}



/* screens smaller than 600---------------------------------------------------------- */
@media only screen and (max-width:690px) {
	
#form_contact_main dl{
border-top:none;
margin-bottom:15px;
}
#form_contact_main dt,#form_contact_main dd{
width:100%;
float:none;
padding:5px 0;
}
#form_contact_main dt {
    padding: 0 0px 5px 6px;
    border-left: 3px #274464 solid;
    border-bottom: 1px #7c95b1 solid;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 10px;
}
#privacy_txt{
	margin-left:0;
	padding-left:0;
	font-size:90%;
}
#submit_button{
margin:30px 0 0;
}
#table_address td{
	display:block;
}
span.break{
	display:block;
	padding-left:0;
}
input{
	width:100%;
}
input[type=radio],input[type=checkbox]{
	width:20px;
}
	

	p.privacy {
    margin-left: 0%;
    margin-top: 10px;
    padding-bottom: 20px;
}


#contents_left {
    float: none;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}


.contact_left {
    width: 100%;
    float: none;
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 15px;
}

.contact_right {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px;
    background-color: #e6e6e6;
    margin-bottom: 50px;
}


.contact_left .number_box {
    font-size: 29px;
    background-image: url(../../../dcms_media/image/common/tel_icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

.contact_right .number_box {
    font-size: 29px;
    background-image: url(../../../dcms_media/image/common/fax_icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
}



}


@media only screen and (min-width:691px) and (max-width:979px) {


#form_contact_main dd {
    padding: 30px 10px;
    width: 100%;
    float: left;
}


#form_contact_main dt {
    width: 100%;
    float: left;
    padding: 10px 10px 0px 10px;
}

#contents_left {
    float: none;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

p.privacy {
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
}


}

/*20170223_add akazawa*/
/*-----------------------------------------------------------------------*/
@media only screen and (max-width: 690px) {
    .privacy {margin-left: 0;}
}
