/* IMPORT RESET */

@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */

@import url("responsive.gs.24col.css");

/*	EXAMPLE STYLES */

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

_:lang(x)::-ms-backdrop,
body {
    font-family: "メイリオ", Meiryo, sans-serif;
}

img {
    width: 100%;
    height: auto;
}

.container {
    max-width: 960px;
}

header h1 {
    width: 50%;
    float: left;
    line-height: 0;
}

header h1 img {
    max-width: 225px;
    margin: 10px;
}

.header-tel {
    width: 50%;
    float: left;
    text-align: right;
}

.header-tel img {
    max-width: 181px;
    margin-top: 25px;
}

.cta {
    background: #0A235A;
    margin-top: -10px;
}

.cta h2 {
    color: #CEAB28;
    padding-top: 1em;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}


.cta p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
}



.ttl-wrapper {
    background: url(../img/exam-ttlbg.png) repeat-x;
    height: 150px;
}

.ttl-wrapper h2 {
    text-align: center;
    font-size: 38px;
    background: #fff;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1em;
    padding-top: 35px;
}

.ttl-wrapper h2 strong {
    font-size: 38px;
}

.ttl-wrapper h2 span {
    font-size: 30px;
}

.or {
    color: #ff5325;
}

.bl {
    color: #094d9a;
}

section h4 {
    text-align: center;
    font-size: 20px;
    color: #094d9a;
    margin: 10px 0;
    font-weight: bold;
}

section p {
    text-align: center;
}

.exam {
    padding-bottom: 80px;
}

.exam .sp-fl {
    font-weight: bold;
}

.exam p {
    margin-bottom: 20px;
}

.exam-list {
    margin-top: 50px;
    padding: 0 20px;
}

.exam-txt {
    background: #404040;
    line-height: 40px;
    height: 40px;
    color: #ffcd1d;
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: bold;
}

.exam-txt i,
.exam-txt span {
    color: #fff;
}

.exam-txt i {
    margin-right: 0.5em;
}

.midashibg {
    background: url(../img/midashibg.png) no-repeat center top;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-top: 75px;
    margin-bottom: 30px;
    font-weight: bold;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right!important;
}

.diff {
    background: url(../img/diffbg.png) repeat;
}

.diff2 {
    background: url(../img/diffbg2.png) repeat;
    margin-top: 50px;
    padding-bottom: 50px;
}

.diff3 {
    background: url(../img/diffbg3.png) repeat;
    padding-bottom: 50px;
}

.diff .ttl-wrapper h2 {
    background: url(../img/diffbg.png) repeat;
    padding-top: 45px;
}

.diff h3 {
    color: #094d9a;
    text-align: center;
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 25px;
    font-weight: bold;
}

p.icon {
    text-align: center;
    margin-bottom: 35px;
}

p.icon img {
    width: 104px;
}

.result {
    background: #fff url(../img/diff-arrow.png) no-repeat center top;
}

.result .inner {
    max-width: 715px;
    margin: 0 auto;
    padding: 85px 0;
}

.result h3 {
    background: url(../img/midashibg.png) no-repeat center top;
    line-height: 115px;
    height: 115px;
    width: 115px;
    text-align: center;
    color: #fff;
    background-size: cover;
    font-size: 30px;
    font-weight: bold;
}

.result h4 {
    font-size: 28px;
}

.keni .inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 70px 0;
}
.keni h2 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.keni h3 {
    padding-left: 1em;
}

.keni-img {
    width: 25%;
    margin: 0 2% 15px 0;
    float: left;
}

.keni p {
    text-align: left;
    margin-bottom: 1em;
}

.keni p strong {
    font-size: 24px;
    font-weight: bold;
}

.keni ul {
    margin-bottom: 1em;
}

.keni li {
    list-style: disc inside;
}

.jirei {
    background: url(../img/jireibg.png) repeat;
}

.jirei .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
}

.jirei-img {
    width: 27.75%;
    float: left;
    margin: 0 2% 5px 0;
}

