.dp_img_box img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: auto;
}
#main h2.dp_tit img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 22px;
}

.dp_cnt{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
}
.dp_cnt h1 img{
	display: block;
}
.first{
	text-align: center;
}
.dp_read{
	text-align: center;
	font-size: 1.125em;
	margin: 1em;
}
#main h2.dp_tit{
	display: block;
	border-bottom: 4px solid #2e4c92;
	margin-top: 3em;
	margin-bottom: 2em !important;
	padding-bottom: .75em !important;
	background: none;
}
#main h2.dp_tit02{
	display: inline-block;
	width: auto !important;
	margin: 1rem auto 0;
	padding: 0 !important;
	border-bottom: 1px dotted #2e4c92;
	text-align: center;
	color: #2e4c92;
	font-size: 1.5rem !important;
	background: none;
}

.dp_tit img{
	display: block;
	margin: 0 auto;
}
.dp_section{
	width: 83.14606741573034%;
	margin: 0 auto 1.5em;
}
.dp_txtL{
	font-size: 1.125em;
	margin-bottom: 1em;
}
.dp_img_box{
	margin-bottom: 1.125em;
}
.dp_img_box img{
	display: block;
	margin: 0 auto;
}
.dp_service_box{
	background-color: #edf0f8;
	padding: 1.25em 2em;
}
.list_plain,
.list_dot{
	display: block;
}
.list_plain li,
.list_dot li{
	position: relative;
	display: block;
}
.list_plain li ~ li{
	margin-top: 1em;
}
.list_plain li strong{
	font-weight: bold !important;
}
.list_dot li{
	padding-left: 1em;
}
.list_dot li::before{
	content: "・";
	display: block;
	position: absolute;
	left: 0;
}
.dp_section h3{
	position: relative;
	display: block;
	width: auto !important;
	font-size: 1.3125em;
	text-indent: 1em;
}
.dp_section h3::before{
	content: "";
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	background-color: #2e4c92;
	top: 50%;
	transform: translateY(-50%);
}
.dp_section h3 span{
	position: absolute;
	right: 0;
	top: 1em;
	font-size: .75rem;
}
.dp_cnt .btn_box{
	text-align: center;
	margin-bottom: 3.5em;
}
.dp_cnt .btn_box.last{
	margin-top: 3.5em;
}

.main_box{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
	flex-direction: column;
}
.main_box .main_item{
	width: 98%;
	padding: 1rem 0.125rem 2px;
	border-radius: 8px 8px 0 0;
	box-sizing:  border-box;
}
.main_item + .main_item{
	margin-top:1.5rem;
}
.main_box .main_item.ana{
	background: #111183;
}
.main_box .main_item.ana strong{
	color: #41419c;
	font-weight: bold;
}
.main_box .main_item.jal{
	background: #ec1f26;
}
.main_box .main_item.jal strong{
	color: #ec1f26;
	font-weight: bold;
}
.main_box .main_item.lcc{
	background: #3bbfbd;
}
.main_box .main_item.lcc strong{
	color: #3bbfbd;
	font-weight: bold;
}
.main_item{
}
.main_item .inner{
	background: #fff;
}
.main_item .logo{
	text-align: center;
	padding: 2rem 0;
}
.main_item .head_btn{
	text-align: center;
	margin: 0 1rem;
	padding: 1.5rem 0;
}
.main_item.ana .head_btn{
	border-top: 4px solid #111183;
	border-bottom: 4px solid #111183;
}
.main_item.jal .head_btn{
	border-top: 4px solid #ec1f26;
	border-bottom: 4px solid #ec1f26;
}
.main_item.lcc .head_btn{
	border-top: 4px solid #3bbfbd;
	border-bottom: 4px solid #3bbfbd;
}

