.template_text:nth-last-child(2n-1){
	background-color: #e0e4ec;
}
.template_text:nth-last-child(2n){
	background-color: #FFFFFF;
}
.template_text:nth-last-child(2n-1) .insurance_cBox{
	background-color: #FFFFFF;
}
.template_text:nth-last-child(2n) .insurance_cBox{
	background-color: #e0e4ec;
}
.template_text:nth-last-child(2n-1) .template_list{
	border: 2px solid #FFFFFF;
}
.template_text:nth-last-child(2n) .template_list{
	border: 2px solid #e0e4ec;
}
.template_text:nth-last-child(2n-1) .template_btn{
	border: 2px solid #FFFFFF;
}
.template_text:nth-last-child(2n) .template_btn{
	border: 2px solid #e0e4ec;
}
.template_text:nth-last-child(2n-1) .template_ClistBox{
	border: 2px solid #FFFFFF;
}
.template_text:nth-last-child(2n) .template_ClistBox{
	border: 2px solid #e0e4ec;
}
.bg_white{
	background: #FFFFFF !important;
}
/* ----------- template_text ----------- */
.template_text{
	padding: 65px 0 55px;
}
.insurance_content{
	font-size: 1.6rem;
	line-height: 3.0rem;
	text-align: justify;
}
.insurance_content p{
	padding-top: 18px;
}
.insurance_content span{
	font-weight: bold;
	background-image: linear-gradient(to bottom, transparent, transparent 60%, #ffff00 60%, #ffff00 90%,transparent 90%);
}
.insurance_content a{
	color: #000000;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.insurance_content a:hover{
	color: #0650cb;
}
.insurance_cBox{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 26px 40px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.insurance_cL{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: justify;
	padding-right: 40px;
}
.insurance_cR{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: auto;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: right;
    white-space:nowrap;
}
.insurance_cR span{
	background-image: linear-gradient(to bottom, transparent, transparent 60%, #ffff00 60%, #ffff00 90%,transparent 90%);
}
/* ----------- template ----------- */
.template_list{
	padding: 24px 40px 20px 35px;
}
.template_list.mg_top20{
	margin-top: 20px;
}
.template_list ul{
	
}
.template_list ul li{
	font-size: 1.8rem;
	line-height: 3.4rem;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.template_list ul li div:nth-child(1){
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
}
.template_list ul li div:nth-child(2){
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.template_btn{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 8px 15px 7px;
	font-size: 1.6rem;
	color: #000000;
	line-height: 1;
}
.template_btn img{
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.template_btn:hover{
	-webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.template_table01{
	margin-top: 20px;
}
.template_table01 table{
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.template_table01 th {
	width: 25%;
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    background-color: #fff9d7;
    text-align: center;
    vertical-align: top;
}
.template_table01 td {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: justify;
}
.template_table01 a{
	color: #000000;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.template_table01 a:hover{
	color: #0650cb;
}
.template_img{
	margin-top: 20px;
	text-align: center;
}
.template_img img{
	display: block;
	margin: 0 auto;
}
.template_img a{
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.template_img a:hover{
	opacity: 0.7;
}
.mg_top20{
	margin-top: 20px;
}
.mg_top30{
	margin-top: 30px;
}
.align_right{
	text-align: right;
}

.template_table02{
	margin-top: 20px;
}
.template_table02 table{
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.template_table02 td {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: justify;
}
.template_table02 tr.bgcolor{
	background-color: #fff9d7;
}
.table_annotation{
	font-size: 1.4rem;
}
.template_table03{
	margin-top: 20px;
	overflow-x: auto;
}
.template_table03 table{
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.template_table03 td {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
}
.template_table03 td.bgcolor{
	background-color: #fff9d7;
}
.template_table04{
	margin-top: 20px;
	overflow-x: auto;
}
.template_table04 table{
	width: 100%;
	background-color: #fff9d7;
	border-collapse: collapse;
}
.template_table04 th {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
    width: 30%;
}
.template_table04 th.bg_blue {
    background-color: #99bef7;
    width: 35%;
}
.template_table04 th.bg_red {
    background-color: #f79f9f;
    width: 35%;
}
.template_table04 th.font18 {
    font-size: 1.8rem;
}
.template_table04 td {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
}
.template_table04 td.bg_blue {
    background-color: #dfecff;
}
.template_table04 td.bg_red {
    background-color: #ffe3e3;
}
.template_table04 td.bg_red02 {
    background-color: #f56e6e;
}
.template_table04 td.font18 {
    font-size: 1.8rem;
}
.template_table05{
	margin-top: 20px;
	overflow-x: auto;
}
.template_table05 table{
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.template_table05 th {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
    width: 30%;
}
.template_table05 th.bg_blue {
    background-color: #99bef7;
}
.template_table05 th.bg_red {
    background-color: #f79f9f;
}
.template_table05 th .color_red {
    color: #e60012;
}
.template_table05 td {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
    width: 33.33%;
}
.template_table05 td.bg_blue {
    background-color: #dfecff;
}
.template_table05 td.bg_red {
    background-color: #ffe3e3;
}
.template_table05 td .color_yellow {
    color: #ff8000;
}
.template_table05 td .color_blue {
    color: #3366ff;
}
.template_table05 td .color_pink {
    color: #ff00ff;
}
.template_table05 td .font18 {
    font-size: 1.8rem;
}
.template_table06{
	margin-top: 20px;
	overflow-x: auto;
}
.template_table06 table{
	width: 100%;
	background-color: #fff9d7;
	border-collapse: collapse;
}
.template_table06 th {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
}
.template_table06 td {
    border: 1px solid #E0E0E0;
    padding: 15px;
    font-size: 1.6rem;
    text-align: center;
}
.template_table06 th.bg_blue {
    background-color: #99bef7;
}
.template_table06 th.bg_red {
    background-color: #f79f9f;
}
.template_table06 td.bg_blue {
    background-color: #dfecff;
}
.template_table06 td.bg_red {
    background-color: #ffe3e3;
}
.template_table06 td:first-child {
    white-space: nowrap;
}
.template_ClistBox{
	background-color: #FFFFFF;
	padding: 23px 28px 20px;
	margin-top: 20px;
}
.tClist{
	
}
.tClist li{
	display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
	line-height: 3.0rem;
}
.tClist li div:nth-child(1){
	width: 18px;
	display: table-cell;
	vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tClist li div:nth-child(2){
	display: table-cell;
	vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}
.template_anchor{
	
}
.template_anchor ul{
	/*margin-bottom: -10px;*/
}
.template_anchor ul li{
	display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
	line-height: 3.2rem;
	margin-bottom: 10px
}
.template_anchor ul li div:nth-child(1){
	width: 24px;
	display: table-cell;
	vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.template_anchor ul li div:nth-child(2){
	display: table-cell;
	vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.template_anchor ul li a{
	color: #000000;
	text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.template_anchor ul li a:hover{
	color: #0650cb;
}
.col5-table tr:first-child td {
	text-align: center;
	white-space: nowrap;
}
.col5-table tr td:first-child {
	width: 7%;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	/* ----------- hc_mvSub ----------- */
	
	
}

@media only screen and (max-width: 768px) {
	/* ----------- hc_mvSub ----------- */
	.insurance_content {
	    font-size: 1.4rem;
	    line-height: 2.6rem;
	    padding-top: 15px;
	}
	.insurance_cBox {
	    padding: 26px 20px;
	    margin-top: 30px;
	    margin-bottom: 15px;
	}
	.insurance_cL {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	    padding-right: 20px;
	}
	.insurance_cR {
	    font-size: 2.0rem;
	}
	/* ----------- template ----------- */
	.template_list{
		padding: 24px 20px 20px 15px;
	}
	.template_list ul li {
	    font-size: 1.6rem;
	    line-height: 2.8rem;
	}
	.template_list ul li div:nth-child(1) {
	    width: 18px;
	}
	.template_ClistBox {
	    padding: 20px 20px 18px;
	}
	.template_anchor ul li {
	    font-size: 1.6rem;
	    line-height: 2.6rem;
	}
	.template_contact .contact_r{
		padding-top: 0 !important;
	}
	.col5-table {
		overflow: scroll;
		white-space: nowrap;
		overflow-y: hidden;
	}
	.col5-table::-webkit-scrollbar{
		height: 5px;
	}
	
}

@media only screen and (max-width: 480px) {
	/* ----------- hc_mvSub ----------- */
	.insurance_content {
	    line-height: 2.2rem;
	}
	.insurance_cBox {
	    padding: 15px 10px;
	    margin-top: 15px;
	    margin-bottom: 0px;
	}
	.insurance_cL {
	    display: block;
	    padding-right: 0px;
	}
	.insurance_cR{
		display: block;
		padding-top: 15px;
		text-align: center;
		font-size: 1.8rem;
	}
	/* ----------- template ----------- */
	.template_list{
		padding: 15px 10px 12px 10px;
	}
	.template_list ul li {
	    font-size: 1.4rem;
	    line-height: 2.2rem;
	}
	.template_list ul li div:nth-child(1) {
	    width: 16px;
	}
	.template_table01 th {
		width: 30%;
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_table01 td {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_table02 td {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.table_annotation{
		font-size: 1.2rem;
	}
	.template_table03 td {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_table03 td:first-child{
	    white-space:nowrap;
	}
	.template_table04 th {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_table04 td {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_table04 th.font18 {
	    font-size: 1.6rem;
	}
	.template_table04 td.font18 {
	    font-size: 1.6rem;
	}
	.template_table05 th {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_table05 td {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_table05 td .font18 {
	    font-size: 1.6rem;
	}
	.template_table06 th {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_table06 td {
	    padding: 15px 10px;
	    font-size: 1.4rem;
	}
	.template_ClistBox {
	    padding: 15px 13px 15px 10px;
	    margin-top: 20px;
	    margin-bottom: 5px;
	}
	.tClist li {
	    font-size: 1.4rem;
    		line-height: 2.2rem;
	}
	.tClist li div:nth-child(1) {
	    width: 14px;
	}
	
	
}