@charset "Shift_JIS";

@import url(/common/css/jtb_site_970.css);

.fz_80{
    font-size: 80%;
}
.fz_110{
    font-size: 110%;
}
.fz_120{
    font-size: 120%;
}
.fz_125{
    font-size: 125%;
}
.fz_133{
    font-size: 133%;
}
.fz_200{
    position: relative;
    top: 0.05em;
    display: inline-block;
    font-size: 200%;
}

.mb1em{
	margin-bottom: 1em;
}

.textRed {
	color: #aa0000;
}

.bold {
	font-weight: bold;
}


#contents_area p {
	line-height: 1.8;
}

/* ============= h1 ================= */
#contents_area h1{
	font-size:134%;
	font-weight:bold;
	border:solid 1px #dadada;
	background:url(/myjtb/images/logo_card.gif) no-repeat 780px 0;
}
#contents_area h1 span{
	display:block;
	padding:0 10px;
	line-height:35px;
	border-left:solid 6px #c81528;
}

/* ============= campagin ================= */
#contents_area #main_contents{
	margin:15px auto 40px;
	width:950px;
	font-size:12px;
}

/* ============= main_container ================= */
#contents_area #main_container{
	float:left;
	display:inline;
	width: 100%;
	font: 15px/1.51 Meiryo,"メイリオ","MS PGothic","ＭＳ Ｐゴシック","MS PGothic",Osaka,"Hiragino Kaku Gothic Pro",sans-serif;
}
#main_container .eravelkome{
	font-size:10px;
}

/* tab */
#main_container #tabs{
	margin-top:30px;
}
#main_container .ui-tabs .ui-tabs-nav li{
	float: left;
	display:inline;
	width:225px;
}
#main_container .ui-tabs .ui-tabs-nav a{
	display:block;
	padding: 15px 0;
	text-align:center;
	font-size: 15px;
	color:#333;
	border-right:solid 1px #fff;
	background:#d7d7d7;
}
#main_container .ui-tabs .ui-tabs-nav a span {
	padding-left: 10px;
	background:url(../images/tab_ico.gif) no-repeat left center;
}
#main_container .ui-tabs .ui-tabs-nav li.ui-state-active{
	padding-bottom:6px;
	background:url(../images/tab_ico_ac.gif) no-repeat center bottom;
}
#main_container .ui-tabs .ui-tabs-nav li.ui-state-active a{
	color:#fff;
	font-weight:bold;
	background:#c81528;
}
#main_container .ui-tabs .ui-tabs-nav li.ui-state-active a span{
	padding-left:0;
	background:none;
}
#main_container .ui-tabs .ui-tabs-nav a:hover{
	text-decoration:none;
	background:#e0e0e0;
}
#main_container .ui-tabs .ui-tabs-nav li.ui-state-active a:hover{
	background:#c81528;
}

#main_container .ui-tabs .ui-tabs-panel {
	display: block;
}
#main_container .ui-tabs .ui-tabs-hide { display: none !important; }


#main_container #tabs h2{
	padding:0 0 0 10px;
	font-size:22px;
	border:none;
	background:none;
  margin-bottom: 30px;
}
#main_container #tabs h2:after{
    background: none;
    content: "";
    display:inherit;
    height: auto;
    position: none;
    width: auto;
}
#main_container #tabs h3{
	border:none;
}
#main_container #tabs h3:before{
    background:none;
    border-radius:0;
    content: "";
    display: inherit;
    height: auto;
    position: none;
    width: auto;
}

#main_container .section{
	margin-top:25px;
}

/* about */

#main_container .aboutSection {
	padding-bottom: 0px;
}

#main_container .abouttxtLeft{
	float:left;
	display:inline;
	margin-left: 10px;
	width:600px;
}
#main_container .abouttxtRight{
	float:right;
	display:inline;
	margin-top: -15px;
	margin-right: 10px;
	width:280px;
}

#main_container .useex{
	padding:20px 30px;
	border-radius:8px;
	background: #a9d9e2;
}
#main_container .useex h3{
	font-size:22px;
	font-weight:bold;
}
#main_container .useex .example {
  display: flex;
  margin-top: .5em;
}
#main_container .useex ul{
	width: 155px;
}
#main_container .useex ul li:before {
	content: "・"
}

