/*===========================*
PRESET
*===========================*/
html {
    -webkit-text-size-adjust: none;
	font-size: 19px;
}
body {
  font-family: 'Josefin Sans', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #282828;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  cursor: default;
  text-align:center;
  overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: normal;
}
h1 {
	font-size: 240%;
	color:#c1a47a;
}
h2 {
	font-size: 200%;
	color:#c1a47a;
	margin-bottom: .3em;
	font-size: 26px;
}
h3 {
  font-size: 160%;
}
h4 {
  font-size: 200%;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
small {font-size: 60%;}
p{
    margin: 0 0 1em;
}
p:last-child{
    margin: 0;
}
a {
  border: none;
  text-decoration: none;
  color:inherit;
}
a:hover {
  color:#fa4357;
  cursor: pointer;
  text-decoration: none;
}
a:focus {
  outline: none; }
strong {
  font-weight: bold;
}
i {
	display:inline-block;
}
em {
  display:inline-block;
  letter-spacing: 0;
  line-height: 1em;
}
img{max-width:100%;}
.bold{font-weight:bold;}

.clearfix:before,
.clearfix:after{
  content: " ";
  display: block;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom:1;
}


/*===========================*
SNS
*===========================*/
.sns {
	padding:30px 70px 70px; 
	text-align:center;
	display: table;
	margin: -1.5em auto -2.5em;
	color: #fefefe;
}
.sns .fb_iframe_widget {background-color: #4267b2; padding: 1px 0; border-radius: 4px; margin-right: 10px !important; display: inline-block !important; float:none !important; vertical-align: bottom;}
.sns .fb_iframe_widget:hover {background: #365899;}
.sns .fb_iframe_widget:active {background: #577fbc;}
.sns #twitter-widget-0 {background-color: #1b95e0; padding: 1px 0; border-radius: 4px; margin-right: 10px; float:none !important; display:inline-block !important; vertical-align: bottom;}
.sns #twitter-widget-0:focus, #twitter-widget-0:hover, #twitter-widget-0:active {background-color: #0c7abf;}
.sns .line-it-button{display: inline-block !important; line-height: 1; vertical-align: bottom; height: 30px;}


/*===========================*
SITE BODY
*===========================*/
hr {
  margin: 50px auto;
  width: 100%;
  background-color: #b3a681;
  opacity: 0.3;
}

#nav {
	box-sizing: border-box;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.75em 0.5em;
	z-index: 1;
}

#nav li {
    margin: 0px 10px 0 0;
	padding: 0.7em 10px;
	font-size: 65%;
	line-height: 15px;
	float: right;
	background-color: #fa4357;
}
* html #nav li { font-size: 70%; } /* IE6 */
*:first-child+html #nav li { font-size: 70%; } /* IE7 */
#nav li a {color:#fff;}



#billboard {
  position: relative;
  background: #fff url(../img/bg_title.jpg) repeat right top;
  overflow: hidden;
}

.contents-wrapper {
	max-width:1200px;
	margin:0 auto;
	padding:80px 15px;
	overflow: hidden;
}


#title {
	margin:0 auto;
	text-align:center;
	max-width:1418px;
	padding-bottom: 50px;
	margin-top: 30px;
}

#title h1 img {
	width: 80%;
    max-width: 500px;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    display: block;
    left: 50%;
}

#title .contents-wrapper { padding: 0 45px 0;}
#title .mobile {display:none;}
#title .mobile img { 
	width: 90%;
	max-width:500px;
}


#title ol{
    box-sizing: border-box;
    margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 30px;
	padding-top: 25px;
}
#title li {
    width: 50%;
	position:relative;
	color:#fff;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#title li > div{
	padding:35px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
#title a.instagram:hover li > div{
	-webkit-box-shadow: 0px 0px 25px 0px rgba(208,42,119,0.75);
	-moz-box-shadow: 0px 0px 25px 0px rgba(208,42,119,0.75);
	box-shadow: 0px 0px 25px 0px rgba(208,42,119,0.75);
}
#title a.line:hover li > div{
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,195,0,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,195,0,1);
	box-shadow: 0px 0px 25px 0px rgba(0,195,0,1);
}
.instagram-bg{
	background:url(../img/instagram-bg.jpg) left top no-repeat;
	background-size:100% 100%;
}
.line-bg{
	background:url(../img/line-bg.jpg) left top no-repeat;
	background-size:100% 100%;
}
h2 .campaign-title {
	display: block;
	margin: 0 auto;
}
.ribbon-campaign{
	display:block;
	position:absolute;
	top:0;
	left:30px;
	width:141px;
	max-width:27%;
}
.period{
	font-size:90%;
}
.sns-logo{
	display:block;
	max-width:90%;
	margin: .5em auto .75em;
}
.arrow-down{
	display:block;
	width:50px;
	margin: 0 auto;
}

