@charset "utf-8";
/**/
/* common */
*{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

img{
    height: auto;
    padding:0;
    margin:0;
}

.form-btn img{
    width: auto;
}

@media (max-width: 1000px){
    img{
      width:100%;
    }
}

body{
    font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #005F9D;
}

h2{
    margin: 0 auto 40px;
    line-height: 1.2;
    font-family: "ゴシックMB101 B";
}

@media (max-width: 1000px) {
    h2{
    margin:0px 38px 40px 38px;
    }
    #comparison .text h2{
    margin: 0 auto 40px;
    }
}

h3{
    color: #006DB5;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "ゴシックMB101 B";
}

h4{
    font-family: "じゅん 501";
}

p{
    line-height: 1.8;
    text-align: left;
    margin-bottom: 1em;
    font-family: "新ゴ R";
}

dt,dd,ul,li{
    padding-left: 0;
    margin-left: 0;
    font-family: "新ゴ R";
}

th,td{
  font-family: "新ゴ R";
}

.br::before {
    content: "\A";
    white-space: pre ;
}



@media (max-width: 1000px) {
    .br::before {
    content: "";
    white-space: normal;
    }
    .no-br .br::before {
    content: "\A";
    white-space: pre ;
    }
}

@media (max-width: 600px) {
    .br-sp::before {
    content: "\A";
    white-space: pre ;
    }
}

#header{

}

#header .box{
    position: relative;
    max-width: 1000px;
    min-height: 90px;
    margin: 0 auto;
    padding: 0;
    top: 0;
}

#header h1{
    position: absolute;
    top: 30px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#header .form-page h1{
    position: absolute;
    top: 45px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#header-text{
  position: absolute;
    max-width:1000px;
    margin:30px auto 0;
    line-height: 0;
    color:#333;
    font-weight:bold;
}

#header-text img{
    line-height: 0;
}

@media (max-width: 1000px) {
  #header .box{
        min-height: 60px;
    }
  #header h1, .form-page h1 {
        position:relative;
        max-width:180px;
        top:15px;
        margin-left: 15px;
    }

    #header .form-page h1{
        position:relative;
        margin-left: 15px;
        top:35px;
    }
}

#header p{
    margin: 0;
    padding: 0;
}

#header .area-pc{
    display:block;
    position: absolute;
    top: 10px;
    right: 510px;
}

#header .area-sp{
    display:block;
    position: absolute;
    top: 50px;
}

#header .tel{
    position: absolute;
    top: 10px;
    right: 210px;
}

#header .form-page .tel{
    position: absolute;
    top: 15px;
    right: 0;
}

@media (min-width: 1000px) {
    #header .area-sp{display:none;}
  }

@media (max-width: 1000px) {
    #header{
      height:80px;
    }

   #header .tel-top, #header .btn{
        display:none
    }
    #header .area-sp{
        max-width:397px;
    }
    #header .area-pc{display:none;}

    #header .form-page .tel  {
        position:static;
        padding-top:50px;
    }


    #form{
      margin-top:100px;
    }

    #header .form-page .tel img {
        width:auto;
    }
}

#header .btn{
    position: absolute;
    right: 0;
    top: 10px;
    text-align: center;
}

#header .btn img{
    width: auto;
}

#header .btn a{

    display: block;
    background: #FF8000;
    max-width: 280px;
    max-height: 73px;
    padding: 8px 13px 8px 13px;

    border-bottom: solid 4px #AC5600;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}

#header .btn a:hover{
    background: #FF9933;
    border-bottom: solid 4px #BF6000;
}

.contents-wrap{
    text-align: center;
    width: 100%;
}

#main-image{
    background: #F1E5DF url(../img/top_img.png) no-repeat right;
    min-width: 1000;
    min-height: 540px;
    x-webkit-background-size: cover;
    xbackground-size: cover;
}

#main-image .copy{
    max-width: 1086px;
    margin: 0 auto;
    position: relative;
}

#main-image .copy:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

#main-image .copy p.p1{
    float: left;
}

