﻿html {
 overflow-y: scroll;
scroll-behavior:smooth;
overflow-x: hidden;
}

body {
margin:0 auto 100px;
padding:0;
/*font-family: 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', 'Meiryo','ＭＳ Ｐゴシック','MS PGothic' !important;*/
}
#contentsMain{
  font-family: "Noto Sans JP", sans-serif!important;
}
#pagetop {
    bottom: 95px;
}
@media only screen and (max-width: 750px) {
#pagetop {
    bottom: 55px;
}
}

h2{
font-size: 1.5em;
font-weight: bold;
}

h3{
font-size: 1.17em;
font-weight: bold;
}

.tabcontentInner p,
.footerOuter p{
margin: 1em 0;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
margin:0 auto;
    vertical-align:bottom;
}

div:after,
ul:after {
 content: "";
display: block;
 clear: both;
}

ul{
 list-style: none;
 margin: 0px;
 padding: 0px;
}

a img {
    transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*汎用*/

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.pc2 { display: block !important; }
.sp2 { display: none !important; }
@media only screen and (max-width: 750px) {
.pc2 { display: none !important; }
.sp2 { display: block !important; }
}

.tact{text-align:center;}
.talt{text-align:left;}
.tart{text-align:right;}



/*base*/

.baseInner{
    max-width:1140px;
    margin:0 auto;
    position:relative;
    padding: 0 15px;
}


/*header*/

.headerOuter{
    margin-top: 20px;
    border-bottom:1px solid #ccc;
}
.headerLogo{
    text-align:left;
    padding:10px 0;
}
.btnBack {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    right: 0;
}
@media only screen and (max-width: 750px) {
.btnBack {
    display:none;
}
}

/*mainimage*/

.mOuter{
    background-color:#ffffff;
    color:#242424;
    font-size:12px;
    text-align:center;
}
.mInner{
    max-width:1200px;
    margin:0 auto;
}
.mainTips{
    display:inline-block;
    text-align: left;
    padding: 10px;
    max-width: 1080px;
    width: 100%;
    box-sizing: border-box;
}
.mainTips p{
    text-indent:-2em;
    margin: 5px 0 0 2em;
    font-size: 13px;
}
.mainTips p.type1{
    text-indent:-1em;
    margin: 5px 0 0 1em;
}
@media only screen and (max-width: 750px) {
.mainTips p{
    font-size: 12px;
}
}

/*point*/

.pointOuter{
    border-bottom:22px solid #0058b3;
    padding:75px 0 60px;
}
.pointInner{}
.pointInner h2{
    text-align: center;
    color: #242424;
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0 30px;
}
.pointInner ol{
    list-style:none;
    margin:0 auto;
    padding:0;
    width:100%;
    max-width:1120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pointInner ol li{
    padding:10px;
    width:calc(25%);
    box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
.pointOuter{
    border-bottom:15px solid #0058b3;
    padding:45px 0 30px;
}
.pointInner h2{
    font-size: 18px;
    margin: 0px 0 15px;
}
.pointInner ol{
    padding:10px;
    box-sizing: border-box;
}
.pointInner ol li{
    padding:0px;
    width:calc(50%);
}
}


/*sim*/

.simOuter{
    padding: 60px 10px;
}
.simHead{
    max-width:1000px;
    margin: 0 auto 50px;
}
.simHead p{
    color:#242424;
    font-size:25px;
    font-weight:bold;
    text-align:center;
}
.simInner{
    max-width: 815px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-top: 20px solid #0058b3;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    filter: drop-shadow(2px 4px 6px rgba(100, 100, 100, 0.5));
}
.simInnerHead{
    width:calc(100%);
}
.simInnerHead p{
    text-align:center;
}
.simInnerHeadTitle{
    text-align:center;
    position:relative;
    width:100%;
    box-sizing: border-box;
    color:#0058b3;
    font-size:32px;
    font-weight:bold;
}
.simInnerHeadTitle h3{
    margin: 30px 0;
    font-size: 1em;
    line-height: 1em;
}
.sihtL{
    width:70%;
    margin-right:30%;
}
.sihtR{
    width:30%;
    margin-left:70%;
    position:absolute;
    right:-15px;
    bottom:0
}

.simLeft{
    width:calc(100% - 300px);
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
}
.simRight{
    width:calc(300px);
    padding:10px;
    box-sizing: border-box;
}


.simLeft h3{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding:10px;
    margin:0 0 20px;
}
.simLeft dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position:relative;
}
.simLeft dt{
    width:calc(100%);
    margin:0;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
}
.simLeft dt h4{
    margin: 0 0 5px;
}
.simLeft dd{
    width: calc(230px);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: wrap;
    position: absolute;
    top:15px;
    right: -15px;
}



.simTips{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size:12px;
}
.simTips span{
    width:calc(100% / 2);
}
.simTips span:nth-child(1){text-align:left;}
.simTips span:nth-child(2){text-align:right;
    padding: 0 10px 0 0;
    box-sizing: border-box;}



.simResult{
    background: linear-gradient(to right,  rgba(77,179,202,1) 12%,rgba(0,88,179,1) 88%);
    padding:10px 20px;
    border-radius: 10px;
}
.resultHead{
    font-size:24px;
    padding:10px;
    text-align:center;
}
.resultTitle{
    padding: 20px 0px 0;
    margin: 5px auto;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

#slidervalue,
#slidervalue3{
    text-align: right;
    font-size: 50px;
    width: 135px;
    border:none;
    color:#242424;
    background-color:#e8e8e8;
    border-radius:4px;
    margin: 0 7px 0 15px;
}
#slidervalue2,
#slidervalue4{
    text-align:right;
    font-size: 50px;
    width: 65px;
    border:none;
    color:#242424;
    background-color:#e8e8e8;
    border-radius:4px;
    margin: 0 7px 0 15px;
}

