@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:1050px){
	.m-section {
		padding: 80px 0;
	}
}*/

/* inner */
.m-inner {
	width: 100%;
	padding: 0 5%;
}
@media (min-width:1050px){
	.m-inner {
		width: 100%;
		max-width: 120rem;
		padding: 0 10vw;
		margin: 0 auto;
	}
}
/*
.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-bg-yellow {
	background-color: #FDFBE5;
}
.m-bg-blue {
	background-color: #EFFBFF;
}



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

.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:#000; 
	background-color:#FFE109; 
	border-color:#FFE109;
}
.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-color: #FDFBE5;
	position: relative;
	width: 100%;
	height: auto;
}
.m-pagettl-sec .m-pagettl-text {
	text-align: center;
	padding: 1.5rem 0;
}
.m-pagettl-sec .m-pagettl-text .jp {
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 1rem;
}
.m-pagettl-sec .m-pagettl-text .en {
	color: #FFE109;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 1.8rem;
	margin-top: .2rem;
}
/*背景に写真があるページの場合*/
.m-pagettl-sec.visual {
	background-color: transparent;
	position: relative;
	padding-top: 4.2rem;
}
.m-pagettl-sec.visual:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content:"";
	width: 100%;
	height: 100px;
	background-color: #FDFBE5;
}
.m-pagettl-sec.visual .photo {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: 1;
}
.m-pagettl-sec.visual .m-pagettl-text {
	padding: 0 0;
	position: absolute;
	top: 1.4rem;
	width: 100%;
	text-align: center;
	line-height: 1;
	z-index: 100;
}
@media (min-width:768px){
	.m-pagettl-sec .m-pagettl-text {
		padding: 2rem 0;
	}
	.m-pagettl-sec .m-pagettl-text .jp {
		font-size: 1.1rem;
	}
	.m-pagettl-sec .m-pagettl-text .en {
		font-size: 3rem;
		margin-top: .2rem;
	}
	/*背景に写真があるページの場合*/
	.m-pagettl-sec.visual {
		padding-top: 4.8rem;
	}
	.m-pagettl-sec.visual:before {
		height: 150px;
	}
	.m-pagettl-sec.visual .m-pagettl-text {
		top: 1.4rem;
	}
}
@media (min-width:1050px){/*headerのブレイクポイント*/
	.m-pagettl-sec .m-pagettl-text {
		padding: 3rem 0 4rem 0;
	}
	.m-pagettl-sec .m-pagettl-text .jp {
		font-size: 1.5rem;
	}
	.m-pagettl-sec .m-pagettl-text .en {
		font-size: 4.5rem;
		margin-top: .2rem;
	}
	/*背景に写真があるページの場合*/
	.m-pagettl-sec.visual {
		padding-top: 7.5rem;
	}
	.m-pagettl-sec.visual:before {
		height: 300px;
	}
	.m-pagettl-sec.visual .m-pagettl-text {
		top: 2.6rem;
	}
}


/****************************************************************************
 	topic-path
****************************************************************************/
.m-topic-path-sec {
	/*background-color: #fff;*/
	padding: .8rem 0;
	line-height: 1.4;
	text-align: left;
	font-size: .7rem;
}
.m-topic-path-sec li {
	display: inline;
	letter-spacing: 0;
	font-weight: 500;
}
.m-topic-path-sec li a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.m-topic-path-sec li a:hover {
}
.m-topic-path-sec li a:after {
	content: ">";
	padding-right: 5px;
	padding-left: 10px;
}
@media (min-width:1050px) {
	.m-topic-path-sec {
		padding: 1.2rem 0;
		font-size: .85rem;
	}
	.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: 100%;
	max-width: 14rem;
	padding: 14px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: .9rem;
	line-height: 1.4;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFE109;
	color: #000;
	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: -8px;
	display: block;
	content:"";
	width: 16px;
	height: 16px;
	background: url("../img/common/btn_arrow_white.svg") no-repeat 0 0;
	background-size: cover;
}
a.m-btn:hover {
	opacity: .7;
}
/*白背景ボタン*/
a.m-btn.white {
	background-color: #fff;
}
a.m-btn.white:after {
	background: url("../img/common/btn_arrow_yellow.svg") no-repeat 0 0;
	background-size: cover;
}
/*白背景ボタン+黄色枠*/
a.m-btn.white.border {
	border: 3px solid #FFE109;
	padding: 12px 3px;
}
@media (min-width:768px){
	a.m-btn {
		width: 100%;
		max-width: 15rem;
		padding: 18px 3px;
		font-size: 1rem;
	}
	a.m-btn:after {
		right: 10px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
	}
	/*白背景ボタン+黄色枠*/
	a.m-btn.white.border {
		padding: 15px 3px;
	}
}
@media (min-width:1050px){
	a.m-btn {
		max-width: 18rem;
		font-size: 1.15rem;
	}
	a.m-btn:after {
		right: 15px;
	}
}



/* 戻るボタン */
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;
	}
}

/* セカンダリーボタン（m-btnのサブ かつ外部リンクボタン */
a.m-btn.second-blank {
	background-color: #fff;
	border: 3px solid #FFE109;
	padding: 12px 3px;
}
a.m-btn.second-blank:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	display: block;
	content:"";
	width: 12px;
	height: 12px;
	background: url("../img/common/icon_blank_black.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:768px){
	a.m-btn.second-blank {
		padding: 15px 3px;
	}
	a.m-btn.second-blank:after {
		right: 12px;
		margin-top: -7px;
		width: 14px;
		height: 14px;
	}
}
@media (min-width:1050px){
	a.m-btn.second-blank:after {
		right: 15px;
	}
}


/****************************************************************************
 	table
****************************************************************************/
table {
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
}
.m-table-base {
	border-top: 1px dashed #D6D5CA;
}
.m-table-base th,
.m-table-base td {
	padding: .8rem .5rem;
	border-bottom: 1px dashed #D6D5CA;
	line-height: 1.5;
	font-size: .85rem;
}
.m-table-base th {
	width: 26%;
	font-weight: 700;
	background-color: #F7FBFC;
}
.m-table-base td {
	font-weight: 400;
}
.m-table-base td a {
	color: #09A0FF;
	text-decoration: underline;
	font-weight: 700;
}
.m-table-base td a:hover {
	text-decoration: none;
}
@media (min-width:768px){
	.m-table-base th,
	.m-table-base td {
		padding: 1rem 1rem;
		line-height: 1.5;
		font-size: .9rem;
	}
	.m-table-base th {
		width: 20%;
	}
}
@media (min-width:1180px){
	.m-table-base th,
	.m-table-base td {
		padding: 1rem 2.5rem;
		line-height: 1.5;
		font-size: .95em;
	}
	.m-table-base th {
		width: 18%;
	}
}




/****************************************************************************
    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;
}

