<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#Contents,
.GridSet {
	width: 100%;
	margin: auto;
}

.Grid4 .Section {
	padding: 2em 0;
}

.Grid4 .Section .Inner {
	max-width: 965px;
	margin: auto;
	z-index: 2;
}

.Grid4 .Section .Inner.Narrow {
	max-width: 720px;
	margin: auto;	
}

.Grid4 .Section .Inner h2 {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2;
	margin: 1em auto 1em;
}

.Grid4 .Section .Inner h2 a:link,
.Grid4 .Section .Inner h2 a:hover,
.Grid4 .Section .Inner h2 a:visited,
.Grid4 .Section .Inner h2 a:active {
	color: #333;
	position: relative;
	padding: 0;
	line-height: 1.6;
}

.Grid4 .Section .Inner h2 a:after {
    content: "";
    background: url(/-/media/ind/travelerswan/image/icon/icon_arrow_bk.svg) no-repeat center / 100%;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    transition: .08s ease-in;
    margin: 0 0 0 .5em;
	vertical-align: middle;
}


.Grid4 .Section .Inner h2 a:hover:after {
    content: "";
    margin: 0 0 0 .7em;	
}

.Grid4.Sub .Section .Inner h2 span {
	background: transparent;
	font-weight: normal;
	display: block;
	color: #444;
	font-size: .9em;
}

.Grid4.Sub .Section .Inner h4:before {
	content: none!important;
}

.Grid4 .Section.Read {
	background: #FDFDFD;	
}

.Grid4 .Section.Mint {
	background: #86FFC7;
}
.Grid4 .Section.Gray {
	background: #F2F2F2;
}
.Grid4 .Section.Sax {
	background: #46F1FF;
}
.Grid4 .Section.Pink {
	background: #FAC4C4;
}
.Grid4.Top {
	position: relative;
}

.Grid4.Top video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto;
	z-index: -1;
	background: url("/-/media/ind/travelerswan/image/top/bg_branding.png") no-repeat center;
}

.Grid4.Top .PageTitleStyle3 {
	height: 920px;
	max-height: 920px;
	/*height: 1020px;
	max-height: 1020px;*/
	z-index: 0;
	padding: 2em 0 0;
	margin: 0;
}

.Grid4.Top .PageTitleStyle3:after {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    position: absolute;
    top: 64px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    transform: skewY(-4deg);
    z-index: -1;
}
.Grid4.Top .PageTitleStyle3 h1 {
	margin: auto auto 4em;;
	max-width: 965px;
	z-index: 1;
}

.Grid4.Top .PageTitleStyle3 h1 img {
	text-align: center;
	margin: auto;
	display: block;	
}

.Grid4.Top .PageTitleStyle3 .Inner,
.Grid4.Sub .PageTitleStyle3 .Inner {
	width: 965px;
	margin: auto;
}

.Grid4.Sub .PageTitleStyle3 {
	height: 180px;
	display: flex;
	margin: 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #68dec2;
}

.Grid4.Sub.Merit .PageTitleStyle3 {
	background: #68dec2 url("/-/media/ind/travelerswan/merit/image/img_h1_title.png") no-repeat 50% -10px / 100%;
}
.Grid4.Sub.About .PageTitleStyle3 {
	background: #d4de68 url("/-/media/ind/travelerswan/about/image/img_h1_title.png") no-repeat 50% -10px / 100%;
}
.Grid4.Sub.Spec .PageTitleStyle3 {
	background: #e2cece url("/-/media/ind/travelerswan/spec/image/img_h1_title.png") no-repeat 50% -10px / 100%;
}
.Grid4.Sub.License .PageTitleStyle3 {
	background: #3399cc url("/-/media/ind/travelerswan/license/image/img_h1_title.png") no-repeat 50% -10px / 100%;
}
.Grid4.Sub.Case .PageTitleStyle3 {
	background: #fcc670 url("/-/media/ind/travelerswan/casestudy/image/img_h1_title.png") no-repeat 50% -10px / 100%;
}
.Grid4.Sub.MailMagazine .PageTitleStyle3,
.Grid4.Sub.Useful .PageTitleStyle3 {
	background: #46f1ff url("/-/media/ind/travelerswan/useful/image/img_h1_title.png") no-repeat 50% -10px / 100%;
}

.Grid4.Sub.Column .PageTitleStyle3,
.Grid4.Sub.Movie .PageTitleStyle3 {
	background: #f6eaf1 url("/-/media/ind/travelerswan/column/image/img_h1_title.png") no-repeat 50% -10px / 100%;
}

.Grid4.Sub .PageTitleStyle3:after {
    content: "";
    display: block;
    width: 100%;
    height: 110px;
    position: absolute;
    top: 28px;
	left: 0;
    background: rgba(255,255,255,.8);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    transform: skewY(-3deg);
    z-index: -1;
}

.Grid4.Sub .PageTitleStyle3 .Inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
		align-items: center;
}
.Grid4.Sub .PageTitleStyle3 .Inner h1 {
	font-size: 1.8em;
	display: inline;
	border-bottom: 4px dotted #dcdcdc;
	font-weight: bold;
	z-index: 1;
}

.Grid4 .Section.Read .TextStyle1 {
	font-size: 1.2em;
	font-weight: bold;
}
.Grid4.Sub .Section .TextStyle1 {
	font-size: 1.1em;
}

.Grid4.Top .PageTitleStyle3 {
	background: url(/-/media/ind/travelerswan/image/top/bg_branding_new.png) no-repeat center / 100% auto;
}
.Grid4.Top .PageTitleStyle3 .Inner h2 {
	display: block;
	padding: 1.5em;
	margin: 0 0 1em;
	background: rgba(0,0,0,.8);
	border-radius: 2px;
	transition: .08s ease-in;	
}

.Grid4.Top .PageTitleStyle3 .Inner h2:hover {
	background: rgba(0,0,0,.99);	
}

@media screen and (min-width: 1px){
	h2 a:link,
	h2 a:hover,
	h2 a:active,	
	h2 a:visited {
		background-image: none!important;
	}
}

.Grid4.Top .PageTitleStyle3 .Inner h2 a:link,
.Grid4.Top .PageTitleStyle3 .Inner h2 a:hover {
	display: block;
	margin: auto;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.8em;
	line-height: 1.4;
	text-align: center;
	background-image: none;
}