#main-image .copy p.p2{
    float: left;
    margin: 30px 0 0 30px;
}

#main-image .copy p.p3{
    font-size: 0;
    line-height: 0;
}

@media (max-width:1000px) {
  #main-image {
        background: none ;
        min-width: 0px ;
        min-height: 0px ;
        padding-top: 10px ;
    }
}

@media (max-width:1000px) {
  #main-image .copy .p1 {
        display: none ;
    }
}

@media (max-width:1000px) {
  #main-image .copy .p2 {
        display: none ;
    }
    #header-text{
        margin:20px 0 0 15px;
        font-size:14px;
    }
}

@media (min-width:1000px) {
  #main-image .copy .p3 {
        display: none ;
    }


}

/* 問い合わせボタン ==========*/
.inquiry{
    background: #006DB5;
    margin-bottom: 0;
}

.inquiry p{

    margin: 0;
    padding: 0;
}

.inquiry .box{
    max-width: 1000px;
    margin: 0 auto;
    padding:20px 0px 0px 0px
}

.inquiry .box:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
    padding-bottom: 20px
}

.inquiry .box .p1{
    margin: 0 0 30px 0 ;
}

.inquiry .box .p2{
    margin:0 auto;
    text-align:center;
}

.inquiry .box .p3{
    padding:0;
    float:left;
}

.inquiry .box a.form-btn{
    margin-top:10px;
    display: block;
    float: right;
    background: #FF8000;

    width: 366px;
    height: 110px;

    padding: 12px 0 10px 20px;

    border-bottom: solid 4px #AC5600;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}

.inquiry .box a.form-btn:hover{
    background: #FF9933;
    border-bottom: solid 4px #BF6000;
}

@media screen and (max-width: 1000px) {
.inquiry .box .p1, .inquiry .box .p2, .inquiry .box .p3, .inquiry .box a.form-btn {display:none}

.inquiry .box{
    padding:20px 10px 0;
}
}

.inquiry .box .p3{
    margin: auto;
    max-width: 587px;
    margin-bottom: 20px;
    padding: 0;
}

.inquiry .box .p5{
    text-align:center;
    margin-bottom:10px;
    font-size:32px;
    color:#FFF;
    line-height:1.2;
    font-family: "新ゴ R";
}

.inquiry .box .p6 a{
    max-width: 587px;
    margin: auto;
    margin-bottom: 10px;
    display: block;

    background: #FFFF00;

    padding: 12px 25px 12px 25px;

    border-bottom: solid 4px #ACAC00;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;

}

.inquiry .box .p4{
    text-align:center;
    margin-bottom:15px;
}

.inquiry .box a.form-btn2{
    max-width: 587px;
    margin: auto;
    display: block;
    background: #FF6411;
    text-align:center;

    padding: 10px 10px 10px 10px;

    border-bottom: solid 4px #8E4620;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}

.inquiry .box a.form-btn2:hover{
    background: #FF9933;
    border-bottom: solid 4px #BF6000;
}

.inquiry .box .form-btn2 img{
    max-width:360px;
}

@media screen and (min-width: 1000px) {
.inquiry .box .p4, .inquiry .box .p5,.inquiry .box .p6, .inquiry .box a.form-btn2 {display:none}
}

@media screen and (max-width: 1000px) {
.inquiry .box{
    max-width:600px;
  }
}

/* 問い合わせボタンここまで ==========*/

.content{
    text-align: center;
    padding-top: 60px;
}
    .content h2 img{
        max-width: 503px;
    }

    .content p{
        margin: 0 auto;
        text-align: center;
    }

.f-box:after{
    content: ".";
    display: block;
    height: 0;
    font-si
    ze:0;
    clear: both;
    visibility:hidden;
}

@media (max-width:1000px) {
    .content .f-large img {
    max-width: 350px
    }
}

.f-left{
    float: left;
}

.f-right{
    float: right;
}

@media (max-width:1000px) {
    .content .f-left img {
    max-width: 620px
    }
}

@media (max-width:1000px) {
    .content .f-right img {
    max-width: 300px
    }
}

/* contents */



#troubled{
    max-width: 980px;
    margin: 0 auto 20px;
}

@media (max-width: 1000px) {
    #troubled{
       padding: 0 15px;
    }
}

