/* ----------------------------------------------------------------
Base Setting
----------------------------------------------------------------- */

.menu-header-container {
padding: 10px 25px;
margin-bottom: 23px;
color: #fff;
position: relative;
background-color: #287ac4;
}
.menu-header-container .menu-header {
padding-right: 150px;
display: block;
line-height: 1.45;
font-size: 30px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .35);
}
.menu-header-container .menu-header a {
color: #fff;
}
.menu-header-container .menu-header a:hover{
text-decoration: none;
}

/* .hero
----------------------------------------------- */
.hero{
position: relative;
margin-bottom: 32px;
}
.hero-btn-box{
position: absolute;
bottom: 14px;
}
.hero-btn-box{
text-align: center;
width: 100%;
}

/* .btn
----------------------------------------------- */
a.btn-01{
padding:11px 5px;
border: none;
border-radius: 4px;
color: #fff;
min-width: 280px;
box-shadow: 0 -3px 0 #5b9500 inset;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
font-size: 18px;
font-weight: bold;
background-color: #72ba00;
text-decoration: none;
display: inline-block;
text-align: center;
box-sizing: border-box;
}

a.btn-02{
padding:11px 5px;
border: none;
border-radius: 4px;
color: #fff;
min-width: 480px;
box-shadow: 0 -3px 0 #5b9500 inset;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
font-size: 25px;
font-weight: bold;
background-color: #72ba00;
text-decoration: none;
display: inline-block;
text-align: center;
box-sizing: border-box;
}
a.btn-01:active,
a.btn-01:hover,
a.btn-01:focus{
background-color:#67a700;
}
a.btn-02:active,
a.btn-02:hover,
a.btn-02:focus{
background-color:#67a700;
}

/* .hdg
----------------------------------------------- */

.blog-hdg-container{
background: #777;
padding: 6px 15px 5px;
box-sizing: border-box;
position: relative;
margin-bottom: 20px;
}
.hdg-l2{
font-size: 18px;
font-weight: bold;
margin: 0;
color: #fff;
}
.hdg-example{
font-size: 19px;
font-weight: bold;
margin-bottom: 15px;
}
.hdg-example .sup{
display: block;
font-size: 15px;
}
.blog-detail-hdg{
display: block;
margin-bottom: 10px;
font-size: 20px;
font-weight: bold;
}
.blog-detail-hdg > span{
display: inline-block;
font-size: 12px;
color: #fff;
width: 41px;
text-align: center;
box-sizing: border-box;
padding: 2px 0 1px;
background: #049be9;
margin: 0 5px 0 0;
vertical-align: middle;
}
.domestic .blog-detail-hdg > span{
background: #70b600;
}
.hdg-l3{
font-size: 16px;
font-weight: bold;
background: #f1f1f1;
line-height: 1;
padding: 10px;
}
.hdg-l3 .sup{
font-size: 10px;
vertical-align: text-top;
}
.detail-list-hdg{
padding: 8px 10px;
border-bottom: 1px solid #dcdcdc;
font-size: 17px;
font-weight: bold;
text-align: left;
}
.detail-list-hdg > span{
background: #999;
color: #fff;
font-size: 13px;
height: 16px;
width: 16px;
line-height: 18px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
text-align: center;
margin-top: -2px;
}
.point-hdg{
font-size: 15px;
font-weight: bold;
margin-bottom: 12px;
margin-top: 18px;
}

/* .list
----------------------------------------------- */

.link-list{
position: absolute;
right: 15px;
top: 13px;
margin: 0;
font-size: 0;
}
.link-list li{
display: inline-block;
font-size: 12px;
font-weight: normal;
line-height: 1;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #fff;
}
.link-list li:last-child{
padding-right: 0;
margin-right: 0;
border: 0;
}
.link-list li a{
color: #fff;
text-decoration: none;
}
.link-list li a:hover{
text-decoration: underline;
}
.img-list{
font-size: 0;
}
.img-list li{
display: inline-block;
width: 228px;
margin-right: 16px;
vertical-align: top;
}
.img-list li:last-child{
margin-right: 0;
}
.img-list li p{
margin-top: 10px;
font-size: 13px;
}
.img-list li p > span{
font-size: 15px;
font-weight: bold;
display: block;
margin-bottom: 1px;
}
.info-list{
font-size: 12px;
margin-top: 10px;
margin-bottom: 22px;
}
.info-list li{
margin-bottom: 5px;
padding-left: 1em;
text-indent: -1em;
}
.info-list li:last-child{
margin-bottom: 0;
}
.info-list li.ic-01:before{
content: '\0203B';
}
.info-list li.ic-02:before{
content: '\030FB';
}
.detail-list{
margin: 12px 0 30px 0;
}
.detail-list > div{
width: 168px;
float: left;
border: 1px solid #dcdcdc;
margin-right: 30px;
position: relative;
text-align: center;
height: 305px;
box-sizing: border-box;
}
.detail-list > div:last-child{
margin-right: 0;
border: 3px solid #dcdcdc;
}
.detail-list > div:last-child .detail-list-hdg{
color: #287ac4;
}
.detail-list > div:last-child .detail-list-hdg > span{
background: #287ac4;
color: #fff;
}
.detail-list > div:after{
width: 0;
height: 0;
border-style: solid;
border-width: 13px 0 13px 10px;
border-color: transparent transparent transparent #999999;
content: '';
position: absolute;
top: 50%;
margin-top: -13px;
right: -20px;
}
.detail-list > div:last-child::after{
display: none;
}
.detail-list p{
text-align: left;
font-size: 12px;
padding: 0 10px;
}
.detail-list img{
margin: 8px auto 3px;
}

