@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: 13px;
}
.comTxtList .lTxt01 {
    min-width: 63px;
    margin-right: 8px;
    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;
}
.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:first-of-type {
    padding: 3px 17px 5px;
}
.comFormBox dl dt .must {
    margin-right: 4px;
    color: #ffff00;
    font-weight: 500;
    font-size: 1.7rem;
}
.comFormBox dl dd {
    padding: 12px 11px 13px 10px;
    background-color: #fff;
}
.comFormBox dl .ddStyle {
    padding: 9px 10px 21px 15px;
}
.radioList {
    padding-left: 8px;
    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: 0 14px 0 -3px;
}
.comTxtList .space {
    padding-bottom: 13px;
}
.radioList01 li {
    width: 48%;
    margin-bottom: 3px;
}
.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 !important;
        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: -14px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comListUl li {
    width: 471px;
    margin-top: 14px;
}
.comListUl li a {
    display: block;
}
.comListUl li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comListUl {
        margin: -5px 0 0;
    }
    .comListUl li {
        margin-top: 5px;
        width: 47.3%;
    }
    .comListUl li img {
        width: 100%;
    }
}
.comLink {
    margin: -25px -15px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.comLink li {
    margin: 25px 12px 0;
    width: 318px;
}
.comLink li a {
    display: block;
    padding: 7px;
    box-sizing: border-box;
    background-color: #FF1C38;
    border-radius: 15px;
    font-size: 2.5rem;
    color: #FF1C38;
    font-weight: 900;
}
@media all and (min-width: 897px) {
    .comLink li a:hover {
        opacity: 0.7;
    }
}
.comLink li a .bg {
    padding: 15px 15px 5px 20px;
    box-sizing: border-box;
    min-height: 65px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    background: #fff url("../../img/common/icon01.png") no-repeat center right 7px;
    background-size: 19px auto;
}
@media all and (max-width: 896px) {
    .comLink li a {
        border-radius: 8px;
        font-size: 1.25rem;
        padding: 3px;
    }
    .comLink {
        margin: -10px 0 16px;
        justify-content: space-between;
    }
    .comLink li {
        width: 47.5%;
        margin: 9px 0 0;
    }
    .comLink li:first-of-type {
        width: 100%;
    }
    .comLink li a .bg {
        min-height: 30px;
        padding: 5px 18px 5px 10px;
        border-radius: 7px;
        background-size: 13px auto;
        background-position: center right 5px;
    }
}
/* headLine */
.headLine01 {
    min-height: 133px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6.5rem;
    text-align: center;
    font-weight: 900;
    color: #fff;
}
.headLine01::after {
    content: "";
    min-height: inherit;
    font-size: 0;
}
.headLine01 .txt {
    padding: 3px 0 0 150px;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    letter-spacing: -3px;
}
.headLine01 .txt img {
    position: absolute;
    z-index: -1;
    top: -41px;
    left: 0;
}
.headLine01.color01 {
    background-color: #0B9A00;
}
.headLine01.color02 {
    background-color: #0075E6;
}
.headLine01.color03 {
    background-color: #FF6591;
}
.headLine01.color04 {
    background-color: #FF7C19;
}
@media all and (max-width: 896px) {
    .headLine01 {
        font-size: 3.05rem;
        min-height: 67px;
        background: url("../../img/common/arrow.png") no-repeat bottom 18px right 21px;
        background-size: 22px auto;
    }
    .headLine01 .txt {
        text-align: left;
        padding: 5px 0 0 68px;
        letter-spacing: 0;
    }
    .headLine01 .txt img {
        width: 68px;
        top: -21px;
        left: -1px;
    }
    .headLine01.on {
        background-image: url("../../img/common/arrow02.png");
    }
}
.headLine02 {
    margin-bottom: 14px;
    font-size: 4.3rem;
    text-align: center;
    font-weight: 900;
    color: #FFFF00;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 7px;
        font-size: 2.2rem;
    }
}
.headLine03 {
    margin-bottom: 35px;
    padding: 9px 0 10px;
    font-size: 2.2rem;
    text-align: center;
    color: #0A9900;
    font-weight: 900;
    background-color: #D7FEBB;
    letter-spacing: -2px;
}
.headLine03.color01 {
    background-color: #FFE3B3;
    color: #FF7C18;
}
.headLine03.color02 {
    background-color: #FFE6E7;
    color: #FF6591;
}
.headLine03.color03 {
    background-color: #C8E3FF;
    color: #0075E6;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 15px;
        padding: 7px 0 7px;
        font-size: 1.1rem;
        letter-spacing: 0;
    }
}
.headLine04 {
    margin-bottom: 40px;
    padding: 20px 0;
    background-color: #0F338D;
    text-align: center;
    color: #FFFF00;
    font-size: 4.4rem;
    font-weight: 900;
}
@media all and (max-width: 896px) {
    .headLine04 {
        margin-bottom: 14px;
        padding: 10px 0;
        font-size: 2.2rem;
    }
}
.headLine05 {
    margin-bottom: 20px;
    background-color: #FF1C38;
    font-size: 5.5rem;
    padding: 16px 0;
}
@media all and (max-width: 896px) {
    .headLine05 {
        margin-bottom: 8px;
        font-size: 2.7rem;
        padding: 8px 0 10px;
    }
}
.comRound01 .txt {
    color: #FF1C38;
    margin-left: -7px;
    letter-spacing: -4.5px;
	font-size: 6.7rem;
    line-height: 1;
}

@media all and (max-width: 896px) {
	.comRound01 .txt {
		margin-bottom: -2px;
        font-size: 3.2rem;
        letter-spacing: -2px;
	}
    .comRound02 .txt {
        margin-left: -2px;
        font-size: 3.3rem;
    }
}
.errorMsg{
	background: #fff;
	padding:5px;
	font-size: 12px;
	color: #FF2628;
	line-height: 1.4;
	margin-bottom: 10px;
}