.Grid4.Top .PageTitleStyle3 .Inner h2 a:after {
    content: "";
    background: url(/-/media/ind/travelerswan/image/icon/icon_arrow_wh.svg) no-repeat center / 100%;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    transition: .08s ease-in;
    margin: 0 0 0 .5em;
}

.Grid4.Top .PageTitleStyle3 .Inner h2 a:hover:after {
	content: "";
	margin: 0 0 0 .7em;
}

.Grid4.Top .PageTitleStyle3 .Inner div.promo{
	background-color: #fff;
	margin-top: 35px;
}

.Grid4.Top .PageTitleStyle3 .Inner div.promo p.ImgOnlyStyle img{
	margin: 0;
	transition: .08s ease-in;
}

.Grid4.Top .PageTitleStyle3 .Inner div.promo p.ImgOnlyStyle img:hover{
	opacity: 0.8;
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnSet {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;	
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnThird {
	width: 100%;
	margin: .5em;
    min-height: 311px;
    background-color: #D9FF0B;
    border-radius: 166px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	transition: .08s ease-in;
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnThird:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 10px 2px rgba(0,0,0,.5);	
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnThird h3:before {
	content: "";
	width: 108px;
	height: 60%;
	display: block;
	margin: auto;	
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnThird:nth-of-type(1) h3:before {
	content: "";
	background: url("/-/media/ind/travelerswan/image/icon/icon_01.svg") no-repeat center;
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnThird:nth-of-type(2) h3:before {
	content: "";
	background: url("/-/media/ind/travelerswan/image/icon/icon_02.svg") no-repeat center;
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnThird:nth-of-type(3) h3:before {
	content: "";
	background: url("/-/media/ind/travelerswan/image/icon/icon_03.svg") no-repeat center;
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnThird h3 {
    background: transparent;
    border: none;
    color: #333;
    text-align: center;
    font-size: 1.8em;
	height: 100%;
	box-sizing: border-box;
}

.Grid4.Top .PageTitleStyle3 .Inner .ColumnThird h3 a:link {
	text-decoration: none;
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 15%;
	box-sizing: border-box;
	padding: 0;

}
@media screen and (max-width: 1430px){
	.Grid4.Top .PageTitleStyle3 {
		background-size: auto 101%;
	}
}
.Grid4.Top .Inner iframe {
	display: block;
	margin: auto;
	width: 100%;
	min-height: 500px;
}
@media screen and (max-width: 579px){
	.JS .Grid4.Top .Inner iframe {
		min-height: 400px
	}
}
@media screen and (max-width: 479px){
	.JS .Grid4.Top .Inner iframe {
		min-height: 300px
	}
}
div[class^=Column].FirstItem.bl-hot,
div[class^=Column].LastItem.bl-hot {
	border: none;
	min-height: inherit;
	margin: 0;
}
div[class^=Column].FirstItem.bl-hot {
		margin: 0 15px 15px 0;
}

.Top .Section.Mint .Column3 .ImgOnlyStyle {
	transform: rotate(0deg);	
	transition: .03s ease-out;	
}

.Top .Section.Mint .Column3.bl-hover .ImgOnlyStyle {
	transform: rotate(10deg);
	transition: .02s ease-in;	
    box-shadow: 0 10px 10px 2px rgba(0,0,0,.3);		
}

.Top .Section.Mint .Column3.LastItem {
	float: right;
}


.Top .Section.Mint .ColumnSet .ImgOnlyStyle {
    width: 312px;
    height: 312px;	
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}

.Top .Section.Mint .Column3.Sec01 .ImgOnlyStyle {
    background: #158187;
}

.Top .Section.Mint .Column3.Sec02 .ImgOnlyStyle {
    background: #FCC670;
}
.Top .Section.Mint .Column3.Sec03 .ImgOnlyStyle {
	background: #A092C7;
}
.Top .Section.Mint .Column3.Sec04 .ImgOnlyStyle {
	background: #07698D;
}
.Top .Section.Mint .Column3.Sec05 .ImgOnlyStyle {
	background: #22C5D3;
}
.Top .Section.Mint .Column3.FirstItem .ImgOnlyStyle {
	float: left;
	margin: 0;
}
.Top .Section.Mint .Column3.LastItem .ImgOnlyStyle {
	float: right;
	margin: 0;
}

.Top .Section.Mint .Column3 {
	z-index: -1;
}


.Top .Section.Mint .Column3 .TextStyle1 strong {
	font-size: 1.3em;
}
.Top .Section.Mint .Column3 .TextStyle1 {
	position: relative;
    display: inline-block;
    z-index: 0;
	width: 32%;
}

.Top .Section.Mint .Column3.LastItem .TextStyle1 {
	float: right;
}
.Top .Section.Mint .Column3.Sec01.FirstItem .TextStyle1:after {
	content: "";
    background: url(/-/media/ind/travelerswan/image/top/img_arrow_left_upper.svg) no-repeat center;
    width: 328px;
    height: 120px;
    display: inline-table;
    position: absolute;
    top: 0;
    left: -64px;
    z-index: -1;
	transition: .03s ease-in;
}

.Top .Section.Mint .Column3.FirstItem.bl-hover .TextStyle1:after {
	content: "";
	left: -84px;
}
.Top .Section.Mint .Column3.LastItem.bl-hover .TextStyle1:after {
	content:"";
	right: -84px;
}

.Top .Section.Mint .Column3.Sec03.LastItem .TextStyle1:after {
	content: "";
    background: url(/-/media/ind/travelerswan/image/top/img_arrow_right_upper.svg) no-repeat center;
    width: 328px;
    height: 120px;
    display: inline-table;
    position: absolute;
    top: 0;
    right: -64px;
    z-index: -1;
	transition: .03s ease-in;	
}

.Top .Section.Mint .Column3.Sec04.FirstItem .TextStyle1:after {
	content: "";
    background: url(/-/media/ind/travelerswan/image/top/img_arrow_left_lower.svg) no-repeat center;
    width: 328px;
    height: 120px;
    display: inline-table;
    position: absolute;
    top: 0;
    left: -64px;
    z-index: -1;
	transition: .03s ease-in;
}

.Top .Section.Mint .Column3.Sec05.LastItem .TextStyle1:after {
	content: "";
    background: url(/-/media/ind/travelerswan/image/top/img_arrow_right_lower.svg) no-repeat center;
    width: 328px;
    height: 120px;
    display: inline-table;
    position: absolute;
    top: 0;
    right: -64px;
    z-index: -1;
	transition: .03s ease-in;	
}


.Top .Section.Mint .Column3 a:link,
.Top .Section.Mint .Column3 a:hover,
.Top .Section.Mint .Column3 a:active,
.Top .Section.Mint .Column3 a:visited,
.Top .Section.Mint .Column3 a:link strong,
.Top .Section.Mint .Column3 a:hover strong,
.Top .Section.Mint .Column3 a:active strong,
.Top .Section.Mint .Column3 a:visited strong {
	text-decoration: none;
	color: #333;
}

.Top .Section.Pink .Column2 {
	box-sizing: border-box;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
	border-radius: 10px;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	transition: .08s ease-in;
}

.Top .Section.Pink .Column2.bl-hover {
	box-shadow: 0 10px 10px 2px rgba(0,0,0,.3);
	transform: scale(1.05);
}

.Top .Section.Pink .Column2 h3 {
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	transition: .03s ease-in;
	display: flex;
	min-height: 246px;
	padding: 0;
	margin: 0;
}

.Top .Section.Pink .Column2.FirstItem h3 {
	background: #74c4b2 url("/-/media/ind/travelerswan/image/top/img_spec.svg") no-repeat center / 100%;	
}

.Top .Section.Pink .Column2.LastItem h3 {
	background: #6d8fc5 url("/-/media/ind/travelerswan/image/top/img_license.svg") no-repeat center / 100%;	
}

.Top .Section.Pink .Column2 h3 img {
	background: #868686;
	padding: 1em;
	border-radius: 10px 0 0 10px;
	transition: .08s ease-in;
}

.Top .Section.Pink .Column2.bl-hover h3 img {
	background: #727272;
}

.Top .Section.Pink .Column2 h3 a:link,
.Top .Section.Pink .Column2 h3 a:visited {
	color: #333;
    text-decoration: none;
    width: 100%;
    border-radius: 10px;
    font-size: 2em;
    display: flex;
    justify-content: center;
	align-items: center;
	margin: auto;
	padding: 0;
	background: none;
}

.Top .Section.Gray .Inner,
.Sub .Section.Gray .Inner{
	max-width: 965px;
}
.Section .ColumnList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
	max-width: 965px;
	transform: scale(0.8);
}

.Section .ColumnList li {
	border-radius: 5px;
	overflow: hidden;
	justify-content:flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: 4px;
	transition: .08s ease-in;
}

.Section .ColumnList li:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 10px 2px rgba(0,0,0,.3);
	z-index: 1;
}
#RotationBanner {
	border-top: none;
}
.Top .ColumnList {
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 980px;
	transform: scale(1);
	max-width: inherit;
}
.Top .ColumnList li {
	width: 240px;
	height: auto;

}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {

    border-radius: 10px;
	background: rgba(0,0,0,.3);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background: rgba(0,0,0,.6);	
}

.Top .Section.Info dl {
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 8em;
	max-height: 8em;
	padding: 1em;
	box-sizing: border-box;
}

.Top .Section.Info dl dt {
	float: left;
	line-height: 1.6;
	display: flex;
}

.Top .Section.Info dl dt:after {
	content: "";
	padding: .3em 0 .3em;
	margin: 0 1em;
	vertical-align: middle;
	height: 1.6em;
	width: 6em;
	font-size: .7em;
	font-weight: bold;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	border-radius: 2px;
	display: inline-block;
}

.Top .Section.Info dl dt.Column:after {
	content: "コラム";
	text-align: center;
	background: #B193C1;
}

.Top .Section.Info dl dt.Movie:after {
	content: "動画";
	text-align: center;
	background: #FFCD93;
}

.Top .Section.Info dl dt.Comic:after {
	content: "マンガ";
	text-align: center;
	background: #87D1BB;
}



.Top .Section.Info dl dt.Info:after {
	content: "お知らせ";
	text-align: center;
	background: #fcfcfc;
}

.Top .Section.Info dl dt.Event:after {
	content: "イベント";
	text-align: center;
	background: #319dec;
	color: #fff;
}


.Top .Section.Info dl dd {
	margin: 0 0 1em 12em;
}
.Top .Section.Info dl dd:after {
	content: "";
	display: block;
	clear: both;
}

.Top .Section.Support {
	background: #fff;
}

.Grid4.Top .Section.Support .Inner .ColumnSet {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;	
}

.Grid4.Top .Section.Support .Inner .ColumnThird {
	width: 100%;
	margin: .5em;
    min-height: 311px;
    background-color: #A0DEDC;
    border-radius: 166px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	transition: .08s ease-in;
	position: relative
}

.Grid4.Top .Section.Support .Inner .ColumnThird h3 {
    background: transparent;
    border: none;
    color: #333;
    text-align: center;
    font-size: 1.8em;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
	transition: .08s ease-in;
}

.Grid4.Top .Section.Support .Inner .ColumnThird:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 10px 2px rgba(0,0,0,.5);
	z-index: 1;
}

.Grid4.Top .Section.Support .Inner .ColumnThird h3:after {
	content: "";
	width: 312px;
	height: 30%;
	display: block;
	margin: auto;	
}

.Grid4.Top .Section.Support .Inner .ColumnThird:nth-of-type(1) h3:after  {
	content: "";
	background: url("/-/media/ind/travelerswan/image/icon/icon_online.svg") no-repeat center;
}

.Grid4.Top .Section.Support .Inner .ColumnThird:nth-of-type(2) h3:after {
	content: "";
	background: url("/-/media/ind/travelerswan/image/icon/icon_support.svg") no-repeat center;
}

.Grid4.Top .Section.Support .Inner .ColumnThird:nth-of-type(3) h3:after {
	content: "";
	background: url("/-/media/ind/travelerswan/image/icon/icon_free.svg") no-repeat center;
}


.Grid4.Top .Section.Support .Inner .ColumnThird h3 a:link,
.Grid4.Top .Section.Support .Inner .ColumnThird h3 a:hover {
	text-decoration: none;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    box-sizing: border-box;
    padding: 2em 0 0;
}

.Grid4.Sub .Section.Result {
	z-index: auto;
	margin: -3em auto 0;
}

.Grid4.Sub .Section.Result:before {
    content: url(/-/media/ind/travelerswan/merit/image/img_arrow_under.svg);
    margin: -4em auto 0;
    display: block;
    width: 160px;
    height: auto;
    z-index: 2;
    position: relative;
    top: 0;
}

.Grid4.Sub.About {
	background: transparent url("/-/media/ind/travelerswan/about/image/bg_about_right.svg") no-repeat 100% 50% / 310px 3000px;
	z-index: 0;
	position: relative;
} 

.Grid4.Sub.About:after {
    content: "";
    background: transparent url(/-/media/ind/travelerswan/about/image/bg_about_left.svg) no-repeat 0% 8% / 160px 2000px;
    height: 2000px;
    width: 160px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.Grid4.Sub h3 {
    font-size: 1.2em;
    font-weight: normal;
    background: transparent;
    border-left: none;
    border-bottom: 2px dotted #dcdcdc;
    position: relative;
    margin: 0 0 1em 40px;
    padding: .8em 0;
    vertical-align: middle;
}

.Grid4.Sub h3:before {
    content: "";
    background: url(/-/media/ind/travelerswan/image/icon/icon_h3.svg) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    float: left;
    display: inline-block;
    left: -45px;
    top: 5px;
}

/*テーブル*/


.Grid4.Sub.Spec table.TableStyle3.Ex th,
.Grid4.Sub.Spec table.TableStyle3.Ex td {
	font-size: 1em;
	text-align: center;
	border: 2px solid #fff;
}
.Grid4.Sub.Spec table.TableStyle3.Ex thead th {
	background: transparent;
	border: none;
}
.Grid4.Sub.Spec table.TableStyle3.Ex thead td {
	background: #f7e3b5;
	color: #444;
	text-align: center;font-weight: bold;
}

.Grid4.Sub.Spec table.TableStyle3.Ex tbody tr:first-child th {
	background: #22c5d3;
	font-weight: bold;
}

.Grid4.Sub.Spec table.TableStyle3.Ex tbody th {
	background: #ddd;
}
.Grid4.Sub.Spec table.TableStyle3.Ex tbody td {
	background: #eee;
}
.Grid4.Sub.Spec .TableStyle3.ExSp th {
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}
.Grid4.Sub.Spec .TableStyle3.ExSp th,
.Grid4.Sub.Spec .TableStyle3.ExSp td {
	border: 2px solid #fff;
	padding: 1em;
	width: 50%;
}
.Grid4.Sub.Spec .TableStyle3.ExSp th:nth-of-type(1) {
	background: #22c5d3;
}
.Grid4.Sub.Spec .TableStyle3.ExSp th:nth-of-type(2) {
	background: #f7e3b5;
}
.Grid4.Sub.Spec .TableStyle3.ExSp td {
	font-size: 1em;
}
.Grid4.Sub.Spec .TableStyle3.ExSp td&gt;span {
	color: #bd0f0f;
	font-weight: bold;
}
.Grid4.Sub.Spec .TableStyle3.ExSp tr td:nth-of-type(1) {
	background: #ddd;
}
.Grid4.Sub.Spec .TableStyle3.ExSp tr td:nth-of-type(2) {
	background: #eee;
}
.Grid4.Sub .Toggle table.TableStyle3.t-wan {
	border-collapse: separate;
	border-spacing:0.3em;
	border: none;
}

.Grid4.Sub .Toggle table.TableStyle3.t-wan tr th,
.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td {
	font-size: 1em;
	
	border: none;

}

.Grid4.Sub .Toggle table.TableStyle3.t-wan tr:first-child th {

}

.Grid4.Sub .Toggle table.TableStyle3.t-wan tr th {
	background-color: #22c5d3;
	color: #333;
	border-radius: 5px 0 0 5px;
}
.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td.OnP,
.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td.SaaS,
.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td.Off {
	word-break: keep-all;
	text-align: center;
	border-radius: 5px;
}

.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td.OnP {
	background: #b0eadd;
	border: none;
}

.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td.SaaS {
	background: #f7e3b5;
	border: none;
}

.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td.Off {
	background: #efefef;
	color: #999;
	border: none;
}


.Grid4.Sub .Toggle table.TableStyle3.t-wan tr td.SubHeader {
	background-color: #eeeeee;
}

.Grid4.Sub.Download table.TableStyle3 {
	border-collapse: separate;
	border-spacing:0.3em;
	border: none;
}

.Grid4.Sub.Download table.TableStyle3 tr th {
    background-color: #22c5d3;
    color: #333;
    border-radius: 5px 0 0 5px;
	border: none;
}

.Grid4.Sub.Download table.TableStyle3 tr td {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: none;
	border-right: none;
}

.Grid4.Sub.Download .ColumnSet {
    background: #f1f1f1;
    padding: 1em 1em 0;
}

.Grid4.Sub .Related {
    padding: 1em;
    background: rgba(255,255,255,.5);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    display: inline-block;
	font-size: .9em;
}

.Grid4.Sub .Related dt {
	font-weight: bold;
	color: #666;
}

.Grid4.Sub .BoxPatternC {
	border: none;
	background: #efefef;
	padding: 1em;
}
.Grid4.Sub .BoxPatternA {
		background: transparent;
}
.Grid4.Sub .BoxPatternA h2 {
	margin: 0;
	padding-bottom: 0;
	background: transparent;

}

.Grid4.Sub .Section .Inner .BoxPatternA h2 span {
	width: 4em;
	height: 3em;
	margin: auto;
	padding: .5em;
	box-sizing: border-box;
	background: #68dec2;
	border-radius: 2px 2px 0 0;
}
.Grid4.Sub .BoxPatternA&gt;.Inner {
	border: none;
	background: #efefef;
	padding: 1em;	
    box-shadow: 0 -5px 5px 0 rgba(0,0,0,.15);	
}

.Grid4.Sub .BoxPatternA&gt;.Inner .CatchCopy {
	font-size: 1.4em;
}


.Grid4.MailMagazine h3.Button {
	margin: 0 auto;
	padding: 0;
	height: 60px;
	width: 230px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 2px 10px 0px rgba(0,0,0,0.3);
	box-sizing: border-box;
	background: url(/-/media/ind/travelerswan/image/title1_icon_mailmagazine.png) no-repeat center left;
	transition: .08s ease-in;
}

.Grid4.MailMagazine h3.Button:before {
	content: none;
}

.Grid4.MailMagazine h3.Button:hover {
	box-shadow: 0 5px 10px 3px rgba(0,0,0,0.3);	
}

.Grid4.MailMagazine h3.Button a {
	background: none;
	text-align: right;
	width: 224px;
	height: 60px;
	display: block;
	padding: 20px 10px 20px 90px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
}

#MailSample {
	max-width: 80%;
	max-height: 80%;
	top: 10%;
	overflow-y: scroll;
	z-index: 10;
}

#MailSample .Section {
	background: #fff;
	padding: 15px;
}

#MailSample h1 {
	font-size: 120%;
	font-weight: bold;
}

#MailSample .ImgOnlyStyle {
	width: 100%;
}

