@charset "UTF-8";

html{
    color:#000;
}

header{
    width:100%;
    background : #fff;
    padding:0;
    color:#000;
}

body {
    /*font-family: "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","MS Pゴシック",sans-serif;*/
    color: #000;
}

/*
a:link{
    color: #aa187a;;
    /*font-weight: bold;*/
text-decoration: underline;*/
}

#all {
margin: 20px 20px 100px 20px !important;
}

form{
margin-top:-20px;
}

/*
h1 {
    width:100%;
}

h1 img{
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
}

header .tit {
    margin: 0.5em 0;
    color:#FFF;
}
*/

h2{
    background : #0E5FA6;
    color:#FFF;
}

h2.formtype{
    background : #FFF;
    color:#0E5FA6;
    text-align:center;
}

/*
footer{
    background : #0e5fa6;

}

footer .copyright{
    color:#FFF;
}
*/

dt{
    float: left;
}
dd{
    margin-left: 80px;
}

h3.txttitle{
    margin:1.0em 0 0 0;
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 8px #0E5FA6;
}

.Btn_box2{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}

.Btn_box2 .Big_button_gray{
    margin: auto 40px;
    width: 100%;
    background: #fed700;
    color: #000;
    cursor: text;
}

/*
#waon_box p.waon{
	font-size:6.5rem;
	float:left;
	margin:2.0rem 1.5rem 0 0;
}

#waon_box input{
	width:80%;
}
*/

.consent strong{
    margin-left:1.5rem;
}

.input_box {
    background: #d9effc;
    word-wrap: break-word;
}

.choice div {
    margin: 25px 0 10px 0;
}

.required {
    padding: 1px 5px 1px 5px;
}

/* PC用文字サイズ */
@media screen and (min-width:1080px) {

    body {
        font-size: 2.0rem;
    }

    .input-block {
        font-size: 3.0rem;
    }

    .choice{
        font-size: 2.0rem;
    }

    .choice div label p {
        top: -4px;
    }

    .required {
        font-size: 2.0rem;
        font-weight: normal;

    }


    .rem25{
        font-size: 2.5rem;
        line-height: 1.6em;
    }

    h2{
        max-width:980px;
        margin:4.0rem auto 0 auto;
    }

    .m3 {
        font-size: 1.1em;
    }

    /*
    #waon_box p.waon{
        font-size:3.0rem;
        margin:1.75rem 1.0rem 0 0;
    }

    #waon_box input{
        width:92%;
    }
    */

}

/*ボタンのデザイン*/
.btn-border {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #fed700;
    border: 4px solid  #fed700;
    color: #000;
    font-size: 1.25em;
    text-decoration: none;
    font-weight: bold;
    padding: 1.0em 1.0em;
    border-radius: 8px;
    transition: .4s;
    margin:1em auto;
}

.btn-border:hover {
    border: 4px solid  #fed700;
    background-color: #FFF;
    color: #000;
}

.choice div {
    width: 100%;
}

/*FAQ表示非表示*/
label.faqmidashi {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    border: 6px solid #001475;
    background : #fff;
    font-weight: bold;
    font-size: 1.25em;
    color: #001475;
    cursor :pointer;
}
input.accordion{
    display: none;
}
.faqmenu ul {
    margin: 0;
    padding: 0 1.0em 0 0.5em;
    background :#f5f4f4;
    list-style: none;
}

.faqmenu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#type1:checked ~ #links1 li,
#type2:checked ~ #links2 li {
    height: 43.0em;
    opacity: 1;
}

p.indentback,p.indentbackanswer{
    text-indent: -1.75em;
    padding-left: 2.5em;
}

p.indentbackanswer{
    margin-top:-0.5em;
}

/*
footer .copyright{
    font-size:0;
}
footer .copyright:after {
    font-size: 24px; color:#FFF; content: "Copyright(c) 神奈川県 All rights reserved.";
}
*/

/* PC用文字サイズ 
@media screen and (min-width:1080px) {
    footer .copyright:after {
        font-size: 18px; color:#FFF; content: "Copyright(c) 神奈川県 All rights reserved.";
    }
}
*/

/*
#agree_box .consent strong{
    font-size:0;
}

#agree_box .consent strong:after {
    font-size: 24px; color:#4d4c4c; content: "個人情報の取得に同意する";
}
/*

/* PC用文字サイズ 
@media screen and (min-width:1080px) {
#agree_box .consent strong:after {
	font-size: 2.25rem; color:#4d4c4c; content: "個人情報の取得に同意する";
}
}
*/

