@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|PT+Sans+Narrow:400,700');


/*------------------------

背景

------------------------*/

html {
	font-size: 62.5%; 
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #fff;
	word-wrap: break-word;
/*	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
	color:#252525;
    font-weight: 400;
    line-height: 1.61;
    letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
body {
	font-size: 1.4rem;
}
}

.wrap {
	width: 94%;
	max-width: 1200px;
	height: auto;
	min-height: 100%;
	margin: auto;
	padding: 0;
}

ul{
	display:block;
	list-style:none;
	margin:0;
	}
	
/*------------------------

ヘッダー

------------------------*/

.head-box{
	padding: 1.25em 0;
}

.head-box h1{
	font-size: 1.3rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: .05em;
	margin-bottom: .45em;
	padding-left: .35em;
}

.head-box .logo img{
	display: block;
	margin: 0;
	max-width: 480px;
}

.text-size{
	float: right;
	width: 180px;
	background-color: #bfbfbf;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 17px;
	color: #fff;
	border: 2px solid #bfbfbf;
	overflow: hidden;
	margin: -.5em 0 2.65em;
	line-height: 1.45;
}

.text-size ul{
	display: block;
	float: right;
	width: 75px;
	background-color: #ffffff;
}

.text-size li{
	float: left;
	width: 50%;
	text-align: center;
}

.text-size li a{
	color: #646464;
	display: block;
	height: 24px;
	border-right: 1px solid #bfbfbf;
}

.text-size li a:hover{
	background-color: #ffef96;
}

.text-size span{
	display: inline-block;
	margin-left: 18px;
}

.text-size span,
.text-size li:first-child a{
	padding-top: .27em;
}

.text-size li:last-child a{
	font-size: 1.45rem;
	padding-bottom: .2em;
	padding-right: .15em;
	border-right: none;
}

header .float-right p{
	margin-bottom: 0;
	letter-spacing: .05em;
}

.menu{
	position: relative;
	background: url(../img/foot-back.png);
}

.menu:before,
.menu:after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #507ea4;
	left: 0;
	right: 0;
	z-index: 3;
}

.menu:before{
	top: -2px;
}

.menu:after{
	bottom: -2px;
}

.menu li{
	display: block;
	background: url(../img/nav-line.png) no-repeat left center;
	float: left;
	width: 16.666666%;
	text-align: center;
  padding: 1em 0;
}

.menu li:last-child{
	background: url(../img/nav-line.png) no-repeat left center,url(../img/nav-line.png) no-repeat right center;
}

.menu li,
.menu li a{
	display: block;
	font-size: 1.5rem;
	color:#ffffff;
	line-height: 1.35;
}

.menu li:nth-child(4) a{
	letter-spacing: 0;
}

.menu li span,
.menu li a span{
	display: block;
	font-size: 1.2rem;
	color: rgba(255,255,255,.6);
	margin-top: .15em;
	letter-spacing: normal;
}

.menu li:hover,
.menu li a:hover{
	color:#5180c6;
}

.menu li:hover span,
.menu li:hover a span{
	color:#5180c6;
}

button#button{
	display: none;
}

#slide_menu .layer{
	display: none;
}

.head-right-content {
    margin-top: 52px;
}

@media only screen and (max-width: 1120px) {
	.menu li,
  .menu li a{
	font-size: 1.3rem;
}
	
}

@media only screen and (max-width: 1023px) {	
	button#button{
	display:block;
	width: 100%;
	background-color: transparent;
	font-size: 1.6rem;
	color: #ffffff;
	padding: 8px 16px 0;
	border-radius: 0;
	text-align: left;
}
	
	button#button:hover{
	color:#5180c6;
	box-shadow: none;
}
	button#button:before {
		font-size: 2.6rem;
		display: block;
		float: left;
		margin-top: -.25em;
		margin-right: .35em;
		color:rgba(108,117,183,.6);
	}
	
	button#button:hover:before{
	color:#5180c6;
}
	
#slide_menu{
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ffffff;
	border-right: 1px solid #5180c6;
	z-index: 9000;
}
	
#slide_menu .layer{
	display: block;
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 3.5rem;
	z-index: 999999;
	line-height: 1;
	cursor: pointer;
}
	
#slide_menu .layer:hover{
	color:#5180c6;
	}

.menu ul{
	width: 100%;
	margin-bottom: 2.65em;
	}
	
.menu li:last-child,
.menu li{
	background: none;
	float: none;
	width: 100%;
	text-align: left;
}

.menu li{
  padding: .95em 1em 0;
}
.menu li:hover{
	color:#2f2f2f;
}
.menu li,
.menu li a {
  color: #2f2f2f;
}
.menu li span,
.menu li a span{
  display: none;
}
	
header .float-left,
header .float-right{
	float: none;
  text-align: center;
}
	
.head-box .logo img{
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.text-size{
	float: none;
	width: 165px;
	font-size: 1.2rem;
	margin: 1em auto 1.25em;
	letter-spacing: normal;
}	

.text-size span{
	padding-top: 0;
    margin-left: 0;
}
	
.text-size li:first-child a {
    padding-top: 0;
}
	
.text-size li a {
    height: 18px;
}
	
.text-size li:last-child a {
    font-size: 1.2rem;
}

header .float-right p {
    font-size: 1.2rem;
}
	
}

@media only screen and (max-width: 767px) {
.head-box{
	padding: .75em 0 .95em;
}

.head-box h1{
	font-size: 1rem;
	letter-spacing: .05em;
}

.head-box .logo{
	width: 75%;
}
	
.text-size {
    margin: 1em auto;
	overflow: hidden;
}
	
header .float-right p {
    font-size: 1rem;
    letter-spacing: normal;
}
}

@media only screen and (max-width: 1023px) {
#slide_menu{
	overflow-y: scroll;
}
}
/*
@media only screen and (max-width: 767px) and (max-height: 450px) {
#slide_menu{
	overflow-y: scroll;
}
	
}

@media only screen and (max-width: 767px) and (max-height: 530px) {
		
#slide_menu{
	overflow-y:scroll;
}
	
}
*/

/*------------------------

切り替えドロップダウン

------------------------*/

.drop-down-menu {
	position: relative;
	z-index: 999;
}

.drop-down-menu ul {
	margin: 0;
}

.drop-down-menu span,
.drop-down-menu a {
	display: block;
	text-decoration: none;
}

.drop-down-menu ul a:hover {
	color: #ffef96;
}