.kaiketsh img{
    max-width: 988px;
}

@media (max-width: 1000px) {
    .kaiketsh img{
       padding: 0 15px;
       max-width: 580px;
    }
}

@media (max-width: 1000px) {
    .kaiketsh .pc{
    display:none;
    }
}

@media (min-width: 1000px) {
    .kaiketsh .sp{
    display:none;
    }
}

@media (max-width: 1000px) {
    .f-left{
        float: none;
    }
}

.text-copy{
    padding: 40px 0;
    margin-bottom: 20px;
}

.text-copy p{
    color: #006DB5;
    font-size: 24px;
    text-align:center
}

.text-copy p strong{
    font-size: 42px;
    background: #FFFF5B;
}

@media (max-width:1000px) {
     .text-copy p{
     font-size:17px;
     text-align:left;
     }
     .text-copy p strong {
     font-size:20px ;
     text-align:left;
     }
}

@media (max-width:1000px) {
     .text-copy .p1 {
     margin: 0 38px ;
     }
}

#comparison{

    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 20px 37px 0;
    border: 1px solid #006DB5;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}

@media (max-width:1000px) {
     #comparison {
     margin: 0 15px 60px ;
     }
}

#comparison .text{
    font-size: 48px;
}

#comparison .text h2{
    font-size: 48px;
    color: #FF3E0C;
}

@media (max-width:1000px) {
     #comparison .text {
     font-size: 17px;
     }
}

#comparison .text h2 span span{
    color: #FF3E0C;
}

#comparison .text .bg{
    font-size: 36px;
    background: #006DB5;
    color: #FFF;
    padding: 4px 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#comparison .text strong{
    color: #FF3E0C;
}

#comparison .text strong.f-large{
    font-size: 64px;
}

@media (max-width:1000px) {
     #comparison .text h2{
     font-size:30px
     }
}

@media (max-width:1000px) {
     #comparison .text .br span {
     font-size:30px
     }
}

@media (max-width:1000px) {
    #comparison .text .bg {
     font-size:22px;
     text-align: center;
     margin-bottom: none;
     }
}

#comparison .text .bg::after {
    content: "\A";
    white-space: pre;
}

@media (max-width:1000px) {
    #comparison .text-copy {
     padding: 40px 0 0 0 ;
     }
}

@media (max-width:1000px) {
    #comparison .f-box .pc {
     display: none;
     }
}

@media (min-width:1000px) {
    #comparison .f-box .sp {
     display: none;
     }
}

#comparison .sodan{
    font-size: 24px;
    margin-bottom: 40px;
}

#comparison .sodan strong{
    color: #FF3E0C;
}

@media (max-width:1000px) {
#comparison .sodan{
    font-size: 17px;
    text-align:left;
    }
}

#merit{
    padding-bottom: 40px;
}

#results h2,
#flow h2,
#price h2,
#access h2,
#profile h2,
#form h2,
#change h2{
    font-size: 54px;
}

#merit h2, #results h2{
    font-size: 62px;
}

@media (max-width: 1000px){
#merit h2, #results h2{
    font-size: 40px;
}
}

h2.f-large{
    font-size: 54px;
}

h2 span{
    color: #FF3E0D;
}

#flow h2 span{
    color: #005F9D;
}

#merit h2 span,#results h2 .f-large{
  font-size: 90px;
}

@media (max-width: 1000px){
#merit h2 span,#results h2 .f-large{
    font-size: 40px;
}
}

h2 span.f-large{
    font-size: 72px;
    color: #FF3E0D;
}


@media (max-width: 1000px) {
    #merit h2,
    #results h2,
    #flow h2,
    #price h2,
    #access h2,
    #profile h2,
    #form h2,
    #change h2{
        font-size: 30px;
    }
}

