
html,
button,
input,
select,
textarea {
	color: #4D4D4D;
}
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", Þâ¥´¥·¥Ã¥¯ÂÎ, "Yu Gothic", YuGothic, ¥á¥¤¥ê¥ª, Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	height: 100%;
	margin: 0;
	position: relative;
	width: 100%;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 1em;
	line-height: 1.2;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	border: none;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	color: #27A9D7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

::-webkit-input-placeholder { color: #B9B9B9; }
::-moz-placeholder { color: #B9B9B9; opacity: 1 }
:-moz-placeholder { color: #B9B9B9; opacity: 1 }
:-ms-input-placeholder  { color: #B9B9B9; }





/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#wrapper {
	min-height: 100%;
	position: relative;
	min-width: 1120px;
}



.container {
	margin: auto;
	/*max-width: 1120px;*/
	position: relative;
	width: 1120px;
}



#header {
	height: 155px;
	position: relative;
	width: 100%;
}
#header-logo {
	left: 0;
	margin: 0;
	position: absolute;
	top: 20px;
}
#header-logo img {
	height: 71px;
	width: 114px;
}
#header-name {
	left: 129px;
	margin: 0;
	position: absolute;
	top: 47px;
}
#header-utl {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: 43px;
}
#header-utl li {
	float: left;
	margin: 0;
	vertical-align: middle;
}
#header-utl li + li {
	margin-left: 5px;
}
#header-utl .faq {
	color: #7A7A7B;
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding: 0 8px 0 0;
}
#header-utl .faq:before {
	background: url(/pc/assets/common/img/icon-question1.png) no-repeat center center;
	background-size: 25px 25px;
	content: "";
	display: inline-block;
	height: 25px;
	margin: -2px 6px 0 0;
	position: relative;
	vertical-align: middle;
	width: 25px;
}
#header-utl .buy {
	background: #FC698B;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	line-height: 38px;
	padding: 0 13px;
	text-align: center;
}
#header-utl .check {
	background: #FFF;
	border: 1px solid #FC698B;
	border-radius: 3px;
	color: #FC698B;
	display: inline-block;
	font-size: 15px;
	line-height: 36px;
	padding: 0 13px;
	text-align: center;
}
#gnav {
	background: #27A9D7;
	bottom: 0;
	position: absolute;
	width: 100%;
}
#gnav ul {
	display: table;
	height: 51px;
}
#gnav li {
	color: #FFF;
	cursor: pointer;
	display: table-cell;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
#gnav li:first-child {
	text-align: left;
	width: 14%;
}
#gnav li:nth-child(2) {
	width: 12%;
}
#gnav li:nth-child(3) {
	width: 13%;
}
#gnav li:nth-child(4) {
	width: 14%;
}
#gnav li:nth-child(5) {
	width: 16%;
}
#gnav li:nth-child(6) {
	width: 10%;
}
#gnav li:last-child {
	text-align: right;
	width: 7%;
}
#gnav a {
	color: #FFF;
}
#gnav a:hover {
	text-decoration: none;
}



#footer {
	background: #27A9D7;
	color: #FFF;
	padding: 35px 0 80px;
	position: relative;
	width: 100%;
}
#footer a {
	color: #FFF;
}
#footer-nav {
	font-size: 0;
	line-height: 0;
	list-style: none;
	text-align: center;
}
#footer-nav li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	position: relative;
	vertical-align: middle;
}
#footer-nav li + li:before {
	content: "¡¡/¡¡";
	display: inline-block;
	margin-top:  -5px;
	position: relative;
	vertical-align: middle;
}
#footer-data {
	margin: 34px auto 10px;
	text-align: center;
}
#footer-data h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
	vertical-align: middle;
}
#footer-data p {
	display: inline-block;
	font-size: 15px;
	line-height: 1.1;
	margin: 0 0 0 1em;
	vertical-align: middle;
}
#footer-copyright {
	font-size: 14px;
	line-height: 1.1;
	margin: 0;
	text-align: center;
}



.main.col1 .main-content {
	margin-left: auto;
	margin-right: auto;
	width: 74.1071%;
}
.main.col1b .main-content {
	margin-left: auto;
	margin-right: auto;
	width: 72.3214%;
}
.main.col2 .main-content {
	float: left;
	width: 72.3214%;
}
.main.col2 .side-content {
	float: right;
	width: 24.1071%;
}



.breadcrumbs {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 15px 0 0;
	width: 100%;
}
.breadcrumbs ul {
	list-style: none;
}
.breadcrumbs li {
	color: #888;
	display: inline;
	font-size: 13px;
	line-height: 1.2;
}
.breadcrumbs li + li:before {
	content: "¡ä";
	margin: 0 0.3em;
}
.breadcrumbs a {
	color: #888;
}



#page-title1 {
	background: #D8F3FF;
	height: 110px;
	position: relative;
}
#page-title1 h1 {
	color: #27A9D7;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 24px 0 0;
	position: relative;
}

.icon-tichet1 {
	background: url(/pc/assets/common/img/icon-tichet1.png) no-repeat center center;
	background-size: 59px 29px;
	display: inline-block;
	height: 29px;
	margin: -5px 10px 0 0;
	position: relative;
	vertical-align: middle;
	width: 59px;
}



#page-title2 {
	background: #F7F7F7;
	position: relative;
}
#page-title2.blue {
	background: #E0F7FF;
}
#page-title2 > .container {
	display: table;
	height: 140px;
}
#page-title2 h1 {
	color: #27A9D7;
	display: table-cell;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}



#page-title3 {
	background: #F7F7F7;
	height: 140px;
	position: relative;
}
#page-title3 h1 {
	color: #27A9D7;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 30px 0 0;
	position: relative;
}
#page-title3 .title {
	color: #FFF;
    left: 0;
    position: absolute;
	text-align: center;
    top: 78px;
	width: 100%;
}
#page-title3 .title > div {
	background: #27A9D7;
	padding-bottom: 15px;
	padding-top: 29px;
	position: relative;
}
#page-title3 .title .badge1,
#page-title3 .title .badge2 {
	background: no-repeat center center;
	background-size: 79px 79px;
	color: #27A9D7;
	display: block;
	font-size: 17px;
	font-weight: bold;
	height: 79px;
	line-height: 1.1;
	left: -3px;
	position: absolute;
	top: -3px;
	width: 79px;
}
#page-title3 .title .badge1 {
	background-image: url(/pc/assets/common/img/badge-bg1.png);
}
#page-title3 .title .badge2 {
	background-image: url(/pc/assets/common/img/badge-bg2.png);
}
#page-title3 .title .badge1 span,
#page-title3 .title .badge2 span {
	left: -10px;
	top: 21px;
	display: block;
	letter-spacing: -0.08em;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100%;
}
#page-title3 .title h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}
#page-title3 .title p {
	font-size: 15px;
	margin: 5px 0 0;
}



