@charset "UTF-8";

/* TOP
*************************************************/

.kv {
	font-size: 2.0rem;
	color: #fff;
	background: url(/shomei/img/top/bg_kv.jpg) no-repeat center center;
	background-size: cover;
}

.kv .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1040px;
	min-height: 300px;
	margin: 0 auto;
}

.kv .inner h1 {
	margin: 0 0 20px;
	font-size: 4.0rem;
	font-weight: bold;
	font-family: "Noto Serif JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

/* wide_cnt*/

.wide_cnt_wrap {
	background: #F6F6F6;
	overflow: hidden;
}

.wide_cnt {
	width: 1040px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.h_nav_wrap + .wide_cnt {
	padding-top: 40px;
}

.wide_cnt h2 {
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #CECECE;
	font-size: 2.4rem;
	font-weight: 500;
}

.wide_cnt h2::before {
	content: none;
}

.wide_cnt h2::after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: auto;
	bottom: -1px;
	width: 40px;
	height: 1px;
	background: #0E357F;
}

.wide_cnt h2 a {
	float: right;
	margin: 8px 0 0;
	padding: 0 20px 0 0;
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: underline;
	background: url(/shomei/img/common/arw.png) no-repeat right .4em;
	background-size: 12px auto;
}

/* info*/

.info {
	display: flex;
	border: 1px solid #B5000D;
}

.info .tit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 220px;
	font-size: 2.0rem;
	font-weight: 500;
	color: #fff;
	background: #B5000D;
}

.info .tit .ico {
	padding: 0 0 0 28px;
	background: url(/shomei/img/common/ico_info_w.png) no-repeat 0 .53em;
	background-size: 20px auto;
}

.info .txt {
	width: calc(100% - 220px);
	padding: 20px;
}

.info .txt .list {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.info .txt .list li {
	margin: 0 0 5px;
}

.info .txt .list li:last-child {
	margin: 0;
}

.info .txt .list li a {
	color: #0E357F;
}

/* bnr_list */

.bnr_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 -11px -20px;
}

.bnr_list li {
	margin: 0 11px 20px;
}

/* site_menu */

.site_menu {
	display: flex;
}

.site_menu .col {
	width: 33.33%;
	padding: 0 36px;
	border-left: 1px solid #CECECE;
}

.site_menu .col:first-child {
	padding-left: 0;
	border-left: none;
}

.site_menu .col:last-child {
	padding-right: 0;
}

.site_menu .col .bnr {
	margin: 0 0 20px;
}

.site_menu .col .bnr a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 104px;
	padding: 10px 32px 10px 88px;
	border: 4px solid #fff;
	font-size: 2.0rem;
	font-weight: 500;
	color: #111;
	text-decoration: none;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,.05);
}

.site_menu .col .bnr.bnr01 a {
	background: url(/shomei/img/common/arw_r.png) no-repeat right 16px center,url(/shomei/img/top/bg_menu01.png) no-repeat 16px center,#FCF4F1;
	background-size: 12px auto, 56px auto, auto auto;
}

.site_menu .col .bnr.bnr02 a {
	background: url(/shomei/img/common/arw.png) no-repeat right 16px center,url(/shomei/img/top/bg_menu02.png) no-repeat 16px center,#FEFAE9;
	background-size: 12px auto, 56px auto, auto auto;
}

.site_menu .col .bnr.bnr03 a {
	background: url(/shomei/img/common/arw.png) no-repeat right 16px center,url(/shomei/img/top/bg_menu03.png) no-repeat 16px center,#FEFAE9;
	background-size: 12px auto, 56px auto, auto auto;
}

.site_menu .col .img {
	margin: 12px 0 0;
}

.site_menu .col .img a {
	display: block;
}

.site_menu .col .img img {
	width: 100%;
}

.site_menu .col .btn {
	margin: 12px 0 0;
}

.site_menu .col .btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 48px;
	padding: 5px 40px;
	border: 1px solid #182B50;
	color: #182B50;
	text-decoration: none;
	background: #fff url(/shomei/img/common/arw.png) no-repeat right 19px center;
	background-size: 12px auto;
}