@media (max-width: 1000px) {
    h2.f-large{
        font-size: 30px;
    }
}

@media (max-width: 1000px) {
   h2 span.f-large{
        font-size: 35px;
    }
}

#merit ul{
    margin: 0;
    padding: 0;
}

#merit li{
    list-style: none;
    margin: 0;
    padding: 0;
}

#merit .box {
    max-width: 1000px;
    margin: 0 auto 60px;
}


#merit img{
    width:100%;
}

@media (max-width:1000px) {
     .list-pc{
     display:none;
     }
     #merit .box{
     padding: 10px 15px 15px;
     }
}

@media (min-width:1000px) {
     .list-sp{
     display:none;
     }
}

#results {
    background: #BADBED url(../img/bg_lblue.png);
    margin-bottom: 60px ;
    padding: 40px 0 ;
}

#results h3{
  font-family: "じゅん 501";
}

#results .f-box{
    max-width: 750px;
    margin: 0 auto 40px;
}

#results .f-box p{
    margin: 5px 5px;
}

#results .zisseki{
    max-width:1000px;
    background:#006DB5;
    padding:15px;
}

@media (max-width: 1000px) {
   #results h3{
        font-size: 20px;
    }

    #results .zisseki img{
      max-width:537px;
    }
}

table{
    border-collapse: separate;
    border-spacing: 4px;
    margin: 0 auto;
}

table th,
table td{
    font-size: 18px;
    color: #333;
    text-align: left;
    padding: 8px 16px;
    background: #FFF;
}

table th{
    background: #006DB5;
    color: #FFF;
    text-align: center;
}

table td.num-m{
    text-align: right;
}

@media (max-width: 1000px) {
   table th,
   table td {
        font-size: 15px;
        padding: 6px 8px;
    }
}

.comment {
    max-width: 1000px;
    background: #FFF;
    margin: 0 auto 40px;
    text-align: left;
}

.comment .box {
    max-width: 1000px;
    border: 2px solid #006DB5;
    margin: 0 auto ;
    padding: 25px;
    background:#F2F8FB;
}

.comment .box:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

.comment h3{
    display: inline;
}

 .comment .title {
        font-size: 20px;
        text-align:left;
        background:#005B9F;
        padding:20px;
        text-align:center;
  }

  .comment .box .text{
      max-width:655px;
      float:left;
  }

.comment h4{
    font-size:26px;
}

.comment p{
    font-size: 16px;
    color:#333;
    text-align: left;
}

@media (max-width: 1000px) {
   .comment p {
        font-size: 16px;
        text-align:left;
    }

    .comment .title img{
        max-width:521;
  }
}

.comment .rignt{
    float:right;
    margin-top:20px;
}

.mb40{
    margin-bottom: 40px;
}

#change{
    max-width: 1000px;
    text-align: center;
    padding-top: 40px;
    margin: 0 auto 60px;
    margin-bottom: 60px;
}

#change p{
    text-align: center;
    font-size: 24px;
}

#change .p1{
    margin: 0 auto ;
    max-width: 519px;
    text-align: center;
}

#change .p3{
    margin-bottom: 20px ;
}

#change span span{
    color: #FF3E0D;
}

@media (max-width:1000px) {
    #change p {
    text-align:left;
    margin: 0 38px ;
    font-size: 17px;
    }
}

@media (max-width:1000px) {
    #change .p1 img {
    max-width:380px ;
    padding: 0 38px
    }
    #change .p2 img {
    display:none ;
    }
}

@media (min-width:1000px) {
    #change .p3 img {
    display:none ;
    }
}

#flow{
    max-width: 870px;
    text-align: center;
    margin: 0 auto 60px;
    padding-top: 40px;
}

#flow ol li{
    list-style: none;
    margin-bottom: 5px;
}

#flow ol {
    padding-left: 0px;
    }

@media (max-width:1000px) {
    #flow ol li {
    margin:0 38px 5px;
    }
}

#price{
    text-align: center;
    max-width: 100%;
    margin: 0 auto 0;
    border-top: 2px solid #EFEFEF;
}