#main .main_item .btn{
	position: relative;
	display: block;
	padding: 1.5rem;
	line-height: 1;
	border-radius: 0.5rem;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.25rem;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
	transition: 0.3s;
	border: none;
}
.main_item .btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	width: .75rem;
	height: .75rem;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform-origin: top;
	transform: rotate(-45deg) translateY(-50%);
	transition: 0.3s;
}
.main_item .btn:hover{
	opacity: 0.6;
}
.main_item .btn:hover::after{
	right: .5rem;
}
.main_item .btn span{
	color: #fff;
	font-size: 1.75rem;
	margin-right: 0.25rem;
}
.main_item.ana .btn{
	background: rgb(129,129,190);
	background: -moz-linear-gradient(top, rgba(129,129,190,1) 0%, rgba(51,51,149,1) 100%);
	background: -webkit-linear-gradient(top, rgba(129,129,190,1) 0%,rgba(51,51,149,1) 100%);
	background: linear-gradient(to bottom, rgba(129,129,190,1) 0%,rgba(51,51,149,1) 100%);
	box-shadow: 0px 4px 0px #000737;
}
.main_item.jal .btn{
	background: rgb(243,120,124);
	background: -moz-linear-gradient(top, rgba(243,120,124,1) 0%, rgba(236,34,40,1) 100%);
	background: -webkit-linear-gradient(top, rgba(243,120,124,1) 0%,rgba(236,34,40,1) 100%);
	background: linear-gradient(to bottom, rgba(243,120,124,1) 0%,rgba(236,34,40,1) 100%);
	box-shadow: 0px 4px 0px #b81414;
}
.main_item.lcc .btn{
	background: rgb(135,216,214);
	background: -moz-linear-gradient(top, rgba(135,216,214,1) 1%, rgba(60,192,190,1) 100%);
	background: -webkit-linear-gradient(top, rgba(135,216,214,1) 1%,rgba(60,192,190,1) 100%);
	background: linear-gradient(to bottom, rgba(135,216,214,1) 1%,rgba(60,192,190,1) 100%);
	box-shadow: 0px 4px 0px #0c8e91;
}

.main_item .head_btn p{
	font-size: .75rem;
	margin-top:1rem;
	line-height: 1;
}
.main_item .info{
	position: relative;
	padding: 1.5rem 0.5rem;
	margin: 1.5rem 0 0;
}
.main_item .info + .info{
	margin-top: 0;
	padding-top: 0;
}
.main_item .info + .info > .info_item:first-child{
	border-top: 4px solid #111183;
	padding-top: 1.5rem;
}
.main_item .info.cmp{
	margin-top: 3rem;
	padding-top: 3rem;
}
.main_item.ana .info.cmp{
	background: #f3f3f9;
	border: 2px solid #111183;
	border-top: none;
	line-height:1.6;
}
.main_item.jal .info.cmp{
	background: #fef4f4;
	border: 2px solid #ec1f26;
	border-top: none;
	line-height:1.6;
}
.main_item.lcc .info.cmp{
	border: 2px solid #3bbfbd;
	border-top: none;
	background:#f5fcfc;
	line-height:1.6;
}


#main .main_item .info.cmp h2{
	position: absolute;
	top: 0;
	left: 50%;
	width: 90% !important;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.25;
	height: 64px;
	padding: 0.5rem !important;
	margin: 0 !important;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
	min-height: auto;
	border:  none;
	/* transform: translateX(-50%); */
}
#main .main_item.ana .info.cmp h2{
	background: url(../images/dp/cmp_tit_ana.png) top center no-repeat !important;
	background-size: 100% 100% !important;
}
#main .main_item.jal .info.cmp h2{
	background: url(../images/dp/cmp_tit_jal.png) top center no-repeat !important;
	background-size: 100% 100% !important;
}
#main .main_item.lcc .info.cmp h2{
	background: url(../images/dp/cmp_tit_lcc.png) top center no-repeat !important;
	background-size: 100% 100% !important;
}
.main_item .info_item{
	font-size: .85rem;
}
.main_item .info_item ~ .info_item{
	margin-top: 2rem;
}
#main .main_item .info_item h3{
	position: relative;
	display: flex;
	width: auto;
	font-size: 1.25rem;
	line-height: 1;
	margin: 0 0 0.5rem 0;
	font-weight: bold;
	background: none;
	border: none;
}
#main .main_item .info_item h3::after{
	position: absolute;
	content: "";
	width: 100%;
	top: 50%;
	right: 0;
	flex: 1;
}
#main .main_item.ana .info_item h3::after{
	border-bottom: 1px dotted #111183;
}
#main .main_item.jal .info_item h3::after{
	border-bottom: 1px dotted #ec1f26;
}
#main .main_item.lcc .info_item h3::after{
	border-bottom: 1px dotted #3bbfbd;
}

#main .main_item .info_item h3 span{
	background:#fff;
	position: relative;
	display: inline-block;
	padding: 0 1rem 0 0;
	z-index: +1;
	border: none;
	font-size: 1rem;
	color: #000;
}
#main .main_item.ana .cmp .info_item h3 span{
	background:#f3f3f9;
}
#main .main_item.jal .cmp .info_item h3 span{
	background:#fef4f4;
}
#main .main_item.lcc .cmp .info_item h3 span{
	background:#f5fcfc;
}

#main .main_item .info_item h4{
	text-align:left;
}

.main_item .info_item dl {
	display: flex;
	flex-wrap: nowrap;
}
.main_item .info_item dl dt{
	font-weight: bold;
	white-space: nowrap;
}
.main_item .info_item dl dd{
	padding-left: 1em;
	text-indent: -1em;
	text-align:left;
}
.main_item .info_item dl dd::before{
	content: "：";
}
.main_item .info_item a{
	color:#008fc1;
}