.drop-down-menu .sub-menu {
/*	width: 240px;*/
  width: 400px;
/*	margin-left: -120px;*/
  margin-left: -200px;
	position: absolute;
	z-index: 9999;
	top: 62px;
	left: 50%;
	display: none;
	background: #ffffff;
	border: 2px solid #5180c6;
	border-radius: 5px;
	padding: .95em .65em;
	box-shadow: 0 3px 8px rgba(54,42,9,.15); 
	-moz-box-shadow: 0 3px 8px rgba(54,42,9,.15); 
	-webkit-box-shadow: 0 3px 8px rgba(54,42,9,.15); 
}

.drop-down-menu .sub-menu:before{
	position: absolute;
	top:-10px;
	left:50%;
	margin-left: -8px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #5180c6 transparent;
	z-index: 999;
}
.drop-down-menu:first-of-type .sub-menu {
  left: 0;
  margin-left: 0;
}
.drop-down-menu .sub-menu li {
	background: none;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	color: #2f2f2f;
	text-align: left;
}
.drop-down-menu:first-of-type .sub-menu::before {
  position: absolute;
  left: 25%;
  margin-left: 0;
  content: "";
}
.drop-down-menu:last-of-type .sub-menu {
    margin-left: auto;
    right: 0;
    left: auto;
}
.drop-down-menu:last-of-type .sub-menu:before {
    position: absolute;
    left: 0;
    left: 75%;
    content: "";
    margin-left: 0px;
}
header .navbar.navbar-right .drop-down-menu .sub-menu li a{
	color: #2f2f2f;
	padding-top:10px;
	}

header .navbar.navbar-right li.drop-down-menu .sub-menu li + li{
	margin-left:0;
	}

li.drop-down-menu .sub-menu a {
	width: 100%;
	font-size: 1.4rem;
	padding: 8px 10px 8px 15px;
	display: block;
	color: #2f2f2f;
	text-decoration:none;
}

.sub-menu a:before{
	display: block;
	float: left;
	margin-right: .45em;
	color: #5180c6;
	font-size: 2.4rem;
	margin-top: -.1em;
	width: 20px;
	text-align: center;
}

.sub-menu a.ion-email:before,
.sub-menu a.ion-information-circled:before{
	margin-top: 0;
}


.sub-menu a:hover:before{
	color:rgba(81,128,198,.5);
}

.drop-down-menu:hover ul,
.drop-down-menu ul.focused,
.drop-down-menu ul.focused:hover {
	display: block;
}

.drop-down-menu li a:hover,
.drop-down-menu li a:focus {
	color: #5180c6;
}

.drop-down-menu ul.focused {
	display: block;
}

.sub_steplist {
    padding-left: 2.1em;
}
.sub_steplist li:nth-child(4) a {
    letter-spacing: .1em;
}
.sub-menu .sub_steplist li a {
    font-size: 1.3rem;
    padding-top: .5em;
    padding-bottom: .5em;
    line-height: 1.7;
}
ol.sub_steplist li a:before {
    margin-right: .4em;
    width: auto;
    content: '01';
    display: inline-block;
    font-size: 1.4rem;
/*
    background: url(../../apply/img/step01.png) center no-repeat;
    background-size: contain;
*/
    vertical-align: middle;
}
ol.sub_steplist li:nth-of-type(2) a:before {
  content: '02';
}
ol.sub_steplist li:nth-of-type(3) a:before {
  content: '03';
}
ol.sub_steplist li:nth-of-type(4) a:before {
  content: '04';
}
ol.sub_steplist li:nth-of-type(5) a:before {
  content: '05';
}
@media only screen and (max-width: 1023px) {

.drop-down-menu ul a:hover {
	color:rgba(81,128,198,.5);
}

.drop-down-menu .sub-menu {
	width: 100%;
	margin-left: 0;
	position:relative;
	top: auto;
	left: auto;
	display:block;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
}

.drop-down-menu .sub-menu:before{
	display: none;
	}

.drop-down-menu .sub-menu li {
	background: none;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	color: #2f2f2f;
	text-align: left;
	border-bottom: 0;
}

header .navbar.navbar-right .drop-down-menu .sub-menu li a{
	color: #2f2f2f;
	padding-top:10px;
	}

header .navbar.navbar-right li.drop-down-menu .sub-menu li + li{
	margin-left:0;
	}

li.drop-down-menu .sub-menu a {
	padding: 10px 10px 0 20px;
	letter-spacing: normal;
	font-size: 1.2rem;
}
.sub-menu a:before{
	content: "\f3d1" !important;
	font-size: 1.4rem;
	margin-right: .45em;
	color: #5180c6;
	margin-top: .28em;
	width: auto;

}
.sub-menu .sub_steplist li a {
    font-size: 1.2rem;
    line-height: 1.35;
    padding-left: .2em;
}
ol.sub_steplist li a:before {
    content: '01' !important;
    display: inline-block;
    background: none;
    vertical-align: middle;
    font-size: 1.2rem;
    margin-top: 0;
    width: auto;
    height: auto;
}
ol.sub_steplist li:nth-of-type(2) a:before {
  content: '02' !important;
  background: none;
}
ol.sub_steplist li:nth-of-type(3) a:before {
  content: '03' !important;
  background: none;
}
ol.sub_steplist li:nth-of-type(4) a:before {
  content: '04' !important;
  background: none;
}
ol.sub_steplist li:nth-of-type(5) a:before {
  content: '05' !important;
  background: none;
}
}


/*------------------------

メイン

------------------------*/
.top-back{
	background: url(../img/back.png) no-repeat center bottom;
}

@media only screen and (min-width: 1920px) {
	.top-back{
	background: url(../img/back.png) no-repeat center bottom;
	background-size: cover;
}
}

@media only screen and (max-width: 767px) {
	.top-back{
	background: url(../img/back_sp.png) no-repeat center bottom;
		background-size: 100% auto;
}
}


.main{
	position: relative;
	height: 510px;
}

.main > img{
	position:absolute;
	bottom:0;
	left: -115px;
	z-index: 3;
}

.main-box{
	position: relative;
	float: right;
	width: 778px;
	height: 430px;
	border: 5px solid #d6e9f9;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgba(10,69,139,.16);
	-moz-box-shadow: 3px 3px 10px rgba(10,69,139,.16);
	-webkit-box-shadow: 3px 3px 10px rgba(10,69,139,.16);
	margin-top: 2.25em;
	overflow: hidden;
}

.main-box iframe{
	display: block;
	position: absolute;
	width: 770px;
	top: -2px;
	left: -1px;
	height: 472px;
}

@media only screen and (max-width: 1260px) {
	
.main > img{
	width: 46%;
	left: -50px;
	max-width: 484px;
	}
	
.main-box{
	width: 62%;
	height: 81%;
	margin-top: 2.25em;
}

.main-box iframe{
	width: 103%;
	top: -2px;
	left: -5px;
	height: 112%;
}
	
}