#price .parent-box{
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 60px;
}

#price .f-box{
    max-width: 1000px;
    margin: 0 auto;
}

#price .box{
    max-width: 300px;
    float: left;
    margin: 0 10px 20px;
}

#price h3{
    text-align: center;
    margin-bottom: 120px;
}

#price p,
#price li{
    font-size: 16px;
    text-align: left;
}

#price li{
    list-style: none;
}

#price p.copy{
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    font-family: "じゅん 501";
}


#price .bg1{
    background: url(../img/ryokin_icon1.png) no-repeat 50% 80px;
}

#price .bg2{
    background: url(../img/ryokin_icon2.png) no-repeat 50% 80px;
}

#price .bg3{
    background: url(../img/ryokin_icon3.png) no-repeat 50% 80px;
}

@media (max-width: 1000px){
#price .parent-box {
    margin: 0 38px 60px ;
    }
}

@media (max-width: 1000px){
#price .box{
    text-align: none;
    max-width: 380px;
    float:none;
    margin:auto;
    padding:10px 0 10px ;
    border-bottom: 1px solid ;
    }
}

@media (max-width: 1000px){
#price p.copy{
    font-size: 28px;
    }
}

@media (max-width: 1000px){
#price h3{
    font-size: 24px;
    }
}

@media (max-width: 1000px){
#price p , #price li{
    font-size:16px;
    }
}

#access{
    text-align: center;
    max-width: 100%;
    margin: 0 auto 0;
    border-top: 2px solid #EFEFEF;
}

#access .box{
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0 60px;
}

#access dl,
#access ul{
    font-size: 18px;
    color: #333;
    list-style: none;
    text-align: left;
    margin: 0 0 1em;
}

#profile iframe{
    width: 960px;
    height: 400px;
}

@media (max-width:1000px){

    #access dl,
    #access ul{
    font-size: 16px ;
    margin: 0px 38px 1em;
    }
}

@media (max-width:960px){
#profile iframe{
    width: 100%;
  }
}

#profile{
    background: #BADBED url(../img/bg_lblue.png);
    padding: 40px 0;
    text-align: center;
}

#profile p{
    max-width: 1000px;
    margin: 0 auto;
    text-align:center;
}

#profile table{
   border-spacing:0;
}

#profile th{
    width:208px;
    font-weight:normal;
    font-size:20px;
}

#profile td{
    width:752px;
    padding: 20px 60px;
    font-size:20px;
}

#profile dl{
    margin:0;
}

#profile li{
  list-style:none;
}

@media (max-width:1000px){
    #profile{
    padding:40px 20px 40px 20px;
    }
}

@media (max-width:600px){
    #profile .p1{
    display: none;
    }
    #profile table{
      width:100%;
    }
    #profile table th, #profile table td{
      display:block;
      width:100%;
      text-align:left;
      padding:20px;
    }
}

@media (min-width:600px){
    #profile .p2{
    display: none;
    }
}

/* page top */
.page-top{
    position: relative;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.page-top a{
    font-size: 10px;
    font-size: 1.0rem;
    text-decoration: none;
    display: table-cell;
    color: #FFF;
    background: #000;
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: bottom;
    padding: 4px;

    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

    opacity: 0.8;
}

.footer{
	background: #005384;
	color: #FFF;
	font-size: 14px;
	margin-top: 0;
	padding: 10px 0;
	font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer p{
	padding: 0 0;
	text-align: center;
}

@media (min-width: 961px){
    #inquiry-sp{
      display:none;
    }
  }

@media (max-width: 1000px){
  .footer{
      font-size: 11px;
      padding-bottom:130px;
    }

    .footer img{
        max-width:565px;
    }
}

#inquiry-sp{
  position:fixed;
  bottom:0px;
  width:100%;
  font-weight:bold;
  background:rgba(67,67,67,0.9);
}

#inquiry-sp .left{
    display:table;
    float:left;
    width:50%;
    padding:5px  5px 5px 5px ;
    font-size:15px;
    margin:0;
}