.site_menu .col .btn.red a {
	border-color: #B5000D;
	color: #B5000D;
	background: #fff url(/shomei/img/common/arw_r.png) no-repeat right 19px center;
	background-size: 12px auto;
}

.site_menu .col .btn + p,
.site_menu .col .arw {
	margin-top: 12px;
}

.site_menu .col .arw + .arw {
	margin-top: 0;
}

.site_menu .col strong {
	color: #182B50;
}

.site_menu .col .btn02 {
	margin-top: 12px;
}

.site_menu .col .btn02 a {
	display: block;
	padding: 8px 40px 8px 20px;
	border-radius: 100px;
	color: #111;
	text-decoration: none;
	background: #fff url(/shomei/img/common/arw_r.png) no-repeat right 19px center;
	background-size: 12px auto;
}

/* info_list */

.info_list {
	max-height: 180px;
	overflow: auto;
}

.info_list li {
	display: flex;
	margin: 0 0 15px;
}

.info_list li:last-child {
	margin: 0;
}

.info_list li .date {
	display: block;
	width: 105px;
}

.info_list li .tit {
	display: block;
	width: calc(100% - 105px);
}

/* type_search */

.type_search {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 -40px;
}

.type_search::after {
	content: '';
	display: block;
	width: 332px;
}

.type_search .col {
	width: 332px;
	margin: 0 0 40px;
}

.type_search .col .tit {
	margin: 0 0 15px;
}

.type_search .col .tit a,
.type_search .col .tit span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 10px 40px;
	font-size: 2.0rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: #182B50;
}

.type_search .col .tit a {
	background: #182B50 url(/shomei/img/common/arw_w.png) no-repeat right 20px center;
	background-size: 12px auto;
}

.type_search .col :not(.arw) + .arw {
	margin-top: 10px;
}

/* guide_list */

.guide_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 35px 0 -22px;
}

.guide_list::after {
	content: '';
	display: block;
	width: 332px;
}

.guide_list li {
	width: 332px;
	margin: 0 0 22px;
}

.guide_list li a,
.guide_list li a:link,
.guide_list li a:visited {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	height: 100%;
	padding: 15px 40px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #111;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	background: #F6F6F6 url(/shomei/img/common/arw.png) no-repeat right 20px center;
	background-size: 12px auto;
}

.guide_list ~ .common_btn {
	margin-top: 40px;
}

/* keyword_list */

.keyword_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -15px;
}

.keyword_list li {
	margin: 0 0 15px 15px;
}

.keyword_list li a {
	display: block;
	border: 2px solid #182B50;
	padding: 7px 50px;
	border-radius: 22px;
	font-weight: 500;
	color: #182B50;
	text-decoration: none;
	background: #fff url(/shomei/img/common/arw.png) no-repeat right 16px center;
	background-size: 12px auto;
}

/* faq */

.faq .col {
	display: flex;
	align-items: flex-start;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #CECECE;
}

.faq .col .category {
	width: 180px;
	padding: 5px;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	background: #182B50;
}

.faq .col .txt {
	width: calc(100% - 205px);
	margin: 0 0 0 25px;
}

.faq .col .txt .trigger {
	padding: 1px 40px 1px 45px;
	background: url(/shomei/img/common/ico_open.png) no-repeat right 2px;
	background-size: 24px auto;
	position: relative;
}

.faq .col .txt .trigger.active {
	background: url(/shomei/img/common/ico_close.png) no-repeat right 2px;
	background-size: 24px auto;
}

.faq .col .txt .trigger::before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #182B50;
	line-height: 1;
	background: #F6F6F6;
}

.faq .col .txt .accordion {
	margin: 20px 0 0;
	padding: 1px 40px 1px 45px;
	position: relative;
}

.faq .col .txt .accordion::before {
	content: 'A';
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #B5000D;
	line-height: 1;
	background: #FCF4F1;
}

.faq .common_btn {
	margin-top: 40px;
}

/* beginner_tab */

.beginner_tab {
	display: flex;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
}

.beginner_tab li {
	display: flex;
	flex-direction: column;
	width: 300px;
	margin: 0 6px;
}

.beginner_tab li a,
.beginner_tab li a:link,
.beginner_tab li a:visited {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 6px;
	border-radius: 20px 20px 0 0;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	background: #E9E9E9;
}