#MailSample .ImgOnlyStyle img {
	max-width: 100%;
}

.Section .Rotation {
	overflow: hidden;
	width: 100%;
}
.Section .Rotation img {
	max-height: 8em;
}
.Section .Rotation &gt; .slick-slide {
	width: 230px;
	margin: 0 .5em;
}
.Rotation .prev.slick-arrow,
.Rotation .next.slick-arrow {
    position: absolute;
    width: 2em;
	height: 8em;
	padding: .25em;
	transition: .08s ease-in;
    background: rgba(0,0,0,.3);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
    align-items: center;
    z-index: 999;
}
.Rotation .next.slick-arrow {
	right: 0;
	top: 0;
}
.Rotation .prev.slick-arrow:hover,
.Rotation .next.slick-arrow:hover {
    background: rgba(0,0,0,.5);	
}

.Rotation .slick-dots li button {
	display: none;
}

@media screen and (max-width: 579px) {
	.JS .Grid4.MailMagazine .modal-content {
		margin-left: 1%;
	}

	.JS #MailSample {
		max-width: 90%;
	}
}

/* Toggle */

.Toggle .t-wan a {
	background: url('/-/media/ind/travelerswan/saas/image/icon_toggle_arrow_open.png') no-repeat center right;
	transition: .08s ease-in;
}