#inquiry-sp .left a{
    display:table-cell;
    width:100%;
    height:60px;
    background:#ff6411;
    text-align:center;
    padding-top:15px;
    color:#FFF;
    text-decoration:none;
    border-radius:10px;
    border-bottom:#8E4620 solid 3px ;
}

#inquiry-sp .right{
    display:table;
    float:right;
    width:50%;
    padding:5px 5px 5px 5px;
    margin:0;
}

#inquiry-sp .right a{
    display:table-cell;
    width:100%;
    height:60px;
    background:#ffff00;
    font-size:16px;
    text-align:center;
    color:#006db5;
    text-decoration:none;
    vertical-align: middle;
    line-height:1.2;
    border-radius:10px;
    border-bottom:#ACAC00 solid 3px;
}

#inquiry-sp .right a span{
    display:block;
    font-size:12px;
}

#inquiry-sp:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
}
/* form */
#form{
    max-width: 750px;
    margin: 0 auto;
    padding: 40px 0;
}

#form h2{
    text-align: center;
}

#form dl{
    max-width: 750px;
    margin:0 auto;

}

#form dl:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

#form dt,
#form dd{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    color: #333;
}

#form dt{
    margin-bottom: 5px;
    padding: 5px;
    clear: both;
    width: 100%;
    display: inline-block;
    xbackground: #EAEAEA;
    background:#005F9D;
    color: #FFF;
}

#form dt span{
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1px 2px;
    margin-left: 1em;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

#form dd{
    margin: 0 0 10px 0;
    width: 100%;
}

#form dd label{
    margin-right: 1em;
}

#form dd input,#form dd textarea{
    width: 100%;
}

#form dd .short{
    width: 20px;
}

#form .error{
    color: #F00;
    font-size: 12px;
    font-size: 1.2rem;
}

#form ul.error{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    max-width: 400px;
    margin-left: 200px;
}

#form p.btn{
    text-align: center;
}

#form .inline{
    display: inline;
    text-align: center;
}

@media (max-width: 1000px){
    #form{
    margin-left: 10px;
    margin-right: 10px;
    }
    #form dt,
    #form dd{
        width: 100%;
        text-align: left;
    }

    #form ul.error{
        margin-left: 20px;
    }
}

#form input,
#form select{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

#form input,
#form select,
#form textarea{
    max-width: 100%;
}

#form .vertical-item{
    display: block;
}

#form .vertical-item input{
    margin-right: 0.5em;
}

#form .mwform-radio-field label{
    margin-right: 1em;
}

#form p.submit-btn{
    text-align: center;
    list-style: none;
}

#form span.error{
    display: block;
}

#form p.submit-btn input{
    border: 1px solid #F5A536;
    background-color: #F5A536;
    display: table-cell;
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    width: 400px;
    height: 60px;
    position: relative;
    cursor: pointer;
    margin: 0 10px 10px;

	box-shadow: 2px 2px #666;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

@media (max-width: 1000px){
    #form dt,
    #form dd{
        width: 100%;
        text-align: left;
    }

    #form ul.error{
        margin-left: 30px;
    }

}

#privacy-policy{
    position: relative;
    max-width: 1000px;
    min-height: 100px;
    margin: 0 auto 100px ;
    padding: 0 15px ;
    margin: 0 auto 100px;
    color: #333;
}


 .privacy-policy-title{
    position: relative;
    max-width: 1000px;
    padding: 0 15px ;
    margin: 0 auto 60px ;
    color: #333;
    font-size: 32px;
    top: 30px;
}

#privacy-policy ul{
    margin-left:20px ;
}

#privacy-policy ol{
    margin: 0 0 0 25px ;
    padding: 0;
}

#privacy-policy h3{
    color: #333;
}



/* page top */
.page-top a:hover{
    opacity: 1;
}

/* web fonts */
.page-top a:before{
    content: '\f432';
    font: normal 48px Genericons;
    top: -8px;
    left: 4px;
    position: absolute;
    z-index: 3;
}

.zc{
    background: #FF4D11;
}