#answer2{font-weight: bold;}
#answer:focus,
#answer2:focus{
    outline: none;
}
.resultNum,
.resultNum2{
    text-align: center;
    margin:0 0 20px;
    border-radius: 8px;
    background-color:#fff;
    padding: 10px 0;
}
.resultNum input,
.resultNum2 input{
    text-align: right;
    border: none;
    font-size: 40px;
    width: 210px;
    padding: 0;
    box-sizing: border-box;
    color:#242424;
}
.simBtn{
    text-align:center;
    margin: 0 auto;
}
.simBtn img{
    margin: 20px 0 0;
}
.simBtn input[type=image] {
    width: 100%;
}


@media only screen and (max-width: 750px) {
.simHead p{
    font-size:18px;
}
.simInner {
    margin: 20px auto 0;
    border-top: 10px solid #0058b3;
    border-radius: 6px;
    padding: 10px;
}
.simInnerHeadTitle{
    font-size:21px;
}
.simLeft{
    width:calc(100%);
    padding: 10px 10px 10px 0px;
}
.simRight{
    width:calc(100%);
    padding: 0px;
}
.simLeft h3{
    text-align:center;
}
.simInnerHeadTitle{
    text-align:center;
}
.simLeft dt{
    width:calc(100%);
    margin-bottom:10px;
    padding: 30px 15px 0px 5px;
}
.simLeft dd {
    width: calc(230px);
    top: 0px;
    right: -15px;
}
.simResult {
    padding: 10px 10px;
    border-radius: 10px;
}
.resultTitle {
    padding: 5px 0px 0;
    margin: 2px auto;
    font-size: 16px;
}
}
@media only screen and (max-width: 478px) {

#slidervalue,
#slidervalue3{
    font-size: 35px;
    width: 90px;
}
#slidervalue2,
#slidervalue4{
    font-size: 35px;
    width: 40px;
}
.resultNum input,
.resultNum2 input{
    font-size:40px;
    width: 80%;
}
}



/*tab*/

.baseTitle{
    padding:0px;
    margin:30px 0 30px;
}
.baseTitle h2{
    color:#242424;
    font-size:25px;
    padding:0;
    margin:0;
    position:relative;
    text-align:center;
}
.baseTitle h2:after{
    content:"";
    display:block;
    width:100%;
    height:6px;
    margin: 6px 0 0;
}
.colorType1 h2:after{background: linear-gradient(to right,  rgba(77,179,202,1) 12%,rgba(0,88,179,1) 88%);}
.colorType2 h2:after{background: linear-gradient(to right,  rgba(166,206,0,1) 12%,rgba(57,181,74,1) 88%);}