@media only screen and (max-width: 980px) {
	
.main{
	height: auto;
}

.main > img{
		position: relative;
	margin-top: 1.25em;
	}
	
.main-box {
    width: 62%;
    margin-top: 2.25em;
    position: absolute;
    float: none;
    right: 0;
    top: 0;
}

.main-box iframe {
    width: 110%;
	top: -2px;
	left: -24px;
	height: 117%;
}
	
}

@media only screen and (max-width: 767px) {	

.main{
		padding-bottom: 1em;
	}
	
.main > img{
	left:-10px;
	display: none;
}

.main-box{
	width: 100%;
	height: 400px;
	margin-top: 1.05em;
	position:relative;
	top:auto;
	left:auto;
	border: 3px solid #d6e9f9;
}

.main-box iframe{
	width: 108%;
top: -2px;
left: -28px;
height: 112%;
}

}

@media only screen and (max-width: 640px) {	
.main-box{
	height: 325px;
}

.main-box iframe{
height: 113%;
left: -23px;
}
	
}

@media only screen and (max-width: 500px) {	
.main-box{
	height: 265px;
}

.main-box iframe{
height: 116%;
left: -19px;
}
	
}

@media only screen and (max-width: 400px) {	
.main-box{
	height: 210px;
}

.main-box iframe{
height: 120%;
}
	
}

@media only screen and (max-width: 375px) {	
	.main-box {
    height: 205px;
}
	
	.main-box iframe {
    height: 119%;
	left: -13px;
}
}

@media only screen and (max-width: 360px) {	
	.main-box {
    height: 200px;
}
	
	.main-box iframe {
    height: 120%;
}
	
}

@media only screen and (max-width: 359px) {	

/*.main > img{
	width: 40%;
}*/

.main-box{
	height: 190px;
}

.main-box iframe{
height: 120%;
}

	
}

/*------------------------

トップ中面

------------------------*/
article.top{
	padding: 3.65em 0 4.05em;
}

h2.new-heading{
	position: relative;
	font-size: 3.2rem;
	color: #1e50a2;
	padding-bottom: .45em;
	margin-bottom: .32em;
}

h2.new-heading:after{
	display: block;
	content: "";
	position: absolute;
	width: 35px;
	height: 3px;
	background-color: #1e50a2;
	bottom:0;
	left:0;
}

h2.new-heading:before{
	display: inline-block;
	vertical-align: baseline;
	content: "\f472";
	font-family: ionicons;
	margin-right: .3em;
	font-weight: normal;
	margin-left: .05em;
}

h2.new-heading a{
	display: block;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	float: right;
	width: 90px;
	height: 37px;
	border: 1px solid #d1d1d1;
	color: #535252;
	text-align: center;
	line-height: 1.45;
	padding-top: .35em;
	margin-top: .55em;
}

h2.new-heading a:hover{
	background-color:#535252;
	border: 1px solid #535252;
	color: #ffffff;
}

h2.new-heading a:before{
	display: block;
	float: left;
	content: "\f20e";
	font-family: ionicons;
	margin: -.38em 0 0 .38em;
	color: #c0bdb4;
	font-size: 3.3rem;
}

h2.new-heading a:hover:before{
	color: #ffffff;
}

ul.new-list{
	overflow-y: scroll;
	max-height: 205px;
}

ul.new-list li{
	display: block;
	position: relative;
	padding: 1.25em 0 1.35em 110px;
	border-bottom: 1px dotted #c0c0c0;
	letter-spacing: .05em;
}

ul.new-list li a{
	color: #252525;
	position: relative;
	padding-left:110px;
	margin-left: -110px;
	text-decoration: underline;
}

ul.new-list li a:hover{
	text-decoration: none;
	color: #ec2675;
}

ul.new-list li.link a:after{
	display: inline-block;
	vertical-align: middle;
	content: "";
	background: url(../img/link-icon.png) no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 15px;
	text-decoration: none;
	margin-left: .65em;
}

ul.new-list li.pdf a:after{
	display: inline-block;
	vertical-align: baseline;
	content: "PDF";
	border: 1px solid #ec2675;
	width: 60px;
	text-align: center;
	padding: 0 0 .1em;
	border-radius: 3px;
	text-decoration: none;
	color: #ec2675;
	margin-left: .65em;
	line-height: 1.15;
}

ul.new-list li a span,
ul.new-list li span{
	position: absolute;
	text-decoration: none;
	left:0;
}

.nextday{
	border: 1px solid #6b8ac1;
	border-radius: 8px;
	padding: 1.35em;
	box-shadow: 0 5px 10px rgba(54,42,9,.15); 
	-moz-box-shadow: 0 5px 10px rgba(54,42,9,.15); 
	-webkit-box-shadow: 0 5px 10px rgba(54,42,9,.15); 
}

.nextday h2{
	font-size: 2rem;
	font-weight: bold;
	color: #202020;
	text-align: center;
	background: url(../img/nextday-line.png) no-repeat center bottom;
	line-height: 1.25;
	padding-bottom: 1.65em;
	margin-bottom: .85em;
}

.nextday .slide{
	text-align: center;
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.nextday .slide iframe{
	display: block;
	width: 104%;
	margin-left: -2%;
	height: 300px;
	margin-top: -20px;
}

.apply-btn{
	display: block;
	background-color: #0054a7;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: .95em 0;
	border-radius: 5px;
	margin-top: 1.25em;
}

.apply-btn:hover{
	background-color: #00386f;
	color: #ffffff;
}

.apply-btn:after{
	display: block;
	float: right;
	content: "\f3d1";
	font-family: ionicons;
	margin-right: .85em;
	font-size: 2rem;
	margin-left: -.85em;
	margin-top: -.15em;
}

.sub-btn{
	margin-top: 1.85em;
}

.sub-btn a{
	display: block;
	position: relative;
	background:#bbdbf3;
	width: 100%;
	height: 70px;
	color: #1b4994;
	font-size: 1.3rem;
	padding: 1.85em 0 1.25em 45px;
	border-radius: 5px;
	margin-bottom: 1em;
	letter-spacing: normal;
	box-shadow: 2px 2px 3px rgba(0,0,0,.03) inset;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.03) inset;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.03) inset;
}

.sub-btn a:hover{
	background:#1b4790;
	color: #ffffff;
}

.sub-btn a:before{
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	left: 6px;
	top: 50%;
	margin-top: -20px;
}

.sub-btn a.clipboard:before{
	background: url(../img/icon-clipboard-bl.png) no-repeat center center;
	background-size: 22px auto;
}

