@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
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    max-width: 1000px;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0;
        padding: 0;
        max-width: inherit;
    }
}

/* comBtn */
.comBtn02 {}
.comBtn02 a {
    margin: 0 auto;
    width: 315px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 2.4rem;
    border-radius: 5px;
    background-color: #DF3B64;
    box-shadow: 0 7px 0 #FADCDE;
}
@media all and (min-width: 897px) {
    .comBtn02 a:hover {
        opacity: .7;
    }
}
@media all and (max-width: 896px) {
    .comBtn02 a {
        width: 240px;
        height: 60px;
        font-size: 1.8rem;
    }
}

/* headLine01 */
.headLine01 {
    margin: 0 auto 30px;
    width: 600px;
    height: 60px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #FFD067;
}
.headLine01 .txt {
    color: #4C1A00;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -.06em;
    text-align: center;
    font-family: var(--font-zen-maru-gothic);
}
.headLine01 .txt small {
    margin-bottom: -4px;
    display: block;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.928;
    letter-spacing: -.08em;
}
.headLine01 .img {
    position: absolute;
    left: 0;
    top: 0;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin: 0 15px 20px 16px;
        width: auto;
        height: auto;
        min-height: 55px;
    }
    .headLine01 .txt {
        font-size: 2rem;
    }
}
.headLine02 {
    margin-bottom: 6px;
    color: #E34D0B;
    font-size: 2.4rem;
    letter-spacing: -.08em;
    font-family: var(--font-zen-maru-gothic);
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 8px;
        font-size: 2rem;
    }
}
@media all and (max-width: 374px) {
    .headLine02 {
        font-size: 1.8rem;
    }
}


.comImg {
	margin: 0 auto 31px;
	padding: 9px;
	width: 760px;
	border: 1px solid #d0d0d0;
	border-radius: 100px;
	box-sizing: border-box;
}
.comImg .inner {
	padding: 17px 15px 14px;
	position: relative;
	background: url("../img/common/bg.png") no-repeat center center / cover;
	border-radius: 100px;
}
.comImg .inner p {
	font-size: 1.6rem;
	text-align: center;
}
.comImg .inner .ttl {
	font-size: 2rem;
	font-weight: bold;
}
.comImg .inner .txt {
	margin-top: 5px;
	color: #000;
	font-size: 1.8rem;
}
.comImg .inner .txt span {
	padding: 2px 28px 0;
	display: inline-block;
	background: #fff;
	font-weight: bold;
	border-radius: 15px;
    border: 1px solid #d0d0d0;
}
@media all and (max-width: 896px) {
	.comImg {
		padding: 10px 0;
		width: auto;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.comImg .inner {
		padding: 30px 15px 20px;
		border-radius: 0;
		background: url("../img/common/sp_bg.png") no-repeat center bottom / cover;
	}
	.comImg .inner .ttl {
		margin-bottom: 12px;
		font-size: 1.8rem;
	}
	.comImg .inner .txt {
		margin-top: 13px;
	}
}

.comBtn {
	margin: 0 auto;
	width: 300px;
}
.comBtn a,.comBtn input {
	width: 100%;
	padding: 21px 10px 19px;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	display: block;
	background-color: #E5747D;
	border-radius: 5px;
	box-shadow: 0 7px 0 #FADCDE;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-sizing: border-box;
}
.comBtn input {
	padding: 18px 10px 16px;
	font-size: 2.4rem;
}
.comBtn a:hover,
.comBtn input:hover{
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 286px;
	}
	.comBtn a {
		padding: 16px 10px 17px;
		font-size: 1.8rem;
	}
	.comBtn a:hover,
    .comBtn input:hover{
        opacity: 1;
    }
}
.comBtn02.style01 a {
    background-color: #ffa429;
    box-shadow: none;
}
@media all and (max-width: 896px) {
    .comBtn02.style01 a {
        width: 249px;
        height: 56px;
    }
}
/* comRedText */
.comRedText {
	margin: -2px -8px 4px 0;
	color: #FF0000;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: -0.06em !important;
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	.comRedText {
		margin: -5px -6px 9px;
	}
}