@charset "utf-8";
/* CSS Document */

#RthCustomizeW{
	width: 950px;
	margin: 0 auto;
}

.mb_5{margin-bottom: 5px;}
.mb_10{margin-bottom: 10px;}
.mb_15{margin-bottom: 15px;}
.mb_20{margin-bottom: 20px;}
.mb_30{margin-bottom: 30px;}
.mb_40{margin-bottom: 40px;}
.mb_50{margin-bottom: 50px;}
.mb_60{margin-bottom: 60px;}
.center{ text-align: center;}
.fs_12{ font-size: 12px;}
.fs_14{ font-size: 14px;}
.fs_15{ font-size: 15px;}
.color{ color: #113961;
		font-weight: bold;
}

.mg_-t20{ margin-top:-20px; }
.mg_-t10{ margin-top:-10px; }
.mg_t10{ margin-top:10px; }
.mg_t12{ margin-top:12px; }
.mg_t14{ margin-top:14px; }
.mg_t16{ margin-top:16px; }
.mg_t18{ margin-top:18px; }
.mg_t20{ margin-top:20px; }
.mg_t30{ margin-top:30px; }
.mg_t40{ margin-top:40px; }
.mg_t50{ margin-top:50px; }
.mg_t60{ margin-top:60px; }


a:link{
	opacity: 1;
	transition: 0.8s;
	color: #333333;
	text-decoration: none;
}
a:hover{
	opacity: 0.5;
	transition: 0.8s;
}

a:visited{
	color: #666666;
}
.flex_box{
	display: flex;
	justify-content: space-between;
}
.img{
    vertical-align: bottom;
    width: 160px;
  	height: 160px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
p.comment{
  font-size: 12px;
  margin: 5px 0;
}

.flex_box .left, .flex_box .right{
	width: 50%;
	padding: 0 25px 0 0;
}
.flex_box .left p, .flex_box .right p{
	margin-right: 15px;
}

.plans h3{
	text-indent: -0.5em;
}
.plan_txt{
	line-height:1.3;
}
.box{
	display: inline-block;
	padding: 8px 8px 7px 8px;
	color: #ffffff;
	background: #113961;
}
.plans{
	padding-bottom: 50px;
	border-bottom: 2px solid #113961;
}
.qa{
	padding: 30px 20px;
	font-weight: bold;
}
.q, .a{
	font-size: 15px;
	color: #ffffff;
	background: #113961;
	margin-right: 10px;
	padding: 2px 7px;

}
.a{
	padding: 2px 7px 2px 8px;
}
dl.faq{
	font-size: 16px;
	color: #222222;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
	margin-bottom: 30px;
  line-height: 1.4em;
}
dl.faq span{
  font-size: 80%;
  line-height: 1.2em;
}
dl.faq dt{
	background: url(https://img.travel.rakuten.co.jp/share/image_up/181339/LARGE/818359e4a7829bb5f47702da7c324fadf5ec257b.47.9.26.3.jpg) no-repeat left center;
    padding:8px 0 9px 45px;
	margin-bottom: 10px;
}
dl.faq dd{
  background: url(https://img.travel.rakuten.co.jp/share/image_up/181339/LARGE/4cf4ae185f6cdf01c19956a46b919c19c982d248.47.9.26.3.jpg) no-repeat left center;
    padding: 8px 0 9px 45px;
}
.faq a{
	color: blue;
	text-decoration: underline;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 30px;
	right: 200px;
}

#footer{
	background: url(images/bg_footer.jpg) 0 center no-repeat;
	height:210px;
	position: relative;
}
#footer .btn{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.underline{
	border-bottom: 3px solid #494846;
	padding-bottom: 24px;
}


/**********reset.css**********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/*  HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table.detail {
border-collapse: collapse;
border-spacing: 0;
}