#action_comp{
    font-size:0;
}

#action_comp:before {
    font-size: 28px; color:#FFF; content: "状況を確認する";
}

.Btn_box .Right_button:after, .Btn_box .Big_button:after{
font-size:28px;
}

/* PC用文字サイズ */
@media screen and (min-width:1080px) {
 #action_comp:before {
  font-size: 2.25rem; color:#FFF; content: "状況を確認する";
 }
 .Btn_box .Right_button:after, .Btn_box .Big_button:after{
  font-size:18px;
 }
}



/*アコーディオン表示非表示*/
.toggle {
	display: none;
}

.Label {
		/*タイトル*/
	padding: 1em;
	display: block;
	color: #000;
	background:#0E5FA6;
}
.Label::before{
		/*タイトル横の矢印*/
	content:"";
	width: 12px;
	height: 12px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 10px );
	right: 20px;
	transform: rotate(135deg);
}
.Label, .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {
	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
	top: calc( 50% - 5px );
}

.agree_box{
	padding:0.5em !important;
}

.agree_box p.consent{
	text-align:left !important;
	font-size: 1.25em !important;
	text-indent: -1.15em;
	margin-left: 1.5em;
}

.agree_box p.consent:nth-of-type(1),.agree_box p.consent:nth-of-type(3){
	margin-left:1.5em;
	text-indent:-1.25em;
}


/* PC用文字サイズ */
@media screen and (min-width:1080px) {
.agree_box{
	padding:1.0em !important;
}

.agree_box p.consent{
	text-align:left !important;
	font-size: 1.25em !important;
}

.agree_box p.consent:nth-of-type(1),.agree_box p.consent:nth-of-type(3){
	margin-left:2.125em;
	text-indent:-1.75em;
}
}


/* 追加パーツ*/
.c-progressbar {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33%;
  color: #000;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}
.c-progressbar li::before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 15px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #dfdfdf;
}
.c-progressbar li::after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #dfdfdf;
}
.c-progressbar li.active, .c-progressbar li.complete {
  color: #0E5FA6;
}
.c-progressbar li.active::before, .c-progressbar li.complete::before {
  background-color: #0E5FA6;
}
.c-progressbar li.active::after, .c-progressbar li.complete::after {
  background-color: #0E5FA6;
}
.c-progressbar li:first-child::after {
  content: none;
}
@media screen and (max-width: 450px) {
  .c-progressbar li:nth-of-type(1),
  .c-progressbar li:nth-of-type(2) {
    width: 35%;
  }
  .c-progressbar li:nth-of-type(3),
  .c-progressbar li:nth-of-type(4) {
    width: 15%;
  }
  .c-progressbar li:nth-of-type(3)::after {
    width: calc(100% + 50px);
    left: calc(-50% - 50px);
  }
}

div.sensei h3{
display:none;
}

.input-block__whide input[type=text]:read-only {
    border:0;
    background-color: rgb(218, 239, 252);
    pointer-events: none;
    cursor: not-allowed;
}

/*フォームに単位を付ける*/
#shihonkin_box div div.input-block__whide,
#jyugyoin_box div.input-block__whide,
#shienkinsyaryo1_box div.input-block__whide,
#shienkinsyaryo2_box div.input-block__whide,
#shienkintotal_box div.input-block__whide,
#shienkinsinsei1_box div.input-block__whide,
#shienkinsinsei2_box div.input-block__whide
{
display:inline-block;
position: relative;
width:40%;
margin-bottom:10px;
}

/*円を付ける*/
#shihonkin_box div div.input-block__whide::after,
#shienkintotal_box div.input-block__whide::after,
#shienkinsinsei1_box div.input-block__whide::after,
#shienkinsinsei2_box div.input-block__whide::after
{
content: '円';
font-size:32px;
color:#000;
z-index: 1000;
position: absolute;
right:-45px;
bottom:15px;
}
/*台を付ける*/
#shienkinsyaryo1_box div div.input-block__whide::after,
#shienkinsyaryo2_box div div.input-block__whide::after
{
content: '台';
font-size:32px;
color:#000;
z-index: 1000;
position: absolute;
right:-45px;
bottom:15px;
}

/*人を付ける*/
#jyugyoin_box div div.input-block__whide::after
{
content: '人';
font-size:32px;
color:#000;
z-index: 1000;
position: absolute;
right:-45px;
bottom:15px;
}