.beginner_tab li.tab01 a.active {
	color: #fff;
	background: #B11A25;
}

.beginner_tab li.tab03 a.active {
	color: #fff;
	background: #1AA1B1;
}

.beginner_tab li a .ico {
	display: inline-block;
}

.beginner_tab li.tab02 a.active {
	color: #fff;
	background: #63B426;
}

.beginner_tab li.tab01 a .ico {
	padding: 0 0 0 42px;
	background: url(/shomei/img/common/ico_tab01_off.png) no-repeat 0 .7em;
	background-size: 30px auto;
}

.beginner_tab li.tab01 a.active .ico {
	background: url(/shomei/img/common/ico_tab01_on.png) no-repeat 0 .7em;
	background-size: 30px auto;
}

.beginner_tab li.tab02 a .ico {
	padding: 0 0 0 34px;
	background: url(/shomei/img/common/ico_tab02_off.png) no-repeat 0 .7em;
	background-size: 20px auto;
}

.beginner_tab li.tab02 a.active .ico {
	background: url(/shomei/img/common/ico_tab02_on.png) no-repeat 0 .7em;
	background-size: 20px auto;
}

.beginner_tab li.tab03 a .ico {
	padding: 0 0 0 42px;
	background: url(/shomei/img/common/ico_tab03_off.png) no-repeat 0 .7em;
	background-size: 30px auto;
}

.beginner_tab li.tab03 a.active .ico {
	background: url(/shomei/img/common/ico_tab03_on.png) no-repeat 0 .7em;
	background-size: 30px auto;
}

.beginner_tab li a .em {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
}

.beginner_tab li a .em::before {
	content: '';
	position: absolute;
	top: .3em;
	left: 4px;
	width: 1px;
	height: 12px;
	background: #666;
	rotate: -25deg;
}

.beginner_tab li a .em::after {
	content: '';
	position: absolute;
	top: .3em;
	right: 4px;
	width: 1px;
	height: 12px;
	background: #666;
	rotate: 25deg;
}

.beginner_tab li a.active .em::before,
.beginner_tab li a.active .em::after {
	background: #fff;
}

/* beginner_panel */

.beginner_panel {
	padding: 80px;
	border-radius: 40px;
	background: #FCF4F1;
}

.beginner_panel .person {
	margin: 0 0 60px;
	padding: 50px 60px;
	border-radius: 40px;
	background: #fff;
}

.beginner_panel .person .col {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
}

.beginner_panel .person .col:last-child {
	margin: 0;
}

.beginner_panel .person .col .img {
	width: 120px;
}

.beginner_panel .person .col .txt {
	width: calc(100% - 150px);
}

.beginner_panel .person .col .tit {
	margin: 0 0 5px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #948500;
}

.beginner_panel .person .col.woman .tit {
	color: #B11A25;
}

.beginner_panel .comment_tit {
	margin: 60px 0 30px;
	padding: 0 0 0 22px;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
}

.beginner_panel .comment_tit:first-child {
	margin-top: 0;
}

.beginner_panel .comment_tit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	border-radius: 10px;
	background: #B11A25;
}

.beginner_panel .comment {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px;
}

.beginner_panel .comment .img {
	order: 1;
	width: 120px;
}

.beginner_panel .comment.woman .img {
	order: 0;
}

.beginner_panel .comment .txt {
	order: 0;
	width: calc(100% - 160px);
	padding: 30px;
	border-radius: 20px;
	background: #FFFEF1;
	position: relative;
}

.beginner_panel .comment.woman .txt {
	order: 1;
	background: #fff;
}

.beginner_panel .comment .txt::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	margin: -10px 0 0;
	border-left: 20px solid #FFFEF1;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.beginner_panel .comment.woman .txt::before {
	right: auto;
	left: -20px;
	border-left: none;
	border-right: 20px solid #fff;
}

.beginner_panel .comment .txt strong {
	font-weight: 500;
	color: #948500;
}

.beginner_panel .comment.woman .txt strong {
	color: #B11A25;
}

.beginner_panel .beginner_btn_list {
	display: flex;
	justify-content: center;
	margin: 60px -10px 40px;
	text-align: center;
}

.beginner_panel .beginner_btn_list li {
	width: 280px;
	margin: 0 10px 20px;
}

