@charset "UTF-8";

/*
 * layout.css over write
 **/
/*
#contentsBodyWrap {
	width : 700px;
	margin: 10px auto 0;
	padding-bottom: 65px;
}
#contentsBody {
	min-width: auto;
}
*/
/*
 * Common Property
 **/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.fr{float:right;}
.fl{float:left;}

#contentsBodyMain input[type="image"]:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

/*
 * Page Property (Index)
 **/

#contentsBodyMain .contentsBox2{
	border:1px #d5d5d5 solid;
	text-align:center;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-o-border-radius:9px;
	-ms-border-radius:9px;
	border-radius:9px;
	padding:5px 14px 20px;

	width:690px;
	box-sizing : border-box;
}

#contentsBodyMain .contentsBox2 > h3 {
	display:block;
	width:100%;
	text-align:left;
	font-size:1.6em;
  font-family: 'AxisProN-Medium' !important;
	line-height:60px;
	padding:0 0 0 20px;
	margin:10px 0 15px 0;
	color:#fff;
	height:60px;
	background-color : #0086d1;
	box-sizing : border-box;
	border-radius : 10px;
}
#contentsBodyMain .textLine2 > h3 {
	line-height:24px;
	padding:6px 0 0 60px;
}

#contentsBodyMain .h3ttl{
	background-color: #fff7d2 !important;
	background-image: none;

}
#contentsBodyMain .step {
	text-align : center;
	margin-top : 20px;
}
.input-group {
	height : 36px;
	line-height : 36px;
}
.input-group span {
	height : 36px;
	display : inline-block;
	overflow : hidden;
}
.col-6 {
	float : left;
	width:50%;
	box-sizing : border-box;
}

.formArea {
	margin: 20px 0 0 0;
	color: #4d4d4d;
}
.formArea > div {
	text-align : left;
}
.formArea label {
	font-size: 2em;
  font-family: 'AxisProN-Medium' !important;
	text-align : left;
	display:block;
	padding : 0px 5px 8px;
}
.formArea .unit {
	font-size: 2em;
  font-family: 'AxisProN-Medium' !important;
	line-height: 66px;
	padding-left: 20px;
}

.formArea .col-6 input{
	width:160px;
	box-sizing : border-box;
}

.formArea input{
	height : 66px;
	font-size : 16px;
	border:1px #d6d6d6 solid;

	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-o-border-radius:9px;
	-ms-border-radius:9px;
	border-radius:9px;

	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline:none;

	padding-left:20px;
	padding-right:20px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
.formArea input:focus{
	border:1px #0086d1 solid;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0086d1;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0086d1;
      -os-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0086d1;
       -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0086d1;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0086d1;
}
.formArea input.rOnly {
	background : #e4e4e4;
}

/*　------------pc/sp------------　*/
.buttons{
	padding:20px 0 0 0;
	text-align:center;
}
.buttons .for-sp{
	display: none;
}


/*　------------all------------　*/
.contentsBox2 img{
	width:100%;

}

/*　------------h2------------　*/
h2.gastan_title img{
	width: 535px;
    margin: 0 0 0 20px;

}
/*　------------font------------　*/
.js-alert{
	background: #f41011;
	color:#fff;
	text-align: center;
	padding:10px 0;
	font-size: 1.6em;
}
/*　------------h3------------　*/
.h3_step{
  font-family: 'AxisProN-Bold' !important;
}

.h3_step span {
	border-radius:50%;
  padding: 3px 5px;
	margin:0 10px 0 0;
	background: #fff;
	color:#0086d1;
  display: inline-block;
  line-height: 1;
  font-size: 15px;

}
/*　------------btn------------　*/
.flex_020{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn_red,
.btn_blue{
	width: calc((100% - (20px * 1)) / 2);
}

.btn_red a,
.btn_blue a,
.btn_orange a{
	box-sizing: border-box;
	color:#fff;
	padding:20px 40px;
	border-radius: 5px;
	font-size:20px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
	transition: .3s ease-in-out;
	position: relative;
}

.btn_red a:before,
.btn_blue a:before,
.btn_orange a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

.btn_red a span{
	color:#f25252;
	background: #fff;
	font-size:12px;
	border-radius: 20px;
	margin:0 10px 0 0;
	padding:3px 10px;
}

.btn_red a:hover,
.btn_blue a:hover,
.btn_orange a:hover{
    opacity:0.8;
	cursor: pointer;
	text-decoration: none;
}

.btn_red a{
	background: #f25252;
	border-bottom: 4px solid #c63f3f;
}

.btn_blue a{
	background: #0062c6;
	border-bottom: 4px solid #004891;
}

.btn_orange a{
	background: #ff7500;
	border-bottom: 4px solid #e26800;
	width:100%;
}

img.fullImg {
    width: 100%;
}

.btn_img{
	width:auto;
	margin:0 auto;
	text-align: center;
}

.btn_img img{
	width:330px;
	height:60px;
}


/*　------------grant_box------------　*/
.contentsBox2.grant_box{
	border-radius: 5px;
	border: 1px #fff solid !important;
	box-shadow:none !important;
	background-size: 20px 20px;
	margin: 0 auto;
	padding:20px  !important;
	background: #f1f1f1;


}
#contentsBodyMain .contentsBox2.grant_box  > h3{
	background: rgba(0,0,0,0);
	color:#4d4d4d;
	font-size:40px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding:0;
	box-sizing: content-box;
}

#contentsBodyMain .contentsBox2.grant_box  > h3 span{
	font-size:18px;
	margin:0 0 0 10px;
}