.baseTitle h3{
    color:#fff;
    font-size:28px;
    padding: 10px;
    margin:0;
    text-align:center;
    border-radius:8px;
}
.colorType1 h3{background: linear-gradient(to right,  rgba(77,179,202,1) 12%,rgba(0,88,179,1) 88%);}
.colorType2 h3{background: linear-gradient(to right,  rgba(166,206,0,1) 12%,rgba(57,181,74,1) 88%);}

@media only screen and (max-width: 750px) {
.baseTitle{
    padding:0px;
    margin:20px 0 20px;
}
.baseTitle h2{
    font-size:18px;
}
.baseTitle h3{
    font-size:21px;
}
}

/**/
.loanOuter,
.loanOuter2{
    max-width:1000px;
    margin:50px auto;
    padding:0;
}
.kinriType{
    text-align:center;
}

.loanOuter .tabcontentInner h3,
.loanOuter2 .tabcontentInner h3{

    text-align:center;
}

.loanlistOuter{
    background-color:#ebf7f3;
    padding:50px 50px 25px;
    margin:0 0 50px
}
.loanlistOuter h3{
    border-bottom:5px solid #24ad86;
    font-size:25px;
    padding: 0 0 10px;
    text-align:left!important;
}


.tabcontent{
    width:calc(100%);
    padding:15px;
    text-align: left;
}
.tabcontentInner{
    width:calc(100%);
    margin:0 auto;
}
.tabcontent h3{
    font-size:25px;
    border-bottom:3px solid #24ad86;
    text-align: center;
}

.tabcontentInner{}
.tabcontentInner dl{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color:#24ad86;
    border:1px solid #b1b1b1;
    margin:-1px 0 0;
}
.tabcontentInner dl dt{
    width:calc(190px);
    text-align:center;
    color:#fff;
}
.tabcontentInner dl dd{
    width:calc(100% - 190px);
    margin:0;
    padding:15px 10px;
    background-color:#fff;
    box-sizing: border-box;
}

@media only screen and (max-width: 568px) {
.loanOuter h2,
.loanOuter2 h2{
    font-size:24px;
}
.loanOuter .tabcontentInner h3,
.loanOuter2 .tabcontentInner h3{
/*
    font-size:18px;
    padding: 0 10px;
*/
}
.tab {
    padding: 0.75em 0;
    font-size:18px;
   }
.tabcontentInner dl dt{
    width:calc(100%);
    padding:10px 0;
}
.tabcontentInner dl dd{
    width:calc(100%);
}
.loanlistOuter{
    background-color:#ebf7f3;
    padding:15px 10px 15px;
    margin:0 0 20px
}
}


.detailUL{}
.detailUL li{

}
.detailUL li:before{
    content:"●";
    color:#F98D28;
}

.reasonDetail{
    text-align:center;
    margin:0 auto 30px;
}
.docBtn{
    text-align:center;
    margin:30px auto 30px;
}
.toBtn{
    text-align:center;
    margin:0 auto 30px;
    padding: 0 10px;
}


/* * */


.wOuter{
    background-color:#fff;
    padding: 50px 15px;
    margin: -15px auto 0;
    text-align:center;
}
.gFrame{
    background-image: url(../images/bg_grad2.png);
    max-width:1000px;
    margin:0 auto;
    background-size: cover;
    background-position: center;
    text-align:center;
    padding:8px;
    border-radius:16px;
}
.info03Inner{
    max-width:1000px;
    margin:0 auto;
    background-color:#fff;
    border-radius:8px;
    padding:15px;
}

.btnEntry{}
.btnEntry img{
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 15px #999;
    margin: 20px 0 0;
}



.bOuter{
    background-color:#F9F5E5;
    padding: 50px 15px;
    margin: -15px auto 0;
    text-align:center;
}
.info04Inner{
    max-width:1000px;
    margin:0 auto;
}
.info04Inner ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:20px auto 40px;
}
.info04Inner li{
    width: calc(100% / 3);
    border-left: 3px dotted #F18F16;
    box-sizing: border-box;
}
.info04Inner li:last-child{
    border-right: 3px dotted #F18F16;
}
.info04Inner li p{
    width: 66%;
    text-align: left;
    margin: 10px auto 30px;
}

@media only screen and (max-width: 750px) {
.info04Inner li{
    width: calc(100%);
    border-top: 3px dotted #F18F16;
    border-left:none;
}
.info04Inner li:last-child{
    border-right:none;
    border-bottom: 3px dotted #F18F16;
}
}