.sub-btn a.chat:before{
	background: url(../img/icon-chatbubbles-bl.png) no-repeat center center;
	background-size: 28px auto;
}

.sub-btn a.book:before{
	background: url(../img/icon-book-bl.png) no-repeat center center;
	background-size: 28px auto;
}

.sub-btn a.document:before{
	background: url(../img/icon-document-bl.png) no-repeat center center;
	background-size: 22px auto;
}

.sub-btn a.clipboard:hover:before{
	background: url(../img/icon-clipboard.png) no-repeat center center;
	background-size: 22px auto;
}

.sub-btn a.chat:hover:before{
	background: url(../img/icon-chatbubbles.png) no-repeat center center;
	background-size: 28px auto;
}

.sub-btn a.book:hover:before{
	background: url(../img/icon-book.png) no-repeat center center;
	background-size: 28px auto;
}

.sub-btn a.document:hover:before{
	background: url(../img/icon-document.png) no-repeat center center;
	background-size: 22px auto;
}

@media only screen and (max-width: 1270px) {
.nextday .slide{
	width: 380px;
	height: 215px;
	margin: 0 auto;
}

.nextday .slide iframe{
	margin-top: -27px;
}
}

@media only screen and (max-width: 1260px) {
.sub-btn a{
	text-align: center;
	height: auto;
	padding: 1.25em 0;
}

.sub-btn a:before{
	display: block;
	position:relative;
	left: auto;
	top: auto;
	margin: 0 auto .35em;
}
}

@media only screen and (max-width: 1140px) {
.nextday .slide{
	width: 350px;
	height: 195px;
	margin: 0 auto;
}

.nextday .slide iframe{
	margin-top: -37px;
}
}

@media only screen and (max-width: 980px) {
.nextday .slide{
	width: 280px;
	height: 155px;
	margin: 0 auto;
}

.nextday .slide iframe{
	height: 260px;
}
}

@media only screen and (max-width: 850px) {
article.top {
    padding: 2.65em 0 2.65em;
}
	
.top .col-5,
.top .col-7 {
    flex-basis: 100%;
	float: none;
    max-width: 100%;
    width: 100%;
}
	
.top .col-7{
		order: 0;
	}

ul.new-list {
    max-height: 300px;
    margin-bottom: 2.65em;
}

.nextday .slide{
	width: 600px;
	height: 340px;
}

.nextday .slide iframe{
	height: 440px;
	margin-top: -35px;
}
	
}

@media only screen and (max-width: 767px) {
.sub-btn .col-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
	padding-left: 2%;
	float: left;
}
.sub-btn{
  margin-left: -2%;
}
ul.new-list li a{
	padding-left: 0;
	margin-left: 0;
}
ul.new-list li a span,
ul.new-list li span {
  position: relative;
  display: block;
	font-size: 1rem;
	margin-bottom: .15em;
}
}

@media only screen and (max-width: 640px) {
	.sub-btn a span{
		display: none;
	}
	
article.top{
	padding: 1.25em 0 ;
}

h2.new-heading{
	font-size: 2.3rem;
	padding-bottom: .45em;
	margin-bottom: .32em;
}


h2.new-heading a{
font-size: 1.3rem;
width: 80px;
height: auto;
text-align: center;
line-height: 1.45;
padding: .65em 0 .45em;
margin-top: .55em;
}

h2.new-heading a:before{
margin: 0 0 0 .56em;
font-size: 2.4rem;
line-height: .75;
}

ul.new-list{
	max-height: 250px;
	margin-bottom: 1.65em;
}

ul.new-list li{
	font-size: 1.2rem;
	padding: 1em 1.45em 1em 0;
}

ul.new-list li.link a:after{
	background: url(../img/link-icon.png) no-repeat;
	background-size: 100% auto;
	width: 13px;
	height: 13px;
}

ul.new-list li.pdf a:after{
	width: 40px;
}

.nextday{
	padding: 1em;
}

.nextday h2{
	font-size: 1.6rem;
}

.apply-btn{
	font-size: 1.5rem;
	padding: .85em 0 .65em;
	margin-top: 1em;
}

.sub-btn a {
    margin-bottom: .65em;
	}

.nextday .slide{
	width: 360px;
	height: 203px;
}

.nextday .slide iframe{
	height: 302px;
}
	
}

@media only screen and (max-width: 410px) {
.nextday .slide{
	width: 270px;
	height: 149px;
}

.nextday .slide iframe{
	height: 250px;
}
	
}

@media only screen and (max-width: 359px) {
.sub-btn a{
	font-size: 1.15rem !important;
}
}


/*------------------------

フッター

------------------------*/
footer{
	position: relative;
	background: url(../img/foot-back.png) no-repeat;
	background-size: cover;
	padding: .1em 0;
}

footer:before{
	display: block;
	position: absolute;
	content: "";
	background: #507ea4;
	width: 100%;
	height: 1px;
	top: -2px;
	left: 0;
	right: 0;
}

.foot-logo{
	display: block;
	max-width: 223px;
	margin: .45em auto .65em;
}

.sitemap{
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	padding: 2.85em 0 1.65em;
}

.sitemap-in{
	display: inline-block;
	width: 26%;
	text-align: left;
	vertical-align: top;
}

.sitemap-in:nth-child(1){
	width: 34%;
}

.sitemap-in:nth-child(3){
	width: 23%;
}


.sitemap-in li + li{
	margin-top: .85em;
}

.sitemap-in li a{
	color: #ffffff;
	font-size: 1.5rem;
	letter-spacing: .05em;
}

.sitemap-in li a:hover{
	color: #5180c6;
}

.sitemap-in li a:before{
	display:inline-block;
	vertical-align: middle;
	content: "\f362";
	font-family: ionicons;
	margin-right:.35em;
	font-size: 1.6rem;
}


/*
.sitemap-in ul.sub{
	margin: .65em 0 1.25em 20px;
}
*/

.sitemap-in ul.sub li + li{
	margin-top: .45em;
}

.sitemap-in ul.sub li a{
	font-size: 1.3rem;
}

.sitemap-in ul.sub li a:before{
	content: "\f3d1";
	font-size: 1.4rem;
}

.copy {
	color: #ffffff;
	text-align: center;
	padding: 1.35em 0;
}

.copy small{
	font-size: 1.2rem;
}

/*フッターアコーディオンメニュー*/
.footer_acd {
  font-size: 1.5rem;
  color: #fff;
}
.footer_acd::before {
  display: inline-block;
  vertical-align: middle;
  content: "\f362";
  font-family: ionicons;
  margin-right: .35em;
  font-size: 1.6rem;
}
.footer_acd::after {
  content: "";
  border-top: .5em solid #bbdbf3;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  display: inline-block;
  padding-bottom: 2px;
  margin-left: 8px;
}
.sitemap input {
  display: none;
}
.menu-lavel:checked + .accordion {
  opacity: 1;
  height: auto;
  padding: .6em 0 1.2em;
}
.accordion {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: 0.4s;
}

