@charset "UTF-8";


/****************************************************************************
    common parts
****************************************************************************/

/* PC/SP/Tabletで表示・非表示
--------------------------------*/
/*SPの時のみに表示*/
.m-sp {
	display: block;
}
@media (min-width:768px){
	.m-sp {
		display: none;
	}
}

/*PCとタブの時に表示*/
.m-pc-tab {
	display: none;
}
@media (min-width:768px){
	.m-pc-tab {
		display: block;
	}
}

/*PCの時のみに表示*/
.m-pc {
	display: none;
}
@media (min-width:1200px){
	.m-pc {
		display: block;
	}
}


/* box
--------------------------------*/
/* section */
.m-section {
	padding: 50px 0;
}
@media (min-width:768px){
}
@media (min-width:1200px){
	.m-section {
		padding: 80px 0;
	}
}

/* inner */
.m-inner-1000,
.m-inner-1110,
.m-inner-1200 {
	width: 100%;
	padding: 0 5%;
}
@media (min-width:1000px){
	.m-inner-1000 {
		padding: 0;
	    width: 1000px;
		margin: 0 auto;
	}
}
@media (min-width:1110px){
	.m-inner-1110 {
		padding: 0;
	    width: 1110px;
		margin: 0 auto;
	}
}
@media (min-width:1200px){
	.m-inner-1200 {
	    padding: 0;
	    width: 1200px;
		margin: 0 auto;
	}
}

/* ボックス */
.m-box {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 2em;
	padding: 1.5em 1.5em;
}
@media (min-width:768px){
	.m-box {
		border-radius: 30px;
		margin-bottom: 2em;
		padding: 2em 2em;
	}
}
@media (min-width:1110px){
	.m-box {
		border-radius: 40px;
		margin-bottom: 2em;
		padding: 3em 5em;
	}
}


/* 背景
--------------------------------*/
.m-bg-blue {
	background-color: #DEE9ED;
}
.m-bg-gray {
	background-color: #FAFAFA;
}




/* テキスト関連
--------------------------------*/
.m-txt-en {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}

.m-txt-C {
	text-align: center;
}
.m-txt-R {
	text-align:  right;
}

.m-txt-smaller {
	font-size: .9em;
}

/* テキストリンク
--------------------------------*/
a.m-link-arrow {
	color: #70C1F4;
	position: relative;
	padding-left: 20px;
	text-decoration: underline;
}
a.m-link-arrow:before {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content:"";
	width: 13px;
	height: 10px;
	background: url("../img/common/icon_arrow_right_blue.svg") no-repeat 0 0;
	background-size: cover;
}
a.m-link-arrow:hover {
	text-decoration: none;
}

/* 電話発信（スマホでタップした時だけ電話発信を有効にする）
--------------------------------*/
@media (min-width:768px){
	.m-tel {
		pointer-events: none;
	}
}



/****************************************************************************
 	pagenavi
****************************************************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
	margin: 4em 0 0 0;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #656B72;
	background-color: #FFF;
	border: solid 1px #dcdcdc;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#FFF; 
	background-color:#B8C7D1; 
	border-color:#B8C7D1;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #c7c7c7;
	border-color: #c7c7c7;
	font-weight: bold;
}
.wp-pagenavi span.pages{
	border: 1px solid #c7c7c7;
	background-color: #F5F4F5;
}


/****************************************************************************
 	ページタイトル
****************************************************************************/
.m-pagettl-sec {
	background: url("../img/common/bg_curve_gray_btm.png")no-repeat bottom left #DEE9ED;
	background-size: 100%;
	padding: 30px 0;
}
.m-pagettl-sec .m-pagettl-text {
	text-align: center;
}
.m-pagettl-sec .m-pagettl-text .en {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 3px dotted #fff;
	display: inline-block;
	line-height: 1.2;
	letter-spacing: 3px;
	padding: 0 5px;
}
.m-pagettl-sec .m-pagettl-text .jp {
	font-size: 22px;
	letter-spacing: 2px;
}
@media (min-width:768px){
	.m-pagettl-sec {
		padding: 40px 0;
	}
	.m-pagettl-sec .m-pagettl-text .en {
		font-size: 18px;
	}
	.m-pagettl-sec .m-pagettl-text .jp {
		font-size: 26px;
		letter-spacing: 2px;
	}
}
@media (min-width:1160px){/*headerのブレイクポイント*/
	.m-pagettl-sec {
		padding: 60px 0;
	}
	.m-pagettl-sec .m-pagettl-text .en {
		font-size: 24px;
		border-bottom: 5px dotted #fff;
	}
	.m-pagettl-sec .m-pagettl-text .jp {
		font-size: 34px;
		letter-spacing: 4px;
	}
}


