@charset "utf-8";

.pcBlock-spNone {
	display: block;
}
.spBlock-pcNone {
	display: none;
}

/*header*/
.logo{
	text-align: center;
	margin: 10px 0;  
}

/*mainvisual*/
.sec__main-visual{
	text-align: center;
}
.mainvisual img{
	width: 100%;
}
.flow-block{
	width: 1080px;
	background: #fffef9;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	padding: 40px;
	display: inline-block;
	margin-top: -80px;
}

/*section*/
.sec01,.sec02,.sec03,.sec04{
	text-align: center;	padding-top: 60px;
	padding-bottom: 60px;
}
.sec01 h2,
.sec02 h2,
.sec03 h2{
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 30px;
	color: #102988;
	margin-bottom: 30px;
}
.sec01 h2 span,
.sec02 h2 span,
.sec03 h2 span{
	font-size: 14px;
	font-size: 1.4rem;	
	background: url("../img/cmn__bg-line.gif") repeat-x;
	background-position: 15px;
	padding: 0 7px;
}

.container{
	width: 1080px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.left__container{
	float: left;
	width: 50%;
}
.left__contents{
	padding: 30px;
	background: #fff;
	margin: 40px 30px 40px 60px;
}
.right__container{
	float: right;
	width: 50%;
}
.right__contents{
	padding: 30px;
	background: #fff;
	margin: 40px 60px 40px 30px;
}
.list__container{
	width: 1080px;
	display: inline-block;
}
.list__container > ul{
	display: flex;
	flex-wrap: wrap;
	margin:auto -15px;
}
.list__container > ul >li{
	/*flex-basis: 50%;*/
	width: 50%;
	padding: 15px;
}
.list__container ul li:nth-child(2n-1){
	/*padding-right: 15px;*/
}
.list__container ul li:nth-child(2n){
	/*padding-left: 15px;*/
}
.list__contents{
	background: #fff;
	/*margin-bottom: 30px;*/
	height: 100%;
}
.list__contents__inner{
	padding: 30px 20px;
	text-align: left;
}
.list__inner__container{
	background: #f2f8fd;
	margin-top: 20px;
	padding: 20px 15px;
	min-height: 140px;
}
.list__inner__container .list__inner__contents{

}
.list__inner__container .list__inner__contents ul{
	display: inherit;
}
.list__inner__container .list__inner__contents ul li{
	padding: 0;
}
.table__container{
	width: 1080px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.table__container thead tr th:nth-child(1){
	width: 28%;
}
.table__container thead tr th:nth-child(2){
	width: 36%;
}
.table__container thead tr th:nth-child(3){
	width: 36%;
}
.notice{
	text-align: left;
	color: #888;
	font-size: 14px;
	font-size: 1.4rem;
}
.download__container{
	width: 1080px;
	margin: 2em auto  0 auto;
	border: 1px solid #c6d7ec;
}
.download_contents{
	padding: 18px 23px;
}
.copyright{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 13px 0;
}

/*.flow-block*/
.flow-block h2{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #cab55a;
	margin-bottom: 20px;
	line-height: 1;
}
.flow-block p{
	text-align: left;
	border-top: 2px solid #bca852;
	padding-top: 24px;
}


/*sec01*/
.sec01 .right__container{
	text-align: left;
}

/*sec02*/
.sec02{
	background: #f4f8fb;
}
.sec02 h3{
	font-size: 24px;
	font-size: 2.4rem;
	color: #102988;
	margin-bottom: 5px;
}
.sec02 .list__inner__contents ul li span{
	color: #888;
	font-size: 14px;
	font-size: 1.4rem;
}
.sec02 .list__inner__contents ul li:before{
	content: url(../img/cmn__img__check-icon.png);
	margin-right: 5px;
}

/*sec03*/
.sec03 .table__container table{
	width: 100%;
	border-collapse:separate;
	border-spacing: 0;
	border-top: 1px solid #d2dcf0;
	border-left: 1px solid #d2dcf0;
}
.sec03 .table__container table tr th{
	text-align: center;
	padding: 15px 0;
	background: #e1f0fe;
	border-right: 1px solid #d2dcf0;
	border-bottom: 1px solid #d2dcf0;
}
.sec03 .table__container table tbody tr:nth-child(2n-1){
	background: #f7fbff;
}
.sec03 .table__container table tr td{
	text-align: center;
	padding: 18px 0;
	border-right: 1px solid #d2dcf0;
	border-bottom: 1px solid #d2dcf0;
}
.sec03 .table__container table tr td:first-child{
	text-align: left;
	padding-left: 28px;
}
.sec03 .table__container table tr td span{
	color: #728ffb;
}
.sec03 .table__container table tr td a{
	color: #728ffb;
	text-decoration: underline;
}
.sec03 .table__container table tr td a:hover{
	text-decoration: none;
}
.sec03 .download__container h3{
	font-size: 24px;
	font-size: 2.4rem;
	color: #6580b2;
	padding: 13px 0;
	background: #c6d7ec;
}
.sec03 .download_contents ul {
    display: flex;
    flex-wrap: wrap;
}
.sec03 .download_contents ul li{
	text-align: left;
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
	display:block;
	width: 50%;
}
@media screen and (max-width: 768px) {
	.sec03 .download_contents ul li {
		width: 100%;
	}
}
.sec03 .download_contents ul li:before{
	content: "・";
}
.sec03 .download_contents ul li a{
	color: #6580b2;
	text-decoration: underline;
}
.sec03 .download_contents ul li a:hover{
	color: #6580b2;
	text-decoration: none;
}

/*sec04*/
.sec04{
	padding: 0;
	background: #e2e7ed;
}

.sec04 .left__contents .ttl{
	padding: 12px 0;
	background: #99b5e6;
	color: #fff;
	border-radius: 20px;
	line-height: 1;
}
.sec04 .left__contents .tel{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 15px 0; 
	line-height: 1;
}
.sec04 .left__contents .tel:before{
	content: url(../img/cmn__img__tel-icon-blue.png);
	margin-right: 5px;
	vertical-align: middle;
}
.sec04 .left__contents .contact-time{
	background: #f2f8fd;
	font-size: 14px;
	font-size: 1.4rem;
	color: #888;
	line-height: 1;
	padding: 12px 0;
}
.sec04 .right__contents .ttl{
	padding: 12px 0;
	background: #bca852;
	color: #fff;
	border-radius: 20px;
	line-height: 1;
}
.sec04 .right__contents .tel{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 15px 0;
	line-height: 1;
}
.sec04 .right__contents .tel:before{
	content: url(../img/cmn__img__tel-icon-brown.png);
	margin-right: 5px;
	vertical-align: middle;
}
.sec04 .right__contents .contact-time{
	background: #f7f6ef;
	font-size: 14px;
	font-size: 1.4rem;
	color: #888;
	line-height: 1;
	padding: 12px 0;
}
	.notice__container {
		max-width: 1080px;
		margin:auto;
	}

/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px){
	.pcBlock-spNone {
		display: none;
	}
	.spBlock-pcNone {
		display: inline-block;
	}
	.logo img{
		max-width: 50%;
	}
	.flow-block{
		width: 100%;
		text-align: left;
		margin: 0;
		box-shadow: none;
		padding: 20px 10px;
	}
	.flow-block h2{
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.flow-block p{
		padding-top: 12px;
	}
	.sec01,.sec02,.sec03,.sec04{
		padding-top: 25px;
		padding-bottom: 25px;
		margin: 0 10px;
	}
	.sec01 h2,
	.sec02 h2,
	.sec03 h2{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.sec01 h2 span,
	.sec02 h2 span,
	.sec03 h2 span{
		font-size: 9px;
		font-size: 0.9rem;	
		background-position: 8px;
		padding: 0 5px;
	}
	.container{
		width: 100%;
		display: block;
	}
	.left__container{
		width: 100%;
		float: none;
	}
	.right__container{
		width: 100%;
		float: none;
	}
	.list__container{
		width: 100%;
	}
	.list__container ul{
		/*display: block;*/
	}
	.list__container > ul {
		margin: auto;
	}
	.list__container ul li:nth-child(2n-1){
		/*padding-right: 0;*/
	}
	.list__container ul li:nth-child(2n){
		/*padding-left: 0;*/
	}
	.list__container > ul > li {
		width: 100%;
		padding: 10px;
	}
	/*sec01*/
	.sec01 .left__container{
		margin-bottom: 10px;
	}

	/*sec02*/
	.sec02{
		margin: 0;
	}
	.sec02 .list__contents{
		/*margin: 0 10px 15px;*/
	}
	.sec02 .list__contents__inner{
		padding: 15px 10px;
	}
	.sec02 h3{
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.sec02 .list__inner__container{
		padding: 12px 9px;
		margin-top: 10px;
		min-height: inherit;
	}
	.sec02 .list__inner__contents ul{
		line-height: 1.3;
	}
	.sec02 .list__inner__contents ul li{
		margin-bottom: 5px;
	}
	.sec02 .list__inner__contents ul li:last-child{
		margin-bottom: 0;
	}
	.sec02 .list__inner__contents ul li::before{
		vertical-align: middle;
	}
	.sec02 .list__inner__contents ul li span{
		font-size: 10px;
		font-size: 1.0rem
	}

	/*sec03*/
	.sec03 .table__container{
		width: 100%;
		margin-bottom: 25px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.sec03 .table__container .scroll-area{
		width: 450px;	
	}
	.sec03 .table__container table tr th{
		padding: 7px 0;
	}
	.sec03 .table__container table tr td{
		padding: 9px 0;
	}
	.sec03 .table__container table tr td:first-child{
		padding-left: 14px;
	}



















	.notice{
		font-size: 10px;
		font-size: 1.0rem;
	}
	.download__container{
		width: 100%;
	}
	.sec03 .download__container h3{
		font-size: 15px;
		font-size: 1.5rem;
		padding: 8px 0;
	}
	.download_contents{
		padding: 10px 15px;
	}
	.sec03 .download_contents ul{
		text-indent: -1em;
	}
	.sec03 .download_contents ul li{
		width: 100%;
		margin-left: 1em;
	}
	

	/*sec04*/
	.sec04{
		padding-top: 15px;
		padding-bottom: 15px;
		margin: 0;
	}
	.sec04 .left__container{
		float: left;
		width: 44%;
		margin-left: 4%;
	}
	.sec04 .left__contents{
		margin: 0;
		padding: 10px 7px;
	}
	.sec04 .right__container{
		float: right;
		width: 44%;
		margin-right: 4%;
	}
	.sec04 .right__contents{
		margin: 0;
		padding: 10px 7px;
	}
	.sec04 .left__contents .ttl{
		font-size: 9px;
		font-size: 0.9rem;
		padding: 5px 0;
		border-radius: 10px;
	}
	.sec04 .left__contents .tel{
		font-size: 12px;
		font-size: 1.2rem;
		margin: 7px 0;
	}
	.sec04 .left__contents .tel:before{
		content: "";
		display: inline-block;
		background: url(../img/cmn__img__tel-icon-blue.png);
		-webkit-background-size: 100%;
		background-size: 100%;
		width: 12px;
		height: 12px;
		margin-right: 3px;
		vertical-align: top;
	}
	.sec04 .left__contents .contact-time{
		font-size: 8px;
		font-size: 0.8rem;
		padding: 6px 0;
	}
	.sec04 .right__contents .ttl{
		font-size: 9px;
		font-size: 0.9rem;
		padding: 5px 0;
		border-radius: 10px;
	}
	.sec04 .right__contents .tel{
		font-size: 12px;
		font-size: 1.2rem;
		margin: 7px 0;
	}
	.sec04 .right__contents .tel:before{
		content: "";
		display: inline-block;
		background: url(../img/cmn__img__tel-icon-brown.png);
		-webkit-background-size: 100%;
		background-size: 100%;
		width: 12px;
		height: 12px;
		margin-right: 3px;
		vertical-align: top;
	}
	.sec04 .right__contents .contact-time{
		font-size: 8px;
		font-size: 0.8rem;
		padding: 6px 0;
	}
	/*copy*/
	.copyright{
		font-size: 10px;
		font-size: 1.0rem;
		padding: 5px 0;
	}

}