@media only screen and (max-width: 850px) {
	
.sitemap-in{
	display: block;
	width: 100%;
  margin-top: .85em;
}
.sitemap-in:nth-child(1){
  margin-top: 0;
}
.sitemap-in:nth-child(1),
.sitemap-in:nth-child(3){
	width: 100%;
}
	
	
}

@media only screen and (max-width: 640px) {
.sitemap-in br{
	display: block;
}

.foot-logo{
	margin: .45em auto .35em;
	width: 60%;
}

.sitemap{
	padding: 1.35em 1.65em;
}

.sitemap-in + .sitemap-in,
.sitemap-in li + li{
	margin-top: .35em;
}

.sitemap-in li a{
	font-size: 1.3rem;
}

.sitemap-in li a:before{
	font-size: 1.5rem;
}

.copy {
	padding: .85em 0;
}

.copy small{
	font-size: 1rem;
}

/*フッターアコーディオンメニュー*/
.footer_acd {
  font-size: 1.3rem;
}

}

/*------------------------

中面-共通

------------------------*/
.in-back{
	background: url(../img/in-back.png) no-repeat center bottom;
	min-height: 440px;
}

nav.breadcrumb {
	margin-top: 1em;
}

nav.breadcrumb em,
nav.breadcrumb a,
nav.breadcrumb li{
	vertical-align: middle;
}

nav.breadcrumb em {
  color: #535353;
}

nav.breadcrumb a {
  color: #1e50a2;
  font-weight: bold;
}

nav.breadcrumb a:hover {
    color: #ec2675;
}

nav.breadcrumb li:after {
	vertical-align: middle;
  content: '//';
  color: #535353;
}

.title h1{
	text-align: center;
	font-size: 3rem;
	color: #5696d5;
}

.title h1 span:after,
.title h1 span:before{
	display:block;
	position: absolute;
	content: "";
	width: 54px;
	height: 85px;
	top: 0;
}

.title h1 span{
	display: inline-block;
	position: relative;
	padding-top: .35em;
}

.title h1 span:before{
	background: url(../img/title-line01.png) no-repeat;
	left:-70px;
}

.title h1 span:after{
	background: url(../img/title-line02.png) no-repeat;
	right:-70px;
}

.in-box{
	padding: 2.65em 0;
}

.in-box .sub-btn {
    margin-top: 3.65em;
}

.in-box .sub-btn a{
	padding: 1.15em 0 0;
	text-align: center;
}

.in-box .sub-btn a:before{
	display: inline-block;
	position:relative;
	vertical-align: middle;
	left: auto;
	top: auto;
	margin-top: 0;
	margin-right: .85em;
	margin-left: -.35em;
}

.adobe-text{
	display: block;
    font-size: 1.2rem;
    line-height: 1.35;
    margin: 1.65em auto;
	text-align: center;
}

.adobe-text span,
.adobe-text img {
    display: inline-block;
    margin: .35em;
}

.adobe-text span{
	text-align: left;
	color: #565656;
	text-decoration: underline;
}

.adobe-text:hover span{
	color: #787878;
	text-decoration: none;
}


@media only screen and (max-width: 1260px) {
.in-box .sub-btn a{
	padding: 1.15em 0;
	text-align: center;
	height: 74px;
}
}

@media only screen and (max-width: 1023px) {
.in-box .sub-btn a{
	height: 95px;
}
	
.in-box .sub-btn a:before{
	display: block;
	margin: 0 auto .35em;
}
}

@media only screen and (max-width: 767px) {
.in-back{
	background: url(../img/in-back.png) no-repeat center bottom;
	background-size: 1000px auto;
	min-height: 300px;
}

nav.breadcrumb {
	display: none;
}

.title h1{
	font-size: 2rem;
	margin-top: .35em;
	letter-spacing: normal;
}

.title h1 span:after,
.title h1 span:before{
	width: 35px;
	height: 50px;
	top: 10px;
}

.title h1 span{
	padding-top: .35em;
}

.title h1 span:before{
	background: url(../img/title-line01.png) no-repeat;
	background-size: 100% 100%;
	left: -40px;
}

.title h1 span:after{
	background: url(../img/title-line02.png) no-repeat;
	background-size: 100% 100%;
	right:-40px;
}
	
.in-box {
    padding: 1.65em 0;
}
	
.in-box .sub-btn {
    margin-top: 1.65em;
	margin-left: -2%;
}
	
.in-box .sub-btn .col-3 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
	padding-left: 2%;
	float: left;
}
	
}


/*------------------------

中面-見出し

------------------------*/
.in-heading01{
	font-size: 3rem;
	text-align: center;
	color: #1e50a2;
	margin-bottom: 1.65em;
	margin-top: .45em;
}

.in-heading01:before{
	display: block !important;
	text-align: center;
	font-size: 5rem;
	margin-bottom: .15em;
}

.in-heading01 + p.text-center{
	margin: -1.35em auto 2.65em;
}

.in-heading02{
	position: relative;
	font-size: 2.4rem;
	color: #5696d5;
	text-align: center;
	padding: 1em 0;
}

.in-heading01 + .in-heading02{
	margin-top: 1.65em;
}

.in-heading02:before{
	display: block;
	position: absolute;
	content: "";
	background-color: #5696d5;
	width: 60px;
	height: 2px;
	top:0;
	left:0;
	right:0;
	margin: 0 auto;
}

.in-heading03 {
    position: relative;
    font-size: 2.4rem;
    color: #5696d5;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 30px;
}

.in-heading03:before {
    background-color: #5696d5; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: 0px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 50px; /* 線の長さ */
}

@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
	
.in-heading01{
	font-size: 2.2rem;
	margin-bottom: 1em;
	margin-top: 0;
	line-height: 1.45;
}

.in-heading01:before{
	font-size: 4rem;
}
	
.in-heading01 + p.text-center {
    margin: -.65em auto 1.65em;
}

.in-heading02{
	font-size: 2rem;
	padding: .85em 0;
	line-height: 1.4;
}

.in-heading01 + .in-heading02{
	margin-top: 1em;
}
	
}




/*------------------------

サブメニュー

------------------------*/

.in-menu{
	background-color: #d8e8f8;
	text-align: center;
	padding: 1em 0;
}

.in-menu li{
	display: inline-block;
	vertical-align: middle;
}


.in-menu li + li{
	margin-left: -8px;
}