.beginner_panel .beginner_btn {
	width: 280px;
	margin: 0 auto;
}

.beginner_panel .beginner_btn a,
.beginner_panel .beginner_btn a:link,
.beginner_panel .beginner_btn a:visited {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 10px 40px;
	border: 2px solid #B11A25;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	background: #B11A25 url(/shomei/img/common/arw_zenmaru_w.png) no-repeat right 20px center;
	background-size: 15px auto;
}

.beginner_panel .beginner_btn.rv a,
.beginner_panel .beginner_btn.rv a:link,
.beginner_panel .beginner_btn.rv a:visited {
	color: #B11A25;
	background: #fff url(/shomei/img/common/arw_zenmaru_r.png) no-repeat right 20px center;
	background-size: 15px auto;
}

/* beginner_panel first */

.beginner_panel.first {
	background: #F5FBEF;
}

.beginner_panel.first .comment_tit::before {
	background: #63B426;
}

.beginner_panel.first .beginner_btn a,
.beginner_panel.first .beginner_btn a:link,
.beginner_panel.first .beginner_btn a:visited {
	border-color: #63B426;
	background-color: #63B426;
}

.beginner_panel.first .beginner_btn.rv a,
.beginner_panel.first .beginner_btn.rv a:link,
.beginner_panel.first .beginner_btn.rv a:visited {
	color: #63B426;
	background: #fff url(/shomei/img/common/arw_zenmaru_g.png) no-repeat right 20px center;
	background-size: 15px auto;
}

/* beginner_panel check */

.beginner_panel.check {
	padding: 60px;
	background: #EFFAFC;
}

.beginner_panel.check .check_slide_start {
	padding: 60px;
	border-radius: 40px;
	background: #fff;
}

.beginner_panel.check .check_slide_start .tit {
	margin: 0 0 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	background: url(/shomei/img/beginner/check/img_tit02.png) no-repeat left 16px top 23px,
	url(/shomei/img/beginner/check/img_tit01.png) no-repeat right 16px top 23px;
}

.beginner_panel.check .check_slide_start .tit .em {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 32px;
	font-size: 2.0rem;
	color: #DB3F4A;
	background: url(/shomei/img/beginner/check/bg_tit01.png) no-repeat 0 center,
	url(/shomei/img/beginner/check/bg_tit02.png) no-repeat right center;
	background-size: 25.5px auto,25.5px auto;
}

.beginner_panel.check .check_slide_start .tit strong {
	font-size: 4.8rem;
	color: #1AA1B1;
}

.beginner_panel.check .check_slide_start .txt {
	width: 490px;
	margin: 0 auto;
}

.beginner_panel .beginner_btn {
	margin: 40px auto 0;
}

.beginner_panel .beginner_btn + .beginner_btn {
	margin-top: 10px;
}

.beginner_panel.check .beginner_btn a,
.beginner_panel.check .beginner_btn a:link,
.beginner_panel.check .beginner_btn a:visited {
	border-color: #1AA1B1;
	background-color: #1AA1B1;
}

.beginner_panel.check .beginner_btn.rv a,
.beginner_panel.check .beginner_btn.rv a:link,
.beginner_panel.check .beginner_btn.rv a:visited {
	color: #1AA1B1;
	background: #fff url(/shomei/img/common/arw_zenmaru_b.png) no-repeat right 20px center;
	background-size: 15px auto;
}

.beginner_panel.check .beginner_btn a.disabled {
	border-color: #E9E9E9;
	color: #666;
	background: #E9E9E9;
	opacity: 1;
	pointer-events: none;
	cursor: default;
}

.beginner_panel.check .check_slide_question {
	display: none;
	padding: 20px 60px 60px;
	border-radius: 40px;
	background: url(/shomei/img/beginner/check/img_question01.png) no-repeat left 18px bottom 66px,url(/shomei/img/beginner/check/img_question02.png) no-repeat right 31px bottom 66px,#fff;
}

.beginner_panel.check .check_slide_question.true {
	background: url(/shomei/img/beginner/check/img_question03.png) no-repeat left 0 bottom 66px,url(/shomei/img/beginner/check/img_question04.png) no-repeat right 31px bottom 66px,#fff;
}