.Toggle.Opened .t-wan a {
	background: url('/-/media/ind/travelerswan/saas/image/icon_toggle_arrow_close.png') no-repeat center right;
}

.Toggle .TextStyle2 span {
    padding: .25em;
    background: #efefef;
    color: #999;
}

.Grid4.Sub h3.Link:before {
	content: none;
}

.Grid4.Sub h3.Link {
	border: none;
	font-size: 1.2em;
	display: inline-block;
	position: relative;
	margin: 0 0 1em;
}
.Grid4.Sub h3.Link a:before {
	content: "";
	background: url("/-/media/ind/travelerswan/image/icon/icon_arrow_sax.svg") no-repeat center / 100%;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	vertical-align: middle;
	left: 0;
	transition: .08s ease-in;
} 

.Grid4.Sub h3.Link a:hover:before {
	content: "";
	left: .25em;
}

.Grid4.Sub h3.Link a:link,
.Grid4.Sub h3.Link a:hover {
	font-weight: bold;
	text-decoration: none;
	line-height: 2;
	background-image: none; 
	padding-left: 2.4em;
}

.Sub.License .TableStyle3 {
	border-collapse:separate;
	border-spacing: 4px;
}
.Sub.License .TableStyle3 th {
	border: none;
	text-align: center;
}
.Sub.License .TableStyle3 tr:first-child th:nth-of-type(1) {
    background: #827c71;
    border-radius: 5px 5px 0 5px;
    color: #fff;
}
.Sub.License .TableStyle3 td:nth-of-type(1) {
	background: #d8d6d1;
	border-radius: 5px 0 0 5px;
}



