@charset "utf-8";
/* CSS Document */
main{
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .333);    
}
span.marker {
    background: linear-gradient(transparent 50%, #ffff00 50%);
}
.img{
    max-width: 600px;
    margin: 0 auto 40px;
}
.check-box{
    background-color: #EDEFF5;
    max-width: 900px;
    padding: 35px 0 10px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
.check {
    background-color: rgb(255, 255, 255);
    max-width: 90%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    display: block;
    padding: 30px 0px 5px;
    margin: 0px auto 30px;
    overflow: hidden;
}
.check li{
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
    background-size: 31px;
	max-width: 90%;
	border-bottom: solid 2px #d2d2d2;
	padding: 0px 0 13px 50px;
	margin: 0px auto 20px;
	display: block;
	font-weight: bold;
}
.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #217182;
    color: #333333;
	margin: 0 0 30px;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading-21::before {
    background-color: #217182;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}

.heading-33 {
    border-bottom: 3px solid #f1f1f1;
    margin: 0 0 10px;
}

.heading-33 span {
    display: inline-block;
    position: relative;
    padding: 0 0 .2em;
    color: #333333;
}

.heading-33 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #217182;
    content: '';
}

.cancelp {
	margin: 40px 0 0;
}
.cancelp h2{
	text-align: center;	
	margin: 0 auto 20px !important;
	font-size: 20px;
}

.cancelp-wrap{
	max-width: 900px;
	height: 200px;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: scroll;
	padding: 10px 1.6rem;
	margin: 0 auto;
	text-align: left;
}
.cancelp-wrap p{
	font-size: 1.6rem;
	}
.cancelp-wrap ul{
	font-size: 1.6rem;
	margin-left: 15px;
	padding: 0;
}
.cancelp-wrap ul li{
	list-style: disc;
	margin-bottom: 0;
	line-height: 1.8;
}


.footer-001 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #333;
    margin: 80px 0 0;
}

.qa-6 {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.footer-001__logo {
    width: 130px;
    height: 30px;
}

.footer-001__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
    font-size: 14px;
}

.footer-001__link {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
}
.footer-001__link:hover{
    opacity: 0.5;
}

.footer-001__copyright {
    margin: 0;
    color: #fff;
    font-weight: 200;
    font-size: .8em;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 320px;
    margin: 20px auto;
    padding: 0.6em 1em;
    overflow: hidden;
    border: none;
    border-radius: 60px;
    background: linear-gradient( 135deg, #FEC163 10%, #DE4313 100%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    /*background: #4C4140;*/
}


.button-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 320px;
    margin: 20px auto;
    padding: 1em 2em;
    overflow: hidden;
    border: none;
    border-radius: 60px;
    /*background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);*/
    background-size: 800% 400%;
/*  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;*/
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background: #4C4140;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
    border-top: 80px solid #FEC163;
    border-bottom: 0;
    margin: 0 auto 40px;
}

.img-b{
	max-width: 600px;
	margin: 20px auto 60px;
	padding: 0 10px;
}
.img-b a:hover{
	opacity: 0.5;
}

img.btn_animate01 {
margin: 0 auto;
animation: fuwafuwa 1s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes fuwafuwa {
from {transform: scale(0.9,0.9);}
to {transform: scale(1,1);}
}



@keyframes btn_animation {
    0% {
        transform: translate(4px, 0px);
    }
    5% {
        transform: translate(-4px, 0px);
    }
    10% {
        transform: translate(4px, 0px);
    }
    15% {
        transform: translate(-4px, 0px);
    }
    20% {
        transform: translate(4px, 0px);
    }
    25% {
        transform: translate(-4px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width:767px){
    .footer-001__list {
         flex-wrap: wrap;
    }
    .img{
        max-width: 600px;
        margin: 20px auto;
    }
    .triangle {
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        border-top: 60px solid #FEC163;

    }
    .button,
    .button-10 {
        width: 280px;
    }	
}
	