.beginner_panel.check .check_slide_question.false {
	background: url(/shomei/img/beginner/check/img_question05.png) no-repeat left 0 bottom 66px,url(/shomei/img/beginner/check/img_question06.png) no-repeat right 21px bottom 66px,#fff;
}

.beginner_panel.check .check_slide_question#check_result {
	padding-top: 60px;
}

.beginner_panel.check .check_slide_question .tit {
	display: inline-block;
	margin: 0 0 35px;
	padding: 10px 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	background: #1AA1B1;
	position: relative;
	left: -80px;
}

.beginner_panel.check .check_slide_question .tit::before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	border-top: 14px solid #157581;
	border-left: 20px solid transparent;
}

.beginner_panel.check .check_slide_question .tit .em {
	font-size: 2.4rem;
}

.beginner_panel.check .check_slide_question .question {
	position: relative;
}

.beginner_panel.check .check_slide_question .question .num {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	font-size: 2.8rem;
	color: #fff;
	background: #DB3F4A
}

.beginner_panel.check .check_slide_question .question .txt {
	width: 640px;
	margin: 0 auto;
}

.beginner_panel.check .check_slide_question .list {
	width: 480px;
	margin: 35px auto 0;
}

.beginner_panel.check .check_slide_question .list li {
	margin: 0 0 8px;
}

.beginner_panel.check .check_slide_question .list li:last-child {
	margin: 0;
}

.beginner_panel.check .check_slide_question .list li input {
	display: none;
}

.beginner_panel.check .check_slide_question .list li label {
	display: block;
	padding: 8px 18px 8px 53px;
	border: 2px solid #EFFAFC;
	border-radius: 25px;
	color: #111;
	background: #EFFAFC;
	position: relative;
	cursor: pointer;
}

.beginner_panel.check .check_slide_question .list li input:checked + label {
	border-color: #1AA1B1;
}

.beginner_panel.check .check_slide_question .list li label .num {
	position: absolute;
	top: 50%;
	left: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0 0 2px;
	border-radius: 16px;
	color: #fff;
	background: #1AA1B1;
	transform: translate(0,-50%);
}

.beginner_panel.check .check_slide_question .answer {
	width: 490px;
	margin: 0 auto;
	padding: 20px 0 0;
}

.beginner_panel.check .check_slide_question .answer .answer01 {
	margin: 0 0 30px;
	font-size: 4.8rem;
	color: #DB3F4A;
	text-align: center;
}

.beginner_panel.check .check_slide_question .answer .answer01 .ico {
	display: inline-block;
	padding: 0 0 0 100px;
	background: url(/shomei/img/beginner/check/img_answer01.png) no-repeat 0 center;
}

.beginner_panel.check .check_slide_question .answer .answer02 {
	margin: 0 0 30px;
	font-size: 4.8rem;
	color: #0E357F;
	text-align: center;
}

.beginner_panel.check .check_slide_question .answer .answer02 .ico {
	display: inline-block;
	padding: 0 0 0 100px;
	background: url(/shomei/img/beginner/check/img_answer02.png) no-repeat 0 center;
}

.beginner_panel.check .check_slide_question .result {
	width: 490px;
	margin: 0 auto;
}

.beginner_panel.check .check_slide_question .result .txt {
	margin: 0 0 20px;
	font-size: 4.8rem;
	font-weight: bold;
	color: #DB3F4A;
	text-align: center;
	line-height: 1.3;
}

.beginner_panel.check .check_slide_question .result .txt .em {
	font-size: 6.0rem;
}

/* tr_flow */

.tr_flow {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	font-weight: 500;
	text-align: center;
	background: #F6F6F6;
}

.tr_flow .col2 {
	width: 470px;
}

.tr_flow .col2 .before {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

.tr_flow .col2 .before .col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 93px;
	background: #fff;
	position: relative;
}

.tr_flow .col1 {
	width: 230px;
}

.tr_flow .col1 .before {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 93px;
	margin: 0 0 30px;
	background: #fff;
	position: relative;
}

.tr_flow .col2 .after,
.tr_flow .col1 .after {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-weight: bold;
	color: #182B50;
	background: #E0E4EC;
}