#main_container .useex .exampleImgs {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-top: 1em;
}

#main_container .useex .exampleImg {
	width: 23%;
}

#main_container .useex .exampleImg img {
	width: 100%;
}




/* search */
#main_container .flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#main_container.capture {
  width: 353px;
}
#main_container .desc {
  width: 310px;
}
#main_container .desc p {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1em;
}



/* use */
#main_container .cardRight{
	float:right;
	display:inline;
	margin-right:10px;
	width:370px;
}
#main_container .cardLeft{
	float:left;
	display:inline;
	margin-left:10px;
	width:260px;
}

#main_container .useflow{
	margin-top:30px;
}
#main_container .useRight{
	float:right;
	display:inline;
	margin-right:10px;
	width:430px;
}
#main_container .useRight .mt15{
	margin-top:15px;
}
#main_container .useRight .mt30{
	margin-top:30px;
}
#main_container .useLeft{
	float:left;
	display:inline;
	margin-left:10px;
	width:198px;
}

#main_container .searchRight a,
#main_container .useRight a{
	padding-left:12px;
	background:url("/common/images/icon_arrow_right.gif") no-repeat 0 8px;
}
#main_container .eravelclublink{
	margin-top:40px;
	text-align:center;
}
#main_container .eravelclublink :hover img{
	opacity:0.7;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}
#main_container .eravelclublinktxt{
	margin-top:10px;
	font-size:10px;
	text-align:center;
}

#main_container .att{
	margin-top:40px;
}
#main_container .att dt{
	color:#aa0000;
	font-weight:bold;
}
#main_container .att ul {
  margin-bottom: 1em;
}
#main_container .att p {
  /* text-indent: .5em; */
}












.btn_action{
	padding-top: 35px;
}

#contents_area .btn_action .btn{
	display: block;
	margin: 0 auto;
	width: 100%;
	color: #ffff;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius:10px;
}
.btn_action .btn:before{
	content: "";
	display: inline-block;
	margin-top: -4px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
	vertical-align: middle;
}
.btn_action .btn:hover{
	opacity: 0.7
}

/* サービスを確認する */
.btn_action .btn_to_sso{
	margin: 0 auto;
	width: 75%;
}
.btn_action .btn_to_sso button{
	padding: 10px 0;
	background: linear-gradient(#50b3ca, #23698b);
	cursor: pointer;
}


/*  */
.btn_action .stage_nolank{
	margin: 0 auto;	
	padding: 10px 0;
	width: 90%;
	border: 3px solid #c51424;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #c51424;
}


/* 新規登録・ログイン */
.btn_action .stage_nologin ul li{
	margin: 0 auto;
	width: 60%;
}
.btn_action .stage_nologin ul li a{
	display: block;
	padding: 10px 0;
	background: linear-gradient(#c51424, #a50918);
}

.btn_action .stage_nologin ul li a:hover{
	background-color: rgba(255,255,255,0.3);
}





/* ============= contents_right ================= */
#contents_right{
	float:right;
	display:inline;
	width:260px;
}


.howto__title {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: .3em;
	border-bottom: 2px solid #50b3ca;
	margin-bottom: .5em;
}

.howto__title::before {
	content: none;
}

.howto__list {
}

.howto__listHead {
	font-weight: bold;
	color: #aa0000;
}

.howto__listContent {
	padding-left: 1em;
	line-height: 1.8;
}

.howto__listContent:not(:last-child) {
	margin-bottom: 1em;
}

.howto__listKey {
	display: flex;
	max-width: 80%;
	/* max-width: max-content; */
	border: 3px solid #000;
	margin: 1em auto;
}

.howto__listKeyPeriod {
	width: 50%;
	padding: .2em 1em;
}

.howto__listKeyCode {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
	border-left: 3px solid #000;
	padding: .2em 1em;
	font-weight: bold;
	color: #aa0000;
}

.howto__listKeyCodeNum {
	width: 100%;
	font-size: 1.2em;
	text-align: center;
}


.howto__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 700px;
	height: 3em;
	border-radius: 10px;
	margin: 2em auto 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #aa0000;
	transition: .3s;
}

.howto__link--login {
	background-color: #3ca1d4;
}

.howto__link::after {
	content: "";
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.howto__link:hover {
	opacity: .8;
}

.sponly {
	display: none;
}