#sec-a {
	color:#fff;
	text-align:center;
	background: rgb(251,217,117); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(251,217,117,1) 0%, rgba(208,41,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(251,217,117,1) 0%,rgba(208,41,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(251,217,117,1) 0%,rgba(208,41,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd975', endColorstr='#d02977',GradientType=1 ); /* IE6-9 */
	padding-bottom:60px;
}

#sec-b {
	color:#fff;
	text-align:center;
	background: rgb(251,217,117); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(180,248,77,1) 0%, rgba(0,195,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(180,248,77,1) 0%,rgba(0,195,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(180,248,77,1) 0%,rgba(0,195,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4f84d', endColorstr='#00c300',GradientType=1 ); /* IE6-9 */
	padding-bottom:60px;
}

#sec-a .contents-wrapper, #sec-b .contents-wrapper {
	padding:50px 15px;
}
#sec-a .detail-title p, #sec-b .detail-title p{margin: 0.5em 0;}

.details-wrapper {
	padding: 0 60px;
	color:#444;
	margin:0 60px;
	font-size: 90%;
}
.ribbon-st{
    margin: -50px 0px 0;
}
#sec-a .bg-1 {background-color:#fefaf2;}
#sec-a .bg-2 {background-color:#ffeae7;}
#sec-b .bg-1 {background-color:#f7feed;}
#sec-b .bg-2 {background-color:#e2f9dd;}

.note{font-size:80%}
.choice {
	background-color: rgba(255,255,255,0.75);
	font-size: 90%;
	padding: 0.75em 2em;
	text-align: left;
	line-height: 2;
	margin-top: 1.5em;
}
#sec-a .choice div{
	display:block;
	float:left;
	width:33.3333%;
	padding: 0.5em 0;
}
#sec-a .choice .plan{
	display: inline-block;
	background-color: rgb(193, 164, 122);
	width: auto;
	padding: 0 0.5em;
	color: rgb(255, 255, 255);
	margin-right: 0.75em;
	border-radius: 3px;
	font-size: 80%;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
}
#sec-a .choice .plan i{
	font-size:120%;
	padding-left: 0.25em;
}
#sec-b .choice {
	text-align: center;
	border: 2px solid rgb(193, 164, 122);;
}
#sec-b .choice span {
	padding-right:.5em;
	display:inline-block;
}
#sec-b .choice div{
	margin-top:0.75em;

}
#sec-b .choice div:last-child{
	border:none;
}
ol.steps {
	box-sizing: border-box;
	margin-left: -30px;
	margin-right: -30px;
}
ol.steps li {
    width: 33.33333%;
    position: relative;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#sec-b ol.steps li {
    width: 25%;
}
ol.steps li img{
	width:100%;
	display:block;
	max-width: 160px;
	margin: 0 auto 1em;
}
.account{
	text-align:left;
}
.account h2{
	text-align:center;
}
.account-title{
	display: inline-block;
	margin: 0px auto;
}
.account-logo {
	float:left;
	margin-right: 1em;
}
.account h3{
	line-height: 1.1;
	margin-bottom: 1em;
	padding-left: 75px;
}
.account-img {
	float:left;
	padding: 0 0 1em;
	box-sizing: border-box;
	width: 27%;
	position:relative;
}
.ss-a10 {
	max-width:75%;
	width: 240px;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.account-desc{
	padding-left: 30%;
}
a .btn-link{
	padding: 1.3em 1.7em;
	border:solid 2px #282828;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 80%;
	display: inline-block;
	line-height: 1em;
	margin-bottom: 2em;
}
a:hover .btn-link{
	border:solid 2px #fa4357;
	background-color:#fff;
}
.app-download {
	font-size:80%;
}
.app-download img{
	margin-top: 7px;
	max-width: 45%;
}
.box-half {
	width:50%;
	float:left;
	box-sizing: border-box;
}
.box-half.pc {padding-right:20px;}
.box-half.phone {padding-left:20px;}
.lineat-img-container{
	height: 200px;
}
.box-half img {
	max-width:80%;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lineat .app-download{
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 1.5em;
    margin-top: 3em;
}
.lineat-veltra{
    color:#05ba05;
    font-size: 190%;
}

.application-details{display:table; text-align:left; margin:1em 0; color:#333;}
.application-details > div{ margin-bottom:2em;}
.application-details > div > span{display:table-cell;}
.application-details > div > span:first-child{font-weight:bold; width: 8em; padding-right: 1em;}
.application-details > div > span .destinations {font-size:80%; padding-left: 1rem;}
.application-details > div > span i{font-weight:bold;}


/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    cursor: pointer;
    padding: 1.25em;
    width: 100%;
    border: 1px solid #444;
    outline: none;
	font-size:85%;
	background-color: rgba(255,255,255,0.75);
    transition: 0.4s;
	font-weight: bold;
}
button.accordion.active, button.accordion:hover {
    background-color:#fff;
}
div.panel {
    padding: 0 1.5em;
	background-color: rgba(255,255,255,0.75);
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	font-size: 85%;
	letter-spacing: 0.075em;
}
div.panel.show {
    opacity: 1;
    max-height: 4000px; 
	margin: 1em 0 0;
    padding: 1em 1.5em 2em;
}
button.accordion i{	font-size:140%;}

div.panel h4 {
    margin-bottom: 1em;
	margin-top: 1.5em;
}

button.accordion-close {
    cursor: pointer;
    padding: 1.25em;
    width: 100%;
    border: 1px solid #444;
    outline: none;
    font-size: 100%;
    background-color: rgba(255,255,255,0.75);
    transition: 0.4s;
    margin-top: -.5em;
	font-weight: bold;
}
button.accordion-close.active, button.accordion-close:hover {
    background-color: #fff;
}



/*===========================*
SITE FOOTER
*===========================*/
#Footer {
    background: #fff;
	color: #666;
	padding: 25px 0;
	text-align: center;
	font-size: 70%;
	letter-spacing: 0.12em;
	border-top: 1px solid #ddd;
}


@media screen and (max-width: 960px) {
	html {font-size:17px;}
	#title ol{margin-left: -15px; margin-right: -15px;}
	#title li {padding-left: 15px; padding-right: 15px;}
	.ribbon-campaign{left:15px;}
	#title li > div {padding: 35px 15px;}
	.details-wrapper {padding: 0 30px; margin: 0 30px;}		
	.account-img {width: 25%;}
}

@media screen and (max-width: 768px) {
	#title h1 img {
		padding-bottom: 10px;
	}	
.veltra-top-logo {
	padding-bottom: 0!important;
}
	h1 { font-size: 200%;}
	h2 { font-size: 180%;}
	p { margin: 0 0 1em;}
	.contents-wrapper { padding: 4em 15px;}
	#title .pc {display:none;}
	#title .mobile {display:block; margin-bottom: 0.5em;}
	#title { padding: 0;}
	#billboard {background-size: 150%;}
	.cd-tabs-content .area {font-size: 80%;}
	#title ol{margin-left: -10px; margin-right: -10px;}
	#title li {padding-left: 10px; padding-right: 10px;}
	.ribbon-campaign{left:10px;}
	#sec-a {padding-bottom: 30px;}
	.details-wrapper {padding: 0 15px; margin: 0 15px;}
	#sec-a .choice div{width:50%;}
	.account-img {width: 29%;}
	.account-desc{padding-left: 35%;}
	ol.steps {margin-left: -10px; margin-right: -10px;}
	ol.steps li{padding-left: 10px; padding-right: 10px;}
	#sec-b ol.steps li {width: 50%;}
}