.info05Inner{
    max-width:1000px;
    margin:0 auto;
    padding: 20px 0px 0;
}
.info05Inner ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:20px -5px 40px 0;
}
.info05Inner li{
    width: calc(25% - 5px);
    position: relative;
    margin-right: 5px;
    text-align: center;
}
.info05Inner li:after{
    background-repeat: no-repeat;
    content:"";
    display:block;
    width:15px;
    height:28px;
    position:absolute;
    right: -12px;
    top: 100px;
}
.colorType1 li:after{
    background-image:url(../images/svg/step_arrow_type1.svg);
}
.colorType2 li:after{
    background-image:url(../images/svg/step_arrow_type2.svg);
}
.info05Inner li:last-child::after{
    display:none;
}
.info05Inner li p{
    width: 90%;
    text-align: left;
    margin: 10px auto 30px;
    font-size: 14px;
}

@media only screen and (max-width: 750px) {
.info05Inner ul{
    margin:20px 0 20px 0;
}
.info05Inner li{
    width:calc(100%);
    position:relative;
    margin-right:0;
    margin-bottom:20px;
}
.info05Inner li:after{
    position:absolute;
    right:auto;
    top:auto;
    bottom:-30px;
    left: 50%;
    transform: translateX(-50%)  rotate(90deg);
    -webkit- transform: translateX(-50%)  rotate(90deg);
}
.info05Inner li img{
    width:calc(100%);
}
.info05Inner li p{
    width: 90%;
    margin: 10px 5%;
    font-size: 12px;
}
}

/***/

.shopInfo{
    font-size:14px;
    margin: 60px 0 0;
}
.shopInfo ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom:30px;
}
.shopInfo ul li{
    width:calc(100% / 3);
    text-align:center;
    border-right:1px solid #000;
    box-sizing: border-box;
    padding:15px;
}
.shopInfo ul li:last-child{
    border-right:none;
}
.shopInfo ul li h4{
    border-bottom: 1px solid #000;
    font-size: 24px;
    display: inline-block;
    margin: 10px 0 25px;
    padding: 5px 0;
}
.shopInfo ul li p{
    text-align:left;
}
.shopInfo ul li:nth-child(1) a{
    pointer-events: none;
}
.shopInfo ul li:nth-child(1) span{
    display:block;
    text-align:center;
    margin-top:10px;
}
.shopInfo ul li:nth-child(2) p,
.shopInfo ul li:nth-child(3) p{
    min-height:6em;
}

.shopInfoTel{
    margin:10px auto;
}