.main_item .info_item ul li{
	list-style: none;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.main_item .co_info{
	padding: 0.75rem;
	margin-top: .125rem;
	font-size: .75rem;
}
.main_item.ana .co_info{
	background-color: #f3f3f9;
}
.main_item.jal .co_info{
	background-color: #fef4f4;
}
.main_item.lcc .co_info{
	background-color: #f5fcfc;
}


.foot_btn{
	padding: 1rem 1rem 0;
}
#main .foot_btn .btn{
	border: 2px solid #fff;
	text-align:center;
}
.foot_btn p{
	margin: 1rem auto;
	font-size: .75rem;
	color: #fff;
	text-align: center;
}


.anc_box {
	width:98%;
	margin:auto;
	padding: 1.5rem 0;
}
.anc_box .anc_btn{
	float:left;
}
#main .anc_box .anc_btn {
	position: relative;
	display: block;
	padding: 0.5% 0 1.5% 0;
	line-height: 1.2;
	border-radius: 0.5rem;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.25rem;
	text-decoration: none;
	text-align:center;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
	transition: 0.3s;
	border: none;
	width:49.5%;
}

#main .anc_box .anc_btn:first-child {
	margin-right:1%;
}
#main .anc_box .anc_btn:last-child {
	margin-left:1%;
}
#main .anc_box .anc_btn .btn {
	display:block;
	padding:10px 0 30px 0;
	font-size:16px;
	color:#ffffff !important;
	text-decoration:none;
}
#main .anc_box .anc_btn.anc_ana .btn{
	background: rgb(129,129,190);
	background: -moz-linear-gradient(top, rgba(129,129,190,1) 0%, rgba(51,51,149,1) 100%);
	background: -webkit-linear-gradient(top, rgba(129,129,190,1) 0%,rgba(51,51,149,1) 100%);
	background: linear-gradient(to bottom, rgba(129,129,190,1) 0%,rgba(51,51,149,1) 100%);
	box-shadow: 0px 4px 0px #000737;
}
#main .anc_box .anc_btn.anc_jal .btn {
	background: rgb(243,120,124);
	background: -moz-linear-gradient(top, rgba(243,120,124,1) 0%, rgba(236,34,40,1) 100%);
	background: -webkit-linear-gradient(top, rgba(243,120,124,1) 0%,rgba(236,34,40,1) 100%);
	background: linear-gradient(to bottom, rgba(243,120,124,1) 0%,rgba(236,34,40,1) 100%);
	box-shadow: 0px 4px 0px #b81414;
}
#main .anc_box .anc_btn.anc_lcc .btn{
	background: rgb(135,216,214);
	background: -moz-linear-gradient(top, rgba(135,216,214,1) 1%, rgba(60,192,190,1) 100%);
	background: -webkit-linear-gradient(top, rgba(135,216,214,1) 1%,rgba(60,192,190,1) 100%);
	background: linear-gradient(to bottom, rgba(135,216,214,1) 1%,rgba(60,192,190,1) 100%);
	box-shadow: 0px 4px 0px #0c8e91;
}
#main .anc_box .anc_btn .btn::after {
	content: "";
	position: absolute;
	top: 60%;
	right: 38%;
	width: .75rem;
	height: .75rem;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform-origin: top;
	transform: rotate(45deg) translateY(50%);
	transition: 0.3s;
}
#main .anc_box .anc_btn.jal_kaigai .btn {
    padding: 20px 0;
}
#main .anc_box .anc_btn.jal_kaigai .btn::after {
	top: 38%;
	right: 20%;
	transform: rotate(-45deg) translateY(50%);
}

.info_item .line-through{
	text-decoration: line-through;
	color:red;
}
.info_item .line-through dt{
	color:#000;
}
.fukidashi{
	position: relative;
	display: inline-block;
 	margin: 1em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 12px;
	background: red;
}
.fukidashi:first-of-type{
 	margin-top: 0;
}
.fukidashi:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid red;
}

.view_timer {
	display:none;
	margin-bottom: 1rem;
}
.view_timer a,
.view_timer a div{
	color:#2a7bb4;
}
.view_timer a:hover {
	opacity: 0.6;
}
.view_timer div{
	margin-bottom:10px;
}.view_timer img{
	width:100%;
	height:auto;
	margin-bottom:3px;
}
.view_timer div{
	margin-bottom:20px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

.toggle {
	margin-bottom: 25px;
}
.toggle .info_item p ,
.toggle .info_item ul li {
	text-align: left;
	margin-top:0;
	font-size: .85rem;
}
#ANA .toggleTitle,.ana_mapion{
	border: 2px solid #111183;
	color: #111183;
}
#JAL .toggleTitle,.jal_mapion{
	border: 2px solid #ec1f26;
	color: #ec1f26;
}
#LCC .toggleTitle,.lcc_mapion{
	border: 2px solid #3bbfbd;
	color: #3bbfbd;
}