.jirei .box {
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background: #fff;
}

.jirei h3 {
    margin-top: 0;
    font-size: 25px;
    text-align: left;
    padding-left: 1em;
}

.jirei h3 span {
    margin-left: 1em;
    font-size: 17px;
    font-weight: bold;
    color: #092155;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

.jirei p {
    text-align: left;
}

.jirei p strong {
    font-weight: bold;
}

.price {
    margin-bottom: 1em;
    width: 70.25%;
    float: right;
}

.price th {
    font-weight: normal;
    text-align: left;
    font-weight: bold;
}

.price td {
    color: #092155;
    font-weight: bold;
}

.price i {
    margin: 0 1.5em;
}

.matome {
    padding: 70px 0;
}

.matome p {
    margin-bottom: 1em;
}

.matome h3 {
    text-align: center;
    font-size: 18px;
    color: #094d9a;
    margin-bottom: 1em;
    font-weight: bold;
}

.matome h3 span {
    border-bottom: 1px solid #ffff33;
}

.merit {
    background: url(../img/meritbg.png) repeat;
    padding: 0;
    margin-bottom: 50px;
}

.merit h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
}

.meritdesc {
    font-size: 20px;
    text-align: center!important;
    padding-bottom: 80px;
}

.merit h3 {
    font-size: 22px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #094d9a;
    text-indent: 2em;
    font-weight: bold;
}

.merit p {
    margin: 0 1em;
    text-align: left;
}

.merit .box {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 325px;
}

.merit .icon {
    position: absolute;
    top: -70px;
    left: 5px;
    width: 120px;
    height: 165px;
}

.merit .pin {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 31px;
    height: 44px;
}

.flow .ttl-wrapper h2 {
    background: #fff;
    padding-top: 70px;
}

.flow {
    padding-bottom: 70px;
}

.flow h3 {
    background: #ffcd1d url(../img/flow-arrow.png) no-repeat right top;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
}

.flow h3 span {
    background: #fff;
    color: #000;
    font-size: 14px;
    margin: 0 1em;
    padding: 0.2em;
}

.flow .box {
    padding-top: 20px;
    background: url(../img/flow-barbg.png) no-repeat center top;
    background-size: contain;
    text-align: center;
    line-height: 0;
}

.flow .box img {
    max-width: 120px;
}

.flow .txt {
    background: #E6E6E6;
    border-radius: 20px;
    line-height: 1.3em;
    padding: 1em;
    height: 156px;
    margin: 0 1em;
}

footer {
    background: #F9F9F9;
    padding: 35px 0 0;
}

address {
    max-width: 410px;
    margin: 0 auto 35px;
}

address th {
    width: 120px;
}

address a {
    color: #000;
    text-decoration: none;
}

.toku {
    text-align: center;
    text-decoration: underline;
    padding-bottom: 20px;
}

.copyright {
    background: #222222;
    color: #fff;
    text-align: center;
    padding: 0.8em 0;
}

.exam-list .gutters .col:nth-child(4),
.exam-list .gutters .col:nth-child(7),
.exam-list .gutters .col:nth-child(10) {
    margin-left: 0;
}

.mannakaike {
    text-align: center;
}



iframe {
    width: 100%;
    /*height: 760px;*/
    margin-bottom: -10px;
    padding: 0;
}

@media screen and (min-width:401px) and ( max-width:1024px) {
    iframe {
       /* height: 950px;*/
    }
}

@media screen and (max-width: 400px) {
    iframe {
       /* height: 950px;*/
    }
}

