@charset "utf-8";

/* -----------------------------------------------

	===== TOC =====
	
	* 配置スタイル
	* タイトル
		┗ttl_ribbon01
		┗ttl_dualSquare
	* テキスト
		┗text01
		┗text02
	* 画像
		┗coverimg
	* ボタン
		┗btn_linkPage
		┗btn_nextStep
		┗btn_prevStep
		┗btnWrap
		┗linkbtn01
		┗linkbtn02
	* テーブル
		┗table_default
	* リスト
		┗list_numbering
		┗list_disc
	* bluebox

----------------------------------------------- */

.strong { font-weight: bold;}
.red { color: #d4145a;}

/* ※を使用するとき */
.note {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

/* 注意 */
.attention {
	font-size: .875em;
	margin-top: 5px;
	color: #0480ae;
}
/* 必須 */
.required {
	font-size: .875em;
	color: #D4145A;
}

@media screen and (max-width: 639px){
.largeimg {
	width: 100%;
	height: auto;}
}
.img_block {
	display: block;
	margin: 0 auto;
}
.block {　margin: 0 auto;}
.hidden { display: none;}

/* -----------------------------------------------
 配置スタイル
----------------------------------------------- */
.fR { float: right;}
.fL { float: left;}


/* -----------------------------------------------
 タイトル
----------------------------------------------- */
/********************************* ttl_ribbon01 */
.ttl_ribbon01 {
	position: relative;
	padding: 5px .5em;
	padding-left: 30px;
	color: #fff;
	font-weight: normal;
	background: url(../img/ico_ribbon.png) no-repeat 0 center #0480ae;
}
.ttl_ribbon01::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 1px;
	left: 0;
	border-bottom: 1px solid #feffe9;
	z-index: 2;
}
/********************************* ttl_dualSquare */
.ttl_dualSquare {
	padding-left: 30px;
	font-size: 1.125em;
	font-weight: bold;
	background: url(../img/ico_dualSquare.png) no-repeat 0 .5em;
}
.ttl_dualSquare2 {
	margin-bottom: 20px;
	padding-left: 40px;
	color: #0f353f;
	font-size: 1.5em;
	background: url(../img/ico_dualSquare2.png) no-repeat 0 .25em;
}

/********************************* ttl_borderB */
.ttl_borderB {
	margin: 20px auto;
	width: 100%;
	color: #0f353f;
	font-size: 1.5em;
	border-bottom: dashed 1px #0480ae;
	text-align: center;
}

/********************************* ?????????????? */
.ttl_borderL {
	margin-bottom: 10px;
	padding-left: 0.75em;
	font-size: 1.5em;
	font-weight: normal;
	border-left: 6px solid #399;
}
.ttl_content {
	margin: 40px 0 20px;
	min-height: 0;
	height: 34px;
	text-align: center;
	line-height: 0;
	color: #0F353F;
	font-size: 34px;
}
.ttl_content .notes {
	margin-left: 1em;
	font-size: 0.625em;
}
.ttl_section2 {
	margin: 20px 0 10px;
	padding-left: 0.75em;
	font-size: 1.5em;
	font-weight: normal;

	background-color: #0480ae;
	color: #fff;
}
/********************************* ?????????????? */

/* -----------------------------------------------
 テキスト
----------------------------------------------- */
.text01 { margin-bottom: 20px;}
.text02 { margin-bottom: 10px;}

@media screen and (max-width: 639px){
.text01 { font-size: .938em;}
.text02 { font-size: .938em;}
}

/* -----------------------------------------------
 画像
----------------------------------------------- */
.coverimg {
	width: 100%;
	height: auto;
}

/* -----------------------------------------------
 ボタン
----------------------------------------------- */
/********************************* btn_linkPage */
.btn_linkPage {
	display: inline-block;
	padding: 10px 20px;
	padding-right: 40px;
	min-width: 200px;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: solid 2px #eee;
	border-radius: 5px;
	background-color: #f7931e;
	background-image: url(../img/ico_nextStep.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.btn_linkPage:hover {
	background-color: #963;
}
/********************************* btn_nextStep btn_prevStep */
.btn_nextStep {
	display: inline-block;
	padding: 10px 20px;
	padding-right: 40px;
	min-width: 200px;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: solid 2px #eee;
	border-radius: 5px;
	background-color: #f7931e;
	background-image: url(../img/ico_nextStep.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.btn_prevStep {
	display: inline-block;
	padding: 10px 20px;
	padding-left: 40px;
	min-width: 200px;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: solid 2px #eee;
	border-radius: 5px;
	background-color: #f7931e;
	background-image: url(../img/ico_prevStep.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.btn_prevStep:hover,
.btn_nextStep:hover { background-color: #963;}
.btnWrap { text-align: center;}
.btnWrapR { text-align: right;}

@media screen and (max-width: 639px){
.btnWrap {
	display: -webkit-box;/* Android */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari */
	display: flex;
	-webkit-box-direction: reverse;/* Android */
	-webkit-flex-direction: column;/* safari */
	flex-direction: column;
	-webkit-box-pack: center;/* Android */
	-ms-flex-pack: distribute;/* IE10 */
	-webkit-justify-content: space-around;/* safari */
	justify-content: space-around;
}
.btnWrap .btn_prevStep { margin: 0 auto 10px;}
.btn_nextStep { margin: 0 auto;}
.btnWrapR { text-align: center;}
}
/********************************* linkbtn */
/*
	01 ⇒ 大きい方
	02 ⇒ 小さい方
*/
.linkbtn01 {
	display: inline-block;
	padding: 10px 30px;
	min-width: 180px;
	line-height: 40px;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	border-right: solid 3px #c39;
	border-bottom: solid 3px #c39;
	background: url(../img/arrow_pink.png) no-repeat right 0 top -20px #906;
}
.linkbtn01:hover { background-color: #603;}
.linkbtn01 small { margin-left: .5em;}

@media screen and (max-width: 639px){
.linkbtnWrap { text-align: center;}
.linkbtn01 {
	padding: 10px 20px;
	text-align: left;
	background: url(../img/arrow_pink.png) no-repeat right 0 center #906;
}
.linkbtn01 small {
	display: block;
	margin-left: 0;
}
}

.linkbtn02 {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 15px;
	min-width: 180px;
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	border-right: solid 3px #c39;
	border-bottom: solid 3px #c39;
	background: url(../img/arrow_pink.png) no-repeat right 0 center #906;
}
.linkbtn02:hover { background-color: #603;}
.linkbtn02 small { font-size: .813em;}

@media screen and (max-width: 639px){
.linkbtn02 {
	padding: 10px 20px;
	line-height: 40px;
}
.linkbtn02 small { display: block; }
.linkbtn02 br { display: none;}
}

.linkbtn_inquiry {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 30px;
	min-width: 180px;
	line-height: 40px;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	border-right: solid 3px #c39;
	border-bottom: solid 3px #c39;
	background: url(../img/arrow_pink.png) no-repeat 0 -20px #906;
}
.linkbtn_inquiry:hover { background-color: #603;}
.linkbtn_inquiry small { margin-left: .5em;}
@media screen and (max-width: 639px){
.linkbtn_inquiry { background: url(../img/arrow_pink.png) no-repeat 0 center #906;}
}

/* -----------------------------------------------
 テーブル
----------------------------------------------- */
/********************************* table_default */
.table_default {
	width: 100%;
}
.table_default th,
.table_default td {
	padding: 2px 0.5em;
	border: solid 1px #ccc;
	text-align: left;
}
.table_default th {
	font-weight: normal;
	text-align: center;
	background-color: #eee;
}
.table_default tbody th:first-child {
	text-align: left;
}
.table_default thead th {
	text-align: center;
}
.table_default.thup thead tr > * {
	background-color: #eee;
}
.table_default.thup tbody tr > * {
	background-color: #fff;
}

.table_default ol {
	margin-left: 1.5em;
}

/* -----------------------------------------------
 リスト
----------------------------------------------- */
.list_numbering {
	padding-left: 1.5em;
	list-style-type: decimal;
}
.list_disc {
	padding-left: 1.5em;
	list-style-type: disc;
}



/* -----------------------------------------------

----------------------------------------------- */

.ttl_diamond {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding: 0 .5em;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #0480ae;
}
.ttl_diamond:before,
.ttl_diamond:after {
	content: "";
	border-style: solid;
	border-width: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent #0480ae;
}
.ttl_diamond:before {
	left: -19px;
	border-width: 19px 19px 19px 0;
}
.ttl_diamond:after {
	right: -19px;
	border-width: 19px 0 19px 19px;
}


.bluebox {
	margin-bottom: 20px;
	padding: 20px 40px;
	border-radius: 10px;
	background-color: #e9f6fc;
	text-align: center;
}
.bluebox > div {
	display: -webkit-box;/* Android */
	display: -ms-flexbox;/* IE10 */
	display: -webkit-flex;/* safari */
	display: flex;
	-webkit-box-pack: justify;/* Android */
	-ms-flex-pack: justify;/* IE10 */
	-webkit-justify-content: space-between;/* safari */
	justify-content: space-between;
}
.bluebox dl {
	-webkit-flex-basis: 32%; /* Safari */
	flex-basis: 32%;
	margin-left: 2%;
	border: solid #0480ae 1px;
	background: #feffe9;
	background-color: #fff;
}
.bluebox dl:first-child { margin-left: 0;}
.bluebox dl dt {
	padding: 10px;
	font-weight: bold;
	color: #0480ae;
	background-color: #e9f6fc;
}
.bluebox dl dd {
	padding: 10px;
	text-align: left;
	color: #0480ae;
	font-size: .85em;
	background-color: #feffe9;
	background-color: #fff;
}
@media screen and (max-width: 639px){
.bluebox { padding: 20px;}
.bluebox > div {
	-webkit-flex-direction: column;
	flex-direction:  
}
.bluebox dl {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}
.bluebox dl:first-child { margin-top: 0;}
}