.tr_flow .col2 .before .col::after,
.tr_flow .col1 .before::after {
	content: '';
	position: absolute;
	bottom: -31.5px;
	left: 50%;
	width: 13px;
	height: 31.5px;
	margin-left: -6.5px;
	background: url(/shomei/img/common/arw_flow.png) no-repeat 0 0;
	background-size: 100% auto;
}

.tr_flow .col2 a:link,
.tr_flow .col2 a:visited,
.tr_flow .col1 a:link,
.tr_flow .col1 a:visited {
	color: #182B50;
}

/* gray-block */

.gray-block {
	margin: 20px 0;
	padding: 40px;
	background: #F6F6F6;
}

/* flow_list */

.flow_list .col {
	margin: 0 0 30px;
	padding: 15px;
	background: #E0E4EC;
	position: relative;
}

.flow_list .col:last-child {
	margin: 0;
}

.flow_list .col.check {
	background: #F6F6F6;
}

.flow_list .col::after {
	content: '';
	position: absolute;
	bottom: -31.5px;
	left: 50%;
	width: 13px;
	height: 31.5px;
	margin-left: -6.5px;
	background: url(/shomei/img/common/arw_flow.png) no-repeat 0 0;
	background-size: 100% auto;
}

.flow_list .col:last-child::after {
	content: none;
}

.flow_list .col .tit {
	padding: 0 100px;
	font-size: 2.0rem;
	font-weight: 500;
	color: #182B50;
	text-align: center;
	position: relative;
}

.flow_list .col .tit .step {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 15px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	transform: translate(0,-50%);
}

.flow_list .col .tit a {
	color: #182B50;
}

.flow_list .col .txt {
	margin: 10px 0 0;
}

.flow_list .col .txt .list {
	margin: 15px 0 0;
}

.flow_list .col .txt .list li {
	margin: 0 0 6px;
}

.flow_list .col .txt .list li:last-child {
	margin: 0;
}

.flow_list .col .txt .list li a {
	display: block;
	color: #182B50;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 40px 8px 20px;
	background: #fff url(/shomei/img/common/arw.png) no-repeat right 20px center;
	background-size: 12px auto;
}

/* signature */

.signature {
	display: flex;
	justify-content: center;
	margin: 0 0 25px;
}

.signature .col {
	width: 230px;
	margin: 0 50px;
	padding: 0 0 0 15px;
}

.signature .col .tit {
	margin: 0 0 15px -15px;
	font-weight: bold;
	color: #182B50;
}

.signature .col .img {
	margin: 0 0 15px;
	text-align: center;
}

.signature .col .img img {
	margin: 0 auto;
}

.signature .col .txt {
	font-size: 1.4rem;
	text-align: center;
}

/* os_tbl01 */

.tbr.os_tbl01 tr th {
	width: 33.33%;
	text-align: center;
}

.tbr.os_tbl01 tr td {
	vertical-align: middle;
}

.tbr.os_tbl01 tr td + td {
	text-align: center;
}

.tbr.os_tbl01 tr td .small {
	font-size: 1.2rem;
}

.tbr.os_tbl01 tr td a {
	display: inline;
	text-decoration: underline;
}

/* os_tbl02 */

.tbr.os_tbl02 tr th {
	width: 25%;
	text-align: center;
}

/* os_tbl03 */

.tbr.os_tbl03 tr th {
	width: 50%;
	text-align: center;
}

/* shinsei_flow */

.shinsei_flow > .col {
	width: 560px;
	margin: 0 auto 30px;
	position: relative;
}

.shinsei_flow .btn a,
.shinsei_flow .btn a:link,
.shinsei_flow .btn a:visited {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding: 15px 40px;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	background: #182B50 url(/shomei/img/common/arw_w.png) no-repeat right 20px center;
	background-size: 12px auto;
}

.shinsei_flow .small {
	font-size: 1.4rem;
	font-weight: normal;
}

.shinsei_flow .col_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.shinsei_flow .col_wrap .col {
	width: 375px;
}

.shinsei_flow .col_wrap .col .txt {
	padding: 30px 20px;
	background: #F6F6F6;
}

.shinsei_flow .col_wrap .col .txt .incol {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
	padding: 15px 10px;
	font-weight: bold;
	color: #182B50;
	text-align: center;
	background: #E0E4EC;
	position: relative;
}

