@charset "UTF-8";
/*! /css/check.css */

/* 告知項目
========================================================================== */
.box-check {
	margin: 20px 0;
}
@media screen and (min-width: 768px){
	.box-check {
		margin: 32px 0;
	}
}

/* box-check__txt-box */
.box-check__txt-box {
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	padding: 12px;
	background-color: #c23e84;
	border-radius: 8px;
}
.box-check__txt-box .txt-tag {
	display: inline-block;
	color: #c23e84;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 2px 8px;
	margin-right: 8px;
	background-color: #fff;
	border-radius: 5px;
}
.box-check__txt-box .txt-tag--required {
	color: #fff;
	padding: 4px 8px;
	background-color: #c23e84;
	border: 1px solid #fff;
}
@media screen and (max-width: 767px){
	.box-check__txt-box .txt-tag {
		margin-bottom: 5px;
	}
	.box-check__txt-box .txt-tag--required {
		display: block;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px){
	.box-check__txt-box {
		font-size: 2.2rem;
		line-height: 1.4;
		padding: 20px 20px 18px;
	}
	.box-check__txt-box .txt-tag {
		font-size: 1.8rem;
		padding: 4px 10px 2px;
		margin-right: 10px;
	}
	.box-check__txt-box .txt-tag--required {
		font-size: 2.0rem;
		padding: 6px 12px 4px;
		margin-right: 15px;
	}
}

/* box-check__list */
.box-check__list{
	margin: 16px 0 20px;
}
.box-check__list > li {
	display: flex;
	align-items: stretch;
	border: 1px solid #cc5c9d;
}
.box-check__list .box-check__num{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	background-color: #ebbcd4;
}
.box-check__list .box-check__num span {
	display: block;
	color: #c23e84;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	padding: 0;
	background-color: #fff;
	border-radius: 5px;
	width: 3.0rem;
	height: 3.0rem;
	line-height: 3.0rem;
}
.box-check__list .box-check__inner {
	width: 100%;
	font-size: 1.5rem;
	padding: 10px 15px;
}
.box-check__list .tag__tbl-caption{
	display: inline-block;
	color: #fff;
	padding: 2px 5px;
	margin-right: 5px;
	background-color: #cc5c9d;
	border-radius: 3px;
}
.box-check__list .box-check__no{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background-color: #FFFCEB;
}
.box-check__list .box-check__no span{
	display: block;
	color: #c23e84;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px){
	.box-check__list > li{
		flex-direction: column;
	}
	.box-check__list > li:not(:last-child) {
		margin-bottom: 10px;
	}
	.box-check__list .tag__tbl-caption {
		margin-bottom: 3px;
	}
	.box-check__list .box-check__no img{
		width: 26px;
		height: 26px;
		margin-right: 10px;
	}
}
@media screen and (min-width: 768px){
	.box-check__list .box-check__inner {
		font-size: 1.8rem;
		padding: 18px 20px 15px;
	}
	.box-check__list > li:not(:last-child) {
		border-bottom: none;
	}
	.box-check__list .tag__tbl-caption {
		padding: 3px 8px 0;
	}
	.box-check__list .box-check__num,
	.box-check__list .box-check__no{
		flex-direction: column;
		padding: 15px;
	}
	.box-check__list .box-check__num span{
		font-size: 2.4rem;
		padding: 0;
		width: 3.8rem;
		height: 3.8rem;
		line-height: 4.0rem;
	}
	.box-check__list .box-check__no{
		width: 80px;
	}
	.box-check__list .box-check__no img{
		margin-bottom: 5px;
	}
}

/* 追加告知項目 */
.box-check--option{
	position: relative;
	margin-top: 80px;
	margin-bottom: 0;
}
.box-check--option::before{
	position: absolute;
	content: '';
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background-image: url(/img/icon/ico_check-opt_plus.svg);
	background-size: 40px 40px;
}
.box-check--option .box-check__txt-box {background-color: #1b6eb3; border-radius: 8px 8px 0 0;}
.box-check--option .box-check__txt-box .txt-tag {color: #1b6eb3;}
.box-check__txt-detail{
	padding: 12px;
	border: 2px solid #1b6eb3;
	border-radius: 0 0 8px 8px;
}
.txt-detail__case .txt-detail__case-left > p{
	margin-bottom: 5px;
}
.txt-detail__case .txt-detail__case-right p{
	position: relative;
	display: inline-block;
	color: #1b6eb3;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 20px;
}
.txt-detail__case .txt-detail__case-right p::before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 14px;
	left: 0;
	margin: auto;
	border-left: 10px solid #6699CC;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.txt-detail__case .txt-detail__case-right span{
	display: inline-block;
	color: #1b6eb3;
	font-size: 1.8rem;
	border: 1px solid #1b6eb3;
	border-radius: 5px;
	width: 2.8rem;
	height: 2.8rem;
	line-height: 2.8rem;
}
.txt-detail__case .txt-detail__case-right span{
	margin-right: 5px;
}

.txt-co--hosyo01 {color: #9959b3;}
.txt-co--hosyo02 {color: #78b33e;}
.txt-co--hosyo03 {color: #fa8919;}

.box-check--option .box-check__list > li {border-color: #418ecc;}
.box-check--option .box-check__list .box-check__num {background-color: #a1c3e5;}
.box-check--option .box-check__list .box-check__num span {color: #1b6eb3;}
.box-check--option .box-check__list .box-check__no span {
	color: #1b6eb3;
	border-color:#1b6eb3;
}

.box-check--option .box-check__list .tag__tbl-caption {background-color: #418ecc;}

@media screen and (max-width: 767px){
	.box-check__txt-detail .txt-detail__case:first-child{
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 2px dotted #1b6eb3;
	}
	.txt-detail__case .txt-detail__case-right{
		text-align: center;
	}
}
@media screen and (min-width: 768px){
	.box-check--option{
		margin-top: 100px;
	}
	.box-check--option::before{
		top: -76px;
		width: 46px;
		height: 46px;
		background-size: 46px 46px;
	}
	.box-check__txt-detail{
		display: flex;
		justify-content: center;
		padding: 15px 20px;
	}
	.box-check__txt-detail .txt-detail__case{
		display: flex;
		align-items: center;
	}
	.box-check__txt-detail .txt-detail__case:first-child{
		padding-right: 25px;
		margin-right: 25px;
		border-right: 2px dotted #1b6eb3;
	}
	.txt-detail__case .txt-detail__case-right p{
		padding: 0 0 0 65px;
	}
	.txt-detail__case .txt-detail__case-right p::before{
		left: 40px;
		border-left: 12px solid #a1c3e5;
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent;
	}
	.txt-detail__case .txt-detail__case-right span{
		font-size: 2.0rem;
		margin-bottom: 5px;
		width: 3.2rem;
		height: 3.2rem;
		line-height: 3.4rem;
	}
	.txt-detail__case .txt-detail__case-right span:last-of-type{
		margin-right: 0;
	}
}

/* 別表 */
.tbl-attached{
	border-left: none;
}
.tbl-attached caption{
	text-align: left;
	margin-bottom: 8px;
}
.tbl-attached caption span{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px;
	background-color: #cc5c9d;
	border-radius: 5px;
}
.tbl-attached, .tbl-attached th, .tbl-attached td{
	border-color: #b3b3b3;
}
.tbl-attached th{
	width: 120px;
	color: #c23e84;
	background-color: #fae6f0;
	border-left: 1px solid #b3b3b3;
	border-right: none;
}
.tbl-attached td{
	text-align: left;
	border-left: 1px solid #b3b3b3;
}

.box-check--option .tbl-attached caption span{
    background-color: #418ecc;
}
.box-check--option .tbl-attached th{
	color: #1b6eb3;
	background-color: #e1edfa;
}

@media screen and (max-width: 767px){
	.tbl-attached th, .tbl-attached td,
	.tbl-attached .list-s li {
		font-size: 1.2rem;
	}
	.tbl-attached th {
		width: 90px;
	}
}
@media screen and (min-width: 768px){
	.tbl-attached caption span{
		font-size: 1.6rem;
		padding: 4px 15px 2px;
	}
	.tbl-attached td{
		padding: 12px 15px;
	}
}