@charset "UTF-8";


/*===================================================

	gps.css

====================================================*/


/*===================================================
	FRAME
====================================================*/
.detail #container {
    padding: 120px 0 100px;
}
.allContain{
    max-width: 1000px;
    margin: 0 auto;
}
.contentWrap{

}
section{
    padding: 60px;
    background: #efefef;
    margin-bottom: 40px;
    border-radius: 40px;
}
.contentInner{

}
.titBox{
    text-align: center;
    margin-bottom: 24px;
}
.titBox h4{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4em;
}
.titBox .cap{
    font-size: 14px;
    border: 2px solid;
    display: inline-block;
    padding: 8px 16px 6px;
    border-radius: 100px;
    font-weight: 500;
}
.txt{
    line-height: 1.4em;
}
.cautionList{
    display: flex;
    flex-direction: column;
    gap:8px;
}
.cautionList li{
    position: relative;
    padding-left: 16px;
}
.cautionList li .point{
    position: absolute;
    left: 0;
}
.innerLink{
    color: #ff5fa2 !important;
    text-decoration: underline;
}
.anc{
    position: relative;
}
.ancPoint{
    position: absolute;
    top: -120px;
}
.error{
    text-align: center;
    font-size: 24px;
    margin-bottom: 48px;
    background: #fa0001;
    color: #ecff5e;
    padding: 24px;
    border-radius: 24px;
    font-weight: 600;
    line-height: 1.4em;
}
/* SP */
@media screen and (max-width: 960px){
.detail #container {
    padding: 80px 0 0;
}
.contentWrap{
    padding: 0 16px;
}
section {
    padding: 32px 24px;
    border-radius: 24px;
    margin-bottom: 24px;
}
.titBox h4{
    font-size: 22px;
}
.cautionList {
    gap: 4px;
}
.error{
    font-size: 18px;
    margin-bottom: 32px;
}
}

/*===================================================
	VISUAL
====================================================*/
.visual{
    line-height: 0;
    margin-bottom: 40px;
    border-radius: 40px;
    overflow: hidden;
}

/* SP */
@media screen and (max-width: 960px){
.visual {
    border-radius: 24px;
    width: calc(100% - 32px);
    margin: 0 auto 24px;
}
}

/*===================================================
	gpsCheck
====================================================*/
.gpsCheck{

}
.gpsCheck .checkin{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.gpsCheck .generalLead{
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 8px;
    font-weight: 600;
}
.gpsCheck .cautionList{
    margin-bottom: 24px;
}
.gpsCheck .btn{

}
.gpsCheck .btn #btnSubmit{
    display: block;
    width: fit-content;
    margin: 0 auto;
    background: #FF9939;
    color: #FFF;
    padding: 16px 64px;
    font-size: 20px;
    border-radius: 100px;
    min-width: 260px;
}
.gpsCheck .btn #btnSubmit:disabled{
    pointer-events: none;
    background: #DDD;
    color: #666;
}
/* SP */
@media screen and (max-width: 960px){
.gpsCheck .checkin {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.gpsCheck .generalLead {
    font-size: 16px;
}
}
/*===================================================
	STEP
====================================================*/
.stepSection{
    background: transparent;
    padding: 0;
    margin-bottom: 56px;
}
.stepSection .titBox{
    margin-bottom: 40px;
}
.stepSection .titBox h4{
    font-size: 32px;
    font-weight: 800;
}
.stepBox{
    padding: 24px;
    margin: 0 0 16px;
    background: #DDD;
    display: flex;
    align-items: center;
    border-radius: 24px;
}
.stepBox:last-child{
    margin: 0;
}
.stepBox .tit{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    width: 140px;
    margin: 0;
}
.stepBox .stepClm{
    width: calc(100% - 140px);
    border-left: 1px solid;
    padding-left: 24px;
}
.stepBox .stepClm .txt{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4em;
}
.stepBox .stepClm .txt:last-child{
    margin-bottom: 0;
}
/* SP */
@media screen and (max-width: 960px){
.stepSection {
    margin-bottom: 40px;
}
.stepSection .titBox {
    margin-bottom: 32px;
}
.stepSection .titBox h4 {
    font-size: 28px;
}
.stepBox {
    flex-direction: column;
    padding: 16px;
}
.stepBox .tit {
    font-size: 20px;
    width: 100%;
    margin: 0 0 8px;
}
.stepBox .stepClm {
    width: 100%;
    border-left: none;
    padding-left: unset;
    padding-top: 8px;
    border-top: 1px solid;
}
.stepBox .stepClm .txt {
    font-size: 14px;
}
}
/*===================================================
	MWTHOD
====================================================*/
.method_wrap{
    padding: 40px;
    margin-bottom: 24px;
    background: #333;
    color: #FFF;
    border-radius: 24px;
}
.method_wrap .platform{
    display: block;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: 600;
}
.methodBlock{
    border-bottom: 1px dashed;
    padding: 0 0 24px;
    margin-bottom: 24px;
}
.methodBlock:last-child{
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}
.method_wrap .method_tit{
    padding: 8px 16px 4px 16px;
    font-size: 16px;
    font-weight: 800;
    background: #FFF;
    display: inline-block;
    color: #000;
    border-radius: 100px;
    margin-bottom: 24px;
}
.method_wrap .method_tit + .cautionList{
    margin-bottom: 24px;
}
.methodBlock .cautionList.cautionBox{
    background: #FFF;
    padding: 16px;
    border-radius: 8px;
    color: #000;
    margin-bottom: 16px;
}
.methodBlock .indentList{
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    margin-bottom: 16px;
}
.methodBlock .indentList li{
    position: relative;
    padding-left: 16px;
}
.methodBlock .indentList li .point{
    position: absolute;
    left: 0;
}
/* SP */
@media screen and (max-width: 960px){
.method_wrap {
    padding: 24px;
}
}
/*===================================================
	SLIDE
====================================================*/
.allContain .slick-slider {
    margin-bottom: 24px;
}
.allContain .slide_gps .slick-track {
    padding: 0;
}
.allContain .slide_gps .slick-slide {
    padding: 0 10px;
}
.allContain .slick-dots li button:before {
    font-size: 12px;
}
.allContain .slick-prev:before, .slick-next:before {
    color: #FFF;
}
.slick-next, .slick-prev {
    aspect-ratio: 1;
    width: 16px;
    height: 16px;
}
.allContain .slick-next:before, 
.allContain .slick-prev:before {
    content: '';
    display: block;
    border-top: 4px solid;
    border-right: 4px solid;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%) rotate(45deg);
    box-sizing: border-box;
}
.allContain .slick-prev:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 4px solid;
    border-right: none;
    border-left: 4px solid;
    left: auto;
    right: -80%;
}
.slick-prev::after, .slick-next::after {
    display: none;
}
.slick-dots li.slick-active button:before{
    background: transparent;
}
.slide_txt{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 16px;
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
}
.slide_txt span{
    position: absolute;
    left: 0;
}
.slick-prev {
    left: -25px;
}