.shinsei_flow .col_wrap .col .txt .incol:last-child {
	margin: 0;
}

.shinsei_flow .col_wrap .col .txt .incol.check {
	background: #fff;
}

.shinsei_flow .col_wrap .col .txt .incol a {
	padding: 0 19px 0 0;
	color: #182B50;
	background: url(/shomei/img/common/ico_blank_b.png) no-repeat right center;
	background-size: 11px auto;
}


.shinsei_flow > .col::after,
.shinsei_flow .col_wrap .col .txt .incol::after {
	content: '';
	position: absolute;
	bottom: -31.5px;
	left: 50%;
	width: 13px;
	height: 31.5px;
	margin-left: -6.5px;
	background: url(/shomei/img/common/arw_flow.png) no-repeat 0 0;
	background-size: 100% auto;
}

.shinsei_flow > .col.arw2::before {
	content: '';
	position: absolute;
	bottom: -31.5px;
	left: 69px;
	width: 13px;
	height: 31.5px;
	background: url(/shomei/img/common/arw_flow.png) no-repeat 0 0;
	background-size: 100% auto;
}

.shinsei_flow > .col.arw2::after {
	left: auto;
	right: 69px;
	margin: 0;
}

.shinsei_flow .col_wrap .col .txt .incol:last-child::after {
	content: none;
}

/* apply_flow */

.apply_flow {
	display: flex;
	justify-content: space-between;
	width: 1040px;
	margin: 40px auto 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.apply_flow .col {
	display: flex;
	flex-direction: column;
	width: 164px;
	height: 73px;
	position: relative;
}

.apply_flow .col::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -21.5px;
	width: 8px;
	height: 16px;
	margin: -8px 0 0;
	background: url(/shomei/img/common/arw_apply_flow.png) no-repeat 0 0;
	background-size: 100% auto;
}

.apply_flow .col:last-child::before {
	content: none;
}

.apply_flow .col.col2 {
	width: 204px;
}

.apply_flow .col a,
.apply_flow .col span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	color: #0E357F;
	text-decoration: none;
	background: #F6F6F6;
}

.apply_flow .col span {
	color: #fff;
	background: #182B50;
}

.apply_flow .col.col2 a,
.apply_flow .col.col2 span {
	height: 50%;
}

.apply_flow .col.col2 a + a {
	border-top: 1px solid #CECECE;
}

.apply_flow .col a.active {
	background: #E0E4EC;
}

.apply_flow .col.end {
	width: 204px;
}

/* guide_un_list */

.guide_un_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 -20px;
}

.guide_un_list::after {
	content: '';
	display: block;
	width: 250px;
}

.guide_un_list li {
	width: 250px;
	margin: 0 0 20px;
}

.guide_un_list li a,
.guide_un_list li a:link,
.guide_un_list li a:visited {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 15px 25px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #111;
	text-decoration: none;
	text-align: center;
	background: #F6F6F6 url(/shomei/img/common/arw.png) no-repeat right 10px center;
	background-size: 12px auto;
}

/* box_cmn */

.box_cmn {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border: none;
}

/* テンプレート
*************************************************/

.opCont.twoColumn {
	flex-wrap: wrap;
	padding-bottom: 0;
}

.zenmaru {
	font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
}

.page_title .inner a {
	color: #0E357F;
	text-decoration: none;
}

/* h_nav */

.h_nav_wrap {
	position: relative;
	min-height: 48px;
}

.h_nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #F6F6F6;
}

.h_nav.fixed {
	position: fixed;
	top: 135px;
	z-index: 99;
}

.h_nav .trigger {
	display: none;
}

.h_nav ul {
	display: flex !important; 
	justify-content: center;
	width: 1040px;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
}

.h_nav ul li {
	width: 20%;
	border-left: 1px solid #CECECE;
}

.h_nav ul li:first-child {
	border-left: none;
}

.h_nav ul li.selected a {
	color: #0E357F;
}

/* block */

.block {
	margin: 0 0 60px;
	font-size: 1.6rem;
	word-break: break-word;
}

.block.end {
	order: 2;
	width: 1040px;
	margin: 20px auto 15px;
}

.block a,
.block a:link,
.block a:visited {
	color: #0E357F;
}