@media ( min-width: 768px) {
    .sp-only {
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media ( max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    header.container {
        padding: 0;
    }
    header h1 img {
        width: 90%;
    }
    .header-tel {
        text-align: center;
    }
    .header-tel img {
        width: 80%;
        margin-top: 20px;
    }
    .pc-only {
        display: none;
    }
    .cta img {
        margin-bottom: 20px;
    }
    .ttl-wrapper h2,
    .ttl-wrapper h2 strong {
        font-size: 29px;
    }
    .ttl-wrapper h2 span {
        font-size: 20px;
    }
    p {
        text-align: left!important;
        margin-bottom: 0.5em;
        font-size: 16px;
        line-height: 1.2em;
    }
    .cta h2 {
        font-size:28px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

  .cta h2.fs21 {
        font-size:21px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .cta p {
        font-size: 18px;
        text-align: center!important;
    }


    .sp-fl {
        font-size: 1.4em;
        text-align: center!important;
    }
    .midashibg {
        margin-left: -20px;
        margin-right: -20px;
        line-height: 1em;
        font-size: 25px;
        padding: 20px 0;
        height: 90px;
        background-size: cover;
    }
    .exam-list {
        padding: 0;
    }
    .exam-list .gutters .span_8 {
        width: 49.0%;
        margin-left: 2%;
    }
    .exam-list .gutters .span_8:nth-child(2n+1) {
        margin-left: 0;
    }
    .exam-list .gutters .col:nth-child(4),
    .exam-list .gutters .col:nth-child(10) {
        margin-left: 2%;
    }
    .exam-txt {
        font-size: 12px;
        padding-left: 0.5em;
    }
    .exam-txt i {
        margin-right: 0.2em;
        font-size: 0.7em;
    }
    .sp-il {
        width: 45%;
        float: left;
    }
    .exambox h4,
    .exambox p {
        width: 53%;
        margin-left: 2%;
        float: left;
    }
    .exambox h4 {
        font-size: 15px;
        margin-top: 0;
        text-align: left;
    }
    .exambox p {
        font-size: 13px;
    }
    .diff .sp-fl {
        font-size: 29px;
    }
    .diff h3 {
        font-size: 20px;
    }
    .diff p {
        text-align: center!important;
    }
    .result h3 {
        margin: 0 auto;
        width: 130px;
        height: 80px;
        line-height: 80px;
    }
    .result h4 {
        font-size: 26px;
    }
    .keni h2 {
        font-size: 26px;
    }
    .keni-img {
        width: 30%;
    }
    .jirei-img {
        width: 42%;
    }
    .jirei .midashibg {
        margin-right: 0;
        margin-left: 0;
    }
    .jirei h3 {
        font-size: 22px;
        padding-left: 0.5em;
    }
    .jirei .midashibg span {
        margin-left: 0;
    }
    .price {
        width: 100%;
        float: none;
    }
    .price td,
    .price th {
        vertical-align: top;
    }
    .price th {
        padding-right: 1em;
    }
    .price td:last-child {
        padding-left: 1em;
    }
    .jirei p {
        font-size: 14px;
    }
    .jirei .tr {
        text-align: left!important;
    }
    .matome p {
        text-align: center!important;
    }
    .matome h3 {
        line-height: 1.2em;
    }
    .merit .box {
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
    .merit .icon {
        width: 90px;
        height: 124px;
        top: -50px;
        left: 20px;
    }
    .merit h3 {
        text-indent: 0;
    }
    .toku {
        text-align: center!important;
        margin-bottom: 2em;
        text-decoration: none;
    }
    .toku span {
        padding: 0.5em 1em;
        border: 1px solid #000;
        border-radius: 10px;
    }
    .flow .ttl-wrapper h2 {
        width: 70%;
    }
    .flow .box {
        background-image: none;
    }
    .flow h3 {
        display: none;
    }
    .flow .box img {
        float: left;
        width: 38.4%;
        margin: 0;
        max-width: 38.4%;
    }
    .flow .box .txt {
        float: left;
        width: 61.6%;
        box-sizing: border-box;
        margin: 0;
        height: auto;
        padding-bottom: 30px;
    }
    .flow .box h4 {
        text-align: left;
        color: #000;
    }
    footer address {
        padding: 0 20px;
    }
}



/*thanks*/

.thanksbox{
	padding: 80px 0;
	text-align: left;
	
}

.thanksbox h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	
}

.thanksbox h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: left;
}

.thanksbox p{
	font-size: 24px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.6;
}


@media (max-width: 767px) {
	
	.thanksbox{
	padding: 40px 0;
	text-align: left;
	
}

.thanksbox h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.thanksbox h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
	padding: 0 10px;
	line-height: 1.6;
}

.thanksbox p{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.6;
	padding: 0 10px;
}
	
}




/*valores form */
/* form */

.wpcf7{
	background: #fff;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}


.page-id-46 .entry-header{display:none;}/*houseヘッダー非表示*/
.page-id-9 .entry-header{display:none;}/*apヘッダー非表示*/
#site-header,#site-footer{display:none;}
.flex{ display: flex;}
.form{
  background: url(https://valores.co.jp/img/form_img.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 110px 0 0;
  font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form .inner{ padding: 40px 80px 0;}
.form p{margin:0;padding:0;text-align: left!important;}
.form-footer{width:100%;
max-width:100%;background: #fff;}
.form-footer img{width:100%;
max-width:100%;}

label{
  font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom:5px;
	color: #000;
	font-size: 16px;
}
label .badge-warning{
  font-size: 10px;
  font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #c00;
  color: #fff;
  padding: 2px .8em;
  border-radius: 3px;
  margin-left: 5px;
}
input{
  height: 2em!important;
  font-size: 18px!important;
  background: #eee!important;
  border: none!important;
  margin: 5px 0 10px!important;
  outline-color: #ccc!important;
}
input[type="text"],input[type="email"]{width:90%;}
select{
  font-size: 16px;
  margin: 5px 0 10px;
}
.form_box {
  justify-content: space-between;
  margin-bottom: 1vw;
}
.btn_box { text-align: center; padding-bottom: 20px;}
input[type="submit"] {
border-radius: 5px;
background: #f60!important;
padding: 5px 40px;
color: #fff;
cursor: pointer;
outline: none;
	
	-webkit-appearance: none;
    -moz-appearance: none;
}
input[type="submit"]:hover{
    transform: translateY(0.1875em);
    opacity: .8;
	transition: all 0.3s ease 0s;
}

.bold{
  font-weight: 600;
}
.mb20{
	margin-bottom:20px;
}

@media screen and (min-width: 401px){
	.sp-disp{display:none;}
}

/* responsive tablet
========================================================================== */
@media screen and (min-width:401px) and ( max-width:1024px){
	.form_box {
      justify-content: space-between;
      margin-bottom: 15px;
      flex-direction: column;
  }
}
/* responsive sp
========================================================================== */
@media screen and (max-width: 400px) {
  .pc-disp{ display: none;}
 

  section.content > h2{ font-size: 5vw;}
  .content_case1 > p, .content_case2 > p{ font-size: 4.2vw;}


  .form {
    background: url(https://valores.co.jp/img/form_img-sp2.png) no-repeat;
    background-size: 100%;
    padding: 110px 0 0;
    font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 96%;
  margin: 5vw auto;
  }
  .form .inner {
      padding: 0px;
	  margin:0 30px;
  }
  .form_box {
      justify-content: space-between;
      margin-bottom: 15px;
      flex-direction: column;
  }
  input {
    width: 100%;
  }
	select{
  width: 100%;
}
	.btn_box{padding-bottom:0;}
  section.content h3 {
    width: auto;
  font-size: 4.5vw;
    padding: .5em 1em;
  }
  .case_inner {
    display: flex;
    flex-direction: column;
  }
  .cnt-in{ width: 100%; margin-bottom: 20px;}

  footer {

      height: 70px;
  }

  .fix-btn{
    position: fixed;
    bottom: 0;
    background: #051333;
    width: 100%;
    display: flex;
    padding: 10px;
    z-index: 100;
    align-items: center;
  }
  .fix-btn a{
    color: #fff;
    text-decoration: none;
  }

  .fix-btn .tel{
    background: #f60;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 5px;
    margin-left: 10px;
    width: 100%;
  }
  .fix-btn > .tel span{
    display: block;
    color: #fff;
	 font-size: 12px;
    font-weight: 700;
  }

}

 