.com-title1 {
	color: #27A9D7;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 32px;
}

.com-title2 {
	border: 3px solid #27A9D7;
	color: #27A9D7;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 15px 0;
	text-align: center;
}
.com-title2 {
	border: 3px solid #27A9D7;
	color: #27A9D7;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 15px 0;
	text-align: center;
}
.com-title2.st1 {
	border: 2px solid #27A9D7;
	color: #27A9D7;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 25px;
	padding: 15px 0;
	text-align: center;
}
.com-title2 span {
	font-size: 16px;
}

.com-title3 {
	color: #27A9D7;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 20px;
}

.com-title4 {
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}
* + .com-title4 {
	margin-top: 30px;
}

.com-title5 {
	border: 1px solid #808080;
	font-weight: bold;
	margin: 15px 0;
	padding: 10px 0;
	text-align: center;
}
* + .com-title5 {
	margin-top: 70px;
}

.com-title6 {
	border-left: 3px solid #27A9D7;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
* + .com-title6 {
	margin-top: 60px;
}

.com-title7 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

.com-title8 {
	background: #F5F5F5;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 18px 0 18px 40px;
	position: relative;
}
.com-title8:before {
	border: 5px solid #27A9D7;
	border-radius: 50%;
	content: "";
	display: block;
	height: 16px;
	margin: -8px 0 0 0;
	left: 17px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.com-title9 {
	color: #27a9d7;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 25px 0;
	text-align: center;
}

.com-title10 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.54;
	margin: 0 0 30px;
	text-align: center;
}

.com-title11 {
	background: #f3f4f4;
	border-radius: 25px;
	color: #475361;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 0 0 25px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}




.com-copy1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 15px;
}

.com-copy2 {
	color: #27A9D7;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 30px;
}
.com-title1 + .com-copy2 {
	margin-top: -22px;
}



.com-list1 {
	list-style: disc;
	margin-left: 1.2em;
}
.com-list1 li + li {
	margin-top: 7px;
}



.com-check-list1 {
	font-size: 17px;
	line-height: 1.58;
	list-style: none;
	margin: -15px 0 0;
	padding: 0;
	position: relative;
}
.com-check-list1 li {
	background: url(/pc/assets/common/img/icon-check1.png) no-repeat 5px 19px;
	background-size: 16px 16px;
	margin: 0;
	padding: 15px 0 0 33px;
}
.com-check-list1 li + li {
	border-top: 1px solid #ababab;
	margin-top: 7px;
}



.com-bg-list1 {
	background: #f7f7f7;
	list-style: none;
	margin: 0;
	padding: 20px 30px 25px 25px;
	width: 100%;
}
.com-bg-list1 li {
	padding: 0 0 0 17px;
	position: relative;
}
.com-bg-list1 li + li {
	margin-top: 8px;
}
.com-bg-list1 li:before {
	background: #27a9d7;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 10px;
}



.com-note1 {
	list-style: none;
	margin: 15px 0 0;
}
.com-note1 li {
	font-feature-settings: "palt";
	font-size: 16px;
	margin-left: 1em;
	text-indent: -1em;
}
.com-note1 li + li {
	margin-top: 3px;
}
.com-note1 li:before {
	content: "¢¨";
	font-family: monospace;
}
.com-note1.li-square li:before {
	content: "¢£";
}
li .com-note1 {
	margin-top: 5px;
}
li .com-note1 li {
	font-size: 15px;
}

.com-note2 {
	list-style: none;
	margin: 15px 0 0;
}
.com-note2 li {
	font-size: 16px;
}
.com-note2 li span {
	font-weight: bold;
}

.com-note3 {
	list-style: disc;
	margin: 15px 0 0 1.2em;
}
.com-note3 li {
	font-size: 15px;
}
.com-note4 {
	list-style: none;
	margin: 15px 0 0;
}
.com-note4 li {
	font-size: 15px;
}
.com-note4 li:before {
	content: "¢£";
}


.com-form-note1 {
	margin: 0 0 5px;
}
p + .com-form-note1 {
	margin-top: 51px;
}



.fs0 {
	font-size: 16px;
}
.fsl1 {
	font-size: 17px;
}
.fsl2 {
	font-size: 18px;
	margin: 0.8em 0
}
.fsl3 {
	font-size: 19px;
}
.fsl4 {
	font-size: 20px;
}
.fsl5 {
	font-size: 21px;
}
.fsl6 {
	font-size: 22px;
}
.fsl7 {
	font-size: 23px;
}
.fsl8 {
	font-size: 24px;
}
.fsl9 {
	font-size: 25px;
}
.fsl10 {
	font-size: 26px;
}
.fss1 {
	font-size: 15px;
}
.fss2 {
	font-size: 14px;
}
.lh1 {
	line-height: 1.75;
}
.clr1 {
	color: #4D4D4D;
}

.strong1 {
	font-weight: bold;
}
.strong2 {
	color: #FF4242;
	font-size: 122%;
	font-weight: bold;
}

.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}

.caution,
.required {
	color: #FF4242;
}

.blue1 {
	color: #27a9d7;
}

.linkst1 {
	color: #4D4D4D;
	text-decoration: underline;
}
.linkst1:hover {
	text-decoration: none;
}


.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}



.side-content .head1 h2 {
	display: table;
	font-size: 20px;
	font-weight: normal;
	height: 84px;
	line-height: 1.2;
	margin: 0;
	width: 100%;
}
.side-content .head1 h2 > span,
.side-content .head1 h2 > a {
	background: #475361;
	color: #FFF;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.side-content .head2 h2 {
	display: table;
	font-size: 20px;
	font-weight: normal;
	height: 70px;
	line-height: 1.2;
	margin: 0;
	width: 100%;
}
.side-content .head2 h2 > span,
.side-content .head2 h2 > a {
	background: #27A9D7;
	color: #FFF;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.side-content .data1 {
	margin: 0;
	width: 100%;
}
.side-content .data1 dt {
	background: #F2F2F2;
	color: #6A737F;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 5px 13px;
}
.side-content .data1 dd {
	background: #FAFAFA;
	color: #475361;
	font-size: 16px;
	margin: 0;
	padding: 12px 10px 13px 13px;
}
.side-content .list1 {
	list-style: none;
	margin: 0;
	width: 100%;
}
.side-content .list1 li {
	border-bottom: 1px solid #27A9D7;
	display: table;
	height: 80px;
	width: 100%;
}
.side-content .list1 a {
	color: #27A9D7;
	display: table-cell;
	font-size: 17px;
	line-height: 1.29;
	padding: 0 10px 0 15px;
	text-align: left;
	vertical-align: middle;
}
.side-content .list1 .current a {
	background: #EBFDFF;
}