.Sub.License .TableStyle3 tr:first-child th:nth-of-type(2) {
    background: #bddae9;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.Sub.License .TableStyle3 tr:first-child+tr th:nth-of-type(1),
.Sub.License .TableStyle3 tr:first-child+tr th:nth-of-type(2) {
    background: #d3e3eb;
}
.Sub.License .TableStyle3 td:nth-of-type(2),
.Sub.License .TableStyle3 td:nth-of-type(3) {
	background: #ecf4f8;
}


.Sub.License .TableStyle3 tr:first-child th:nth-of-type(3) {
    background: #9ed9d1;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.Sub.License .TableStyle3 tr:first-child+tr th:nth-of-type(2) {
    background: #bfe9e3;
}
.Sub.License .TableStyle3 td:nth-of-type(3) {
	background: #dbfdf8;
}


.Sub.License .TableStyle3 tr:first-child th:nth-of-type(4) {
    background: #f1c764;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
.Sub.License .TableStyle3 tr:first-child+tr th:nth-of-type(3),
.Sub.License .TableStyle3 tr:first-child+tr th:nth-of-type(4) {
    background: #f7da97;
}
.Sub.License .TableStyle3 td:nth-of-type(4),
.Sub.License .TableStyle3 td:nth-of-type(5) {
	background: #ffeec7;
}

.Sub.License .TableStyle3 tr:nth-of-type(6) td:nth-of-type(2) {
    border-radius: 0 0 5px 0;
}

.Sub.License .TableStyle3 td {
	text-align: right;
	border: none;
}

.Sub.License .TableStyle3 tr:nth-of-type(4) td:nth-of-type(4),
.Sub.License .TableStyle3 tr:nth-of-type(6) td:nth-of-type(2) {
	text-align: center;	
}



.Grid4.Sub.Case .Pink .ImgOnlyStyle,
.Grid4.Sub.Case .Pink .ImgOnlyStyle img {
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
}
.Grid4.Sub.Support ol.ListStyle1 {
	float: left;
}



.Sub.Useful .Section .Column2 {
	box-sizing: border-box;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
	border-radius: 10px;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	transition: .08s ease-in;
	margin-bottom: 15px;
}

.Sub.Useful .Section .Column2.bl-hover {
	box-shadow: 0 10px 10px 2px rgba(0,0,0,.3);
	transform: scale(1.05);
}

.Sub.Useful .Section .Column2 h3 {
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	transition: .03s ease-in;
	/*display: flex;*/
	min-height: 246px;
	padding: 0;
	margin: 0;
}


.Sub.Useful .Section .Column2.bl-hover {
	box-shadow: 0 10px 10px 2px rgba(0,0,0,.3);
	transform: scale(1.05);
}

.Grid4.Sub.Useful .Section .Column2 h3:before {
	content: none;
}


.Grid4.Sub.Useful .Section .Column2 h3 span {
    display: flex;
    align-items: center;
    font-size: .9em;
	padding: 1em;
}

.Sub.Useful .Section .Column2 h3 a:before {
	content: "";
	width: 50px;
	height: 50px;
	margin: 0 .5em 0 0;
}
.Sub.Useful .Section .Column2 h3#Column {
	background: #68dec2;
}
.Sub.Useful .Section .Column2 h3#Column a:before {
	content: url("/-/media/ind/travelerswan/useful/image/icon_useful_column.svg");
}

