@charset "UTF-8";
/*==========================================
【PC】000｜base
==========================================*/
html,body{
	height: 100%;
}

body{
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-size: 14px;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
	text-align: center;
	line-height: 1.8;
	font-feature-settings: 'palt' 1;
	background: #225c9b;
}

/*++++++++++++++++++++++++++++
	見出し
++++++++++++++++++++++++++++*/
h1,h2,h3,h4,h5{
	line-height: 1.6;
	letter-spacing:0.1em;
	font-weight: bold;
	color: #000;
	text-align: left;
}

h2,h3,h4,h5{
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/*++++++++++++++++++++++++++++
	p
++++++++++++++++++++++++++++*/
p{
	line-height:2;
	letter-spacing:0.05em;
	text-align: left;
}

/*++++++++++++++++++++++++++++
	.box-sizing
++++++++++++++++++++++++++++*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }

/*++++++++++++++++++++++++++++
	.link
++++++++++++++++++++++++++++*/
a{
	color: #333;
	text-decoration: none;
}

/*++++++++++++++++++++++++++++
	img
++++++++++++++++++++++++++++*/
img{
	max-width: 100%;
	height: auto;
}

/*=========================================
【PC】inner
==========================================*/
.inner{
	max-width: 1028px;
	margin: 0 auto;
	padding: 40px 24px;
}

/*=========================================
【PC】wrapper
==========================================*/
 .wrapper{
	overflow: hidden;
	background: url(../img/back_img.jpg);
}

/*=========================================
【PC】cont
==========================================*/
.cont{
	overflow: hidden;
}

.cont .cont_l{
	float: left;
	width: 48%;
}

.cont .cont_r{
	float: right;
	width: 48%;
}

/*=========================================
【PC】flex
==========================================*/
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex .box{
	display: inline-block!important;
}

/*------------------------------
	row3
------------------------------*/
.flex.row3 .box{
 	width: 31.5%
}

.flex.row3 .box:nth-child(3n){
	margin-right: 0;
}

.flex.row3 .box:nth-child(n+4){
	margin-top: 4%;
}

.flex.row3 .box{
	margin-right: 2.75%;
	text-align: left;
}

.flex.row3 .box:nth-last-child(1){
	margin-right: 0;
}

/*------------------------------
	row4
------------------------------*/
.flex.row4 .box{
 	width: 23.8%;
	margin-right: 1.6%;
	text-align: left;
}

.flex.row4 .box:nth-child(n+5){
	margin-top: 1.6%;
}

.flex.row4 .box:nth-child(4n){
	margin-right: 0;
}

/*=========================================
【PC】table_base
==========================================*/
.table_base{
	width:100%;
	text-align: left;
	overflow: hidden;
	border-bottom: solid 1px #dcdcdc;
}

.table_base dt,
.table_base dd{
	padding:8px;
	border-top: solid 1px #dcdcdc;
	letter-spacing: 0.1em;
	line-height: 2;
}

.table_base dt{
	float:left;
	clear:left;
	font-weight: bold;
}

@media only screen and (max-width:771px) {
	
/*=========================================
【771】inner
==========================================*/
.inner{
	padding: 32px 16px;
}
	
/*=========================================
【771】cont
==========================================*/
.cont .cont_l{
	float: none;
	width: 100%;
}

.cont .cont_r{
	float: none;
	width: 100%;
}
	
/*=========================================
【771】flex
==========================================*/
	
/*------------------------------
	row3
------------------------------*/
.flex.row3 .box,
.flex.row4 .box{
	text-align: left;
	margin-right: 2%;
	width: 49%;
}

.flex.row3 .box:nth-child(2n),
.flex.row4 .box:nth-child(2n){
	margin-right: 0;
}

.flex.row3 .box:nth-child(n+3),
.flex.row4 .box:nth-child(n+3){
	margin-top: 2%;
}

.flex.row3 .box:nth-child(3),
.flex.row4 .box:nth-child(3){
	margin-right: 2%;
}

}/* 771px
------------------------------------------*/

@media only screen and (max-width:500px) {
/*=========================================
【500】flex
==========================================*/
.flex.row3 .box,
.flex.row4 .box{
	margin-right: 0;
	width: 100%;
}

.flex.row3 .box:nth-child(2n),
.flex.row4 .box:nth-child(2n){
	margin-right: 0;
}

.flex.row3 .box:nth-child(n+3),
.flex.row4 .box:nth-child(n+3){
	margin-top: 0;
}

.flex.row3 .box:nth-child(3),
.flex.row4 .box:nth-child(3){
	margin-right: 0;
}

.flex.row3 .box + .box,
.flex.row4 .box + .box{
	margin-top: 4%;
}
	
}/* 500px
------------------------------------------*/
	
@media only screen and (max-width:400px) {
/*=========================================
【400】inner
==========================================*/
.inner{
	padding: 16px 8px;
}
	
}






