@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
	max-width: 1000px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.comBox {
		margin: 0 20px;
	}
}
/* comTxtList */
.comFormBox input[type="text"],
.comFormBox input[type="email"],
.comFormBox input[type="tel"],
.comFormBox textarea,
.comFormBox select {
	width: 100%;
	height: 36px;
	padding: 4px;
	font-size: 1.1rem;
	border: 2px solid #999999;
	-webkit-appearance:none;
    appearance:none;
	box-shadow: none;
	border-radius: 0;
	box-sizing: border-box;
}
.comTxtList {
	font-size: 1.4rem;
}
.comTxtList > li {
	display: flex;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	align-items: center;
}
.comTxtList > li:not(:last-child) {
	margin-bottom: 12px;
}
.comTxtList .lTxt01 {
	min-width: 63px;
	margin-right: 11px;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
}
.comTxtList .lTxt01 span {
	display: inline-block;
	text-align: left;
}
.comTxtList .lTxt01 .size {
	font-size: 1.2rem;
}
.comTxtList .rBox {
	flex: 1;
	word-break: break-all;
}
.comFormBox .flexList {
	display: flex;
	justify-content: space-between;
}
.comFormBox .flexList input {
	width: 140px;
}
.comFormBox dl dt {
	padding: 2px 17px 2px;
	font-size: 1.9rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 900;
}
.comFormBox dl dt .must {
	margin-right: 4px;
	color: #ffff00;
	font-size: 1.7rem;
}
.comFormBox dl dd {
	padding: 12px 10px 14px 10px;
	background-color: #fff;
}
.comFormBox dl .ddStyle {
	padding: 9px 10px 22px 15px;
}
.radioList {
	padding-left: 11px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.7rem;
	font-weight: 600;
	align-self: flex-start;
}
.radioList input {
	display: none;
}
.radioList label span {
	padding: 0 0 4px 23px;
	display: inline-block;
	background: url('../../img/common/radio_img01.png') no-repeat left center / 19px auto;
}
.radioList li {
	min-width: 76px;
}
.radioList label input:checked + span {
	background-image: url('../../img/common/radio_img02.png');
}
.comTxtList .rBox .size {
	margin-top: 2px;
	font-size: 1.1rem;
	font-weight: 600;
}
.comTxtList .lTxt03 {
	margin-bottom: 14px;
}
.radioList01 li {
	width: 48%;
	margin-bottom: 4px;
}
.submit li {
	width: 94%;
	margin: 0 auto 10px;
}
.submit input {
	padding: 8px 10px 6px;
	width: 100%;
	display: block;
	color: #ffff00;
	font-size: 2.7rem;
	font-weight: 900;
	-webkit-appearance:none;
    appearance:none;
	box-shadow: none;
	border-radius: 10px;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	background-color: #FF1C38;
}
@media all and (min-width: 897px) {
	.submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comFormBox dl dt {
		padding: 4px 10px 4px;
		font-size: 1.5rem;
		font-weight: 600;
	}
	.comFormBox dl dt .must {
		font-size: 1.15rem;
	}
	.comTxtList .lTxt01 {
		margin-right: 6px;
		font-size: 1.2rem;
		line-height: 1.1;
	}
	.comTxtList .lTxt01 .size {
		font-size: 1rem;
	}
	.comFormBox dl dd {
		padding: 8px 10px 14px 1px;
	}
	.comFormBox input[type="text"], .comFormBox input[type="email"], .comFormBox input[type="tel"], .comFormBox textarea, .comFormBox select {
		height: 39px;
	}
	.comFormBox .flexList {
		margin-right: 3px;
	}
	.comFormBox .flexList li {
		width: 48.6%;
	}
	.comFormBox .flexList input {
		width: 100%;
	}
	.comFormBox dl .ddStyle {
		padding: 9px 10px 15px 10px;
	}
	.comTxtList .lTxt02 {
		font-size: 1.25rem;
	}
	.radioList {
		padding-left: 3px;
		font-size: 1.5rem;
	}
	.radioList label span {
		padding: 0 0 4px 26px;
		background-size: 24px auto;
	}
	.comTxtList > li:not(:last-child) {
		margin-bottom: 10px;
	}
	.comFormBox dl .ddStyle .comTxtList .lTxt01 {
		font-size: 1.35rem;
	}
	.comFormBox dl .ddStyle .comTxtList .lTxt02 {
		font-size: 1.25rem;
	}
	.radioList01 {
		margin: 4px 18px;
	}
	.radioList01 li {
		margin-bottom: 13px;
		width: 42%;
	}
	.submit input {
		padding: 5px 10px 7px;
		font-size: 1.9rem;
	}
}
@media all and (max-width: 896px) {
	.radioList {
		font-size: 1.4rem;
	}
	.radioList01 {
		margin: 4px 12px;
	}
}
/* comListUl */
.comListUl {
	margin: -22px 0 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comListUl li {
	width: 471px;
	margin-top: 22px;
}
.comListUl li a {
	display: block;
}
.comListUl li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comListUl {
		margin: -5px 0 21px;
	}
	.comListUl li {
		margin-top: 5px;
		width: 48%;
	}
	.comListUl li img {
		width: 100%;
	}
}
/* headLine */
.headLine01 {
	margin-bottom: 18px;
	min-height: 95px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5.5rem;
	text-align: center;
	font-weight: 900;
	color: #fff;
	background-color: #FF6D00;
}
.headLine01::after {
	content: "";
	min-height:inherit;
	font-size:0;
}
.headLine01 .txt {
	padding: 3px 0 9px 122px;
	display: inline-block;
	position: relative;
	z-index: 1;
	line-height: 1.2;
}
.headLine01 .txt img {
	position: absolute;
	z-index: -1;
	top: -27px;
	left: 0;
}
.headLine01::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 18px;
	z-index: 2;
	background-color: #FF2D00;
}
.headLine01.color01 {
	background-color: #00AF96;
}
.headLine01.color01::before {
	background-color: #009568;
}
.headLine01.color02 {
	background-color: #008BFF;
}
.headLine01.color02::before {
	background-color: #084EFF;
}
.headLine01.color03 {
	background-color: #FF65B6;
}
.headLine01.color03::before {
	background-color: #FF3A7E;
}
.headLine01 .size {
	line-height: 1;
	display: block;
	font-size: 1.6rem;
	text-align: right;
	font-weight: 500;
}
.headLine01 .size01 {
	font-size: 4rem;
}
.headLine02 {
	margin-bottom: 10px;
	padding: 8px 16px 10px;
	position: relative;
	z-index: 1;
	font-size: 2.7rem;
	color: #fff;
	text-indent: 0.4em;
	line-height: 1.2;
	font-weight: 900;
	overflow: hidden;
	background: url('../../img/index/title_bg.png') no-repeat left top / 100% 100%;
}
.headLine02::before {
	/* content: ""; */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 7px;
	z-index: -1;
	transform: skew(-22deg);
	background-image: linear-gradient(to right, #FF6D00 70%, #fff 98%);;
}
.headLine02.color01 {
	background-image: url('../../img/index/title_bg01.png');
}
.headLine02.color02 {
	background-image: url('../../img/index/title_bg02.png');
}
.headLine03 {
	margin-bottom: 24px;
	padding: 20px 0 26px;
	text-align: center;
	font-size: 5.5rem;
	color: #ffff00;
	font-weight: 900;
	background-color: #23AD69;
}
.headLine03 span {
	display: inline-block;
	vertical-align: bottom;
}
.headLine03 .bgTxt {
	padding: 11px 16px 12px;
	border-radius: 18px;
	color: #23ad69;
	background-color: #fff;
	font-size: 3.9rem;
	vertical-align: bottom;
}
.headLine03 .color {
	vertical-align: bottom;
	line-height: 1.3;
}
.headLine03 .bgTxt img {
	margin-top: -23px;
}
.headLine04 {
	margin-bottom: 0;
	padding: 12px 0 26px;
	font-size: 4.4rem;
}
.headLine05 {
	padding: 4px 0 27px;
	font-size: 5.5rem;
}
.headLine06 {
	padding: 9px 0 22px;
	background-color: #FF1C38;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 10px;
		font-size: 2.72rem;
		min-height: 46px;
	}
	.headLine01 .txt {
		text-align: left;
		padding: 5px 0 8px 57px;
	}
	.headLine01 .txt img {
		width: 63px;
		top: -6px;
		left: -1px;
	}
	.headLine01::before {
		height: 10px;
	}
	.headLine02 {
		margin-bottom: 3px;
		padding: 4px 4% 5px;
		font-size: 1.35rem;
	}
	.headLine01 .size {
		margin-top: 3px;
		font-size: 0.9rem;
		text-align: left;
	}
	.headLine01 .size01 {
		font-size: 2.1rem;
		display: block;
	}
	.headLine03 {
		margin-bottom: 4px;
		padding: 10px 0 14px;
		font-size: 2.75rem;
	}
	.headLine03 .bgTxt {
		padding: 5px 6px 5px;
		font-size: 1.55rem;
		line-height: 1.2;
		border-radius: 9px;
	}
	.headLine03 .img {
		width: 152px;
	}
	.headLine04 {
		margin-bottom: 0;
		padding: 5px 0 15px;
		font-size: 2.2rem;
	}
	
	.headLine03 .bgTxt img {
		margin-top: 5px;
		margin-bottom: -1px;
		width: 45px;
		vertical-align: bottom;
	}
	.headLine05 {
		padding: 2px 0 14px;
		font-size: 2.75rem;
	}
}
@media all and (max-width: 374px) {
	.headLine03 {
		font-size: 2.35rem;
	}
	.headLine03 .bgTxt img {
		width: 36px;
	}
	.headLine03 .img {
		width: 124px;
	}
	.headLine03 .bgTxt {
		font-size: 1.05rem;
	}
}
.white {
	padding: 33px 30px 30px;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.white .innnerBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.white .lBox {
	width: 450px;
}
.white .rBox {
	width: 450px;
}
.white p {
	margin-bottom: 12px;
	font-weight: 600;
	line-height: 1.64;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.white .subBox {
	margin-left: 19px;
}
.white .noteBox {
	margin-left: 19px;
}
.white .note {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
}
.comTitleList li:not(:last-child) {
	margin-bottom: 41px;
}
@media all and (max-width: 896px) {
	.white {
		padding: 16px 11px 12px;
		border-radius: 11px;
	}
	.white .subBox,
	.white .noteBox {
		margin-left: 0;
	}
	.comTitleList01 .subBox {
		display: flex;
		align-items: center;
	}
	.comTitleList01 .subBox .img {
		margin-right: -9px;
		width: 60%;
	}
	.comTitleList01 .subBox p {
		flex: 1;
		line-height: 1.5;
	}
	.white p {
		line-height: 1.4;
		margin: 2px 3px 0 5px;
		line-height: 1.7;
	}
	.comTitleList li:not(:last-child) {
		margin-bottom: 17px;
	}
	.comTitleList li {
		margin-bottom: 17px;
	}
	.comTitleList01 .subBox01 .img {
		width: 60%;
		margin-right: 10px;
	}
	.white .note {
		margin-top: 10px;
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.white .subBox .img01 {
		margin: 12px 21px;
		text-align: center;
	}
	.white .innnerBox {
		display: block;
	}
	.white .lBox {
		width: auto;
	}
	.white .rBox {
		width: auto;
	}
	.white .pho {
		margin: 0 10px;
	}
}
@media all and (max-width: 374px) { 
	.comTitleList01 .subBox .img {
		width: 56%;
	}
	.comTitleList01 .subBox01 .img {
		width: 57%;
	}
}
/* comBtn */
.comBtn {
	margin-top: 37px;
}
.comBtn a {
	padding: 23px 10px 26px;
	display: block;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	font-weight: 900;
	border-radius: 19px;
	letter-spacing: -1px;
	background-color: #FF1C38;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		margin-top: 0;
	}
	.comBtn a {
		padding: 10px 10px 12px;
		font-size: 1.75rem;
		border-radius: 9px;
	}
}
.comRound {
	color: #23AD69;
	font-size: 5rem;
	display: flex;
	align-items: flex-end;
}
.comRound .txt {
	margin-bottom: -4px;
	color: #23AD69;
}
.comRound01 {
	font-size: 7rem;
}
@media all and (max-width: 896px) {
	.comRound {
		font-size: 3rem;
	}
	.comRound .txt {
		margin-bottom: -2px;
		word-break: keep-all;
	}
	.comRound01 {
		font-size: 3.5rem;
	}
	.comRound01 img {
		max-width: 182px;
	}
}
.linebtn {
	padding: 10px;
	width: auto;
	margin-bottom: 15px;
	display: block;
	color: #ffff00;
	font-size: 2rem;
	font-weight: 900;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 10px;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	background-color: #23AD69;
}