.Sub.Useful .Section .Column2 h3#Smart {
	background: #88cbdc;
}
.Sub.Useful .Section .Column2 h3#Smart a:before {
	content: url("/-/media/ind/travelerswan/useful/image/icon_useful_smart.svg");	
}

.Sub.Useful .Section h3#Video {
	background: #e7c02d;
}
.Sub.Useful .Section .Column2 h3#Video a:before {
	content: url("/-/media/ind/travelerswan/useful/image/icon_useful_video.svg");	
}

.Sub.Useful .Section h3#Comic {
	background: #dedb68;
}
.Sub.Useful .Section .Column2 h3#Comic a:before {
	content: url("/-/media/ind/travelerswan/useful/image/icon_useful_comic.svg");	
}

.Sub.Useful .Section h3#Mail {
	background: #c3b8a4;
}
.Sub.Useful .Section .Column2 h3#Mail a:before {
	content: url("/-/media/ind/travelerswan/useful/image/icon_useful_mail.svg");	
}

.Sub.Useful .Section h3#Trial {
	background: #ffb79b;
}
.Sub.Useful .Section .Column2 h3#Trial a:before {
	content: url("/-/media/ind/travelerswan/useful/image/icon_useful_trial.svg");	
}

.Sub.Useful .Section .Column2 h3 a:link,
.Sub.Useful .Section .Column2 h3 a:visited {
	color: #333;
    text-decoration: none;
    width: 100%;
    border-radius: 10px;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
	align-items: center;
	margin: auto;
	padding: 1em;
	background: none;
	text-align: left;
	box-sizing: border-box;
}


#ext {
	padding: 1em;

}
#ext .btn {
	border: 1px solid;
	padding: .15em .35em;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	cursor: pointer;
	transition: .08s ease-in;
}

#ext .btn:hover {
	background: #0072c6;
	color: #fff;
}

#ext ul {
	margin: 1em;
}

#ext li {
	transition: .3s ease-in;
/*	float: left;*/
	list-style: none;
	margin-right: 2em;
	line-height: 2.5em;
	font-size: 14px;
	border-bottom: .5px dotted #bfbfbf;
}

#ext li&gt;a {
	font-size: 1.2em;
	font-family: 'wf_segoe-ui_light','Segoe WP Light','Segoe UI',Helvetica,Tahoma,Arial,sans-serif;
	padding: .02em .17em .17em;
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0);
	border: 1px solid transparent;
	transition: .2s ease-out;
	border-radius: 2px;
}

#ext li&gt;a:hover {
	background: #f4f4f4;
	padding: .02em .17em .17em;
	border: 1px solid;
	text-decoration: none;
	transition: .08s ease-in;
	box-shadow: 0 1px 5px 2px rgba(0,0,0,0.1);
}

#ext li span {
    font-size: .8em;
    background: #777;
    border: 1px solid #444;
    color: #fff;
    border-radius: 2px;
    padding: .25em;
    text-align: center;
    vertical-align: middle;
    margin-right: .5em;
}

.v-enter-active,
.v-leave-active {
  transition: transform .5s, opacity .5s;
}
.v-move:not(.demo-leave-active) {
  transition: transform .5s;
}
/* 表示される時は上からスライド */
.v-enter {
  opacity: 0;
  transform: translateY(-20px);
}
/* 消える時は縮小される */
.v-leave-to {
  opacity: 0;
  transform: scale(0.8);
}
.v-leave-active {
  position: absolute;
}

.Grid4.Sub.Column .Section {
	border-bottom: 1px dotted #cfcfcf;
}
.Grid4.Sub.Column .Section.Contact {
	border: none;
}

.Grid4.Sub.Column .ImgLeftAdjust .ImgOnlyStyle img,
.Grid4.Sub.Column .Column1 .ImgOnlyStyle img {
	border-radius: 5px;
	max-width: 100%;
	height: auto;
}

.Grid4.Sub.Column .Toggle {
	cursor: pointer;
	font-weight: bold;
}

.Grid4.Sub.Column .Toggle:before {
	content: url("/-/media/ind/travelerswan/image/icon/icon_all_column.svg");
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
} 

.Grid4.Sub.Comic h3:before {
	content: none;
}

.Grid4.Sub.Comic .Problem .Inner h2 span {
    color: #444;
    text-align: center;
    padding: 2em;
    background: none #fad6ac;
}

.Section.Contact {
	background: #5D5D5D;
	border: none;
}

.Section.Contact .TextStyle1 {
    margin: auto;
    max-width: 720px;
    box-sizing: border-box;
    display: flex;
}
.Section.Contact .TextStyle1 a:before {
    content:"";
	background: url(/-/media/ind/travelerswan/image/icon/icon_mail.svg) no-repeat center / 100%;
    width: 75px;
    height: 52px;
    display: flex;
    float: left;
    align-items: center;
    margin-right: 1em;
}
.Section.Contact .TextStyle1 a:link,
.Section.Contact .TextStyle1 a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    margin: auto;
    padding: .5em;
    width: 720px;
    font-size: 2em;
    line-height: 1.2;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: .1s ease-in;
    max-width: 720px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.Section.Contact .TextStyle1 a:hover {
	background: #bd0f0f;
	border: 2px solid #6d3838;
	box-shadow: 0 10px 10px 2px rgba(0,0,0,.3);
	transform: scale(1.05);
}

