@charset "utf-8";
html {
  scroll-behavior: smooth;
}
.h1TitleArea{
	background: #e80000;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
.h1TitleAreaInner{
	padding: 30px 10px 0;
}
.h1TitleArea .txt{
	margin-bottom: 20px;
	color: #fff;
}
.h1Title{
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 30px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.h1Title_small{
	font-size: 1.6rem;
}
.h1Title:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 10px;
    width: 28px;
    height: 35px;
    background: url(/system/files/big/how/img/bg-h1Title01.png) 0 0 no-repeat;
    background-size: contain;
}
.h1Title:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    width: 28px;
    height: 35px;
    background: url(/system/files/big/how/img/bg-h1Title02.png) 0 0 no-repeat;
    background-size: contain;
}
.h1TitleLead{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.h1TitleLead span{
	color:#faebc0;
}
.h1TitleArea .img{
	width: 90%;
    margin: 0 auto;
}


.column2Block01{
	margin-bottom: 15px;
}
.column2Block01 .col{
	margin-bottom: 15px;
	padding: 0px;
}
/* .column2Block01 .col:last-child{
	margin-bottom: 0;
} */
.column2Balloon01{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.column2Balloon01 .img{
	width: calc(50% - 8px);
	margin-right:16px;
}
.column2Balloon01 .txt{
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	background: #fff;
	border: 2px solid #e80000;
	width: calc(50% - 8px);
	text-align: center;
}
.column2Balloon01 .txt:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -9px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border-style: solid;
	border-width: 7px 9px 7px 0;
	border-color: transparent #e90000 transparent transparent;
	z-index: 1;
}
.column2Balloon01 .txt:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -7px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 2;
}
.descriptionBox{
	font-size: 1.2rem;
	overflow: hidden;
}
.descriptionBox dt{
	float: left;
	width: 64px;
	margin-top: 5px;
	margin-right: 10px;
	font-weight: bold;
}
.descriptionBox dd{
	margin-top: 5px;
	overflow: hidden;
}
.descriptionBox dt:first-of-type,
.descriptionBox dd:first-of-type{
	margin-top: 0;
}
.descriptionBox .tBig{
	font-size: 1.4rem;
}
.colorRed{
	color:#e80000;
}
.tBig{
	font-size: 1.6rem;
	line-height: 1;
}
.u-fwN {
	font-weight: normal !important;
}

@media print,screen and (min-width: 768px) {
	.h1TitleArea{
		background: #e80000 url(/system/files/big/how/img/bg-h1TitleArea01.png) top center no-repeat;
		margin-bottom: 60px;
	}
	.h1TitleAreaInner{
		display: table;
		margin:0 auto;
		padding: 0;
		width: 1104px; 
		table-layout: fixed;
	}
	.h1TitleArea .txt{
		display: table-cell;
		vertical-align: middle;
	}
	.h1TitleArea .img{
		display: table-cell;
		width: 570px;
		vertical-align: middle;
	}
	.h1Title{
		padding: 0 60px;
		font-size: 4.8rem;
	}
	.h1Title_small{
		font-size: 2.4rem;
	}
	.h1Title:before {
		top: 50px;
	    width: 48px;
	    height: 61px;
	    background: url(/system/files/big/how/img/bg-h1Title03.png) 0 0 no-repeat;
	}
	.h1Title:after {
		top: 50px;
	    width: 48px;
	    height: 61px;
	    background: url(/system/files/big/how/img/bg-h1Title04.png) 0 0 no-repeat;
	}
	.h1TitleLead{
		margin-bottom: 15px;
		font-size: 2.8rem;
	}
	.h1TitleLeadSub{
		font-weight: normal;
	}
	.h1TitleLead span strong{
		font-size: 3.6rem;
	}
	.column2Block01{
		overflow: hidden;
	}
	.column2Block01{
		margin-bottom: 30px;
	}

	.column2Block01 .col{
		float: left;
		width: calc(50% - 30px);
		margin-right: 60px;
		margin-bottom: 0;
	}
	.column2Block01 .col:nth-child(2n+2){
		margin-right: 0;
	}
	.column2Block01 .col:nth-child(n+3){
		margin-top: 60px;
	}
	.column2Balloon01 .txt{
		font-size: 1.8rem;
	}
	.descriptionBox{
		font-size: 1.6rem;
	}
	.descriptionBox dt {
	    width: 85px;
	    margin-right: 20px;
	}
	.descriptionBox .tBig{
		font-size: 1.8rem;
	}
	.tBig{
		font-size: 2.0rem;
		line-height: 1;
	}
	.c-video {
		margin-top: 20px;
	}
}

/* アンカーリンク関連 250801 追記 */
.c-section_01 {
	margin-bottom: 33px;
}
@media print, screen and (min-width: 768px) {
	.c-section_01 {
			margin-bottom: 28px;
	}
}
.anchor-link ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.anchor-link li {
	height: 65px;
	position: relative;
	background-color: #e80000;
	width: 49.2%;
	margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
	.anchor-link li {
			width: 358px;
			height: 80px;
			margin-bottom: 16px;
	}
}
.anchor-link li:hover{
  opacity: 0.8;
}
.anchor-link li a {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 32px 0 12px;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 768px) {
	.anchor-link li a {
			font-size: 2rem;
			font-weight: bold;
			margin-left: -4px;
	}
}
.anchor-link li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 6px;
	height: 10px;
	margin-top: -4px;
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
	.anchor-link li a::after {
			right: 21px;
			width: 10px;
			height: 13px;
	}
}
/* .anchor-link li:last-child {
	visibility: hidden;
} */