@charset "utf-8";

/*PCSP共通設定*/
.disnone{display:none;}
#wrapper {line-height: 1.6;}
section {
	font-size: 16px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	background:#FFF;
	color:#333;
}
button{
	appearance: none;
	-webkit-appearance: none;/*Google Chrome/Safari対応*/
	-moz-appearance: none;/*Firefox対応*/
	-o-appearance: none;/*Opera対応*/
}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.mb25 {margin-bottom: 15px !important;}    

/* CSS */
main img {
  width: 100%;
  height: auto;
}
#dirPathBlock{
	font-size:10px;
	margin: 5px 5px 20px;
}
h1 {
	line-height: 1.4;
	font-size: 18px;
	color: #20208c;
	position: relative;
	display: flex;
	align-items: center;
}
h1:before{
	content: "";
	display: block;
	background: #F5F5F5 url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_jr.gif) no-repeat;
	background-size: 90%;
	background-position: center;
	width: 48px;
	height: 48px;
	border-radius: 32px;
	position: absolute;
	top: auto;
	left: auto;
}
h1 span{
	padding-left: 58px;
	display: inline-block;
}
h2 {
	font-size: 16px;
    color: #FFF;
    background: #20208c;
    text-align: center;
    padding: 10px 0 14px;
}
h2.title_bar {
	font-size: 20px;
    margin: 0 auto 20px;
    padding: 36px 0 5px 0;
    clear: both;
    color: #20208c;
    display: block;
    text-align: center;
    border-bottom: 3px solid #20208c;
}
h3.step {
    width: 120px;
	background: #EFF5FF;
    text-align: center;
    border-radius: 25px;
    margin: 5% auto;
    padding: 5px 0;
    font-weight: bold;
}
section {font-size: 16px;}
.inner{
	width: 94%;
    margin: 0 3% 25px;
    box-sizing: border-box;
    position: relative;
}
.inner p{
	font-size: 14px;
    margin:10px 0;
}
h2 span {
    background: #20208c;
    color: #FFF;
    border-radius: 3px;
    margin-right: 2%;
    padding: 0 5px 3px 5px;
	letter-spacing: 1px;
    position: absolute;
    top: 10px;
    left: 10px;
}
@media screen and (min-width:760px) and (max-width: 949.9px) {
#before-departure h2 span {display:none;}
}
#before-departure .inner {
    background: #FFF;
    box-sizing: border-box;
}

/*important*/
#important-notices li {
    padding: 5px 0;
    border-top: 1px dotted #222;
	list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
	font-size: 14px;
}
#important-notices li:first-child {border-top: none;}
#important-notices li:last-child {margin-bottom: 15px;}

/*nav*/
main article nav {
	width: 100%;
	margin: 0 auto 20px;
}
main article nav ul {display:flex;}
main article nav li {
	width: 32.33333%;
	text-align: center;
	border-right: 1px dotted #222;
	margin: 0.5%;
	box-sizing: border-box;
	position: relative;
}
main article nav li:last-child {border-right: none;}
main article nav li a {
	width: 100%;
	display: block;
	line-height: 1.5;
	font-size: 12px;
	color: #222!important;
	padding: 8px 0;
}
main article nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
main article nav li a:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-bottom: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	position: absolute;
    bottom: -5px;
    left: 46%;
    right: 0;
}

/*----------
button
----------*/
.button_wrap{display: flex;}
#before-departure .flexbox{
	display: flex;
	flex-wrap: wrap;
}
button.button01 {
	width: 72%;
    margin: 0 auto 2%;
    display: block;
    position: relative;
}
button.button02 {
    width: 48%;
    margin: 0 1% 2%;
    display: block;
    position: relative;
}
button.button01 a,
button.button02 a {
    display: grid;
    border: 1px solid #20208c;
    color: #20208c;
    padding: 5px 0 8px;
    position: relative;
    transition: 0.2s;
    align-items: center;
}
button.button01:after,
button.button02:after {
	content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #20208c;
    position: absolute;
    top: 38%;
    right: 3%;
}

/*button_pink*/
button.button_pink {
    width: 94%;
    margin: 0 auto 15px;
    display: block;
    position: relative;
}
button.button_pink a {
	display: block;
    width: 100%!important;
    padding: 14px 0 17px;
    font-size: 14px;
    color: #fff;
    background-color: #e61b61;
    border-radius: 6px;
    box-shadow: 0 2px 0 #d6d6d6;
    box-sizing: border-box;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
}
button.button_pink a:after {
	width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
	top: 40%;
	right: 3%;
}
button.button_pink a.anker_link:after{
	transform: rotate(90deg);
	top: 45%;
}