/* .box
----------------------------------------------- */

.img-txt-box{
margin-bottom: 20px;
width: 960px;
}
.img-box{
float: right;
width: 380px;
text-align: right;
}
.txt-box{
font-size: 14px;
float: left;
width: 570px;
}
.txt-box > p{
line-height: 1.7;
}
.txt-box > p > strong{
color: #287ac4;
}
.txt-box > p + p{
margin-top: 25px;
}
.btn-box{
margin: 15px 0 35px;
text-align: center;
}

/* .info-example
----------------------------------------------- */
.info-example{
border-top: 1px solid #aaa;
padding-top: 15px;
}

/* .blog-detail-box
----------------------------------------------- */

.blog-detail-box{
margin-top: 20px;
}
.blog-detail-box > div{
float: left;
width: 470px;
border: 1px solid #bbb;
padding: 20px 15px 30px;
box-sizing: border-box;
height: 460px;
}
.blog-detail-box > div.overseas{
border-top: 4px solid #049be9;
}
.blog-detail-box > div.domestic{
border-top: 4px solid #70b600;
float: right;
}
.list-container{
margin: 5px 0 0 0;
}
.list-container > span{
font-size: 14px;
display: block;
padding: 0 8px;
}
.list-container > .container-sup{
font-size: 12px;
margin-bottom: 12px;
}
.list-container ul{
padding: 0 8px;
margin-top: 10px;
}
.list-container + .hdg-l3{
margin-top: 18px;
}
.list-container ul > li{
background: url(/element/blog/images/entry/ic-01.png) 0 0 no-repeat;
padding-left: 22px;
font-size: 14px;
margin-bottom: 3px;
}
.list-container ul > li:last-child{
margin-bottom: 0;
}
.domestic .list-container ul > li{
background: url(/element/blog/images/entry/ic-02.png) 0 0 no-repeat;
}

.ic-customer{
width: 58px;
height: 19px;
display: inline-block;
text-align: center;
font-size: 12px;
background: #e4f3fb;
position: absolute;
bottom: 10px;
left: 10px;
line-height: 19px;
}
.ic-travelko{
width: 86px;
height: 19px;
display: inline-block;
text-align: center;
font-size: 12px;
background: #f1f1f1;
position: absolute;
bottom: 10px;
left: 10px;
line-height: 19px;
}

/* .point-box
----------------------------------------------- */
.point-box{
text-align:center;
}
.point-box > div{
border: 1px solid #bbb;
margin: 0 auto;
width: 564px;
height: 500px;
padding: 10px;
box-sizing: border-box;
text-align: center;
position: relative;
}
.point-box > div .point-head{
background: #f1f1f1;
margin: -10px -10px 15px -10px;
font-weight: bold;
padding: 10px;
text-align: left;
}
.point-box > div .point-head > span{
display: inline-block;
background: #049be9;
color: #fff;
font-size: 13px;
padding:  2px 10px;
}
.point-box > div .point-head > p{
font-size: 15px;
margin-top: 5px;
}
.point-container > span{
text-align: left;
display: block;
font-size: 13px;
margin-bottom: 15px;
}
.point-container > .ic-link{
color: #666;
text-decoration: none;
text-align: right;
display: inline-block;
position: relative;
padding-left: 15px;
position: absolute;
bottom: 10px;
right: 10px;
}
.point-container > .ic-link:hover{
text-decoration: underline;
}
.point-container > .ic-link:before {
content: '';
display: block;
position: absolute;
top: 6px;
left: 0;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
width: 5px;
height: 5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.under-txt{
font-size: 18px;
text-align: center;
margin: 35px 0 30px;
font-weight: bold;
}

/* ----------------------------------------------------------------
clearfix
----------------------------------------------------------------- */
.img-txt-box::before,
.img-txt-box::after,
.blog-detail-box::before,
.blog-detail-box::after,
.detail-list::before,
.detail-list::after,
.point-box::before,
.point-box::after{
content:"";
display:table;
}
.img-txt-box::after,
.blog-detail-box::after,
.detail-list::after,
.point-box::after{
clear:both;
}