/* SP */
@media screen and (max-width: 960px){

.allContain .slick-next, .allContain .slick-prev {
    width: 10px;
    height: 10px;
}
.allContain .slick-next {
    right: -13px;
}
.allContain .slick-prev {
    left: -13px;
}
.allContain .slick-next:before, .allContain .slick-prev:before {
    border-top: 3px solid;
    border-right: 3px solid;
}
.allContain .slick-prev:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 3px solid;
    border-left: 3px solid;
    border-right: none;
}
.method_wrap .method_tit {
    margin-bottom: 16px;
    padding: 4px 12px 1px 12px;
    font-size: 14px;
}
.method_wrap .method_tit + .cautionList{
    margin-bottom: 16px;
}
.methodBlock .indentList li {
    font-size: 14px;
}
}
/*===================================================
	ATTENTION
====================================================*/
.attentionBox{
    border-bottom: 1px solid;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.attentionBox dt{
    font-size: 20px;
    border-left: 5px solid;
    margin-bottom: 16px;
    font-weight: 600;
    padding: 3px 0 0 16px;
}
.attentionBox dd{

}
.qaBox{

}
.qaTit{
    font-size: 20px;
    border-left: 5px solid;
    margin-bottom: 16px;
    font-weight: 600;
    padding: 3px 0 0 16px;
}
.qaBox .qaList{
    margin-bottom: 16px;
    background: #fbfbfb;
    padding: 24px;
    border-radius: 24px;
}
.qaBox .qaList dt{
    display: inline-block;
    padding: 8px 18px 5px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    background: #000;
    color: #FFF;
    border-radius: 4px;
}
.qaBox .qaList dd{

}
.qaBox .qaList dd .txt{
    font-size: 14px;
}
.qaBox .qaList dd .cautionList{
    margin-top: 8px;
    font-size: 12px;
}
.qaBox .qaList dd .inList{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4em;
}
.qaBox .qaList dd .inList .inTxt{
    position: relative;
    padding-left: 16px;
    padding-bottom: 8px;
    border-bottom: 1px dashed;
}
.qaBox .qaList dd .inList .inPoint{
    position: absolute;
    left: 0;
    font-weight: 600
}
.qaBox .qaList dd .inList .txt{

}
.qaBox .qaList dd .inList .txt span{
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}
.qaBox .qaList dd .cautionList .txt{
    font-size: 12px;
}
/* SP */
@media screen and (max-width: 960px){
.qaBox .qaList {
    padding: 16px;
}

.attentionBox dt {
    font-size: 16px;
    line-height: 1.4em;
}
.qaTit {
    font-size: 16px;
    line-height: 1.4em;
}
.qaBox .qaList dt {
    padding: 8px 18px 5px;
    font-size: 14px;
    line-height: 1.3em;
    border-radius: 12px;
    margin-bottom: 12px;
}
.qaList dd {
    padding: 0;
}

}