.FatMenuWide {
	background: #414141;
	border: none;
	padding: 0.6em 0;
}

.FatMenuWide li {
	float: left;
	width: 25%;
}

.FatMenuWide a:link,
.FatMenuWide a:visited {
	color: #fff;
	background-image: none;
	text-decoration: none;
	background-color: #414141;
	border-radius: 2px;
	padding: .25em .5em;
	transition: .08s ease-in;
		
}
.FatMenuWide a:hover,
.FatMenuWide a:active {
	background-color: #5b5a5a;	
	text-decoration: underline;
}

@media screen and (min-width: 1px){
	.FatMenuLink &gt; .FMLinkListStyle &gt; li &gt; a:link,
	.FatMenuLink &gt; .FMLinkListStyle &gt; li &gt; a:hover,
	.FatMenuLink &gt; .FMLinkListStyle &gt; li &gt; a:visited {
		background-image: none!important;
		text-decoration: none;
		color: #fff;
	}
}
.Gid4.Sub .Section.NoPadding {
	padding: 0;
}
.Grid4.Sub .Flexbox {
	display: flex;
}
.Grid4.Sub .Flexbox.Button {
	justify-content: space-around;
	margin: 3em auto;
}
.Grid4.Sub .Flexbox.Button li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 1em);
}
.Grid4.Sub .Flexbox.Button li a:link,
.Grid4.Sub .Flexbox.Button li a:visited {
	width: 100%;
	min-height: 80px;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.4;
	border-radius: 5px;
	text-align: center;
	color: #444;
	padding: .5em;
	text-decoration: none;
	transition: .08s ease-in;
}
.Grid4.Sub .Flexbox.Button li a:hover {
	box-shadow: 0 10px 10px 2px rgb(0 0 0 / 30%);
}
.Grid4.Sub .Flexbox.Button li.Spec a {
	background: #22c5d3;
}
.Grid4.Sub .Flexbox.Button li.Case a {
	background: #fcc670;
}
.Grid4.Sub .Flexbox.Button li.About a {
	background: #d4de68;
}
.Grid4.Sub .Flexbox.Button li.System a {
	background: #68dec2;
}
.Grid4.Sub .Flexbox.Three li {
	width: calc((100% / 3) - 1.5em);
	margin: 0 auto;
}
.Grid4.Sub .Flexbox.Three li h3 {
	margin: 0 0 1em;
	font-weight: bold;
	text-align: center;
}
.Grid4.Sub .Flexbox.Three li h3::before {
	content: none;
}
@media screen and (max-width: 994px){
	.JS #Contents {
		padding: 0;
	}
	
	.JS .GridSet {
		margin: 0;
	}
	
	.JS .Grid4 {
		margin: 0;
		padding: 0;
	}
	
	.JS .Grid4 .Inner {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.JS .ColumnSet {
		margin: auto;
	}
	
	.JS .Grid4 .Column2 {
		padding: 0;
		width: 48%;
	}
	.JS .Grid4.Top .PageTitleStyle3 .Inner {
		width: auto;
	}
	
	.JS .Grid4.Top .PageTitleStyle3 h1 {
		padding: 1em;
	}
	
	.JS .Grid4.Top .PageTitleStyle3 h1 img {
		width: 80%;
	}
	
	.JS .Sub.About {
		background-position: 100% -20%;
	}
	
	.JS .Top .Section.Pink .Column2 h3 {
		min-height: 200px;
	}
	.JS .Grid4.Sub div[class^=Column].LastItem.bl-hot,
	.JS .Grid4.Sub div[class^=Column].FirstItem.bl-hot {
		margin: 0 0 15px;
	}
	
	.JS #Contents .Top .Section.Pink .Column2 h3 img {
		height: 200px;
		padding: 0 1em;
	}	
	
	.JS .Sub .Section .Column2 {
		float: none;
		width: 100%;
	}
	
	.JS .Sub .Section .Column2 .ListStyle1 {
		padding: 0 0 0 15px;
	}
	
	.JS .Top .Section.Pink .Column2 h3 {
		background-size: 120%;
		-ms-background-position-x: 0%;
		background-position-x: 0%; 
	}
	
	.JS .Grid4.Top .Section.Support .Inner .ColumnThird h3:after {
		width: 100%;
	}
	
	.JS .Grid4.Sub .PageTitleStyle3 {
		background-size: 120%;	}
	
	.JS .Grid4.Sub.MailMagazine .Column1andHalf {
		float: none;
		margin: auto auto 1em;
		width: auto;
	}
}


@media screen and (max-width: 769px){
	
	.JS .Grid4.Top video {
		display: none;
	}
	
	.JS .Grid4.Top .PageTitleStyle3 {
		height: 768px;
		background: url(/-/media/ind/travelerswan/image/top/bg_branding_new.png) no-repeat center / auto 100%;
	}
	.JS .Grid4.Top .PageTitleStyle3 h1 {
		padding: 0 1em;
	}
	
	.JS .Grid4.Top .PageTitleStyle3 .Inner .ColumnThird h3 {
		font-size: 1.3em;
		line-height: 1;
	}
	.JS .Grid4.Top .PageTitleStyle3 .Inner .ColumnThird h3:before {
		content: "";
		width: 80px;
	}
	
	.JS .Top .Section.Mint .ColumnSet .ImgOnlyStyle {
		width: 260px;
		height: 260px;
	}
	
	.JS .Grid4.Top .PageTitleStyle3 .Inner .ColumnThird {
		box-sizing: border-box;
		min-height: 220px;
	}
	
	.JS .Grid4.Top .Column2 {
		width: 100%;
	}
	
	.JS .Top .Section.Pink .Column2 h3 {
		background-size: 100%;
	}
	
	.JS .Grid4.Sub .PageTitleStyle3 .Inner h1 {
		font-size: 1.5em;
		display: inline;
		border-bottom: 4px dotted #dcdcdc;
		font-weight: bold;
		z-index: 1;
		line-height: 1.4;
	}
	
	.JS .Grid4.Sub .PageTitleStyle3 {
		background-size: 150%;
	}
	
	.JS .Section .ColumnList {
		transform: scale(1);
	}
	
	.JS .Section .ColumnList li {
		width: 47.5%;
	}
	.JS .Top .Section .ColumnList li {
		width: auto;
	}
	.JS br.PC {
		display: none;
	}
	.JS .Grid4.Sub .Flexbox.Three {
		flex-flow: column;
	}
	.JS .Grid4.Sub .Flexbox.Three li {
		display: flex;
		align-items: flex-start;
		width: 100%;
	}
	.JS .Grid4.Sub.Spec .Flexbox.Three li img {
		width: 30%;
		margin: 0 1em 0 0;
	}
}