@media only screen and (max-width: 750px) {
.shopInfo ul li{
    width:calc(100%);
    border-right:none;
    border-bottom:1px solid #000;
}
.shopInfo ul li:last-child{
    border-bottom:none;
}
.shopInfo ul li:nth-child(1) a{
    pointer-events: auto;
}
.shopInfo ul li:nth-child(2) p,
.shopInfo ul li:nth-child(3) p{
    min-height:auto;
}
.shopInfo ul li h4{
    border-bottom:none;
    font-size: 18px;
    margin: 10px 0;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
}

.uploadFoot{
    text-align:center;
}
.uploadFoot p{
    font-size:17px;
    color:#242424;
    font-weight: 500;
}
.uploadFoot p span{
    font-size:24px;
    color:#ea1c24;
    font-weight:bold;
}

@media only screen and (max-width: 750px) {
.uploadFoot p{
    font-size:13px;
}
.uploadFoot p span{
    font-size:18px;
}

}


/*faq*/

.faqOuter{
    padding:80px 15px;
}
.faqInner{
    max-width:1080px;
    margin:0 auto;
}
.faqInner h2{
    text-align: center;
    color: #242424;
    font-size: 25px;
    font-weight: bold;
    margin: 0px 0 30px;
}
.faqInner dl{}
.faqInner dl dt{
    background-color:#979797;
    padding:0 15px 0 60px;
    margin:0;
    position:relative;
}
.faqInner dl dt:before{
    content:"Q.";
    display:block;
    font-size: 25px;
    font-weight: bold;
    position:absolute;
    left: 25px;
    top: 3px;
    color: #fff;
}
.faqInner dl dt h3{
    color:#fff;
    font-size: 25px;
    line-height: 1.1em;
    font-weight: bold;
    padding:8px 0;
}
.faqInner dl dd{
    padding:20px 60px 30px;
    margin:0;
    position:relative;
}
.faqInner dl dd:before{
    content:"A.";
    display:block;
    font-size: 25px;
    font-weight: bold;
    position:absolute;
    left: 30px;
    top: 20px;
    color: #f29600;
}
.faqInner dl dd p{
    font-size: 25px;
    font-weight: bold;
}
.faqInner dl dd span{
    font-size: 14px;
    font-weight: normal;
    display:block;
    padding:20px 0;
}
@media only screen and (max-width: 992px) {
.faqOuter{
    padding:40px 15px;
}
.faqInner h2{
    font-size: 18px;
}
.faqInner dl dt{
    padding: 0 10px 0 30px;
}
.faqInner dl dt:before{
    content:"Q.";
    font-size: 18px;
    left: 10px;
    top: 3px;
}
.faqInner dl dt h3{
    font-size: 18px;
}
.faqInner dl dd{
    padding:10px 30px 15px;
}
.faqInner dl dd:before{
    content:"A.";
    font-size: 18px;
    left: 10px;
    top: 10px;
}
.faqInner dl dd p{
    font-size: 18px;
}
.faqInner dl dd span{
    font-size: 11px;
    padding:10px 0;
}
}


/*footer*/

.footerOuter{
    border-top:5px solid #F9BE00;
    border-bottom:5px solid #F9BE00;
    padding:30px 10px;
    text-align:center;
}
.footerInner{}

.footerInnerIntro{}

/* * */
.telLink{
    pointer-events: none;
    color:#000;
    text-decoration:none;
    
}
.telLink:hover{
    text-decoration:none;
}
@media only screen and (max-width: 750px) {

.footerInnerIntro{
    text-align:left;
}
.footerInnerIntro br{
    display:none;
}

.aboutInner{
    max-width:900px;
    margin:0 auto;
    background-color:#fff;
    padding:15px;
}

.telLink{
    font-size:21px;
    pointer-events: auto;
    border:3px solid #000;
    border-radius:12px;
    width:100%;
    text-align:center;
    display:Block;
    margin:10px auto;
    position:relative;
    padding:10px;
    box-sizing: border-box;
}
.telLink:after{
    content: "＞";
    font-weight : 900;
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
}
@media only screen and (max-width: 568px) {
.telLink{
    font-size:16px;
    padding:5px;
}
}

/*copyright*/

.copyright{
    max-width:1000px;
    margin:0 auto 10%;
    padding:30px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.copyright dl{
    margin:0;
    padding:0;
    width: 260px;
    margin: 0;
}
.copyright dt{
    margin:0;
    padding:0;
}
.copyright dd{
    font-size:10px;
    margin:0;
    padding:0;
}

.fixedBtnOuter{
    position: fixed;
    bottom: 0;
    background-color:#fff;
    width: 100%;
    z-index:100;
}
.fixedBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    max-width: 1160px;
    margin:0 auto;
}
.fixedBtn a{
    width:calc(50%);
    font-size:30px;
}

@media only screen and (max-width: 750px) {
.copyright dl{
    width: 100%;
    text-align:center;
    margin-bottom:15px
}
}


.tabtop{
    max-width:1000px;
    margin:0 auto 10px;
}
.tabtop ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tabtop ul li{
    width:calc(50%);
}
.itemAD{
    margin:10px 0 0;
}


/*quick*/

.quicksimOuter{
    background-color:#24ad86;
    padding:50px 15px;
}

.quickAnalyze{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.quickAnalyze h3{
    width: calc(100%);
    text-align: center;
    background: #ede621;
    margin: 0;
    padding: 25px 0 20px;
    color: #000;
    font-size: 30px;
}
.quickAnalyze p{
    width:calc(100%);
    text-align:center;
    padding: 5px 0;
    margin:0;
    font-size: 14px;
}
.quickAnalyze form{
    width:calc(100%);
    display: flex;
    flex-wrap: wrap;
}
.quickAnalyze dl{
    display: flex;
    flex-wrap: wrap;
    width: calc(100%);
    margin: 0 auto;
    max-width: 487px;
}
.quickAnalyze dl dt{
    width: calc(10em);
    margin: 0;
    padding: 8px;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    background: #f1f1f1;
}
.quickAnalyze dl dd{
    width:calc(100% - 10em);
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}
.quickAnalyze dl dd input{
    text-align: right;
    font-size: 60px;
    width: 150px;
    border-color: #898989;
    margin-right:5px;
}
@media only screen and (max-width: 750px) {
.quickAnalyze dl{
    width:calc(100%);
}
.quickAnalyze dl dt{
}
.quickAnalyze dl dd{
}
}

@media only screen and (max-width: 750px) {
.simLeft{
    width:calc(100%);
}
.simRight{
    width:calc(100%);
}
.simLeft h3{
    text-align:center;
}
}
@media only screen and (max-width: 750px) {
.quicksimOuter{
    padding:10px 5px;
}
.simInnerHeadTitle{
    text-align:center;
}
.quickAnalyze h3{
    font-size: 20px;
}
.quickAnalyze dl dt{
    padding: 4px 8px;
}
}
@media only screen and (max-width: 568px) {
.simLeft dt{
    width:calc(100%);
    margin-bottom:10px
}
.quickAnalyze dl dd input{
    font-size: 20px;
}
}
@media only screen and (max-width: 478px) {

#slidervalue,
#slidervalue3{
}
#slidervalue2,
#slidervalue4{
}
.resultNum input{
}
.quickAnalyze dl dt{
    width:calc(100%);
    justify-content:center;
}
.quickAnalyze dl dt br{
    display:none;
}
.quickAnalyze dl dd{
    width:calc(100%);
}
}


.judgeHead{
    width:calc(100%);
    text-align: center;
}
.judgeHead h4{
    text-align: center;
    font-size: 24px;
    margin: 30px auto 10px;
    border-bottom: 2px solid #2e3186;
    display: inline-block;
    padding: 0 10px 5px;
    letter-spacing: 4px;
}
.judgeIcon{
    width:calc(100%);
    text-align: center;
}
.judgeComment{
    width:calc(100%);
    text-align: center;
}
.commentMaru{
    border: 4px solid rgb(0 191 36 / 50%);
    padding: 10px;
    margin: 10px auto 0;
    display: inline-block;
}
.commentSankaku{
    border: 4px solid rgb(255 30 0 / 50%);
    padding: 10px;
    margin: 10px auto 0;
    display: inline-block;
}

.error{
    color: red;
    padding: 10px 0;
    text-decoration: underline;
}



/*simulation*/
#slider,
#slider2,
#slider3{
    width: 96%;
    display: block;
    box-sizing: border-box;
    margin: 10px auto;
    height: 9px;
}

