@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	124%
	17px 	131%
	18px 	139%
	19px 	147%
	20px 	154%
	21px 	162%
	22px 	170%
	23px 	177%
	24px 	185%
	25px 	193%
	26px 	200%
	28px 	215%
	32px 	248%
	40px 	308%
*/

#main {
	margin-top: 0;
}

.jisyakabu_topimage_box{
	background: linear-gradient(#c1e9ff, #deecf7);
	padding: 2rem 10px 0;
	border-bottom: 1px solid #C3DCF0;
}

.jisyakabu_topimage_content_box {
	width: 940px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	align-items: center;
	-ms-flex-align: center;/*--- IE10 ---*/
	text-align: center;
}

.jisyakabu_topimage_img {
	flex: 1 1 50%;
}

.jisyakabu_topimage_text_box {
	flex: 1 1 50%;
}

.jisyakabu_topimage_text_headline {
	font-size: 2.48rem;
	font-weight: bold;
	color: #0058bd;
	line-height: 1.5;
}

.jisyakabu_topimage_text_point {
	background-color: #b08628;
	max-width: 320px;
	margin: 1rem auto;
	font-size: 1.62rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	padding: 10px;
}

.jisyakabu_houshiki_box {
	width: 940px;
	margin: 2rem auto;
	text-align: center;
}

.jisyakabu_houshiki_headline {
	background-color: #4d3d6b;
	border-radius: 25px;
	max-width: 350px;
	line-height: 50px;
	color: #fff;
	z-index: 1;
	margin: 0 auto -25px;
	font-size: 1.54rem;
}

.jisyakabu_houshiki_list {
	border: 2px solid #4d3d6b;
	border-radius: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	align-items: center;
	-ms-flex-align: center;/*--- IE10 ---*/
	padding: 50px 0 20px;
	width: 780px;
	margin: 0 auto;
}

.jisyakabu_houshiki_list > li {
	flex: 1 1 auto;
}

.jisyakabu_houshiki_list img {
	width: 180px;
}

.jisyakabu_houshiki_list_text{
	font-size: 124%;
}

.jisyakabu_mokuteki_box {
	width: 940px;
	margin: 2rem auto;
	text-align: center;
}

.jisyakabu_mokuteki_headline {
	background-color: #4d3d6b;
	border-radius: 25px;
	max-width: 350px;
	line-height: 50px;
	color: #fff;
	z-index: 1;
	margin: 0 auto -25px;
	font-size: 1.54rem;
}

.jisyakabu_mokuteki_content_box {
	border: 2px solid #4d3d6b;
	border-radius: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	align-items: center;
	-ms-flex-align: center;/*--- IE10 ---*/
	padding: 25px 0 20px;
	text-align: center;
	width: 780px;
	margin: 0 auto;
}

.jisyakabu_mokuteki_content_image {
	flex: 1 1 50%;
}

.jisyakabu_mokuteki_content_text_box {
	flex: 1 1 50%;
}

.jisyakabu_mokuteki_content_table {
	margin: 0 auto;
}

.jisyakabu_mokuteki_banner {
	margin-top: 2rem;
	text-align: center;
}

.jisyakabu_hokokusho_box {
	width: 940px;
	margin: 5rem auto 2rem;
	text-align: center;
}

.jisyakabu_hokokusho_headline {
	text-align: center;
	font-size: 2.15rem;
	color: #4d3d6b;
	box-shadow: 0px -7px 5px -5px #ccc, 0px 7px 5px -5px #ccc;
	line-height: 1.5;
	font-weight: normal;
	padding: 10px 0;
	letter-spacing: 0.2rem;
	margin: 1rem auto;
}

.bb-item > img {
	width: 780px;
}

.jisyakabu_goyoi_box {
	margin: 2rem auto;
	text-align: center;
	background-color: #c4cad8;
	padding: 2em 10px;
}

.jisyakabu_goyoi_headline {
	max-width: 380px;
	margin: 0 auto;
	text-align: center;
	font-size: 2.15rem;
	color: #4d3d6b;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #4d3d6b;
}

.jisyakabu_goyoi_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	align-items: center;
	-ms-flex-align: center;/*--- IE10 ---*/
	padding: 25px 0 20px;
	text-align: center;
	width: 780px;
	margin: 0 auto;
}