.com-step1 {
	margin-bottom: 10px;
	width: 100%;
}
#page-title1 .com-step1 {
	bottom: -25px;
	left: 0;
	position: absolute;
}
.com-step1 ol {
	display: table;
	height: 61px;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}
.com-step1 li {
	background: #FFF;
	color: #8BCCE3;
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.com-step1 li.current {
	background: #FFEE00;
	color: #27A9D7;
}
.com-step1 li.current ~ * {
	color: #27A9D7;
}
.com-step1 li.current:before {
	background: #FFEE00;
	bottom: -7px;
	content: "";
	display: block;
	height: 14px;
	margin: 0 0 0 -8px;
	left: 50%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
}
.com-step1 li span {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 60px 32px;
	display: block;
	height: 16px;
	margin-bottom: 4px;
	overflow: hidden;
	text-indent: -999em;
	width: 100%;
}
.com-step1 li:nth-child(1) span {
	background-image: url(/pc/assets/common/img/step1.png);
}
.com-step1 li:nth-child(2) span {
	background-image: url(/pc/assets/common/img/step2.png);
}
.com-step1 li:nth-child(3) span {
	background-image: url(/pc/assets/common/img/step3.png);
}
.com-step1 li:nth-child(4) span {
	background-image: url(/pc/assets/common/img/step4.png);
}
.com-step1 li:nth-child(5) span {
	background-image: url(/pc/assets/common/img/step5.png);
}
.com-step1 li:nth-child(6) span {
	background-image: url(/pc/assets/common/img/step6.png);
}
.com-step1 li:nth-child(7) span {
	background-image: url(/pc/assets/common/img/step7.png);
}
.com-step1 li.current span,
.com-step1 li.current ~  li:nth-child(1) span,
.com-step1 li.current ~  li:nth-child(2) span,
.com-step1 li.current ~  li:nth-child(3) span,
.com-step1 li.current ~  li:nth-child(4) span,
.com-step1 li.current ~  li:nth-child(5) span,
.com-step1 li.current ~  li:nth-child(6) span,
.com-step1 li.current ~  li:nth-child(7) span {
	background-position: center -16px;
}
.com-step1 img {
	display: block;
	height: 16px;
	margin: 0 auto 3px;
	width: 60px;
}


.com-schedule-tab1 {
	overflow: hidden;
	width: 100%;
}
.com-schedule-tab1 a:hover {
	text-decoration: none;
}
.com-schedule-tab1 li {
	cursor: default;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 14.2857%;
}

.com-schedule-tab1 li .true{
	cursor: pointer;
}
.com-schedule-tab1 dl {
	margin: 0;
	position: relative;
}

.com-schedule-tab1 dt {
	border-right: 1px solid #FFF;
	background: #6A737F;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
}
.com-schedule-tab1 dd {
	border-right: 1px solid #FFF;
	background: #7B848D;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	margin: 0;
	overflow: hidden;
}

.com-schedule-tab1 .false dt {
	border-right: 1px solid #FFF;
	background: #E0E0E0;
	color: #B2B2B2;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
}
.com-schedule-tab1 .false dd {
	border-right: 1px solid #FFF;
	background: #EBEBEB;
	color: #B2B2B2;
	font-size: 26px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	margin: 0;
	overflow: hidden;
}

.com-schedule-tab1 .true dt {
	border-right: 1px solid #FFF;
	background: #6A737F;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
}
.com-schedule-tab1 .true dd {
	border-right: 1px solid #FFF;
	background: #7B848D;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	margin: 0;
	overflow: hidden;
}
.com-schedule-tab1 .selected dt {
	background: #0098CF;
	color: #FFF;
}
.com-schedule-tab1 .selected dd {
	background: #27A9D7;
	color: #FFF;
}
.com-schedule-tab1.com-slider2  {
	margin-bottom: -27px;
	margin-top: 55px;
}
.com-schedule-tab1.com-slider2 .selected {
	padding: 0 0 27px;
}
.com-schedule-tab1.com-slider2 .selected:before {
	background: url(/pc/assets/common/img/schedule-tab1-selected.png) no-repeat center bottom;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 27px;
	left: 0;
	position: absolute;
	width: 100%;
}



.cl-block > div {
	cursor: pointer;
}
.cl-block a:hover {
	text-decoration: none;
}



.com-thumbs1 {
	width: 100%;
}
.com-thumbs1 > div {
	cursor: pointer;
	float: left;
	margin-right: 31px;
	width: 256px;
}
.com-thumbs1 > div:nth-child(4n) {
	margin-right: 0;
}
.com-thumbs1 > div:nth-child(4n+1) {
	clear: left;
}
.com-thumbs1 > div:nth-child(n+5) {
	margin-top: 40px;
}
.com-thumbs1 div.img {
	background-color: #EEF9FD;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 160px;
	margin-bottom: 20px;
	position: relative;
    width: 256px;
}
/*.com-thumbs1 div.img:before {
    content:"";
    display: block;
    padding-top: 70.3125%;
}*/
.com-thumbs1 div.img.new:after {
	background: url(/pc/assets/common/img/mk-new1.png) no-repeat center center;
	background-size: 56px 50px;
	content: "";
	display: block;
	height: 50px;
	left: -17px;
	position: absolute;
	top: -9px;
	width: 56px;
}
.com-thumbs1 div.img > div {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.com-thumbs1 p {
	color: #4D4D4D;
	line-height: 1.4375;
	margin: 0;
}
.com-thumbs1 p + p {
	margin-top: 5px;
}
.com-thumbs1 p.date {
	font-feature-settings: "palt";
	font-size: 15px;
	font-weight: bold;
	margin-top: -5px;
}
.com-thumbs1 a {
	color: #4D4D4D;
}
.com-thumbs1 a:hover {
	text-decoration: none;
}



.com-pager1 {
	margin: 0 0 60px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
div + .com-pager1 {
	margin-top: 95px;
}
.com-pager1 ol {
	font-size: 0;
	line-height: 0;
	list-style: none;
	padding: 0;
}
.com-pager1 ol li {
	display: inline-block;
	vertical-align: middle;
}
.com-pager1 ol li a,
.com-pager1 ol li span {
	color: #27A9D7;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
}
.com-pager1 ol li .num {
	background: #D8F3FF;
	border-radius: 4px;
	margin: 0 3px;
	width: 37px;
}
.com-pager1 ol li .current {
	background: #27A9D7;
	border-radius: 4px;
	color: #FFF;
	margin: 0 3px;
	width: 37px;
}
.com-pager1 ol li .next,
.com-pager1 ol li .prev {
	height: 38px;
	position: relative;
	text-indent: -999em;
	width: 24px;
}
.com-pager1 ol li .next:before,
.com-pager1 ol li .prev:before {
	content: "";
	border: solid #27A9D7;
	border-width: 4px 4px 0 0;
	display: block;
	height: 16px;
	position: absolute;
	top: 11px;
	width: 16px;
}
.com-pager1 ol li .next:before {
	left: 4px;
	transform: rotate(45deg);
}
.com-pager1 ol li .prev:before {
	left: 4px;
	transform: rotate(-135deg);
}



.com-banner1 {
	margin: 65px 0 53px;
	width: 100%;
}
.com-banner1 ul {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
}
.com-banner1 ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0.1428% 0 0;
	text-align: center;
	width: 16%;
}
.com-banner1 ul li:nth-child(6n) {
	margin-right: 0;
}
.com-banner1 ul li:nth-child(6n+1) {
	clear: left;
}
.com-banner1 ul li:nth-child(n+7) {
	margin-top: 15px;
}



.com-anchor1 {
	color: #475361;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 85px;
	text-align: center;
}
.com-anchor1 a {
	color: #475361;
}



.com-buttons1 {
	margin: 85px 0 75px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.com-buttons1.st1 {
	text-align: center;
}
.com-buttons1 li {
	display: block;
	float: left;
}
.com-buttons1 li:last-child {
	float: right;
}
.com-buttons1.st1 li {
	display: inline-block;
	float: none !important;
}
.com-buttons1 .btn {
	border-radius: 3px;
	display: block;
	border: 1px solid;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	line-height: 58px;
	position: relative;
	text-align: center;
	width: 280px;
}
.com-buttons1 .btn:after {
	background: no-repeat center center;
	background-size: 23px 23px;
	content: "";
	display: block;
	height: 23px;
	margin: -11px 0 0 0;
	position: absolute;
	top: 50%;
	width: 23px;
}
.com-buttons1 .btn.lt:after {
	left: 13px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.com-buttons1 .btn.rt:after {
	right: 13px;
}
.com-buttons1 .btn.lt {
	padding-left: 15px;
}
.com-buttons1 .btn.rt {
	padding-right: 15px;
}
.com-buttons1 .btn1 {
	background-color: #FFF;
	border-color: #9BA1A9;
	color: #6A737F;
}
.com-buttons1 .btn2 {
	background-color: #27A9D7;
	border-color: #27A9D7;
	color: #FFF;
}
.com-buttons1 .btn3 {
	background-color: #FF4242;
	border-color: #FF4242;
	color: #FFF;
}
.com-buttons1 .btn4 {
	background-color: #FFF;
	border-color: #27a9d7;
	color: #27a9d7;
}
.com-buttons1 .btn1:after {
	background-image: url(/pc/assets/common/img/arrow6.png);
}
.com-buttons1 .btn2:after {
	background-image: url(/pc/assets/common/img/arrow5.png);
}
.com-buttons1 .btn3:after {
	background-image: url(/pc/assets/common/img/arrow10.png);
}
.com-buttons1 .btn4:after {
	background-image: url(/pc/assets/common/img/arrow2.png);
}
.com-buttons1 span.note {
	display: block;
	margin-bottom: 5px;
}



.com-buttons2 {
	margin: 25px 0 25px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.com-buttons2.st1 {
	text-align: center;
}
.com-buttons2 li {
	display: block;
	float: left;
}
.com-buttons2 li:last-child {
	float: right;
}
.com-buttons2.st1 li {
	display: inline-block;
	float: none !important;
}
.com-buttons2 .btn {
	border-radius: 3px;
	display: block;
	border: 1px solid;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	line-height: 58px;
	position: relative;
	text-align: center;
	width: 280px;
}
.com-buttons2 .btn:after {
	background: no-repeat center center;
	background-size: 23px 23px;
	content: "";
	display: block;
	height: 23px;
	margin: -11px 0 0 0;
	position: absolute;
	top: 50%;
	width: 23px;
}
.com-buttons2 .btn.lt:after {
	left: 13px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.com-buttons2 .btn.rt:after {
	right: 13px;
}
.com-buttons2 .btn.lt {
	padding-left: 15px;
}
.com-buttons2 .btn.rt {
	padding-right: 15px;
}
.com-buttons2 .btn1 {
	background-color: #FFF;
	border-color: #9BA1A9;
	color: #6A737F;
}
.com-buttons2 .btn2 {
	background-color: #27A9D7;
	border-color: #27A9D7;
	color: #FFF;
}
.com-buttons2 .btn3 {
	background-color: #FF4242;
	border-color: #FF4242;
	color: #FFF;
}
.com-buttons2 .btn4 {
	background-color: #FFF;
	border-color: #27a9d7;
	color: #27a9d7;
}
.com-buttons2 .btn1:after {
	background-image: url(/pc/assets/common/img/arrow6.png);
}
.com-buttons2 .btn2:after {
	background-image: url(/pc/assets/common/img/arrow5.png);
}
.com-buttons2 .btn3:after {
	background-image: url(/pc/assets/common/img/arrow10.png);
}
.com-buttons2 .btn4:after {
	background-image: url(/pc/assets/common/img/arrow2.png);
}
.com-buttons2 span.note {
	display: block;
	margin-bottom: 5px;
}



.com-btn1 {
	background: #27A9D7;
	border-radius: 3px;
	color: #FFF;
	display: block;
	font-size: 18px;
	height: 52px;
	line-height: 55px;
	margin: auto;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: relative;
	text-align: center;
	width: 286px;
}
.com-btn1.st2 {
	width: 400px;
}
.com-btn1:before {
	background: url(/pc/assets/common/img/arrow8.png) no-repeat center center;
	background-size: 23px 23px;
	content: "";
	display: block;
	height: 23px;
	margin-top: -11px;
	position: absolute;
	right: 11px;
	top: 50%;
	width: 23px;
}

.com-btn2 {
	background: #FFF;
	border: 1px solid #27A9D7;
	border-radius: 3px;
	color: #27A9D7;
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 48px;
	margin: auto;
	overflow: hidden;
	padding: 0 0 0 14px;
	position: relative;
	text-align: center;
	width: 200px;
}
.com-btn2:before {
	background: url(/pc/assets/common/img/arrow2.png) no-repeat center center;
	background-size: 23px 23px;
	content: "";
	display: block;
	height: 23px;
	left: 14px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 23px;
}

.com-btn3 {
	background: #27A9D7;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: auto;
	overflow: hidden;
	padding: 0 1.2em;
	position: relative;
	text-align: center;
	width: auto;
}

.com-btn4 {
	background: #27A9D7;
	border-radius: 3px;
	color: #FFF;
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	overflow: hidden;
	padding: 0 15px 0 0;
	position: relative;
	text-align: center;
	width: 350px;
}
.com-btn4:before {
	background: url(/pc/assets/common/img/icon-link3.png) no-repeat center center;
	background-size: 22px 21px;
	content: "";
	display: block;
	height: 21px;
	margin-top: -10px;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 22px;
}



.com-link1 {
	background: url(/pc/assets/common/img/icon-link2.png) no-repeat right center;
	background-size: 16px 16px;
	padding: 0 24px 0 0;
}



.com-slider1-wrap {
	overflow: hidden;
	width: 100%;
}
.com-slider1 {
	margin-right: -20px;
	padding: 37px 0 0;
	position: relative;
}
.com-slider1 .slick-prev,
.com-slider1 .slick-next {
	background: #27A9D7;
	border: 0;
	display: block;
	height: 21px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 0;
	width: 45px;
}
.com-slider1 .slick-next {
	border-radius: 0 3px 3px 0;
	right: 20px;
}
.com-slider1 .slick-prev {
	border-radius: 3px 0 0 3px;
	right: 67px;
}
.com-slider1 .slick-prev:before,
.com-slider1 .slick-next:before {
	background: url(/pc/assets/common/img/arrow4.png) no-repeat center center;
	background-size: 14px 14px;
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	margin: -7px 0 0 -7px;
	position: absolute;
	top: 50%;
	width: 14px;
}
.com-slider1 .slick-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.com-slider1 .slick-slide {
	word-break: break-all;
	padding-right: 20px;
}
.com-slider1 .slick-slide a:hover {
	text-decoration: none;
}
.com-slider1 .slick-slide div.img {
	background-color: #EEF9FD;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 120px;
	width: 192px;
}
.com-slider1 .slick-slide span {
	display: block;
	font-feature-settings: "palt";
}
.com-slider1 .slick-slide span.date {
	color: #475361;
	font-size: 13px;
	margin-top: 14px;
}
.com-slider1 .slick-slide span.title {
	color: #27A9D7;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 8px;
}


.com-slider2 {
	overflow: visible;
	position: relative;
}
.com-slider2 .slick-prev,
.com-slider2 .slick-next {
	background-color: transparent;
	border: 0;
	display: block;
	height: 85px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 0;
	width: 53px;
}
.com-slider2 .slick-prev {
	left: -53px;
}
.com-slider2 .slick-next {
	right: -53px;
}
@media only screen and (max-width: 1182px) {
	.com-slider2 .slick-prev,
	.com-slider2 .slick-next {
		width: 33px;
	}
	.com-slider2 .slick-prev {
		left: 0;
	}
	.com-slider2 .slick-next {
		right: 0;
	}
}
.com-slider2 .slick-prev:before,
.com-slider2 .slick-next:before {
	background: url(/pc/assets/common/img/arrow7.png) no-repeat center center;
	background-size: 31px 31px;
	content: "";
	display: block;
	height: 31px;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	width: 31px;
}
.com-slider2 .slick-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.com-slider2 .slick-prev.slick-disabled,
.com-slider2 .slick-next.slick-disabled {
	display: none !important;
}



.com-form-table1 {
	margin: auto;
	max-width: 810px;
	width: 100%;
}
.com-form-table1 th,
.com-form-table1 td {
	background: #F7F7F7;
	border-top: 4px solid #FFF;
	line-height: 1.2;
	padding: 14px 20px;
	text-align: left;
	vertical-align: middle;
}
.com-form-table1 th {
	background: #FFEC00;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 0 34px;
	width: 24.9382%;
}
.com-form-table1.tb2 th {
	padding: 0 5px 0 18px;
	width: 22.2222%;
}
.com-form-table1.tb3 th {
	padding: 0 5px 0 15px;
}
.com-form-table1.tb4 th {
	padding: 34px 5px 34px 23px;
}
.com-form-table1.tb6 th {
	padding: 20px 15px;
}
.com-form-table1.tb5 th {
	background: #475361;
	color: #FFF;
	padding: 20px 5px 20px 17px;
}
.com-form-table1 th .charw1 {
	display: inline-block;
	font-weight: normal;
	margin: 0 0 0 -18px;
	position: relative;
	width: 18px;
}
.com-form-table1 th .note {
	font-size: 12px;
	font-weight: normal;
}
.com-form-table1.tb3 td {
	padding: 15px;
}
.com-form-table1.tb4 td {
	font-size: 17px;
}
.com-form-table1.tb5 td {
	font-size: 18px;
	padding: 20px 5px 20px 25px;
}
.com-form-table1.tb6 td {
	padding: 20px;
}
.com-form-table1 td p {
	font-feature-settings: "palt";
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 5px;
}
.com-form-table1 td * + p {
	margin: 5px 0 0;
}
.com-form-table1 td input[type="text"] {
	background: #FFF;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}
.com-form-table1 td textarea {
	background: #FFF;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px;
}
.com-form-table1 td .wd1 {
    width: 100%;
}
.com-form-table1 td .wd2 {
    width: 109px;
}
.com-form-table1 td .wd3 {
    width: 261px;
}
.com-form-table1 td .wd4 {
    width: 112px;
}
.com-form-table1 td .wd5 {
    width: 45px;
}
.com-form-table1 td .wd6 {
    width: 172px;
}
.com-form-table1 td .ta1 {
	height: 200px;
    width: 100%;
}
.com-form-table1 td .lb {
	display: inline-block;
	vertical-align: middle;
}
.com-form-table1 td .lb1 {
	margin-right: 0.5em;
}
.com-form-table1 td input + .lb1 {
	margin-left: 0.8em;
}
.com-form-table1 td .lb2 span {
	display: inline-block;
	margin: 0 0.5em;
}
.com-form-table1 td .lb4 {
	font-size: 14px;
	margin-left: 0.8em;
}

.com-terms-txt {
	background: #EBF9FF;
	padding: 5px;
}

.btn-add1 {
	background: #6A737F;
	border-radius: 3px;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	margin: auto;
	padding: 0 19px 0 0;
	position: relative;
	text-align: center;
	width: 304px;
}
.btn-add1:before {
	background: url(/pc/assets/common/img/arrow9.png) no-repeat center center;
	background-size: 22px 22px;
	content: "";
	display: block;
	height: 22px;
	margin-top: -11px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 22px;
}



.btn-purchase1 {
	background: url(/pc/assets/common/img/pattern1.png) repeat left top;
	border-radius: 5px;
	display: block;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
	height: 70px;
	margin: auto;
	max-width: 520px;
	position: relative;
	padding: 0 0 0 4px;
	text-align: center;
	width: 100%;
}
.btn-purchase1:hover {
	text-decoration: none;
}
.btn-purchase1:before {
	background: url(/pc/assets/common/img/icon-buy1.png) no-repeat center center;
	background-size: 75px 45px;
	content: "";
	display: block;
	height: 45px;
	left: 34px;
	position: absolute;
	top: -13px;
	width: 75px;
}
.btn-purchase1:after {
	background: url(/pc/assets/common/img/arrow1.png) no-repeat center center;
	background-size: 28px 28px;
	content: "";
	display: block;
	height: 28px;
	margin-top: -14px;
	right: 21px;
	position: absolute;
	top: 50%;
	width: 28px;
}
.btn-purchase1 .button {
	overflow: hidden;
	position: relative;
	z-index: 0;
	cursor: pointer;
	width: 100%;
}
.btn-purchase1 .button.raised {
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.btn-purchase1 .button .anim {
	display: block;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}
.btn-purchase1 .button .anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}
.btn-purchase1 .button .anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}
.btn-purchase1 .button.hoverable:hover > .anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}
.btn-purchase1 .button.hoverable:hover > .anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}
@-webkit-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-ms-keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes anim-in {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes anim-in-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.40);
	}
	100% {
		background: transparent;
	}
}
@-moz-keyframes anim-in-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.40);
	}
	100% {
		background: transparent;
	}
}
@-ms-keyframes anim-in-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.40);
	}
	100% {
		background: transparent;
	}
}
@keyframes anim-in-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.40);
	}
	100% {
		background: transparent;
	}
}
@-webkit-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-ms-keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes anim-out {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.40);
	}
	100% {
		background: transparent;
	}
}
@-moz-keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.40);
	}
	100% {
		background: transparent;
	}
}
@-ms-keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.40);
	}
	100% {
		background: transparent;
	}
}
@keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.40);
	}
	100% {
		background: transparent;
	}
}