/* css つまみサイズと色を調整 */
#slider .ui-slider-handle ,
#slider2 .ui-slider-handle ,
#slider3 .ui-slider-handle {
    width: 21px;
    height: 21px;
    margin-top: -1px;
    background: #0058b3;
    border: none;
    border-radius: 50px;
}
#slider .ui-slider-handle:focus ,
#slider2 .ui-slider-handle:focus ,
#slider3 .ui-slider-handle:focus {
    outline: none;
}
 
/* css 移動範囲の色 */
#slider .ui-slider-range {
	background:#0058b3;
}
#slider2 .ui-slider-range {
	background:#0058b3;
}
#slider3 .ui-slider-range {
	background:#0058b3;
}
.ui-slider-horizontal {
    height: 10px;
}


/*tab*/

.tabOuter{
    max-width:1000px;
    margin:0 auto;
    padding:0 15px;
    box-sizing: border-box;
}
.tabTitle{
    text-align:center;
    font-size:25px;
    font-weight:bold;
    margin:20px auto;
}
@media only screen and (max-width: 750px) {
.tabOuter{
    padding:0 10px;
}
.tabTitle{
    font-size:18px;
}
}

.tab01 {
  width: 100%;
  margin: 0 auto 50px;
}
/*タブのスタイル*/
.tab_menu {
  width: calc(100% / 2);
  height: 85px;
  line-height: 1em;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #a5a5a5;
  border-radius:8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position:relative;
}
.tab_menu:after{
    content: "";
    display: block;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 30px solid #fff;
    border-bottom: 0;
    width: 0px;
    height: 30px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.tab_menu:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_menu"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_contents {
/*  display: none;*/
    padding: 0px 30px;
  clear: both;
  overflow: hidden;
  transition: .5s opacity;
    border-radius: 8px;
    box-shadow: 4px 4px 7px rgba(100, 100, 100, 0.5);
}
/*選択されているタブを表示*/
#menu01:checked ~ #menu01,
#menu02:checked ~ #menu02,
#menu03:checked ~ #menu03 {
  display: block;
}
/*選択されているタブのスタイル*/
.tab01 input:checked + .type1 {
    background: linear-gradient(to right,  rgba(77,179,202,1) 12%,rgba(0,88,179,1) 88%);
  color: #fff;
}
.tab01 input:checked + .type2 {
    background: linear-gradient(to right,  rgba(166,206,0,1) 12%,rgba(57,181,74,1) 88%);
  color: #fff;
}
.tab01 input#menu01:checked + .type1 {
    background: linear-gradient(to right,  rgba(77,179,202,1) 12%,rgba(0,88,179,1) 88%);
    color: #fff;
}
.tab01 input#menu02:checked + .type2 {
    background: linear-gradient(to right,  rgba(166,206,0,1) 12%,rgba(57,181,74,1) 88%);
    color: #fff;
}
.tab01 input#menu01:checked + .type1:after {
    border-top: 30px solid #2684be;
}
.tab01 input#menu02:checked + .type2:after {
    border-top: 30px solid #6ec125;
}
@media only screen and (max-width: 750px) {
.tab_menu {
  height: 65px;
  font-size: 20px;
}
}