.jisyakabu_goyoi_list > li {
	flex: 1 1 auto;
	text-align: center;
}

.jisyakabu_goyoi_image {
	width: 940px;
	margin: 1em auto;
	text-align: center;
}

.jisyakabu_flow_box {
	width: 940px;
	margin: 5em auto 2em;
	text-align: center;
}

.jisyakabu_flow_headline {
	max-width: 380px;
	margin: 0 auto;
	text-align: center;
	font-size: 2.15rem;
	color: #4d3d6b;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #4d3d6b;
}

.jisyakabu_flow_tanto_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	-ms-flex-pack: end;/*--- IE10 ---*/
	align-items: center;
	-ms-flex-align: center;/*--- IE10 ---*/
	margin-top: 2em;
}

.jisyakabu_flow_tanto_list > li {
	text-align: center;
	flex: 0 0 auto;
	margin: 0 10px;
	padding: 5px;
	border-radius: 5px;
}

.jisyakabu_flow_tanto_list_kisha {
	background-color: #fae6bc;
}

.jisyakabu_flow_tanto_list_heisha {
	background-color: #d1daee;
}

.jisyakabu_flow_tanto_list_ryosha {
	background-color: #d2e5c0;
}

.jisyakabu_flow_list {
	margin-top: 2em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	-ms-flex-pack: center;/*--- IE10 ---*/
}

.jisyakabu_flow_list > li {
	flex: 1 1 23%;
	-ms-flex: 1 1 23%;/*--- IE10 ---*/
	border: 1px solid #f2f2f2;
	margin: 5px;
	position: relative;
	counter-increment: jisyakabu_flow_list;
}

.jisyakabu_flow_list > li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4rem solid transparent;
    /*z-index: 100;*/
}

.jisyakabu_flow_list > li::after {
	position: absolute;
	content: counter(jisyakabu_flow_list);
	display: block;
	top: 5px;
	left: 10px;
	font-size: 1.08rem;
	z-index: 101;
}


.jisyakabu_flow_list_kisha {
	border-bottom: 2px solid #fae6bc;
}

.jisyakabu_flow_list_heisha{
	border-bottom: 2px solid #d1daee;
}

.jisyakabu_flow_list_ryosha {
	border-bottom: 2px solid #d2e5c0;
}

.jisyakabu_flow_list_kisha::before {
	border-left: 4rem solid #fae6bc;
}

.jisyakabu_flow_list_heisha::before {
	border-left: 4rem solid #d1daee;
}

.jisyakabu_flow_list_ryosha::before {
	border-left: 4rem solid #d2e5c0;
}
.jisyakabu_flow_list_image {
	text-align: center;
}


.jisyakabu_flow_list_image > img {
	width: 100px;
}

.jisyakabu_flow_list_text {
	text-align: center;
	font-size: 0.9rem;
}

.jisyakabu_flow_text {
	margin-top: 2em;
	font-size: 1.70rem;
	line-height: 1.5;
	border: 1px solid #0058bd;
	padding: 10px;
}

.jisyakabu_flow_jisseki {
	margin-top: 1em;
	color: #0058bd;
	font-size: 2.15rem;
	line-height: 1.3;
}

.jisyakabu_flow_banner {
	margin-top: 2em;
}

/* === モバイル対応 === */
@media screen and (max-width: 800px) {

.jisyakabu_topimage_content_box,
.jisyakabu_houshiki_box,
.jisyakabu_mokuteki_content_box,
.jisyakabu_mokuteki_box,
.jisyakabu_hokokusho_box,
.jisyakabu_goyoi_image,
.jisyakabu_flow_box {
	width: auto;
	max-width: 100%;
}

.jisyakabu_houshiki_list,
.jisyakabu_goyoi_list {
	width: auto;
}

.jisyakabu_topimage_content_box,
.jisyakabu_houshiki_list,
.jisyakabu_mokuteki_content_box {
	flex-direction: column;
}

.jisyakabu_houshiki_headline,
.jisyakabu_mokuteki_headline {
	width: 30rem;
}

}