.in-menu li a{
	text-align: center;
	color: #1b4994;
	border-left: 1px solid #1b4994;
	padding: .35em 2.65em;
	display: block;
}

.in-menu li a:before{
	margin-right: .35em;
	font-size: 2rem;
	display: inline-block;
	vertical-align: bottom;
}

.in-menu li:last-child a{
	border-right: 1px solid #1b4994;
}

.in-menu li a:hover{
	color: rgba(27,73,148,.6);
}

.in-menu.contact-anc li a{
	padding: .35em 1em;
}

@media only screen and (max-width: 767px) {
.in-menu{
	padding: .65em 0 .95em;
	font-size: 1rem;
	letter-spacing: normal;
}
	
.in-menu li a:before {
	display: block;
	margin: 0 0 .15em;
	font-size: 1.5rem;
}
	
.in-menu li + li {
    margin-left: 0;
}

.in-menu li a {
    padding: .35em .65em;
}
	
.text-center{
		text-align: left;
	}
	
.in-menu li a span.sp-none{
		display: none;
	}
}

/*------------------------

ページトップへ戻る

------------------------*/
#page-top {
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
}

#page-top a {
	background-color: #232323;
	width: 60px;
	height: 60px;
	padding: 9px 0 0;
	display: block;
	cursor: pointer;
	color: #ffffff;
	font-size: 2.8rem;
	text-align: center;
}

#page-top a:hover {
	background-color: #5180c6;
	color: #ffffff;
	text-decoration: none;
}

@media screen and (max-width:980px) {

#page-top {
	right: 0;
	bottom: 0;
}
	
#page-top a {
    width: 40px;
    height: 40px;
    padding: 3px 0 0;
    font-size: 2rem;
}
	
}


/*------------------------

フォント

------------------------*/
.useful span.tag,
.what-box01 h2,
.voice-q-text,
.deta-box-b-in h3,
.title h1,
button#button,
.in-menu li,
.in-heading02,
.in-heading01 em{
    font-family:'mplus-1c-bold', sans-serif;
	transform: rotate(0.001deg);
	font-weight: normal;
}

.menu li,
.menu li.drop-down-menu .sub-menu a,
.sub-btn a{
	font-weight: bold;
  font-feature-settings: "palt";
}

@font-face{ 
  font-family: 'mplus-1c-bold';
  src: url('../fonts/mplus-1c-bold.eot');
  src: url('../fonts/mplus-1c-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mplus-1c-bold.woff') format('woff'),
       url('../fonts/mplus-1c-bold.ttf') format('truetype');
}

.text-gray-box-in .in-heading02,
.flow-btn li,
.apply-heading,
.in-heading01{
    font-family:'mplus-1c-regular', sans-serif;
	transform: rotate(0.001deg);
	font-weight: normal;
}
@font-face{ 
  font-family: 'mplus-1c-regular';
  src: url('../fonts/mplus-1c-regular.eot');
  src: url('../fonts/mplus-1c-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mplus-1c-regular.woff') format('woff'),
       url('../fonts/mplus-1c-regular.ttf') format('truetype');
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
.flow-btn li:not(:target){
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	
}


.flow-list li span,
.qa-box dt:before,
.menu li span{
	font-family: 'Anton', sans-serif;
	font-weight: normal;
}

.guide-box04 .col-4 span,
.about-box02 .col-4 span,
ul.new-list li.pdf a:after,
h2.new-heading{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
}


/*------------------------

ボタン

------------------------*/
a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}

.skyblue-btn{
	display: block;
	background-color: #5696d5;
	border: 2px solid #5696d5;
	font-size: 1.45rem;
	font-weight: bold;
	color: #ffffff;
	padding: .85em 0;
	text-align: center;
	border-radius: 25px;
	margin: 1.65em auto;
}

.skyblue-btn:after{
	display: inline-block;
	content: "\f019";
	font-family: 'FontAwesome';
	margin-left: 1em;
}

.skyblue-btn.icon-left:after{
	content: "\f125";
	font-family: "Ionicons";
}


.skyblue-btn:hover{
	background-color: #ffffff;
	color: #5696d5;
}

.orange-btn{
	display: block;
	background-color: #FF7F00;
	border: 2px solid #FF7F00;
	font-size: 1.45rem;
	font-weight: bold;
	color: #ffffff;
	padding: .55em 0;
	text-align: center;
	border-radius: 25px;
	margin: 0.1em auto;
}

.orange-btn:after{
	display: inline-block;
	content: "\f019";
	font-family: 'FontAwesome';
	margin-left: 1em;
}

.orange-btn.icon-left:after{
	content: "\f125";
	font-family: "Ionicons";
}


.orange-btn:hover{
	background-color: #ffffff;
	color: #FF7F00;
}

.green-btn{
	display: block;
	background-color: #66cdaa;
	border: 2px solid #66cdaa;
	font-size: 1.45rem;
	font-weight: bold;
	color: #ffffff;
	padding: .85em 0;
	text-align: center;
	border-radius: 25px;
	margin: 1.65em auto;
}

.green-btn:after{
	display: inline-block;
	content: "\f019";
	font-family: 'FontAwesome';
	margin-left: 1em;
}

.green-btn:hover{
	background-color: #ffffff;
	color: #66cdaa;
}

.usupink-btn{
	display: block;
	background-color: #f08080;
	border: 2px solid #f08080;
	font-size: 1.45rem;
	font-weight: bold;
	color: #ffffff;
	padding: .85em 0;
	text-align: center;
	border-radius: 25px;
	margin: 1.65em auto;
}

.usupink-btn:after{
	display: inline-block;
	content: "\f019";
	font-family: 'FontAwesome';
	margin-left: 1em;
}

.usupink-btn:hover{
	background-color: #ffffff;
	color: #f08080;
}

.skyblue-waku-btn{
	display: block;
	background-color: #ffffff;
	border: 2px solid #5696d5;
	font-size: 1.45rem;
	font-weight: bold;
	color: #5696d5;
	padding: .85em 0;
	text-align: center;
	border-radius: 25px;
	margin: 1.65em auto;
}

.skyblue-waku-btn:hover{
	background-color: #5696d5;
	color: #ffffff;
}

.skyblue-waku-btn:after{
	display: inline-block;
	content: "\f125";
	font-family: "Ionicons";
	margin-left: 1em;
}

.skyblue-waku-btn.icon-pdf:after{
	display: inline-block;
	content: "\f019";
	font-family: 'FontAwesome';
	margin-left: 1em;
}

.skyblue-waku-btn + .skyblue-btn,
.blue-btn02 + .skyblue-btn,
.skyblue-btn + .skyblue-waku-btn{
	margin-top: -.65em;
}

