@charset "utf-8";

/*759px以下*/
@media screen and (max-width: 759.9px) {
table {
    width: 100%;
	margin-bottom:2%;
}
table , td, th {
	border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
td, th {
	padding: 3px;
	width: 50%;
	height: 25px;
}
th {
	background: #fef8ee;
}
td{text-align: left;}

.disnone{display:none;}
.underline_red {
    text-decoration: underline;
    text-decoration-color: red;
}
#dirPathBlock {margin: 0 auto 5px;}
h1 {
	color: #222;
    font-size: 12px;
    background: none;
    display: inline;
    padding: 0;
}
h2 span {font-size: 14px;}
h4 {
    font-size: 24px;
    font-weight: bold;
    background: #FFF;
    color: #ffae21;
    border-left: 5px solid #ffae21;
    margin-bottom: 2%;
    padding: 5px 0 5px 20px;
    text-align: left;
}

/*title*/
#main_title #title img {
	width: 60px;
    position: absolute;
    top: 12px;
    left: 12px;
}
#main_title #title {
	color: #37377e;
    font-size: 20px;
    font-weight: normal;
    background: #f1fafe;
    margin: 0 0 20px 0;
    padding: 5px 0 5px 85px;
}
#withmyheart {margin-bottom: 8%;}

/*tab*/
.tab {
	width: 96%;
    margin: 5px 2% 0;
    display: flex;
	cursor: pointer;
}
.tab li {width: 33.33333%;}
.tab li a {
	display: block;
    margin: 0 1%;
	padding: 10px 0;
    text-align: center;
    background: #fef8ee;
	color: #fa8207!important;
	text-decoration: none!important;
}
.tab li a {
	font-size: 12px;
	display: block;
    margin: 0 2%;
    padding: 10px 0;
    text-align: center;
    background: #FEF8EE;
    color: #FA8207!important;
    text-decoration: none!important;
    align-items: center;
    display: grid;
    height: 50px;
}
.tab li.select a {
    background: #FFF;
    font-weight: bold;
}

#uncerlink{
	margin: 5% auto;
    display: flex;
}
#uncerlink a{
	width: 33.33333%;
    display: grid;
    border-right: 1px solid #222;
    padding: 0 3%;
    font-size: 12px;
    text-align: center;
    align-items: center;
}
#uncerlink a:last-child{border-right: none;}


/*withmyheart*/
section#withmyheart .inner {
    background: #f8fdff;
    border: 2px solid #9fd4ff;
    border-radius: 10px;
	padding: 5px;
}
section#withmyheart h3 {
    text-align: center;
    border: none;
    color: #3493f3;
	margin-bottom: 1%;
	font-size: 16px;
	padding: 8px 0;
}
section#withmyheart li {
    display: block;
    margin: 0 2% 5%;
	font-size: 12px;
}
section#withmyheart dt {
	color: #3493f3;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2%;
}
section#withmyheart dt span {
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #3493f3;
    margin-right: 3%;
}
section#withmyheart dd {
}
section p.here {
    font-size: 15px!important;
	text-align: center;
}

/*btn*/
.orangeBtn:before {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #fff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #fff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#fff');
}

/*travel_ticket*/
#travel_ticket img{
	width: 169px;
    height: auto;
	margin: 0 auto;
	display: block;
}

/*originalcard*/
#originalcard .inner{
	background: #fdeded;
    background: linear-gradient(0deg, rgb(255 232 232) 0%, rgb(255 255 255) 50%);
    border-radius: 10px;
	border: 2px solid #d5427f;
}
#originalcard h4{
    margin-bottom: 2%;
	padding: 0;
	border: none;
	font-size: 18px;
}
#originalcard h4 span{
    display: block;
    color: #d5427f;
    font-weight: normal;
	text-align: left;
	margin-bottom: 2%;
}
#originalcard h4 img{
	width: 301px;
    height: auto;
	margin: 0 auto;
	display: block;
}

/*qa*/
#qabox > h3{
	margin: 5% 0 2%;
    color: #20208c;
    border-left: 5px solid #20208c;
}
#qabox dl {
	padding: 12px;
	background: #fff;
	position: relative;
	border-bottom: 1px dotted #aaa;
    cursor: pointer;
}
#qabox dl:last-child {border-bottom: none;}
#qabox dt {
	font-size: 15px;
    padding: 0 40px;
    word-break: break-all;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}
#qabox dt:before,
#qabox dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1.6;
}
#qabox dd:before {content: "A";}
#qabox dt h3{
	font-size: 15px;
    color: #222;
    border-left: none;
    margin-bottom: 0;
    padding: 0;
    font-weight: normal;
}
#qabox dd {
	position: relative;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
	word-break: break-all;
    border-top: 1px dotted #ccc;
}
#qabox 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;
}
#qabox dl.faqopen:after {content: "－";}
#qabox dl:hover{
	opacity:0.9;
	transition-duration: 0.2s;
}