/*CASE*/
.slide.trank {border-left: 20px solid #20208c;}
.slide {
    width: 100%;
    display: block;
    border: 1px solid #A0A0A0;
    margin-bottom: 15px;
    padding: 8px 0px 10px 5px;
    transition: 0.2s;
    align-items: center;
    position: relative;
}
button.slide span {color: #222;}
.slide.active {margin-bottom: 0;}
.slide b {color: #20208c;}

.slide_toggle_box .case_icon {
    font-size: 28px;
    text-align: center;
    margin-right: 10px;
    padding: 8px 0 2px;
    color: #A0A0A0;
    line-height: 1.2;
}
.slide_toggle_box .slide.active .case_icon {color: #FFF;}
.slide_toggle_box .slide {
    color: #20208c;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    display: flex;
    padding: 8px 50px 10px 5px;
    box-sizing: border-box;
}
.slide_toggle_box .slide.active {
	background: #20208c;
    color: #fff;
    border: 2px solid #20208c;
	transition: 0.2s;
}
.slide_toggle_box .slide:after {
    content: "＋";
    position: absolute;
    top: calc(50% + -14px);
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
    width: 28px;
    height: 28px;
    background: #FFF;
    border: 1px solid #20208c;
    box-sizing: border-box;
}
.slide_toggle_box .slide.active:after {
    content: "－";
    color: #20208c;
}

div.slide_toggle_box{
	margin-bottom: 30px;
	font-size: 14px;
}
div.slide_toggle_box > p{margin-bottom: 20px;}
h3.slide span {
	width: 60px;
    height: 60px;
    display: inline-block;
    background: #FFF;
    color: #20208c;
    border-radius: 30px;
    font-size: 19px;
    font-weight: bold;
	text-align: center;
	text-indent: 0;
    line-height: 1;
    position: absolute;
    top: -15px;
    left: 15px;
    padding-top: 10px;
    box-sizing: border-box;
	box-shadow: 2px 2px 0px 0px rgb(0 0 0);
	border: 1px solid #000;
}
h3.slide span b{
	font-size: 24px;
    width: 100%;
    display: inline-block;
}
.slide:after {
    content: "＋";
    position: absolute;
    top: 0;
    right: 3%;
    width: 40px;
    height: 100%;
	color: #20208c;
    text-align: center;
    font-size: 20px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
}
.slide.active:after {content: "－";}

.howtorespond-box{
	border: 2px solid #20208c;
    color: #20208c;
    padding: 10px;
}

/*返送・返金手続き*/
#refund-procedure h3{
    color: #20208c;
    font-weight: bold;
}

/*qa*/
#qanda_box .qanda_box_wrap{margin-bottom:15px;}
#qanda_box dl {
	padding: 12px;
	background: #fff;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
#qanda_box dt {
	font-size: 14px;
    padding: 0 40px;
    word-break: break-all;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1.6;
}
#qanda_box dd:before {content: "A";}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dd {
	position: relative;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
	word-break: break-all;
}
#qanda_box dl:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dl.faqopen:after {content: "－";}
#qanda_box dl:hover{
	opacity:0.9;
	transition-duration: 0.2s;
}

/*ancer*/
#anchorLinkBlock {
    width: 96%;
    margin:15px 2% 0;
    display: block;
	font-size:10px;
}