/****************************************************************************
 	topic-path
****************************************************************************/
.m-topic-path-sec {
	/*background-color: #fff;*/
	padding: 15px 3%;
	line-height: 1.4;
	text-align: left;
	font-size: 11px;
}
.m-topic-path-sec li {
	display: inline;
	letter-spacing: 0;
	font-weight: 400;
}
.m-topic-path-sec li a {
	color: #656B72;
	text-decoration: none;
	font-weight: 500;
}
.m-topic-path-sec li a:hover {
}
.m-topic-path-sec li a:after {
	content: ">";
	padding-right: 5px;
	padding-left: 10px;
}
@media (min-width:768px) {
	.m-topic-path-sec {
		padding: 20px 3%;
		font-size: 13px;
	}
	.m-topic-path-sec li {
		letter-spacing: 1px;
	}
}


/****************************************************************************
 	タイトル
****************************************************************************/
.m-ttl-L-wrap {
	text-align: center;
	margin-bottom: 1em;
}
.m-ttl-L-wrap .jp {
	font-weight: 700;
	line-height: 1;
	font-size: 24px;
	letter-spacing: 2px;
}
.m-ttl-L-wrap .en {
	color: #B8C7D1;
	line-height: 1;
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
	position: relative;
	display: inline-block;
}
.m-ttl-L-wrap .en:before,
.m-ttl-L-wrap .en:after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	display: block;
	content:"";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #B8C7D1;
}
.m-ttl-L-wrap .en:before {
	left: -12px;
}
.m-ttl-L-wrap .en:after {
	right: -12px;
}
@media (min-width:768px){
	.m-ttl-L-wrap .jp {
		font-size: 30px;
	}
	.m-ttl-L-wrap .en {
		font-size: 15px;
	}
}
@media (min-width:1110px){
	.m-ttl-L-wrap {
		margin-bottom: 2.5em;
	}
	.m-ttl-L-wrap .jp {
		font-size: 36px;
		margin-top: 10px;
	}	
	.m-ttl-L-wrap .en {
		letter-spacing: 1px;
		font-size: 19px;
		margin-top: 10px;
	}
	.m-ttl-L-wrap .en:before,
	.m-ttl-L-wrap .en:after {
		margin-top: -4px;
		width: 8px;
		height: 8px;
	}
	.m-ttl-L-wrap .en:before {
		left: -16px;
	}
	.m-ttl-L-wrap .en:after {
		right: -16px;
	}
}

/****************************************************************************
 	ボタン
****************************************************************************/

a.m-btn {
	position: relative;
	display: block;
	width: 200px;
	padding: 14px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #B8C7D1;
	color: #fff;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
a.m-btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content:"";
	width: 10.4px;
	height: 8px;
	background: url("../img/common/icon_arrow_btn_right_white.svg") no-repeat 0 0;
	background-size: cover;
}
a.m-btn:hover {
	opacity: .8;
}
@media (min-width:768px){
	a.m-btn {
		width: 220px;
		padding: 16px 3px;
	}
	a.m-btn:after {
		right: 15px;
		margin-top: -5px;
		width: 13px;
		height: 10px;
	}
}


/* 戻るボタン */
a.m-btn.return:after {
	transform: rotate(180deg);
	left: 10px;
	right: auto;
}
@media (min-width:768px){
	a.m-btn.return:after {
		left: 15px;
		right: auto;
	}
}





/****************************************************************************
 	table
****************************************************************************/
table {
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
}
.m-table-base {
	border-bottom: 1px solid #E3E3E2;
}
.m-table-base th,
.m-table-base td {
	padding: 15px 10px;
	border-top: 1px solid #E3E3E2;
	line-height: 1.5;
	font-size: .85em;
}
.m-table-base th {
	width: 26%;
	font-weight: 500;
}
.m-table-base td {
	font-weight: 400;
}
@media (min-width:768px){
	.m-table-base th,
	.m-table-base td {
		font-size: .85em;
	}
	.m-table-base th {
		width: 25%;
		padding: 20px 20px 20px 80px;
	}
	.m-table-base td {
		padding: 20px 20px;
	}
}
@media (min-width:1180px){
	.m-table-base th,
	.m-table-base td {
		font-size: 1em;
	}
	
	.m-table-base th {
		width: 25%;
		padding: 20px 40px 20px 100px;
	}
	.m-table-base td {
		padding: 20px 40px;
	}
}




/****************************************************************************
    margin top
****************************************************************************/

/*   XXSサイズ
---------------------*/
.m-mt-XXS {
	margin-top: .5em;
}

/*   XSサイズ
---------------------*/
.m-mt-XS {
	margin-top: 1em;
}


/*   Sサイズ
---------------------*/
.m-mt-S {
	margin-top: 2em;
}


/*   Mサイズ
---------------------*/
.m-mt-M {
	margin-top: 3em;
}

/*   Lサイズ
---------------------*/
.m-mt-L {
	margin-top: 4em;
}


/*   XLサイズ
---------------------*/
.m-mt-XL {
	margin-top: 5em;
}