.com-seat-selected1 {
	margin: 40px 0 30px;
	width: 100%;
}
.com-seat-selected1 > div:nth-child(1) {
	background: #27A9D7;
	color: #FFF;
	overflow: hidden;
	padding: 10px 17px 10px 27px;
	position: relative;
	width: 100%;
}
.com-seat-selected1 > div:nth-child(2) {
	background: #F7F7F7;
	color: #4D4D4D;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 77px;
}
.com-seat-selected1 .number {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	position: relative;
}
.com-seat-selected1 .number span {
	bottom: -2px;
	font-size: 32px;
	margin: 0 5px;
	position: relative;
}
.com-seat-selected1 .note {
	bottom: 10px;
	font-size: 15px;
	margin: 0;
	position: absolute;
	right: 17px;
}
.com-seat-selected1 .selected {
	color: #4D4D4D;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	position: relative;
	max-width: 625px;
	padding: 10px 17px 10px 27px;
	display: table-cell;
	vertical-align: middle;
	height: 77px;
	max-width: 670px;
}
.com-seat-selected1 .btn {
	background: #475361;
	border-radius: 3px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	margin: -18px 0 0;
	position: absolute;
	right: 17px;
	text-align: center;
	top: 50%;
	width: 86px;
}



.com-seat-legend1 {
	margin: 30px 0 25px;
	text-align: center;
	width: 100%;
}
.com-seat-legend1 ul {
	list-style: none;
}
.com-seat-legend1 li {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	position: relative;
	vertical-align: middle;
}
.com-seat-legend1 li + li {
	margin-left: 28px;
}
.com-seat-legend1 li span {
	font-size: 14px;
	font-weight: normal;
}
.com-seat-legend1 img {
	display: inline-block;
	height: 28px;
	margin: -4px 7px 0 0;
	position: relative;
	vertical-align: middle;
	width: 21px;
}