/*nav*/
#guidance ul {
	width: 100%;
	margin: 50px auto;
	box-sizing:border-box;
	display:flex;
	flex-wrap: wrap;
}
#guidance li {
	width: 96%;
	margin: 0 2% 15px;
}
#guidance .jrset{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_jr.gif) no-repeat;
	background-size: 60px;
	background-position: 10px center;
}
#guidance .airset{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kokunai.gif) no-repeat;
	background-size: 60px;
    background-position: 10px center;
}
#guidance .yado{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_yado.gif) no-repeat;
	background-size: 60px;
    background-position: 10px center;
}
#guidance .bus{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_bus.gif) no-repeat;
	background-size: 60px;
    background-position: 10px center;
}
#guidance li a {
	width: 100%;
    display: block;
    text-align: center;
    box-shadow: 0px 1px 5px #555;
    border-radius: 10px;
    color: #222 !important;
	font-size: 14px;
    box-sizing: border-box;
    padding: 15px 0 15px 15px;
}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px) {

.flexbox{display:flex !important;}
#before-departure .flexbox{flex-wrap: wrap;}
.mb25 {margin-bottom: 25px !important;}

/* CSS */
#dirPathBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 20px;
	padding:0 5px;
	box-sizing:border-box;
	display: block;
	font-size:13px;
}
h1 {
	width: fit-content;
	font-size: 24px;
	margin: auto;
	padding: 0 0 15px;
	color: #20208c;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}
h1:before{
	content: "";
	display: block;
	background: #F5F5F5 url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_jr.gif) no-repeat;
	background-size: 90%;
	background-position: center;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	position: absolute;
	top: auto;
	left: -100px;
}
h1 span{display: inline-block;}
section {font-size: 18px;}
.inner{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 50px;
	padding:0 10px;
	box-sizing:border-box;
	display: block;
	position:relative;
}
.inner p{
	font-size: 16px;
	margin: 10px 0 28px;
}
h2 {
	font-size: 24px;
    color: #FFF;
    background: #20208c;
    text-align: center;
    padding: 10px 0 13px;
}
h2.title_bar {
	font-size: 32px;
    margin: 0 auto;
	padding: 16px 0 30px;
    clear: both;
    color: #20208c;
    display: block;
    width: 760px;
    text-align: center;
    letter-spacing: 2px;
}
h2 span {
	background: #20208c;
    color: #FFF;
    border-radius: 40px;
    padding: 0 15px;
    position: absolute;
	top: 15px;
    left: 15px;
}
h3.step {
    width: 150px;
	background: #EFF5FF;
    text-align: center;
    border-radius: 25px;
    margin: 5% auto;
    padding: 5px 0;
	font-size: 20px;
    font-weight: bold;
}
#before-departure .inner {
    background: #FFF;
    box-sizing: border-box;
}
p.tx_C_title{text-align: center;}

/*----------
button
----------*/
.button_wrap{display: flex;}
button.button01 {
	width: 72%;
    margin: 0 auto 2%;
    display: block;
    position: relative;
}
button.button02 {
    width: calc(94% / 3);
    margin: 0 1% 2%;
    display: block;
    position: relative;
}
button.button01:after,
button.button02:after {
	content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #20208c;
    position: absolute;
    top: 38%;
    right: 3%;
}
button.button01 a,
button.button02 a {
    height: 40px;
    display: grid;
    border: 1px solid #20208c;
    color: #20208c;
    padding: 5px 0 8px;
    position: relative;
    transition: 0.2s;
    align-items: center;
}