@media screen and (max-width: 600px) {
	#nav {padding: 0.25em 0.1em; margin:0 auto; font-size: 90%;}
	#nav li{margin-right: 5px; margin-bottom: 5px; padding: 0.5em 1em;}
	#title .contents-wrapper { padding: 0 15px 0;}
	.account-img {padding-left: 0px; width: 35%;}
	.account-desc{padding-left: 40%;}
	.box-half {width:100%; padding: 0;}
	.box-half.pc {margin-bottom: 3em; padding-right: 0;}
	.phone .lineat-img-container {height: 100px;}
}

@media screen and (max-width: 480px) {
	.sns {padding: 20px 0px 60px;}
	#title li {width: 100%;}
	#sec-a {padding-bottom: 15px;}
	.details-wrapper {margin: 0 15px; padding: 0px 5px;}
	#sec-a .choice div{width:100%;}
	.account-img {width: 100%;}
	.account-desc {padding-left: 0; text-align: center;}
	.account h3 {text-align: left;}
	ol.steps li {width: 100% !important;}
	.application-details > div > span:first-child{width: 30%;}
}

@media screen and (max-width: 400px) {
	html {font-size:15px;}
	#sec-b .choice {padding: 0.75em;}
	.details-wrapper {padding: 0;}
	.application-details {margin: 2em 0.15em; font-size: 90%;}
}


.veltra-top-logo {
	display: table;
	margin: auto;
	width: 300px;
	padding-bottom: 20px;
}
.veltra-top-logo dd {
	display: table-cell;
}
.veltra-top-logo-1 {
	width: 164px;
} 
.veltra-top-logo-2 {
	width: 24px;
} 
.veltra-top-logo-3 {
	padding-top: 20px;
	width: 130px;
} 
@media screen and (min-width: 768px) {
.smt-only {
	display: none;
}

}

@media screen and (max-width: 768px) {
.pc-only {
	display: none;
}

.veltra-top-logo {
	margin-top: 30px
	}	
}


.swiss-camp {
	max-width: 890px;
	width: 90%;
	margin: 60px auto;
}

.swiss-camp dt {
	margin-top: 30px;
	font-size: 200%;
}

.swiss-camp span {
	color: #fa4357;
}


.haishin-info {
	border: solid 1px #484848;
	padding: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}