.com-screen1 {
	margin: 30px 0 20px;
	text-align: center;
}



.com-entry1 {
	margin: auto;
	max-width: 810px;
	width: 100%;
}
.com-entry1 .entry-header {
	border-bottom: 4px solid #27A9D7;
	margin: 17px 0 33px;
}
.com-entry1 .entry-header .meta {
	margin-bottom: 9px;
}
.com-entry1 .entry-header .meta span {
	display: inline-block;
	vertical-align: middle;
}
.com-entry1 .entry-header .meta span + span {
	margin-left: 0.5em;
}
.com-entry1 .entry-header .date {
	color: #4D4D4D;
	font-size: 17px;
}
.com-entry1 .entry-header .title {
	margin-bottom: 18px;
}
.com-entry1 .entry-header .title h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.45;
	margin: 0;
}
.com-entry1 .entry-content p {
	font-size: 17px;
	margin: 0;
}
.com-entry1 .entry-content p {
	margin-top: 1.6em;
}
.com-entry1 .entry-content img {
	display: block;
	margin: auto;
}
.com-entry1 .entry-content img.img-horizontal {
	height: auto;
	max-width: 800px;
	width: 100%;
}
.com-entry1 .entry-content img.img-vertical {
	height: 100%;
	max-height: 500px;
	width: auto;
}