.blue-btn02{
	display: block;
	background-color: #4294e5;
	border: 2px solid #4294e5;
	font-size: 1.45rem;
	font-weight: bold;
	color: #ffffff;
	padding: .85em 0;
	text-align: center;
	border-radius: 25px;
	margin: 1.65em auto;
}

.blue-btn02:after{
	display: inline-block;
	content: "\f125";
	font-family: "Ionicons";
	margin-left: 1em;
}

.blue-btn02.pdf:after{
	content: "\f019";
	font-family: 'FontAwesome';
}

.blue-btn02:hover{
	background-color: #ffffff;
	color: #4294e5;
}

.blue-waku-btn{
	display: block;
	background-color: #ffffff;
	border: 2px solid #4294e5;
	font-size: 1.45rem;
	font-weight: bold;
	color: #4294e5;
	padding: .85em 0;
	text-align: center;
	border-radius: 25px;
	margin: 1.65em auto;
}

.blue-waku-btn:hover{
	background-color: #4294e5;
	color: #ffffff;
}

.blue-waku-btn:after{
	display: inline-block;
	content: "\f019";
	font-family: 'FontAwesome';
	margin-left: 1em;
}

.w400{
	width: 400px;
}

.w300{
	width: 300px;
}

.w250{
	width: 250px;
}

.w200{
	width: 200px;
}

@media screen and (max-width:767px) {
	
.w400{
	width: 100%;
	max-width: 400px;
}

.w300{
	width: 100%;
	max-width: 300px;
}
	
.orenge-btn02,
.blue-waku-btn,
.blue-btn02,
.orenge-waku-btn{
	font-size: 1.35rem;
	letter-spacing: normal;
}
	
	
}


/*------------------------

テーブル

------------------------*/

table {
	width: 100%;
	background-color: #fff;
	border: 3px solid #bfbfbf;
}

table th,
table td {
	border: 1px solid #bfbfbf;
	color: #535252;
	vertical-align: middle;
}

table th {
	padding: 1em 0;
	background-color: #efefef;
	text-align: center;
	min-width: 200px;
}

table td:last-child,
table td {
	padding: 1em 1.35em;
	word-break: break-all;
	text-align: left;
}

@media (max-width: 767px) {

th,
 td {
	width: 100%;
	display: block;
}

th {
	width: 100%;
	display: block;
	background-color: #eee;
}

table .width-90,
 table .width-80,
 table .width-75,
 table .width-70,
 table .width-66,
 table .width-65,
 table .width-60,
 table .width-50,
 table .width-40,
 table .width-35,
 table .width-33,
 table .width-30,
 table .width-25,
 table .width-20,
 table .width-10 {
	width: 100%;
}
}

/*------------------------

フォーム

------------------------*/

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='phone'],
input[type='tel'],
input[type='number'],
input[type='datetime'],
input[type='date'],
input[type='month'],
input[type='color'],
input[type='time'],
input[type='search'],
input[type='datetime-local'] {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: .7em 0.5em;
}

select.width-20,
input[type='text'].width-20{
	display: inline-block;
	margin-left: .35em;
	margin-right: 1.35em;
}

select.width-10,
select.width-20,
input[type='text'].width-30,
input[type='text'].width-40{
	display: inline-block;
	margin-left: .35em;
	margin-right: .35em;
}

@media only screen and (max-width: 767px) {
	
	input.width-20[type="text"] {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .35em;
}

input[type='text'].width-40{
	width: 80% !important;
	margin-left: 0;
}

input[type='text'].width-30{
	display: block;
	margin: .35em 0 0;
	}

select.width-20,
select.width-10{
	display: inline-block;
	margin: 0;
	}

select.width-20{
	width: 27% !important;
	}
	
select.width-10{
	width: 21% !important;
	}
	
	
}


label,
select {
	cursor: pointer;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', Arial, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-appearance: button;
}

.form {
	width: 100%;
	margin-bottom: 3em;
	background-color: #fff;
	border: 3px solid #bfbfbf;
}

.form .label {
	float: right;
}

@media only screen and (max-width: 767px) {

.form {
	margin-bottom: 1.65em;
}
}

.form th,
.form td {
	padding: 1em;
	border: 1px solid #bfbfbf;
	text-align: left;
	color: #535252;
	vertical-align: middle;
}

.form th {
	width: 300px;
	background-color: #efefef;
}

.form th.red {
	background-color: #ffe1e4;
	color: #f32d69;
}

.form td.red {
	background-color: #ffe1e4;
}

@media (max-width: 767px) {

.form th,
.form td {
	width: 100%;
	margin-top: -1px;
	display: block;
}

.form td input[type='text'] {
	width: 100%;
}
.form td input[type='text'].width-20 {
	width: 100%;
}
	
.form td.red {
	background-color: #fff3f4;
	padding: 1.35em 0;
}
	
}


.btn-area {
	margin: -1em auto 5.65em;
	text-align: center;
}

@media only screen and (max-width: 767px) {

.btn-area {
	margin: 0 auto 2.65em;
}
}


/*------------
radio
------------*/

[type='radio']:checked,
[type='radio']:not(:checked) {
	visibility: hidden;
}

[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
	padding-left: 28px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #666;
	line-height: 20px;
}

[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	content: '';
}

[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	background: #005eae;
	content: '';
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

[type='radio']:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type='radio']:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*------------------------

リスト

------------------------*/

.list-flat {
	margin-bottom: 0;
}

.list-flat li {
	margin-bottom: 1em;
}

.list-flat li:last-child {
	margin-bottom: 0;
}

.list-left li {
	margin-right: 1em;
	float: left;
}

.list-left li:last-child {
	margin-right: 0;
}

.link {
	margin: 0;
}

.link li {
	list-style: none;
	line-height: 1.35;
}

.link li a {
	margin-left: 1em;
	display: block;
	text-decoration: none;
	text-indent: -1em;
}

.link li a:before {
	margin-right: .5em;
	content: '\f0da';
	color: #e60013;
	font: normal normal normal 14px/1 FontAwesome;
}

@media only screen and (max-width: 767px) {

.link li {
	margin-bottom: 1.65em;
	float: none;
}

.link li a {
	display: block;
}
}

.list-center {
	display: inline-block;
	zoom: 1;
}

.list-before li {
	padding-left: 1em;
	display: block;
}

.list-before li:before {
	width: 1em;
	margin-left: -1em;
	padding: .5em 0;
	display: block;
	float: left;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}

.list-before li.second:before {
	width: 1em;
	margin-left: 0;
	padding: .5em 0;
	display: block;
	float: left;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}

.list-after li {
	padding-right: 15px;
	position: relative;
}

