@charset "UTF-8";

.clr01 {
	color: #5fc3aa;
}





.note {
	font-size: 13px;
  padding-left:1em;
  text-indent:-1em;	
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.txt-link01 {
}

.u-line {

}

.center {
	text-align: center;
}


.sec .inner {
	width: 1100px;
	margin: auto;
}

@media screen and (max-width: 768px) {
  .sec .inner {
    width: 90%;
    margin: auto;
  }
}








/*--------------------------------------------------
  タイトル
--------------------------------------------------*/

.title-box .eng-t {
	position: relative;
	color: #0676cd;
	font-size: 25px;
	display: inline-block;

}

.title-box .eng-t::before {
	content: "";
	position: absolute;
  top:-14px;
	right: -12px;
	margin: auto;
	width: 29px;
	height: 29px;
	display: block;
	background: url("../images/ttlicon01.png") center 0 no-repeat;
	background-size: 100% auto;		
	z-index: -1;
}


.title-box .title {
	font-weight: bold;
	font-size: 42px;
	margin-top: 15px;
}




.ttl02 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
	color: #004f9f;
	position: relative;
}
.ttl02:before {
	content: "";
	position: absolute;
	left: 4px;
	bottom: -20px;
	width: 53px;
	height:5px;
	display: block;
	background: url("../images/dod02.png") 0 0 no-repeat;
	background-size: 100% auto;			
}







@media screen and (max-width: 768px) {

.title-box .eng-t {
	position: relative;
	color: #0676cd;
	font-size: 15px;
	display: inline-block;

}

.title-box .eng-t::before {
	content: "";
	position: absolute;
  top:-10px;
	right: -11px;
	margin: auto;
	width: 20px;
	height: 20px;
	display: block;
	background: url("../images/ttlicon01.png") center 0 no-repeat;
	background-size: 100% auto;		
	z-index: -1;
}


.title-box .title {
	font-weight: bold;
	font-size: 22px;
	margin-top: 8px;
	line-height: 1.4;
}




.ttl02 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	color: #004f9f;
	position: relative;
}
.ttl02:before {
	content: "";
	position: absolute;
	left: 4px;
	bottom: -17px;
	width: 43px;
	height:4px;
	display: block;
	background: url("../images/dod02.png") 0 0 no-repeat;
	background-size: 100% auto;			
}


	
}
/*--------------------------------------------------
共通
--------------------------------------------------*/


.link01 a {
	background: #d31552;
	color: #fff;
	font-size: 17px;
	text-align: center;
	position: relative;
	padding: 30px 0;
	border-radius: 5px;
	display: block;
}


.link01 a::before {
	content: "";
	position: absolute;
  top:50%;
	right: 18px;;
	margin: auto;
	width: 32px;
	margin-top: -13px;
	height: 32px;
	display: block;
	background: url("../images/arrow01.png") center 0 no-repeat;
	background-size: 100% auto;		
}


@media screen and (max-width: 768px) {
.link01 a {
	background: #d31552;
	color: #fff;
	font-size: 15px;
	text-align: center;
	position: relative;
	padding: 25px 0;
	border-radius: 5px;
	display: block;
}


.link01 a::before {
	content: "";
	position: absolute;
  top:50%;
	right: 14px;;
	margin: auto;
	width: 28px;
	margin-top: -13px;
	height: 28px;
	display: block;
	background: url("../images/arrow01.png") center 0 no-repeat;
	background-size: 100% auto;		
}	
}













/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	width: 100%;
	margin: auto;
	min-width: 1160px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}


header .area01_box {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

header .h-logo h1 {
	width: 182px;
	margin-left: 24px;
	padding-top: 15px;
}
header .h-link {
	margin-top: 35px;
	margin-right: 20px;
}
header .h-link a {
	background: #1d8edb;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 16px 20px;
} 



@media screen and (max-width: 768px) {
header {
	width: 100%;
	margin: auto;
	min-width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}


header .area01_box {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

header .h-logo h1 {
	width: 122px;
	margin-left: 10px;
	padding-top: 15px;
}
header .h-link {
	margin-top: 24px;
	margin-right: 10px;
}
header .h-link a {
	background: #1d8edb;
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 10px 12px;
} 
	
}













/*--------------------------------------------------
  footer
--------------------------------------------------*/

footer {
	min-width: 1160px;
	width: 100%;
	position: relative;
	background: #192b3c;
	padding-bottom: 60px;
}

footer .inner {
	padding-top: 60px;
}

footer .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

footer .left .f-logo {
  width: 182px;
	margin-bottom: 25px;
}


footer .left .f-txt {
	color: #fff;
	margin-top: 15px;
}


footer .t-link a{
	color: #fff;
	text-decoration: underline;
	position: relative;
	display: inline-block;
}

footer .t-link a:before {
	content: "";
	position: absolute;
	right: -22px;
	width: 13px;
	top: 1px;
	height:13px;
	display: block;
	background: url("../images/arrow02.png") 0 0 no-repeat;
	background-size: 100% auto;			
}


footer .f-nav-box {
	margin-top: 85px;
}

footer .f-nav-box .f-nav {
	color: #b1b4b8;
	text-align: right;
}
footer .f-nav-box .f-nav a {
	color: #b1b4b8;
}

footer .copy {
	font-size: 12px;
	color: #fff;
	margin-top: 30px;
}



@media screen and (max-width: 768px) {
footer {
	min-width: 100%;
	width: 100%;
	position: relative;
	background: #192b3c;
	padding-bottom: 85px;

}

footer .inner {
	padding-top: 50px;
}

footer .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

footer .left .f-logo {
  width: 132px;
	margin: auto;
	margin-bottom: 35px;	
	padding-left: 10px;
}


footer .left .f-txt {
	color: #fff;
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
}


footer .t-link a{
	color: #fff;
	text-decoration: underline;
	position: relative;
	display: inline-block;
	font-size: 13px;
	padding-right: 20px;
}

footer .t-link a:before {
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
	top: 1px;
	height:12px;
	display: block;
	background: url("../images/arrow02.png") 0 0 no-repeat;
	background-size: 100% auto;			
}


footer .f-nav-box {
	margin-top: 50px;
}

footer .f-nav-box .f-nav {
	color: #b1b4b8;
	text-align: center;
}
footer .f-nav-box .f-nav a {
	color: #b1b4b8;
	font-size: 13px;
}

footer .copy {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}
	
}