.com-entry1 div.img {
    background-color: #EEF9FD;
    height: 500px;
    width: 800px;
}

.com-entry1 .entry-link {
	background: #ECFCFF;
	margin: 30px 0 0;
	padding: 25px;
}
.com-entry1 .entry-link p {
	line-height: 1.7;
	margin: 0;
}
.com-entry1 .entry-link p + p {
	margin-top: 1em;
}
.com-entry1 .entry-link .link1 {
	background: url(/pc/assets/common/img/icon-link1.png) no-repeat right 0px;
	background-size: 17px 17px;
	color: #4D4D4D;
	font-size: 17px;
	padding: 0 22px 0 0;
}
.com-entry1 .entry-buttons {
	margin: 65px 0 75px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}
.com-entry1 .entry-buttons li {
	display: inline;
}
.com-entry1 .entry-buttons .btn {
	border-radius: 3px;
	display: inline-block;
	border: 1px solid;
	font-size: 18px;
	height: 50px;
	line-height: 48px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}
.com-entry1 .entry-buttons .btn + .btn {
	margin-left: 20px;
}
.com-entry1 .entry-buttons .btn:after {
	background: no-repeat center center;
	background-size: 23px 23px;
	content: "";
	display: block;
	height: 23px;
	margin: -11px 0 0 0;
	position: absolute;
	top: 50%;
	width: 23px;
}
.com-entry1 .entry-buttons .btn.lt:after {
	left: 13px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.com-entry1 .entry-buttons .btn.rt:after {
	right: 13px;
}
.com-entry1 .entry-buttons .btn1 {
	background-color: #FFF;
	border-color: #27A9D7;
	color: #27A9D7;
}
.com-entry1 .entry-buttons .btn1:after {
	background-image: url(/pc/assets/common/img/arrow2.png);
}



.contents-bg1 {
	background: #EEF9FD;
	padding: 50px 0 105px;
 }

.sc-head {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	text-align: center;
}
.sc-head span {
	display: inline-block;
	vertical-align: middle;
}
.sc-head span:nth-child(1) {
	font-size: 20px;
	margin-right: 10px;
}
.sc-head span:nth-child(2) {
	font-size: 26px;
	margin-left: 5px;
}

.sc-item {
	background: #FFF;
}
.sc-item + .sc-item {
	margin-top: 45px;
}

.sc-item-head {
	border-bottom: 1px solid #6A737F;
	padding: 0 0 10px 0;
}
.sc-item-head .title {
	background: #6A737F;
	border-left: 3px solid #27A9D7;
	color: #FFF;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 14px 18px;
	position: relative;
}
.sc-item-head .title span {
	background: #FFF;
	color: #6A737F;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	margin-top: -12px;
	padding: 0 5px;
	position: absolute;
	right: 25px;
	top: 50%;
	text-align: center;
}
.sc-item-head .en-title {
	color: #6A737F;
	float: left;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 0 24px;
}
.sc-item-head .link {
	background: url(/pc/assets/common/img/arrow6.png) no-repeat right center;
	background-size: 20px 20px;
	color: #6A737F;
	display: inline-block;
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 25px 0 0;
	padding: 0 35px 0 0;
}

.sc-item-body {
	padding: 0 0 17px 25px;
}
.sc-item-body p {
	margin: 20px 0 0;
}
.sc-item-body .items {
	margin: 25px 0 0 0;
}
.sc-item-body p + .items {
	margin: 15px 0 0 0;
}
.sc-item-body .items .item {
	border-radius: 4px;
	color: #FFF;
	display: block;
	float: left;
	line-height: 1.1;
	margin: 0 8px 8px 0;
	padding: 16px 0 0 0;
	text-align: center;
	width: 146px;
}
.sc-item-body .items .item:nth-child(7n+1) {
	clear: left;
}
.sc-item-body .items .item.status1 {
	background: #42B3DF;
}
.sc-item-body .items .item.status2 {
	background: #63CFA2;
}
.sc-item-body .items .item.status3 {
	background: #EBEBEB;
	color: #B2B2B2;
}
.sc-item-body .items .item.status4 {
	background: #EBEBEB;
	color: #B2B2B2;
}
.sc-item-body .items .item .time {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}
.sc-item-body .items .item .time span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin: 3px 0 0;
	padding-right: 2em;
}
.sc-item-body .items .item .screen {
	font-size: 14px;
	margin: 10px 0 0;
}
.sc-item-body .items .item .status {
	border-top: 1px solid #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0 0;
	padding: 10px 0 7px;
}
.sc-item-body .items .item.status3 .status {
	border-top-color: #CCC;
}
.sc-item-body .items .item.status4 .status {
	border-top-color: #CCC;
}
.sc-item-body .items .item .status .icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	display: inline-block;
	height: 23px;
	margin: -2px 3px 0 0;
	position: relative;
	vertical-align: middle;
	width: 23px;
}
.sc-item-body .items .item.status1 .status .icon {
	background-image: url(/pc/assets/common/img/icon-circle2.png);
}
.sc-item-body .items .item.status2 .status .icon {
	background-image: url(/pc/assets/common/img/icon-triangle2.png);
}
.sc-item-body .items .item.status3 .status .icon {
	background-image: url(/pc/assets/common/img/icon-hyphen2.png);
}
.sc-item-body .items .item.status4 .status .icon {
	background-image: url(/pc/assets/common/img/icon-star2.png);
}