@media screen and (max-width: 579px){
	.JS .Grid4.Sub .Flexbox.Three li {
		flex-flow: column;
		align-items: center;
	}
	.JS .Grid4.Sub.Spec .Flexbox.Three li img {
		width: 40%;
	}
	.JS .Grid4.Sub .Flexbox.Button {
		flex-flow: column;
	}
	.JS .Grid4.Sub .Flexbox.Button li {
		width: 80%;
		margin: auto auto 1em;
	}
	.JS .Grid4.Sub .Flexbox.Button li a {
		font-size: 1.6em;
	}
	.JS .Grid4 .Section .Inner h2 {
		font-size: 1.4em;
	}

	.JS .Grid4.Top .PageTitleStyle3 {
		height: 640px;
	}
	
	.JS .Grid4.Top .PageTitleStyle3:after {
		content: "";
		height: 82px;
		top: 46px;
	}
	
	.JS .Grid4.Top .PageTitleStyle3 .Inner h2 a:link,
	.JS .Grid4.Top .PageTitleStyle3 .Inner h2 a:hover {
		font-size: 1.6em;
		text-align: left;
	}
	
	.JS .Grid4.Top .PageTitleStyle3 .Inner .ColumnThird {
		display: flex;
		min-height: 4em;
		border-radius: 10px;
	}
	.JS .Grid4.Top .PageTitleStyle3 .Inner .ColumnThird h3 {
		font-size: 1.2em;
		line-height: 1;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.JS .Grid4.Top .PageTitleStyle3 .Inner .ColumnThird h3:before {
		content: "";
		width: 50px;
		height: 50px;
	}
	.JS .Grid4.Top .PageTitleStyle3 .Inner .ColumnThird h3 a:link {
		height: 60%;
	}
	.JS .Top .Section.Mint .ColumnSet .ImgOnlyStyle {
		width: 30%;
		height: 30%;
	}
	
	.JS .Top .Section.Mint .Column3 .TextStyle1 {
		width: 50%;
		padding: 1em;
		line-height: 1;
	}
	
	.JS .Top .Section.Mint .Column3 .TextStyle1 a {
		line-height: 1.2;
	}
	
	.JS .Top .Section.Info dl dt {
		float: none;
	}
	.JS .Top .Section.Info dl dd {
		clear: both;
		border-bottom: .5px dotted #ccc;
		padding-bottom: 1em;
		margin: 1em 0 1em;
	}
	
	.JS .Grid4.Top .Section.Support .ColumnSet {
		display: block;
	}
	.JS .Grid4.Top .Section.Support .Inner .ColumnThird {
		min-height: 160px;
		border-radius: 10px;
		margin: .5em 0;
	}
	
	.JS .Top .Section.Pink .Column2 h3 a:link,
	.JS .Top .Section.Pink .Column2 h3 a:visited {
		font-size: 1.6em;
	}
	.JS .Grid4.Top .Section.Support .Inner .ColumnThird h3 {
		font-size: 1.4em;
		line-height: 1;
	}
	.JS .Grid4.Top .Section.Support .Inner .ColumnThird h3:after {
		height: 60px;
	}
	
	.JS .Grid4.Top .Section .Inner h2 a {
	/*	line-height: 1;*/
	}
	
	.JS .Grid4.Sub .PageTitleStyle3 {
		background-size: 230%;
		background-position-x: 90%; 
	}
	.JS .Top .Section.Mint .Column3.Sec05.LastItem .TextStyle1:after,
	.JS .Top .Section.Mint .Column3.Sec04.FirstItem .TextStyle1:after,
	.JS .Top .Section.Mint .Column3.Sec03.LastItem .TextStyle1:after,
	.JS .Top .Section.Mint .Column3.Sec01.FirstItem .TextStyle1:after {
		content: "";
		background-size: 80%;
	}
	
	.JS .Section.Contact .TextStyle1 a:link,
	.JS .Section.Contact .TextStyle1 a:visited {
		font-size: 1.6em;
	}
	
	.JS .Section.Contact .TextStyle1 a:before {
    content:"";
	background: url(/-/media/ind/travelerswan/image/icon/icon_mail.svg) no-repeat center / 80%;
	}
}

/*=====================================================
Modal Window Setting
=====================================================*/



.modal-content {
	position: fixed;
	display: none;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
	z-index: 10;
}
span.modal-close {
	height: 25px;
	float: right;
	position: fixed;
	top: 3%;
	right: 3%;	
	cursor: pointer;
	padding: .75em 1em;
	border: 1px solid #777;
	background: #777;
	color: #fff;
	transition: .08s ease-in;
	opacity: 0.5;
	border-radius: 2px;
}
		
span.modal-close:hover {
	opacity: 1;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
} 
		
.modal-overlay {
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-image: url(/-/media/ind/travelerswan/comic/image/img_panel_bk.png);
	
	background-color: rgba(0,0,0,0.75);
/*	filter: blur(10px);*/
}

a.modal-open {
	cursor: pointer;
}

@media screen and (max-width: 767px){
			.modal-content {
				width: 100%;
				margin-left: 20%;
			}
			.slider {
				width: 92%;
			}
		}		
@media screen and (max-width: 579px){
			.modal-content {
				margin-left: 8%;
			}
	
	.Grid4.Top .PageTitleStyle3 .Inner div.promo{
		margin-top: 0;
	}
}



</pre></body></html>