/*cardimg*/
.cardimg {
    margin: auto;
    display: block;
}

}

/*760px以上*/
@media screen and (min-width: 760px) {
table {
	width: 96%;
    margin: 0 0 2% 2%;
}
table , td, th {
	border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
td, th {
	padding: 3px;
	width: 50%;
	height: 25px;
}
th {
	background: #fef8ee;
}
td{text-align: left;}

.disnone{display:none;}
.underline_red {
    text-decoration: underline;
    text-decoration-color: red;
}
#dirPathBlock {margin: 0 auto 5px;}
h1 {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	color: #222;
    font-size: 13px;
    background: none;
    padding: 0;
}
h2 span {font-size: 24px;}
h4 {
	font-size: 22px;
    color: #ffae21;
    padding: 0 0 0 12px;
    text-align: left;
}

/*title*/
#main_title #title img {
    position: absolute;
    top: 5px;
    left: 20px;
}
#main_title #title {
    color: #37377e;
    font-size: 40px;
    font-weight: normal;
    background: #f1fafe;
	margin-bottom: 20px;
    padding: 6px 0 0 150px;
}
#withmyheart {margin-bottom: 5%;}

/*tab*/
.tab {
	width: 96%;
    margin: 5px 2% 0;
    display: flex;
	cursor: pointer;
}
.tab li {width: 33.33333%;}
.tab li a {
	display: block;
    margin: 0 1%;
	padding: 10px 0;
    text-align: center;
    background: #fef8ee;
	color: #fa8207!important;
	text-decoration: none!important;
}
.tab li a {
	font-size: 18px;
	display: block;
    margin: 0 1%;
    padding: 10px 0;
    text-align: center;
    background: #FEF8EE;
    color: #FA8207!important;
    text-decoration: none!important;
    align-items: center;
    display: grid;
    height: 50px;
}
.tab li.select a {
    background: #FFF;
    font-weight: bold;
}
#uncerlink{
	margin: 3% auto;
    display: block;
    width: fit-content;
}
#uncerlink a{
	display: inline;
    border-right: 1px solid #222;
    padding: 0 50px;
}
#uncerlink a:last-child{border-right: none;}

/*withmyheart*/
section#withmyheart .inner {
    background: #f8fdff;
    border: 2px solid #9fd4ff;
    border-radius: 10px;
	padding: 5px;
}
section#withmyheart h3 {
    text-align: center;
    border: none;
    color: #3493f3;
	margin-bottom: 1%;
	padding: 5px 0;
}
section#withmyheart li {
    width: 46%;
    float: left;
    display: block;
    margin: 0 2% 2%;
	font-size: 12px;
}
section#withmyheart dt {
	color: #3493f3;
	font-size: 18px;
	font-weight: bold;
}
section#withmyheart dt span {
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #3493f3;
    margin-right: 3%;
}
section#withmyheart dd {
    padding-left: 45px;
}
section p.here {
    font-size: 24px !important;
	text-align: center;
}

/*travel_ticket*/
#travel_ticket img:nth-of-type(1),
#travel_ticket img:nth-of-type(2),
#travel_ticket img:nth-of-type(3),
#travel_ticket img:nth-of-type(4){
	width: 22%;
    height: auto;
}

/*originalcard*/
#originalcard .inner{
	background: #fdeded;
    background: linear-gradient(0deg, rgb(255 232 232) 0%, rgb(255 255 255) 50%);
    border-radius: 10px;
	border: 2px solid #d5427f;
}
#originalcard h4{
    margin-bottom: 2%;
	border: none;
}
#originalcard h4 span{
    width: 53%;
    float: left;
    display: block;
    margin-right: 2%;
    color: #d5427f;
    font-weight: normal;
	text-align: left;
}
#originalcard h4 img{
	width: 45%;
    float: right;
}

/*qa*/
#qabox > h3{
    margin: 4% 0 2%;
    padding: 0 0 0 25px;
    color: #20208c;
    border-left: 5px solid #20208c;
}
#qabox dl {
	padding: 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #aaa;
    cursor: pointer;
}
#qabox dl:last-child {border-bottom: none;}
#qabox dt {
	font-size: 18px;
    padding: 0 40px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}
#qabox dt:before,
#qabox dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
}
#qabox dd:before {content: "A";}
#qabox dt h3{
	font-size: 18px;
    color: #222;
    border-left: none;
    margin-bottom: 0;
    padding: 0;
    font-weight: normal;
}
#qabox dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
}
#qabox 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;
}
#qabox dl.faqopen:after {content: "－";}
#qabox dl:hover{
	opacity:0.9;
	transition-duration: 0.2s;
}

/*cardimg*/
.cardimg {
    margin: auto;
    display: block;
}

}