.list-after li:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '?';
	color: #007f2d;
	font-family: 'FontAwesome';
}

.list-centered {
	text-align: center;
}

.list-centered ul {
	display: inline-block;
	zoom: 1;
}

/*------------------------

画像

------------------------*/

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

img.left {
	margin-right: 1em;
}

img.right {
	margin-left: 1em;
}

/*------------------------

レイアウト

------------------------*/

.v-bottom {
	position: absolute !important;
	right: 0;
	bottom: 0;
}

.v-center {
	width: 100%;
	display: table;
}

.v-center p,
.v-center > div,
.v-center img {
	padding: 0 .5em;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 1024px) {

.v-center img {
	min-width: 150px;
	margin: 0;
	padding: 0 10px;
}
}

@media only screen and (max-width: 767px) {

.v-center p,
 .v-center div {
	width: 100%;
	margin: 0 0 1.6em;
	padding: 0;
	display: block;
	text-align: left;
}

.v-center img {
	margin: 0 0 1.6em;
	padding: 0;
	display: block;
}
}

img {
	vertical-align: bottom;
}

.img-centered img {
	margin: 0 auto;
	display: block;
}

.btn-centered {
	text-align: center;
}

/*------------------------

Typography

------------------------*/

i {
	margin: 0 .5em;
	color: #005eae;
}

em,
i {
	font-style: normal;
}

.red {
	color: #ec2675;
}

.blue {
  color: #1070cf;
}

.note-s {
  font-size: 1.2rem;
  padding-left: 1.2rem;
  position: relative;
}
.note-s span {
  position: absolute;
  left: 0;
}

/*------------------------

余白

------------------------*/

.mt-05{
	margin-top:-5px;
	}

.mt00 {
	margin-top: 0 !important;
}
	
.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt70 {
	margin-top: 70px;
}

.mt100 {
	margin-top: 100px;
}

.mt_20 {
	margin-top: -20px;
}

.mtb05 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mb0 {
	margin-bottom: 0;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml0 {
	margin-left: 0;
}

.ml05 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr05 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}


.pt40 {
	padding-top: 40px;
}

/*------------------------

表示・非表示

------------------------*/

br.sp_only {
	display: none;
}

@media only screen and (max-width: 960px) {

br {
	display: none;
}

br.both {
	display: block;
}

br.sp_only {
	display: block;
}
}

.hidden {
	display: none;
	visibility: hidden;
}

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

.visible-desktop {
	display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 979px) {

.hidden-desktop {
	display: inherit !important;
}

.visible-desktop {
	display: none !important;
}

.visible-tablet {
	display: inherit !important;
}

.hidden-tablet {
	display: none !important;
}
}

@media (max-width: 767px) {

.hidden-desktop {
	display: inherit !important;
}

.visible-desktop {
	display: none !important;
}

.visible-phone {
	display: inherit !important;
}

.hidden-phone {
	display: none !important;
}
}

/*------------------------

動画モーダル

------------------------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.movie-heading {
	font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
	position: relative;
    font-size: 3rem;
    color: #1e50a2;
    padding-bottom: 0.45em;
    margin-bottom: 0.32em;
}
.movie-heading:before {
    display: inline-block;
    vertical-align: baseline;
    content: "\f362";
    font-family: ionicons;
    margin-right: 0.3em;
    font-weight: normal;
    margin-left: 0.05em;
}
.movie-heading:after {
    display: block;
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #1e50a2;
    bottom: 0;
    left: 0;
}

.movie-modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 999;
}
.modal__bg{
    background: rgba(0,0,0,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.movie.r10 {
	border-radius: 10px;
}
.movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal__content p{
    margin: 0;
}
a.js-modal-close {
    font-weight: bold;
    font-size: 250%;
    position: absolute;
    top: -40px;
    right: -40px;
	color: #fff;
}
.content_topics .introduction a.js-modal-close {
    display: block;
    color: #fff;
    font-size: 3rem;
    text-decoration: none;
}
.movie-btn {
    display: block;
    background-color: #0054a7;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: .5em 0;
    border-radius: 5px;
    margin-top: .25em;
}
.movie-btn:hover{
	background-color: #00386f;
	color: #ffffff;
}
.movie-btn:after {
    display: block;
    float: right;
    content: "\f3d1";
    font-family: ionicons;
    margin-right: 0.85em;
    font-size: 2rem;
    margin-left: -0.85em;
    margin-top: -0.15em;
}



.voice-heading {
	font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
	position: relative;
    font-size: 3rem;
    color: #1e50a2;
    padding-bottom: 0.45em;
    margin-bottom: 0.32em;
}
.voice-heading:before {
    display: inline-block;
    vertical-align: baseline;
    content: "\f11f";
    font-family: ionicons;
    margin-right: 0.3em;
    font-weight: normal;
    margin-left: 0.05em;
}
.voice-heading:after {
    display: block;
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #1e50a2;
    bottom: 0;
    left: 0;
}



@media screen and (max-width: 960px) {
a.js-modal-close {
    top: -55px;
    right: 0;
}
.modal__content {
    width: 98%;
}
}
/*------------------------

clearfix

------------------------*/

.clearfix:before,
.clearfix:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
} /* IE < 8 */






.cat_desc {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 30px 0;
}

.cat_desc div {
    background: #0054A7;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-basis: 24%;
    align-items: center;
    transition: .2s;
}

.cat_desc div p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.cat_desc div p.first {font-weight: bold;font-size: 24px;}

.cat_desc div i {color: #fff;margin: 0;margin-bottom: 11px;}


.cat_desc div a {
    display: block;
    padding: 30px 10px;
    width: 100%;
}

.cat_desc div:hover {
    background: #00386F;
}
@media screen and (max-width: 960px) {
.cat_desc {

flex-wrap: wrap;
}

.cat_desc div {

flex-basis: 48%;

margin-bottom: 4%;
}

.cat_desc div p {

font-size: 16px;
}

.cat_desc div p.first {
    font-size: 18px;
}



}

.top-voice {
    display: flex;
    justify-content: space-between;
}

.top-voice div {flex-basis: 31%;}

.top-voice div a {
    display: block;
    height: 100%;
    width: 100%;
    color: #111;
    font-weight: bold;
}

.top-voice div a img {margin-bottom: 10px;}

.top-voice div p.blue {
    color: #1070cf;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0.5em 0;
}


@media screen and (max-width: 850px) {
.top-voice {

display: block;
}

.top-voice div {
    margin-bottom: 20px;
}

.top-voice div .img {
    text-align: center;
    margin-bottom: 0;
}
	
}

.blue{
	color: #1e50a2;
}


p.headding-text {
    font-size: 20px;
    font-weight: bold;
}