/*btnrui*/

.docBtn{}
.docBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    max-width:375px;
    min-height: 50px;
    font-size: 16px;
    border-radius:8px;
    text-decoration:none;
    transition: all 0.2s linear;
    position:relative;
    margin:0 auto;
    font-weight:bold;
}
.docBtn a:hover{
    opacity:0.8;
}
.docBtn a::after{
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:6px;
    height:10px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    right:10px;
}
.docBtn a p{
    font-size:21px;
    margin: 13px 0px;
}
.docBtn a p span{
    font-size:13px;
    display:block;
    width:100%;
    font-weight: normal;
}
@media only screen and (max-width: 750px) {
.docBtn{
    padding:0 15px;
}
.docBtn a{
    font-size:14px;
}
.docBtn a p{
    font-size:14px;
    margin: 10px 0px;
}
.docBtn a p span{
    font-size:11px;
}
}

.btnType1 a{
    border:3px solid #0058b3;
    color:#0058b3;
}
.btnType2 a{
    border:3px solid #39b54a;
    color:#39b54a;
}
.btnType1 a:after{background-image:url(../images/svg/item_arrow_type1.svg);}
.btnType2 a:after{background-image:url(../images/svg/item_arrow_type2.svg);}

.graBtn{
    width: 100%;
    margin:0 auto;
}
.graBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    max-width:290px;
    min-height: 50px;
    font-size: 16px;
    border-radius:8px;
    text-decoration:none;
    transition: all 0.2s linear;
    position:relative;
    margin:0 auto;
    font-weight:bold;
    color:#fff;
}
.graBtn a:hover{
    opacity:0.8;
}
.graBtn a::after{
    background-image:url(../images/svg/item_arrow.svg);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:6px;
    height:10px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    right:10px;
}
@media only screen and (max-width: 750px) {
.graBtn a{
    max-width:375px;
    min-height: 50px;
    font-size: 14px;
}
}

.graType1 a{
    background: linear-gradient(to right,  rgba(77,179,202,1) 12%,rgba(0,88,179,1) 88%);
}
.graType2 a{
    background: linear-gradient(to right,  rgba(166,206,0,1) 12%,rgba(57,181,74,1) 88%);
}



.chaseBtn{
    width: 100%;
    max-width:calc(50%);
    margin:0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.chaseBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    min-height: 50px;
    font-size: 16px;
    border-radius:8px;
    text-decoration:none;
    transition: all 0.2s linear;
    position:relative;
    margin:0 auto;
    font-weight:bold;
    color:#fff;
}
.chaseBtn a:hover{
    opacity:0.8;
}
.chaseBtn a::after{
    background-image:url(../images/svg/item_arrow.svg);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width: 9px;
    height: 15px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    right:10px;
}


.chaseType1 a{
    background: linear-gradient(to right, #fff34e 12%, #f29600 88%);
}
.fixedChase a{
    font-size:30px;
    font-weight:bold;
    min-height: 80px;
}
@media only screen and (max-width: 750px) {
.chaseBtn{
    max-width:calc(100%);
}
.fixedChase a{
    font-size:14px;
    min-height: 60px;
        line-height: 1.2em;
}
}

.kinriTable{
    max-width:1200px;
    margin:60px auto 0;
}