.sc-legend {
	font-size: 17px;
	margin: 35px 0 25px;
}
.sc-legend .icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	display: inline-block;
	height: 23px;
	margin: -3px 0 0;
	position: relative;
	vertical-align: middle;
	width: 23px;
}
.sc-legend .icon:nth-child(n+2) {
	margin-left: 1.5em;
}
.sc-legend .icon.circle {
	background-image: url(/pc/assets/common/img/icon-circle1.png);
}
.sc-legend .icon.triangle {
	background-image: url(/pc/assets/common/img/icon-triangle1.png);
}
.sc-legend .icon.hyphen {
	background-image: url(/pc/assets/common/img/icon-hyphen1.png);
}
.sc-legend .icon.star {
	background-image: url(/pc/assets/common/img/icon-star1.png);
}



.com-cards {
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 5px 0 20px;
	text-indent: 0;
	width: 100%;
}
.com-cards img {
	display: inline;
	vertical-align: middle;
}
.com-cards img + img {
	margin-left: 19px;
}



.com-frame1 {
	border: 1px solid #4D4D4D;
	height: 430px;
	margin: 15px 0 35px;
	overflow: scroll;
	padding: 24px;
	width: 100%;
}
.com-frame1 p {
	margin: 0;
}
.com-frame1 p + p {
	margin-top: 1.5em;
}
.com-frame1 ul li {
	margin-left: 1.2em;
}
.com-frame1 ul li + li {
	margin-top: 5px;
}
.com-frame1 ol {
	padding-left: 0.3em;
}
.com-frame1 .note {
	margin: 1.5em 0;
	text-align: right;
}



.com-check-tb1 {
	width: 100%;
}
.com-check-tb1 td {
	background: #F2FAFF;
	border-bottom: 1px solid #FFF;
	padding: 12px;
	vertical-align: middle;
}
.com-check-tb1 tr td:nth-child(1) {
	background: #E1F0FB;
	padding: 10px;
	width: 1%;
}
.com-check-tb1 input[type=checkbox] {
	transform: scale(1.5);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
}

.com-terms-check {
	text-align: center;
	margin: 30px 0;
}
.com-terms-check input[type=checkbox] {
	transform: scale(2.5);
}
.com-terms-check label {
	padding-left: 0.5em;
}