.block img {
	margin: 0 auto;
}

.block h4 {
	margin: 0 0 20px;
	padding: 0 0 0 12px;
	border-left: 4px solid #182B50;
	font-size: 2.0rem;
	font-weight: 500;
}

/* common_btn */

.common_btn {
	width: 280px;
	margin: 0 auto;
}

.common_btn a,
.common_btn a:link,
.common_btn a:visited {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 56px;
	padding: 10px 40px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #182B50 url(/shomei/img/common/arw_w.png) no-repeat right 20px center;
	background-size: 12px auto;
}

/* btn_list */

.btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 -40px;
}

.btn_list li {
	margin: 0 20px 40px;
}

/* alink */
ul.alink {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	font-size: 1.6rem;
}
ul.alink li {
	margin: 0 10px 10px 0;
}
ul.alink li a {
	display: block;
	margin: 0;
	padding: 12px 35px 12px 20px;
	border: 1px solid #CECECE;
	background: url(/shomei/img/common/arw_down.png) no-repeat right 10px center;
	background-size: 12px auto;
}
ul.alink li a,
ul.alink li a:link,
ul.alink li a:visited {
	text-decoration: none;
}
ul.alink li a:hover {
	text-decoration: underline;
}

blockquote {
	padding: 15px;
	border: 5px solid #f5f5f5;
}

ul.list-item {
	margin-left: 20px;
	list-style-type: disc;
}

ul.list-item ul {
	margin-left: 20px;
	list-style-type: circle;
}

ul.list-item a {
	display: inline;
}

.arw {
	padding: 0 0 0 22px;
	background: url(/shomei/img/common/arw.png) no-repeat 0 .55em;
	background-size: 12px auto;
}

.blank {
	padding: 0 0 0 22px;
	background: url(/shomei/img/common/ico_blank_b.png) no-repeat 0 .55em;
	background-size: 11px auto;
}

.blank_r {
	padding: 0 22px 0 0;
	background: url(/shomei/img/common/ico_blank_b.png) no-repeat right .55em;
	background-size: 11px auto;
}

.pdf {
	padding: 2px 0 2px 22px;
	background: url(/shomei/img/common/ico_pdf_b.png) no-repeat 0 .5em;
	background-size: 12px auto;
}

.pdf_r {
	display: inline;
	padding: 2px 22px 2px 0;
	background: url(/shomei/img/common/ico_pdf_b.png) no-repeat right .4em;
	background-size: 12px auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table.nbr,
table.tbr table.nbr {
	border-collapse: collapse;
	border-top: none;
	border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
	text-align: left;
	font-weight: bold;
	padding: 0;
	border-right: none;
	border-bottom: none;
	vertical-align: middle;
}

table.nbr td,
table.tbr table.nbr td {
	text-align: left;
	padding: 0;
	border-right: none;
	border-bottom: none;
	vertical-align: middle;
}

table.tbr,
table.nbr table.tbr {
	border-collapse: collapse;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

table.tbr th,
table.nbr table.tbr th {
	text-align: left;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #F6F6F6;
	vertical-align: middle;
}

table.tbr td,
table.nbr table.tbr td {
	text-align: left;
	padding: 10px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	vertical-align: middle;
}
table caption {
	text-align: left;
	margin: 0 0 10px;
}

.photo-r {
	font-size: 10px;
	font-size: 1.0rem;
	float: right;
	margin: 3px 0 30px 30px;
	text-align: left;
}
.photo-l {
	font-size: 10px;
	font-size: 1.0rem;
	float: left;
	margin: 3px 30px 30px 0;
	text-align: left;
}
.photo-c {
	font-size: 10px;
	font-size: 1.0rem;
	margin: 3px auto 30px;
}

.photo-r img,
.photo-l img,
.photo-c img {
	margin-bottom: 5px;
}
.top_back {
    text-align: center;
}

.top_back a {
    padding: 0 15px;
}

.text-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.text-indent a:link {
	display: inline;
}

.trigger {
	cursor: pointer;
}

.accordion {
	display: none;
}

.youtube {
	width: 600px;
	margin: 0 auto;
}

.w30 {
	width: 30%;
}

.pc_none { display: none !important; }