.grant_inner{
	border-radius: 10px;
	/* border: 3px #ffeea0 solid !important; */
	background: #fff;
	padding:20px;
	position: relative;
	text-align: left;
}

.grant_inner .data02{
	font-weight: bold;
	font-size:20px!important;
	color:#4d4d4d;
	line-height: 30px!important;
    padding: 20px 0 10px 20px;
	width: 400px;
	margin: 0 auto;
    text-align: center;
  font-family: 'AxisProN-Medium' !important;
}


.grant_inner .data02 span{
	font-size:80px;
	padding:0 12px;
	color:#0086d1;
  font-family: 'AxisProN-Bold' !important;
}

.grant_inner .data01{
	border-top: 3px #f1f1f1 dotted!important;
	font-size:18px !important;
	font-weight: bold;
	padding:20px 0 0 20px;
	width: 400px;
	margin: 0 auto;
    text-align: center;
  font-family: 'AxisProN-Medium' !important;
}
/*　------------accordion------------　*/
.acd-check{
    display: none;
}
.acd-label{
    background: #e8f1fa;
    color: #000;
    display: block;
    margin-bottom: 5px;
    padding: 12px 10px;
    position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
.acd-label:after{
    box-sizing: border-box;
    display: block;
    content: "";
	background: url(../../common/img/open.gif) no-repeat;
	background-size:12px 10px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 15px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    border: solid 2px #f1f1f1;
	box-sizing: border-box
}

.acd-content::after {
  content: "";
  display: block;
  clear: both;
}
.acd-check:checked + .acd-label:after{
    content: ' ';
	background: url(../../common/img/open.gif) no-repeat;
	background-size:12px 10px;
 	top: 7px;
	transform:rotateX(180deg);
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.acd-content .column2L,
.acd-content .column2R{
    width: 310px !important;
}


@media screen and (max-width: 640px){
	.for-pc {
    	display: none;
	}
	.for-sp {
    	display: inherit !important;
	}

	.flex_020 p{
		width: 100%;
		margin-bottom: 10px;
	}

	#contentsBodyMain .contentsBox2{
		width:100%;
	}
	#contentsBodyMain .contentsBox2.wrap-q1 h3 {
		font-size:1.4em;
	}
	.buttons .for-sp .fr{
   		width: 100%;
	    height: 100%;
	    display: block;
	    clear: both;
		float:none;
	}

	.contentsBox2 .col-6{
		float:none;
		width:100%;
	}
	#contentsBodyMain .contentsBox2.grant_box > h3{
		margin: 15px 0 25px 0;
		font-size:36px;
		line-height: 36px;
    font-family: 'AxisProN-Medium' !important;
	}

	#contentsBodyMain .contentsBox2.grant_box > h3 span{
		display: block;
	}

	.contentsBox2 #inData01{
		margin-bottom:30px;
	}

	h2.gastan_title img{
		margin-left:0;
	}

	.grant_inner .data02{
		padding: 0;
		line-height:50px!important;
		width:100%;
		text-align: left;
	}

	.grant_inner .data02 span{
		font-size:70px;
		display: block;
		line-height: 50px;

	}

	.grant_inner .data01{
		padding: 15px 0 0 0;
		width:100%;
		text-align: left;
	}

	.grant_inner:before{
		width: 76px;
   		height: 106px;
		bottom: 90px;
    	right: 10px;
	}


}