/*button_pink*/
button.button_pink {
    width: 90%;
    margin: 0 auto 25px;
    display: block;
    position: relative;
}
button.button_pink a {
	display: block;
    width: 100%!important;
    padding: 14px 0 17px;
    font-size: 16px;
    color: #fff;
    background-color: #e61b61;
    border-radius: 6px;
    box-shadow: 0 2px 0 #d6d6d6;
    box-sizing: border-box;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
}
button.button_pink a:after {
	width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
	top: 45%;
	right: 3%;
}
button.button_pink a.anker_link:after{
	transform: rotate(90deg);
	top: 45%;
	right: 5%;
}
.slide.trank {
    border-left: 20px solid #20208c;
    text-indent: -20px;
}
.slide {
    width: 100%;
    display: block;
    border: 1px solid #A0A0A0;
    margin-bottom: 25px;
    padding: 14px 0 15px 5px;
    transition: 0.2s;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
button.slide span {color: #222;}
.slide.active {margin-bottom: 0;}
.slide b {color: #20208c;}

.slide_toggle_box .case_icon {
    font-size: 28px;
    text-align: center;
    margin-right: 10px;
    padding: 8px 0 2px;
    color: #A0A0A0;
    line-height: 1.2;
}
.slide_toggle_box .slide.active .case_icon {color: #FFF;}

@media screen and (min-width:760px) and (max-width: 949.9px) {
h2 span {display:none;}
button.button:before {display:none;}
}
button.refund_btn,
button.faq_btn {
	width: 90%;
    margin: 0 auto 2%;
    display: block;
	position:relative;
}
button.refund_btn a,
button.faq_btn a {
    width: 100%;
    text-align: center;
    display: block;
    background: #b90000;
    color: #FFF!important;
    margin: auto;
    padding: 0 10px;
    line-height: 2.8;
    box-sizing: border-box;
	font-size:20px;
	box-shadow: 3px 3px 0px 0px rgb(0 0 0);
}
button.refund_btn:after,
button.faq_btn:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #fff;
    position: absolute;
    top: 38%;
    right: 20px;
}
button.faq_btn:after {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
    top: 30%;
}

/*important*/
#important-notices li {
	padding: 10px 0;
    border-top: 1px dotted #222;
	list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
	font-size: 16px;
}
#important-notices li:first-child {border-top: none;}
#important-notices li:last-child {margin-bottom: 25px;}

/*nav*/
main article nav {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 20px;
	box-sizing:border-box;
}
main article nav ul {display:flex;}
main article nav li {
	width: 32.33333%;
	text-align: center;
	border-right: 1px dashed #222;
	margin: 0.5%;
	box-sizing: border-box;
}
main article nav li:last-child {border-right: none;}
main article nav li a {
	width: 100%;
	display: block;
	line-height: 1.2;
	font-size: 16px;
	color: #222!important;
	padding: 8px 0;
	position: relative;
}
main article nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
main article nav li a:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-bottom: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: 48%;
	right: 0;
}

/*CASE*/
.slide_toggle_box .slide {
    font-weight: normal;
    display: flex;
    padding: 8px 50px 10px 5px;
    text-align: left;
    color: #20208c;
}
.slide_toggle_box .slide.active {
	background: #20208c;
    color: #fff;
    border: 2px solid #20208c;
	transition: 0.2s;
}
.slide_toggle_box .slide:after {
    content: "＋";
    position: absolute;
    top: calc(50% + -14px);
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
    width: 28px;
    height: 28px;
    background: #FFF;
    border: 1px solid #20208c;
    box-sizing: border-box;
}
.slide_toggle_box .slide.active:after {
    content: "－";
    color: #20208c;
}

div.slide_toggle_box{
	margin-bottom: 30px;
	font-size: 18px;
}
div.slide_toggle_box > p{margin-bottom: 20px;}
h3.slide span {
	width: 60px;
    height: 60px;
    display: inline-block;
    background: #FFF;
    color: #20208c;
    border-radius: 30px;
    font-size: 19px;
    font-weight: bold;
	text-align: center;
	text-indent: 0;
    line-height: 1;
    position: absolute;
    top: -15px;
    left: 15px;
    padding-top: 10px;
    box-sizing: border-box;
	box-shadow: 2px 2px 0px 0px rgb(0 0 0);
	border: 1px solid #000;
}
h3.slide span b{
	font-size: 24px;
    width: 100%;
    display: inline-block;
}
.slide:after {
    content: "＋";
    position: absolute;
    top: 0;
    right: 3%;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    display: grid;
    align-items: center;
    transition-duration: 0.2s;
}
.slide.active:after {
	content: "－";
}

.howtorespond-box{
	border: 2px solid #20208c;
    color: #20208c;
    font-size: 20px;
    padding: 20px;
}

/*返送・返金手続き*/
#refund-procedure h3{
    color: #20208c;
    font-weight: bold;
}

/*qa*/
#qanda_box .qanda_box_wrap{margin-bottom:25px;}
#qanda_box dl {
	padding: 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #aaa;
}
#qanda_box dt {
	font-size: 16px;
    padding: 0 40px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
}
#qanda_box dd:before {content: "A";}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
}
#qanda_box dl:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
	background: #FFF;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dl.faqopen:after {content: "－";}
#qanda_box dl:hover{
	opacity:0.9;
	transition-duration: 0.2s;
}

/*ancer*/
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
    margin: 20px auto;
	padding:0 5px;
	box-sizing:border-box;
    display: block;
}

/*nav*/
#guidance ul {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 50px auto;
	box-sizing:border-box;
	display:flex;
}
#guidance li {
	width: 96%;
    margin: 0 2%;
}
#guidance .jrset{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_jr.gif) no-repeat;
    background-size: 25%;
    background-position: 10px center;
}
#guidance .airset{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kokunai.gif) no-repeat;
    background-size: 25%;
    background-position: 10px center;
}
#guidance .yado{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_yado.gif) no-repeat;
    background-size: 25%;
    background-position: 10px center;
}
#guidance .bus{
	background:url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_bus.gif) no-repeat;
    background-size: 25%;
    background-position: 10px center;
}
#guidance li a {
	width: 100%;
    display: block;
    text-align: center;
    box-shadow: 0px 1px 5px #555;
    border-radius: 10px;
    color: #222 !important;
	font-size: 15px;
    box-sizing: border-box;
    padding: 25px 0 25px 50px;
}
#guidance li:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
}