.com-ticket-tb1 {
	margin: 35px 0 25px;
	width: 100%;
}
.com-ticket-tb1 thead th {
	background: #27A9D7;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.com-ticket-tb1 tbody td {
	background: #EBF9FF;
	border: 1px solid #FFF;
	font-size: 18px;
	padding: 15px;
	vertical-align: middle;
}
.com-ticket-tb1 tbody td:nth-child(1),
.com-ticket-tb1 tbody td:nth-child(2) {
	text-align: center;
}
.com-ticket-tb1 tbody td.tal {
	text-align: left;
}
.com-ticket-tb1 input[type=text] {
	border: 1px solid #CCC;
	font-size: 16px;
	height: 31px;
	width: 100%;
}
.com-ticket-tb1 select {
	font-size: 16px;
	width: 100%;
}
.com-ticket-tb1 select.wda {
	width: auto;
}
.com-ticket-tb1 .st-glass {
	margin: 15px 0 0
}
.com-ticket-tb1 .st-glass p {
	margin: 0;
}
.com-ticket-tb1 .lb-rd1 {
	background: #FFF;
	font-size: 17px;
	display: block;
	padding: 10px 13px;
}
.com-ticket-tb1 .st-glass p + .lb-rd1 {
	margin-top: 10px;
}
.com-ticket-tb1 .lb-rd1 + .lb-rd1 {
	margin-top: 2px;
}
.com-ticket-tb1 input[type=radio] {
	display: inline-block;
	margin: -3px 8px 0 0;
	position: relative;
	vertical-align: middle;
}



.com-secured-seal > div {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}
.com-secured-seal > p {
	display: inline-block;
	font-size: 15px;
	line-height: 1.3333;
	vertical-align: middle;
	margin-left: 15px;
}



.sep1 {
	background: none;
	border: none;
	border-top: 1px solid #4D4D4D;
	clear: both;
	height: 1px;
	margin: 30px 0;
	width: 100%;
}




.privacy-list {
	font-size: 17px;
	line-height: 1.647;
	list-style: none;
	margin: 75px 0 0;
	padding: 0;
	width: 100%;
}
.privacy-list > li {
	padding-left: 1.7em;
	position: relative;
}
.privacy-list > li + li {
	border-top: 1px solid #B2B2B2;
	margin-top: 20px;
	padding-top: 25px;
}
.privacy-list > li .num {
	display: inline-block;
	margin-left: -1.7em;
	position: relative;
	width: 1.7em;
}
.privacy-list ul {
	font-size: 16px;
	list-style: disc;
	margin: 12px 0 0;
	padding-left: 1.2em;
}
.privacy-list .form {
	background: #F7F7F7;
	margin: 10px 0 0;
	padding: 19px 0;
}
.privacy-list .form table {
	width: 100%;
}
.privacy-list .form table td {
	font-size: 17px;
	text-align: center;
}
.privacy-list .form table td + td {
	border-left: 1px solid #B2B2B2;
}
.privacy-list .form table .s1 {
	font-size: 21px;
}
.privacy-list .form table .s2 {
	font-size: 16px;
}
.privacy-list .form table .s3 {
	font-size: 14px;
}
.privacy-list .form table a {
	color: #00A0E9;
}



.fancybox-close {
	background: url(/pc/assets/common/img/icon-close1.png) no-repeat center center;
	background-size: 35px 35px;
	height: 35px;
	right: 0;
	top: -45px;
	width: 35px;
}
.fancybox-overlay {
	background-image: url(/pc/assets/common/img/pop-bg.png);
}
.fancybox-opened .fancybox-skin {
	border-radius: 0;
	box-shadow: none;
}
.fancybox-nav {
	background: rgba(0,0,0,0.0);
	width: 42px;
}
.fancybox-prev {
	left: -42px;
}
.fancybox-next {
	right: -42px;
}
.fancybox-nav span {
	background: url(/pc/assets/common/img/pop-nav.png) no-repeat center center;
	background-size: 25px 45px;
	height: 45px;
	margin-top: -22px;
	visibility: visible;
	width: 25px;
}
.fancybox-prev span {
	background-position: center center;
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fancybox-next span {
	background-position: center center;
	right: 0;
}



.com-collapse1 {
	border: 1px solid #27a9d7;
	margin: 0 auto;
	width: 100%;
}
.com-collapse1 + .com-collapse1 {
	margin-top: 10px;
}
.com-collapse1 .cl-title {
	position: relative;
	display: block;
	color: #475361;
	font-size: 18px;
	font-weight: bold;
	background: #FFF;
	cursor: pointer;
	padding: 20px 60px 20px 53px;
	position: relative;
	margin: 0;
}
.com-collapse1 .cl-title:before {
	color: #27a9d7;
	content: "Q.";
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	left: 22px;
	position: absolute;
	top: 18px;
}
.com-collapse1 .cl-title span.arr {
	cursor: pointer;
	display: block;
	height: 20px;
	margin-top: -11px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 20px;
}
.com-collapse1 .cl-title span.arr:before {
	background: #27a9d7;
	content: "";
	display: block;
	height: 2px;
	margin: 0 0 0 -10px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: transform 0.2s ease 0s;
	-webkit-transition: transform 0.2s ease 0s;
}
.com-collapse1 .cl-title span.arr:after {
	background: #27a9d7;
	content: "";
	display: block;
	height: 2px;
	margin: 0 0 0 -10px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform 0.2s ease 0s;
	-webkit-transition: transform 0.2s ease 0s;
}
.com-collapse1.open .cl-title span.arr:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.com-collapse1 .cl-title:hover {
	background: #FFF;
}
.com-collapse1 .cl-cont {
	background: #eef9fd;
	display: none;
	/*height: 0;
	transition: 0.2s;*/
	overflow: hidden;
	position: relative;
	padding: 20px 20px 20px 65px;
}
.com-collapse1 .cl-cont:before {
	color: #27a9d7;
	content: "A.";
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	left: 22px;
	position: absolute;
	top: 18px;
}
.com-collapse1 .cl-cont {
	font-size: 17px;
}
.com-collapse1 .cl-cont p {
	margin: 0;
}
.com-collapse1 .cl-cont p + p {
	margin-top: 0.8em;
}





#page-top {
	bottom: 0;
	display: none;
	height: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 998;
}
#page-top > div {
	display: inline-block;
	height: 0;
	max-width: 1400px;
	padding: 0;
	text-align: right;
	width: 100%;
}
#page-top > div a {
	background: url(/pc/assets/common/img/pagetop.png) no-repeat center center;
	display: inline-block;
	height: 114px;
	position: relative;
	text-align: left;
	text-indent: -999em;
	width: 110px;
}



a:hover img,
.hover:hover,
.btn:hover,
#gnav li:hover,
.sc-item-body .items a.item:hover,
.com-thumbs1 > div:hover,
.cl-block > div:hover {
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
		-ms-transition: 0.5s;
		 -o-transition: 0.5s;
			transition: 0.5s;
	text-decoration: none;
}



@media print {



}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

#RightSmartPhoneLink a{
	background-image:url(/pc/img/top/link_smartphone.jpg);
	background-repeat:no-repeat;
	width:1120px;
	height:130px;
	display:block;
	text-indent:-9999px;
    margin: auto;
}

.contain {
    position: relative;
    overflow: hidden;
    margin: auto;
}
.contain img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contain img {
    max-width: 100%;
    max-height: 100%;    
}