@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;
    word-break: break-word;
}

.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");
}

@media all and (max-width: 896px) {
    .radioList label input:checked+span {
        background-image: url("../../img/common/radio_img02.png");
        background-size: contain;
    }
}

.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: 22px 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;
        text-align: center;
    }
    .comLink li:first-of-type {
        /* width: 100%; */
    }
    .comLink li a .bg {
        min-height: 45px;
        padding: 5px 5px 20px 5px;
        border-radius: 7px;
        border: 2px solid #FF0000;
        background: #fff;
        position: relative;
    }
    .comLink li a .bg:before {
        position: absolute;
        content: "";
        bottom: 7px;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        margin: auto;
        border-top: 9px solid #FF0000;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 0;
    }
}

/* headLine */

.headLine {
    margin-bottom: 35px;
    position: relative;
}
.headLine:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
    margin:auto;
    transition : transform 0.5s ease 0s;
}
.headLine.on:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
    margin:auto;
    transform: rotate(-180deg);
    transition : transform 0.5s ease 0s;
}

.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: 5px;
    letter-spacing: -1.5px;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.1;
    display: inline-block;
}

@media all and (max-width: 896px) {
    .comRound01 .txt {
        margin-bottom: -2px;
        margin-left: 0px;
        text-align: left;
        font-size: 2rem;
        letter-spacing: 0;
    }
    .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;
}

.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}