@charset "Shift_JIS";

@import url(/common/css/jtb_site_970.css);

/* ============= h1 ================= */
#contents_area h1{
	position:relative;
	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;
}
#contents_area h1 a.logo{
	display:block;
	position:absolute;
	right:5px;
	top:0;
}
#contents_area h1 a.logo:hover img{
	opacity:0.7;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

/* ============= point ================= */
#contents_area #point_contents{
	margin:15px auto 40px;
	width:950px;
	font-size:12px;
}

/* ============= main_container ================= */
#contents_area #main_container .lead_text p{
	line-height:1.5;
}
#contents_area #main_container .icon_list li{
	margin:0 0 10px 10px;
}


/* ポイント交換でたまーる */
#contents_area #point_contents ul.savenav li{
	margin-left:10px;
}
#contents_area #point_contents ul.savenav li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}

#contents_area #main_container .partner-list{
/*	margin-left:13px;*/
	margin-right: -15px;
}
#contents_area #main_container .partner-list li{
	float: left;
	display:inline;
	margin: 0 13px 14px 0;
}
#contents_area #main_container .partner-list li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}

/* パートナー */
#contents_area #main_container .pt_box_title{
	width:655px;
}
#contents_area #main_container .pt_box_text{
	width:635px;
}

/* JTBトラベルポイント加盟店情報 */

#contents_area #main_container .sp_box_title{
	width:655px;
}
#contents_area #main_container .sp_box_text{
	width:635px;
}

/* ゲーム */
#contents_area #main_container .list_num{
	padding-left:1.5em;
	list-style:decimal;
}
#contents_area #main_container .list_num li{
	margin-bottom:15px;
	font-weight:bold;
}
#contents_area #main_container .list_num li li{
	margin-bottom:0;
	font-weight:normal;
}

#contents_area #main_container .ml30{
	margin-left:30px;
}

/* mi */
#contents_area #main_container .nyukai{
	display:inline-block;
}
#contents_area #main_container .nyukai a{
	position:relative;
	display:inline-block;
	padding:3px 5px 3px 15px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	background:#333;
}
#contents_area #main_container .nyukai a:hover{
	text-decoration:none;
	background:#666;
}
#contents_area #main_container .nyukai a:before{
	content: "";
	display: inline-block;
	border: 4px solid transparent;
	border-left-color: #fff;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -4px;
}

/* 加盟店 */
#contents_area .shopstxt{
	padding:10px 15px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border:dashed 2px #4a7ebb;
	background: #eff8f9;
}
#contents_area .shopstxt span{
	font-size: 15px;
	font-weight: normal;
}
/* ============= エムアイポイント・JALマイレージバンク 20260305追記================= */
.rate-box {
    background: #bb0a34;
    width: 685px;
    margin: 5px auto;
    border-radius: 5px;
    padding: 0 0 15px 0;
}
.rate-box-title {
    background: #bb0a34 !important;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0 !important;
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.clearfix {
    display: flex;
    justify-content: center;
}
.flow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.flow-step {
    position: relative;
    padding: 5px 15px;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 5px #262424;
}
.flow-step span {
    margin-left: 5px;
    font-size: 1.5rem;
}
.flow-step:not(:last-child)::before {
    background-color: #333;
    position: absolute;
    top: 48%;
    right: -22px;
    width: 17px;
    height: 2px;
    margin-top: 0px;
    content: "";
}
.flow-step:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -22px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    content: "";
    display: inline-block;
    vertical-align: middle;
}


@media screen and (max-width: 768px) {
    #contents_area {
      min-width: 0;
      max-width: unset;
      width: unset;
    }
    #contents_area #main_container {
      width: 100% !important;
    }
    #contents_area #point_contents {
      width: 100% !important;
    }
    .img_center img {
      width: 100%;
      object-fit: cover;
    }
    .cluster {
      padding: 15px;
    }
    .rate-box {
      width: 100%;
      padding: 0 5px 5px;
    }
    .pt_box_text {
      width: 100%;
    }
    #contents_area #main_container .pt_box_text {
      width: 100%;
    }
    .pt_w380 {
      width: 100%;
    }
    .flow-step {
      padding: 5px 10px;
    }
   
}