.toggleTitle{
	position: relative;
	padding: 14px 10px 12px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
	width: auto;
	margin: 0 auto;
}
.toggleTitle:hover{
	opacity: 0.8;
}
.main_item.ana .toggleTitle{
	background: url(../img/toggle_tit_ana.jpg) no-repeat 50% 50%;
}
.main_item.jal .toggleTitle{
	background: url(../img/toggle_tit_jal.jpg) no-repeat 50% 50%;
}
.main_item.lcc .toggleTitle{
	background: url(../img/toggle_tit_lcc.jpg) no-repeat 50% 50%;
}
.main_item .toggleTitle::after{
	content: "＋";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: auto 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	background-color: #111183;
}
.main_item.jal .toggleTitle::after{
    background-color: #ec1f26;
}
.main_item.lcc .toggleTitle::after{
	background-color: #3bbfbd;
}
.main_item .toggleTitle.open::after{
	content: "－";
}
/*.main_item.ana .toggleTitle:hover{
	background: #111183;
	background: -webkit-linear-gradient(top, #5959a8 0%,#111183 100%);
	background: linear-gradient(to bottom, #5959a8 0%,#111183 100%);
	color: #fff !important;
}
.main_item.jal .toggleTitle:hover{
	background: #ec1f26;
	background: -webkit-linear-gradient(top, #f26368 0%,#ec1f26 100%);
	background: linear-gradient(to bottom, #f26368 0%,#ec1f26 100%);
	color: #fff !important;
}
.main_item.lcc .toggleTitle:hover{
	background: #3bbfbd;
	background: -webkit-linear-gradient(top, #76d2d1 0%,#3bbfbd 100%);
	background: linear-gradient(to bottom, #76d2d1 0%,#3bbfbd 100%);
	color: #fff !important;
}
.main_item.ana .toggleTitle:hover::after{
	background-color: #fff;
	color: #111183;
}
.main_item.jal .toggleTitle:hover::after{
	background-color: #fff;
	color: #ec1f26;
}
.main_item.lcc .toggleTitle:hover::after{
	background-color: #fff;
	color: #3bbfbd;
}*/
.main_item .toggleBox{
	display: none;
	margin-top:0 !important;
	padding-top:15px !important;
	line-height:1.4;
}
.main_item .info_item dl dt {
    font-weight: bold;
    white-space: nowrap;
}

/* ANA海外航空券　クーポンはこちらボタン */
.ana_mapion a{
  color: #111183 !important;
  text-decoration : none !important;
}
.ana_mapion{
	margin-bottom: 25px;
	padding: 14px 10px 12px 0;
	font-size: 18px;
  font-weight: bold;
  line-height: 1.3
}

.main_item .ana_mapion{
  position: relative;
  display: block;
  padding-left: 20px;
}
.main_item .ana_mapion::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: .75rem;
    height: .75rem;
    border-right: 3px solid #111183;
    border-bottom: 3px solid #111183;
    transform-origin: top;
    transform: rotate(-45deg) translateY(-50%);
    background-color: #fff;
    border-radius: 0;
}

/* JAL海外航空券　クーポンはこちらボタン */
.jal_mapion a{
    color: #ec1f26 !important;
    text-decoration: none !important;
}
.jal_mapion{
	margin-bottom: 25px;
	padding: 14px 10px 12px 0;
	font-size: 18px;
  font-weight: bold;
  line-height: 1.3
}

.main_item .jal_mapion{
  position: relative;
  display: block;
  padding-left: 20px;
}
.main_item .jal_mapion::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: .75rem;
    height: .75rem;
    border-right: 3px solid #ec1f26;
    border-bottom: 3px solid #ec1f26;
    transform-origin: top;
    transform: rotate(-45deg) translateY(-50%);
    background-color: #fff;
    border-radius: 0;
}

/* LCC海外航空券　クーポンはこちらボタン */
.lcc_mapion a{
    color: #3bbfbd !important;
    text-decoration: none !important;
}
.lcc_mapion{
	margin-bottom: 25px;
	padding: 14px 10px 12px 0;
	font-size: 18px;
    font-weight: bold;
    line-height: 1.3
}

.main_item .lcc_mapion{
  position: relative;
  display: block;
  padding-left: 20px;
}
.main_item .lcc_mapion::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: .75rem;
    height: .75rem;
    border-right: 3px solid #3bbfbd;
    border-bottom: 3px solid #3bbfbd;
    transform-origin: top;
    transform: rotate(-45deg) translateY(-50%);
    background-color: #fff;
    border-radius: 0;
}