@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* 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;
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
    position: fixed;
    right: 0;
    top: 14.2rem;
    z-index: 80;
}
@media all and (max-width: 896px) {
    .fixBtn {
        padding: 0.7rem 2rem;
        top: auto;
        bottom: 0;
        display: flex;
        justify-content: center;
        background: #FF0000;
        width: 100%;
    }
    .fixBtn li {
        width: 10.5rem;
    }
    .fixBtn li:last-child {
        margin-left: 1rem;
        width: 22rem;
    }
    .fixBtn.on {
        position: absolute;
        bottom: 2.2rem;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    max-width: 108rem;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 2rem;
    }
}
/*------------------------------------------------------------
	mainImg 
------------------------------------------------------------*/
.mainImg {
    margin-bottom: 0.7rem;
}
.mainImg img {
    width: 100%;
}
@media all and (max-width: 896px) {
    .mainImg {
        margin: 0 -2rem -0.05rem;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 2.3rem;
    padding: 0.7rem;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.43;
    font-weight: 800;
    text-align: center;
    border-radius: 1rem;
    background: #043658;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin: 0 -2rem 1.5rem;
        padding: 0.3rem 0.3rem 0.4rem;
        font-size: 1.6rem;
        line-height: 1.25;
        border-radius: 0;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 0.7rem;
    color: #043658;
    font-size: 4.4rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 0.4rem;
        font-size: 2.2rem;
    }
}
/*------------------------------------------------------------
	dotList
------------------------------------------------------------*/
.dotList li {
    color: #333;
    font-weight: 800;
    line-height: 1.55;
	transform: rotate(0.03deg);
}
.dotList li:before {
    color: #FF0000;
    content: "●";
}
@media all and (max-width: 896px) {
    .dotList li {
        line-height: 1.36;
    }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
    margin: 0 auto;
    height: 7rem;
    width: 52rem;
    display: block;
    padding: 0.5rem;
    color: #FB0D1B;
    font-size: 2.6rem;
    font-weight: 800;
    background: #FF0000;
    border-radius: 0.5rem;
}
.comBtn a span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.5rem;
}
@media all and (max-width: 896px) {
    .comBtn a {
        padding: 0.3rem;
        height: 3.5rem;
        width: 26rem;
        font-size: 1.4rem;
        border-radius: 0.3rem;
    }
    .comBtn a span {
        border-radius: 0.2rem;
    }
}
/*------------------------------------------------------------
	pupBox
------------------------------------------------------------*/
.mfp-bg {
    position: fixed !important;
    background: #fff;
    opacity: 0.8;
}
.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}
.mfp-container {
    padding: 0 2rem;
}
.pupBox {
    margin: 0 auto;
    padding: 4.6rem 0.5rem 0.5rem;
    max-width: 108rem;
	max-height: calc(100vh - 10rem);
	overflow-y: auto;
    background: #043659;
    position: relative;
}
.pupBox .close {
    position: absolute;
    right: 1.8rem;
    top: 1.2rem;
    width: 2.2rem;
}
.pupBox .bgBox {
    padding: 2.2rem 3.2rem 3.5rem;
    background-color: #fff;
}
.pupBox .bgBox p {
    margin-bottom: 0.5rem;
	color: #333;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.57;
}
.pupBox .bgBox .txt01 {
    margin-bottom: 1rem;
}
.pupBox .bgBox .ttl {
    margin-bottom: -0.3rem;
    color: #333;
    font-size: 3.8rem;
    font-weight: 800;
}
.pupBox .bgBox .ttl .red {
    color: #FF0000;
    margin-right: 1rem;
}
.pupBox .bgBox .linkList {
    margin-top: -7.2rem;
	align-items: flex-end;
}
.pupBox .bgBox .linkList:not(:last-child) {
    margin-bottom: 2.2rem;
    padding-bottom: 3.2rem;
    border-bottom: 0.2rem dotted #043659;
}
.pupBox .bgBox .linkList li {
    width: 55.6%;
}
.pupBox .bgBox .linkList li:last-child {
    width: 42.2%;
}
.pupBox .bgBox .linkList:nth-last-child(2) {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
@media all and (max-width: 1080px) {
	.pupBox .bgBox .linkList {
		margin-top: -6.2vw;
	}
	.pupBox .bgBox .ttl {
		font-size: 3.55vw;
	}
}
@media all and (max-width: 896px) {
    .pupBox {
        margin: 0;
        padding: 1.8rem 0.3rem 0.3rem;
        max-width: inherit;
    }
    .pupBox .close {
        right: 0.4rem;
        top: 0.4rem;
        width: 1rem;
    }
    .pupBox .bgBox {
        padding: 1rem 1.1rem 1rem;
    }
    .pupBox .bgBox .ttl {
        margin-bottom: 0.5rem;
        font-size: 1.6rem;
        letter-spacing: -0.02em;
        text-align: center;
    }
    .pupBox .bgBox .ttl .red {
        margin-right: 0.5rem;
    }
	.pupBox .bgBox .linkList {
		display: block;
		margin-top: 0;
	}
    .pupBox .bgBox .linkList:not(:last-child) {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-width: 0.1rem;
    }
    .pupBox .bgBox .linkList li {
        width: auto !important;
    }
    .pupBox .bgBox .linkList li:last-child {
        margin-top: 0.6rem;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    padding: 2.4rem 3rem 4.2rem;
    text-align: center;
    background: #FB0D1B;
}