@charset "UTF-8";
/* --------------------------------------------------
 Reset
 --------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --------------------------------------------------
 Base
 --------------------------------------------------*/
body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #666;
}

img {
  vertical-align: bottom;
}

a {
  color: #00c7f2;
}
a:hover {
  color: #4dd8f6;
  text-decoration: none;
}
a:hover img {
  opacity: .7;
}

p {
  margin-bottom: 20px;
}

strong {
  color: #ff0101;
}

em {
  font-weight: bold;
}

.pageFooter .link, .img-layout-02, .remodal .login .box {
  zoom: 1;
}
.pageFooter .link:after, .img-layout-02:after, .remodal .login .box:after {
  clear: both;
  display: table;
  content: "";
}

/* --------------------------------------------------
 Header
 --------------------------------------------------*/
.rc-h-standard .rc-h-inner {
  width: 960px;
}

.pageHeader > .inner {
  display: table;
  margin: 0 auto;
  width: 960px;
}
.pageHeader .siteid,
.pageHeader ul {
  display: table-cell;
  vertical-align: middle;
}
.pageHeader ul {
  padding: 8px 0 13px;
  font-size: 12px;
  text-align: right;
}
.pageHeader ul a {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
}
.pageHeader li {
  display: inline-block;
  margin-left: 10px;
}
.pageHeader li.info {
  display: block;
}
.pageHeader li.info a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0;
}
.pageHeader li.rmobile a {
  border: 2px solid #999;
  background: #999;
  color: #fff;
}
.pageHeader li.rmobile a:hover {
  opacity: .7;
}
.pageHeader li.apply a {
  border: 2px solid #00c7f2;
  background: #00c7f2;
  color: #fff;
}
.pageHeader li.apply a:hover {
  border-color: #4dd8f6;
  background: #4dd8f6;
}
.pageHeader li.login a {
  border: 2px solid #00c7f2;
  background: #fff;
  color: #00c7f2;
}
.pageHeader li.login a:hover {
  background: #00c7f2;
  color: #fff;
}


.gnav {
  background: #f9f9f9;
  font-size: 18px;
}

.gnav > .inner {
  margin: 0 auto;
  padding: 5px 0;
  width: 960px;
}
.gnav a {
  display: block;
  border-radius: 2px;
  padding: 5px 15px;
  color: #515151;
  text-decoration: none;
}
.gnav a:hover, .gnav a.active {
  background: #fff;
  color: #00b2d8;
}
.gnav ul {
  display: table;
}
.gnav li {
  display: table-cell;
  padding: 0 5px;
  width: 137.14286px;
  text-align: center;
  vertical-align: middle;
}
.gnav li:first-child {
  padding-left: 0;
}
.gnav li:last-child {
  padding-right: 0;
}

.shadow .bg_shadow{
   margin:0 auto
}
   
.shadow{
  position:relative;
  width:100%;
  height:90px;
  margin-top:-129px;
  border-top:25px solid #fff;
  z-index:-1;
  background:url(../images/bg_shadow.png); background-size:100%;
  }

/* --------------------------------------------------
main
 --------------------------------------------------*/
/* Main Center */
#container {
    width:960px; 
	margin: 0 auto; 
}

#container .mainImg{
    width: 695px;
	height: 480px;
	border: 0px solid #cbcbcb;
	background-color: #f8f8f8;
	background: url(../images/iruka_top.png) 0 0 no-repeat;
	font-weight: bold;
	color: #333333;
	font-size: 28px;
	text-align: center;
	padding-top: 32px;
	display: inline-block;
	float: left;
	margin: 20px 2px 15px 0px;
} 

#container .txGreenB {
    color: #009999;
	font-size: 18px;
	font-weight: bold;
}

#container .txOrangeB {
    color: #ff8a00;
	font-size: 18px;
	font-weight: bold;
}

#container .Info{
    width: 230px; 
	height: 200px;
	border: 1px solid #cbcbcb;
	background-color: #f8f8f8;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 20px 15px 0px 10px;
	display: inline-block;
	float: right;
	margin: 20px 0px 2px 5px;	
}

#container .Info ul {
    padding: 5px 0px 0px 15px;
}

#container .Use{
    width: 203px; 
	height: 185px;
	border: 1px solid #cbcbcb;
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	line-height: 25px;
	padding: 0px 0px 0px 25px;
	display: inline-block;
	float: right;
}

#container .txBtn{
    width: 180px; 
	height: 31px;
    color: #FFFFFF;
	background-color: #ff8a00;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;	
	margin-top: 10px;
}

#container .txBtn a { color: #FFF; text-decoration: none; }

#container .txBtn .tx { 
    display:inline-block;
	vertical-align: middle;
	margin: 4px 0px 0px 10px;
}

#container .txBtn .btn { 
    float: right;
}

#container .contact{
    width: 230px; 
	height: 228px;
	border: 1px solid #cbcbcb;
	background-color: #f8f8f8;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 20px 15px 0px 10px;
	display: inline-block;
	float: right;
	margin: 5px 0px 2px 5px;	
}

#container .contact ul {
    padding: 5px 0px 0px 15px;
}

#container .contact li {
    margin: 0px;
	font-size: 15px;
	color: #333;
    list-style: none;
	line-height: 22px;
	text-indent: 10px;
    background: url(../images/bu_01.png) no-repeat  0px 50%;	
}

#container .rule{
    width: 443px; 
	height: 108px;
	border: 1px solid #cbcbcb;
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	line-height: 25px;
	padding: 20px 0px 0px 25px;
	display: inline-block;
	float: right;
	margin-top:10px;
}

#container .rule div {
	float: left;
	padding: 3px 5px 0px 0px;
}

/* Zone */
#Zone {
    width:960px; 
	height: 50px;
	border: 1px solid #cbcbcb;
	background-color: #e6e6e6;
	margin: 0 auto; 
	margin-bottom: 10px;
	padding: 15px 0px;
	text-indent: 30px;
	overflow-y: auto;
}

#Zone h1{    
    font-size: 17px;
	color: #333;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 3px;
}

#Zone ul li{    
    float: left;
	list-style: none;
	padding: 5px 0px;
}
 

/* --------------------------------------------------
 Footer
 --------------------------------------------------*/
.footer-info {
  margin: 0 auto 20px;
  width: 960px;
  font-size: 14px;
}

.footer-pageTop {
  background: #f7fbfc;
  margin-top: -90px;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
}
.footer-pageTop a {
  display: inline-block;
  margin-left: 1090px;
  width: 70px;
}

.pageFooter {
  position: relative;
}
.pageFooter:before {
  position: absolute;
  top: 30;
  right: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #cbcbcb;
  /*background: linear-gradient(to right, #00c7f2, #00c7f2 33%, #00c77d 33%, #00c77d 66%, #ff7e3e 66%, #ff7e3e 100%);*/
  height: 2px;
}

.pageFooter > .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 960px;
}
.pageFooter a {
  color: #999;
  text-decoration: none;
}
.pageFooter a:hover {
  text-decoration: underline;
}
.pageFooter .link {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.2;
}
.pageFooter .link li {
  float: left;
  border-left: 1px solid #999;
  margin-left: 10px;
  padding-left: 10px;
}
.pageFooter .link li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.pageFooter .copyright {
  font-size: 12px;
}

/* --------------------------------------------------
 .hdgArea
 --------------------------------------------------*/
.hdgArea .hdg {
  margin: 0 auto;
  width: 960px;
}
.hdgArea .hdg > .inner {
  display: table-cell;
  width: 960px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 1.2;
}
.hdgArea .hdg h1,
.hdgArea .hdg p {
  text-shadow: 0px 2px 1px rgba(103, 103, 103, 0.26);
}
.hdgArea .hdg h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#topBar{
   position:relative;height:30px;
   margin-top:-1px;
   background:#fff;border-bottom:2px solid #eee
 }
 
.breadcrumb{
   white-space:nowrap;
   overflow:hidden;
   -ms-text-overflow:ellipsis;
   -o-text-overflow:ellipsis;
   text-overflow:ellipsis;
   width:1010px;
   margin:0 auto;
   letter-spacing:-.4em
}
   
.breadcrumb li{
   display:inline-block;vertical-align:middle;
   *vertical-align:auto;
   *zoom:1;
   *display:inline;
   height:32px;
   letter-spacing:normal
}
.breadcrumb li a{
   display:block;
   white-space:nowrap;
   overflow:hidden;
   -ms-text-overflow:ellipsis;
   -o-text-overflow:ellipsis;
   text-overflow:ellipsis;
   max-width:360px;height:32px;
   padding:0 22px 0 10px;background:url(../images/arrow.png) right top no-repeat;
   line-height:32px;font-size:13px
 }
 
.breadcrumb li a:hover{
   text-decoration:none
 }
 
.breadcrumb li a:hover span{
   text-decoration:underline
}

.breadcrumb li:first-child a{
   padding-left:0!important
 }
.hdgArea .location {
  background: rgba(255, 255, 255, 0.3);
}
.hdgArea .location > .inner {
  display: table;
  margin: 0 auto;
  width: 960px;
}
.hdgArea .topicPath,
.hdgArea .sns {
  display: table-cell;
  height: 54px;
  vertical-align: middle;
  line-height: 0;
}
.hdgArea .topicPath {
  font-size: 13px;
}
.hdgArea .topicPath li {
  display: inline-block;
  margin-left: 31px;
}
.hdgArea .topicPath li:first-child {
  margin-left: 0;
}
.hdgArea .topicPath li:first-child a {
  padding-left: 20px;
}
.hdgArea .topicPath li:first-child a:before {
  display: none;
}
.hdgArea .topicPath a,
.hdgArea .topicPath b {
  position: relative;
  display: table-cell;
  height: 54px;
  vertical-align: middle;
  color: #333;
}
.hdgArea .topicPath a:before,
.hdgArea .topicPath b:before {
  position: absolute;
  top: 0;
  left: -31px;
  content: "";
  display: block;
  width: 31px;
  height: 54px;
}
.hdgArea .topicPath a {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 5px 0 10px;
  text-decoration: none;
}
.hdgArea .topicPath a:before {
  background: url(../images/bg-topicPath-02-01.png) 0 0 no-repeat;
}
.hdgArea .topicPath b {
  padding-left: 10px;
}
.hdgArea .topicPath b:before {
  background: url(../images/bg-topicPath-02-02.png) 0 0 no-repeat;
}
.hdgArea .sns {
  text-align: right;
}
.hdgArea .sns li {
  display: inline-block;
}
.hdgArea .sns li > * {
  vertical-align: top;
}
.hdgArea .sns li.fb-like {
  margin-left: 10px;
  
}
.hdgArea.price {
  background: url(/resource/pc/global/img/common/hdg-bg-price.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.hdgArea.flow {
  background: url(/resource/pc/global/img/common/hdg-bg-flow.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.hdgArea.basic .hdg > .inner {
  height: 150px;
}
.hdgArea.basic .hdg h1 {
  position: relative;
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-shadow: none;
}
.hdgArea.basic .hdg h1:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(to right, #00c7f2, #00c7f2 33%, #00c77d 33%, #00c77d 66%, #ff7e3e 66%, #ff7e3e 100%);
  height: 4px;
}
.hdgArea.basic .hdg h1:before {
  top: auto;
  bottom: -10px;
  margin: 0 auto;
  width: 150px;
  height: 6px;
}
.hdgArea.basic .location {
  background: #f9f9f9;
}
.hdgArea.basic .topicPath a {
  background: #f4f4f4;
}
.hdgArea.basic .topicPath a:before {
  background-image: url(../images/bg-topicPath-02-01.png) 0 0 no-repeat;
}
.hdgArea.basic .topicPath b:before {
  background-image: url(../images/bg-topicPath-02-02.png) 0 0 no-repeat;
}
.hdgArea.top {
  position: relative;
  z-index: 100;
  margin-top: -670px;
}
.hdgArea.top .hdg > .inner {
  display: block;
  position: relative;
  height: 616px;
}
.hdgArea.top .hdg .btn {
  position: absolute;
  top: 380px;
  left: 0;
  text-shadow: none;
}
.hdgArea.top .hdg .btn .btn-apply {
  padding: 25px 20px 23px;
  width: 430px;
}
.hdgArea.top .hdg .img {
  position: absolute;
  top: 160px;
  right: 0;
}

/* --------------------------------------------------
 .mainVisual
 --------------------------------------------------*/
.mainVisual {
  position: relative;
  z-index: 1;
}
.mainVisual li {
  background: 50% 50% no-repeat;
  background-size: cover;
  min-width: 960px;
}
.mainVisual li span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 960px;
  height: 670px;
}
.mainVisual li img {
  position: absolute;
  top: 190px;
  left: 0;
}
.mainVisual .bg-01 {
  background-image: url(/resource/pc/global/img/index-main-bg-01.jpg);
}
.mainVisual .bg-02 {
  background-image: url(/resource/pc/global/img/index-main-bg-02.jpg);
}
.mainVisual .bg-03 {
  background-image: url(/resource/pc/global/img/index-main-bg-03.jpg);
}
.mainVisual .bx-controls {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  z-index: 101;
}
.mainVisual .bx-pager {
  text-align: center;
}
.mainVisual .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
}
.mainVisual .bx-pager-item:first-child {
  margin-left: 0;
}
.mainVisual .bx-pager-item a {
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 8px;
  height: 8px;
  font-size: 0;
}
.mainVisual .bx-pager-item a.active {
  background: #aaecfd;
}

/* --------------------------------------------------
 .infoArea
 --------------------------------------------------*/
.infoArea {
  border-bottom: 1px solid #f3f3f3;
}
.infoArea p {
  box-sizing: border-box;
  background: url(/resource/pc/global/img/common/icon-attention-02.png) 0 50% no-repeat;
  margin: 0 auto;
  padding: 15px 0 15px 33px;
  width: 960px;
  color: #777;
  font-size: 14px;
}

/* --------------------------------------------------
 .summaryArea
 --------------------------------------------------*/
.summaryArea {
  margin: 0 auto;
  padding: 15px 0 75px;
  width: 960px;
}
.summaryArea > *:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
 .mainArea
 --------------------------------------------------*/
.mainArea {
  background: #f7fbfc;
  padding: 45px 0 75px;
}
.mainArea > .inner {
  margin: 0 auto;
  width: 960px;
}
.mainArea > .inner > *:last-child {
  margin-bottom: 0;
}

/*!
Rakuten Common Header
Copyright: Rakuten, inc.
Version: 0.1.4
 */
.rc-h-standard .rc-h-inner {
  width: 950px;
}

.rc-h-standard, .rc-h-standard.rc-h-liquid .rc-h-noscript-bar, .rc-h-standard.rc-h-liquid .rc-h-search-bar, .rc-h-standard.rc-h-liquid .rc-h-section-bar, .rc-h-standard.rc-h-liquid .rc-h-service-bar, .rc-h-standard.rc-h-liquid .rc-h-subsection-bar, .rc-h-standard.rc-h-liquid .rc-h-utility-bar {
  min-width: 950px;
}

.rc-h-standard {
  font-size: 12px;
  line-height: 1.6;
}

.rc-h-standard, .rc-h-standard a:active, .rc-h-standard a:hover, .rc-h-standard a:link, .rc-h-standard a:visited {
  color: #515151;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn:hover, .rc-h-standard .rc-h-section-nav a.rc-h-active, .rc-h-standard .rc-h-subsection-nav a.rc-h-active {
  color: #bf0000;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn.rc-h-strong-action {
  border-color: #bf0000;
}

.rc-h-standard .rc-h-service-bar {
  border-bottom-color: #bf0000;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn.rc-h-strong-action, .rc-h-standard .rc-h-action-nav .rc-h-btn-group .rc-h-action-btn, .rc-h-standard .rc-h-search-bar {
  background-color: #bf0000;
}

.rc-h-standard .rc-h-genre-dropdown.rc-h-hover > a, .rc-h-standard .rc-h-genre-dropdown:hover > a {
  background-color: #df0000;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn.rc-h-books-action {
  background-color: #bf0000;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn.rc-h-kobo-action {
  background-color: #63c8d5;
}

.rc-h-icon-browse {
  background-image: url(../img/rc-h-sprites.png);
  background-position: 0 -22px;
  width: 18px;
  height: 18px;
}

.rc-h-icon-cart-white {
  background-image: url(../img/rc-h-sprites.png);
  background-position: 0 0;
  width: 20px;
  height: 20px;
}

.rc-h-icon-cart {
  background-image: url(../img/rc-h-sprites.png);
  background-position: -22px 0;
  width: 20px;
  height: 20px;
}

.rc-h-icon-favorite {
  background-image: url(../img/rc-h-sprites.png);
  background-position: -20px -22px;
  width: 18px;
  height: 18px;
}

.rc-h-icon-purchase {
  background-image: url(../img/rc-h-sprites.png);
  background-position: -44px 0;
  width: 18px;
  height: 18px;
}

.rc-h-standard .rc-h-dropdown {
  position: relative;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  padding: 1px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  white-space: nowrap;
  -webkit-box-shadow: 1px 1px 2px 0 #cecece;
  box-shadow: 1px 1px 2px 0 #cecece;
  display: none;
  top: 100%;
  left: 0;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li > a, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li > span {
  display: block;
  position: relative;
  padding: 4px 14px 4px 10px;
  cursor: pointer;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li a.rc-h-active, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li span.rc-h-active, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-active > a, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-active > span, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-hover > a, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-hover > span, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li:hover > a, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li:hover > span {
  background: #f6f6f6;
  color: #000;
  text-decoration: none;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child > a, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child > span {
  padding-right: 28px;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child > a:after, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child > span:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 0;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: transparent transparent transparent #686868;
  margin-top: -4px;
  vertical-align: middle;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child > .rc-h-dropdown-panel {
  display: none;
  top: 0;
  left: 100%;
  margin-left: -5px;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child.rc-h-hover > a:after, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child.rc-h-hover > span:after, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child:hover > a:after, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child:hover > span:after {
  border-left-color: #f2ab00;
}

.rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child.rc-h-hover > .rc-h-dropdown-panel, .rc-h-standard .rc-h-dropdown .rc-h-dropdown-panel > li.rc-h-dropdown-child:hover > .rc-h-dropdown-panel, .rc-h-standard .rc-h-dropdown.rc-h-hover .rc-h-dropdown-panel, .rc-h-standard .rc-h-dropdown:hover .rc-h-dropdown-panel {
  display: block;
}

.rc-h-standard .rc-h-combobox-module {
  position: relative;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-label {
  position: relative;
  padding: 0 22px 0 8px;
  background: #fff;
  line-height: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-label:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: #686868 transparent transparent;
  margin-top: -2px;
  vertical-align: middle;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  padding: 1px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  white-space: nowrap;
  -webkit-box-shadow: 1px 1px 2px 0 #cecece;
  box-shadow: 1px 1px 2px 0 #cecece;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  min-width: 100%;
  max-height: 280px;
  top: 100%;
  left: 0;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li > a, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li > span {
  display: block;
  position: relative;
  padding: 4px 14px 4px 10px;
  cursor: pointer;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li a.rc-h-active, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li span.rc-h-active, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-active > a, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-active > span, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-hover > a, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-hover > span, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li:hover > a, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li:hover > span {
  background: #f6f6f6;
  color: #000;
  text-decoration: none;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child > a, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child > span {
  padding-right: 28px;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child > a:after, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child > span:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 0;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: transparent transparent transparent #686868;
  margin-top: -4px;
  vertical-align: middle;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child > .rc-h-dropdown-panel {
  display: none;
  top: 0;
  left: 100%;
  margin-left: -5px;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child.rc-h-hover > a:after, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child.rc-h-hover > span:after, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child:hover > a:after, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child:hover > span:after {
  border-left-color: #f2ab00;
}

.rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child.rc-h-hover > .rc-h-dropdown-panel, .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel > li.rc-h-dropdown-child:hover > .rc-h-dropdown-panel {
  display: block;
}

* + html .rc-h-standard .rc-h-combobox-module .rc-h-combobox-panel {
  margin-top: -4px;
}

.rc-h-standard .rc-h-combobox-module:hover .rc-h-combobox-label:after {
  border-top-color: #f2ab00;
}

.rc-h-standard .rc-h-combobox-module.rc-h-active .rc-h-combobox-panel {
  display: block;
}

.rc-h-standard {
  font-family: "Hiragino Kaku Gothic ProN",Meiryo,MS-PGothic,sans-serif;
}

.rc-h-standard button, .rc-h-standard input, .rc-h-standard select {
  font-family: inherit;
}

.rc-h-standard a {
  text-decoration: none;
}

.rc-h-standard a img {
  border: none;
}

.rc-h-standard a:hover {
  text-decoration: underline;
}

.rc-h-standard li {
  list-style: none;
}

.rc-h-standard .rc-h-inner {
  margin: 0 auto;
}

.rc-h-standard.rc-h-liquid .rc-h-noscript-bar, .rc-h-standard.rc-h-liquid .rc-h-search-bar, .rc-h-standard.rc-h-liquid .rc-h-section-bar, .rc-h-standard.rc-h-liquid .rc-h-service-bar, .rc-h-standard.rc-h-liquid .rc-h-subsection-bar, .rc-h-standard.rc-h-liquid .rc-h-utility-bar {
  padding-left: 10px;
  padding-right: 10px;
}

.rc-h-standard.rc-h-liquid .rc-h-inner {
  width: auto;
}

.rc-h-standard .rc-h-noscript-bar {
  padding: 3px 0 2px;
  border-top: 2px solid #d8b6b6;
  border-bottom: 2px solid #d8b6b6;
  background: #faeaea;
  color: #b03434;
}

.rc-h-standard .rc-h-noscript-bar p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.rc-h-standard .rc-h-noscript-bar a:active, .rc-h-standard .rc-h-noscript-bar a:hover, .rc-h-standard .rc-h-noscript-bar a:link, .rc-h-standard .rc-h-noscript-bar a:visited {
  color: #bf0000;
}

.rc-h-standard .rc-h-utility-bar {
  position: relative;
  z-index: 2;
  background: #f9f9f9;
}

.rc-h-standard .rc-h-group-nav {
  float: right;
  margin: 0;
  padding: 0;
}

.rc-h-standard .rc-h-group-nav li {
  position: relative;
  float: left;
}

.rc-h-standard .rc-h-group-nav li a {
  display: block;
  padding: 3px 10px;
}

.rc-h-standard .rc-h-group-nav li a:hover {
  text-decoration: none;
}

.rc-h-standard .rc-h-group-nav li.rc-h-hover, .rc-h-standard .rc-h-group-nav li:hover {
  background: #f0f0f0;
}

.rc-h-standard .rc-h-group-dropdown > a:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: #686868 transparent transparent;
  margin-top: -2px;
  vertical-align: middle;
}

.rc-h-standard .rc-h-group-dropdown .rc-h-dropdown-panel {
  left: auto;
  right: 0;
}

.rc-h-standard .rc-h-group-dropdown.rc-h-hover > a:after, .rc-h-standard .rc-h-group-dropdown:hover > a:after {
  border-top-color: #333;
}

.rc-h-standard .rc-h-service-bar {
  padding-bottom: 12px;
  background: #fff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.rc-h-standard .rc-h-service-bar img {
  vertical-align: top;
}

.rc-h-standard .rc-h-site-id {
  float: left;
  margin-top: 12px;
}

.rc-h-standard .rc-h-icon, .rc-h-standard .rc-h-logo, .rc-h-standard .rc-h-title {
  display: inline-block;
  vertical-align: middle;
}

* + html .rc-h-standard .rc-h-icon, * + html .rc-h-standard .rc-h-logo, * + html .rc-h-standard .rc-h-title {
  display: inline;
  zoom: 1;
}

.rc-h-standard .rc-h-logo {
  margin-right: 11px;
}

.rc-h-standard .rc-h-site-menu {
  float: right;
  margin-top: 8px;
}

.rc-h-standard .rc-h-menu-btns {
  float: left;
}

.rc-h-standard .rc-h-help-nav {
  margin: 0;
  padding: 0;
  text-align: right;
}

.rc-h-standard .rc-h-help-nav a:active, .rc-h-standard .rc-h-help-nav a:hover, .rc-h-standard .rc-h-help-nav a:link, .rc-h-standard .rc-h-help-nav a:visited {
  color: #03c;
}

.rc-h-standard .rc-h-help-nav li {
  display: inline;
  margin-left: 15px;
}

.rc-h-standard .rc-h-action-nav {
  margin: 4px 0 0;
  padding: 0;
  text-align: right;
}

.rc-h-standard .rc-h-action-nav li {
  display: inline-block;
  line-height: 20px;
}

* + html .rc-h-standard .rc-h-action-nav li {
  display: inline;
  zoom: 1;
  margin-left: 4px;
}

.rc-h-standard .rc-h-action-nav .rc-h-btn-icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

* + html .rc-h-standard .rc-h-action-nav .rc-h-btn-icon {
  display: inline;
  zoom: 1;
}

.rc-h-standard .rc-h-action-nav .rc-h-btn-label {
  display: inline-block;
  vertical-align: middle;
}

* + html .rc-h-standard .rc-h-action-nav .rc-h-btn-label {
  display: inline;
  zoom: 1;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn {
  display: inline-block;
  padding: 3px 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  cursor: pointer;
}

* + html .rc-h-standard .rc-h-action-nav .rc-h-action-btn {
  display: inline;
  zoom: 1;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn:hover .rc-h-btn-label {
  text-decoration: underline;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn.rc-h-strong-action {
  font-weight: 700;
  color: #fff;
}

.rc-h-standard .rc-h-action-nav .rc-h-action-btn.rc-h-strong-action:hover {
  color: #fff;
}

.rc-h-standard .rc-h-action-nav .rc-h-btn-group {
  display: inline-block;
  margin: 0;
  padding: 3px 3px 3px 7px;
  border: 1px solid #ccc;
}

* + html .rc-h-standard .rc-h-action-nav .rc-h-btn-group {
  display: inline;
  zoom: 1;
}

.rc-h-standard .rc-h-action-nav .rc-h-btn-group .rc-h-action-btn {
  padding: 0 4px;
  border: none;
}

.rc-h-standard .rc-h-action-nav .rc-h-btn-group .rc-h-action-btn:active, .rc-h-standard .rc-h-action-nav .rc-h-btn-group .rc-h-action-btn:hover, .rc-h-standard .rc-h-action-nav .rc-h-btn-group .rc-h-action-btn:link, .rc-h-standard .rc-h-action-nav .rc-h-btn-group .rc-h-action-btn:visited {
  color: #fff;
}

.rc-h-standard .rc-h-promotion {
  float: left;
  margin-top: 4px;
  padding-left: 10px;
  vertical-align: bottom;
}

.rc-h-standard .rc-h-search-bar {
  position: relative;
  z-index: 1;
  min-height: 44px;
}

.rc-h-standard .rc-h-search-bar input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  border: 0;
  background: #fff;
  vertical-align: top;
}

* + html .rc-h-standard .rc-h-search-bar input[type=text] {
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0;
}

.rc-h-standard .rc-h-search-bar select {
  border: 0;
  background: #fff;
  width: 100%;
  height: 26px;
  cursor: pointer;
}

.rc-h-standard .rc-h-search-bar button {
  height: 26px;
  padding: 0;
  border: 0;
  background: #f6f6f6;
  vertical-align: top;
  cursor: pointer;
}

.rc-h-standard .rc-h-search-bar button:hover {
  background: #fff;
}

.rc-h-standard .rc-h-service-bar + .rc-h-search-bar {
  margin-top: -2px;
}

.rc-h-standard .rc-h-subsection-bar + .rc-h-search-bar {
  margin-top: -1px;
}

.rc-h-standard .rc-h-genre-dropdown {
  float: left;
  margin-right: 15px;
  z-index: 2;
}

.rc-h-standard .rc-h-genre-dropdown > a {
  display: block;
  padding: 0 13px;
  line-height: 44px;
  font-weight: 700;
}

.rc-h-standard .rc-h-genre-dropdown > a:active, .rc-h-standard .rc-h-genre-dropdown > a:hover, .rc-h-standard .rc-h-genre-dropdown > a:link, .rc-h-standard .rc-h-genre-dropdown > a:visited {
  color: #fff;
}

.rc-h-standard .rc-h-genre-dropdown > a:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: #fff transparent transparent;
  margin-top: -2px;
  vertical-align: middle;
}

.rc-h-standard .rc-h-genre-dropdown.rc-h-hover > a, .rc-h-standard .rc-h-genre-dropdown:hover > a {
  text-decoration: none;
}

.rc-h-standard .rc-h-search-form {
  position: relative;
  padding-top: 9px;
}

.rc-h-standard .rc-h-search-form .rc-h-search-type {
  position: relative;
  float: left;
  min-width: 200px;
  height: 26px;
  margin-right: 5px;
  background: #fff;
}

.rc-h-standard .rc-h-search-form .rc-h-search-type select.rc-h-type-select {
  position: absolute;
  top: 0;
  left: 0;
}

.rc-h-standard .rc-h-search-form .rc-h-search-query {
  overflow: hidden;
  margin-right: 75px;
}

.rc-h-standard .rc-h-search-form .rc-h-search-btn {
  position: absolute;
  top: 9px;
  right: 0;
}

.rc-h-standard .rc-h-search-form .rc-h-search-btn button {
  width: 70px;
}

.rc-h-standard .rc-h-section-bar {
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
}

.rc-h-standard .rc-h-section-nav {
  position: relative;
  top: 1px;
  margin: 0 0 0 -4px;
  padding: 3px 0 0;
}

.rc-h-standard .rc-h-section-nav li {
  float: left;
  margin-left: 4px;
}

.rc-h-standard .rc-h-section-nav a {
  display: block;
  padding: 5px 8px;
  border: 1px solid transparent;
  font-weight: 700;
}

.rc-h-standard .rc-h-section-nav a.rc-h-active {
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #fff;
}

.rc-h-standard .rc-h-subsection-bar {
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.rc-h-standard .rc-h-subsection-nav {
  margin: 0;
  padding: 0;
}

.rc-h-standard .rc-h-subsection-nav li {
  float: left;
}

.rc-h-standard .rc-h-subsection-nav a {
  display: block;
  padding: 8px 10px 6px;
}

.rc-h-clearfix:after, .rc-h-clearfix:before, .rc-h-standard .rc-h-search-bar:after, .rc-h-standard .rc-h-search-bar:before, .rc-h-standard .rc-h-section-nav:after, .rc-h-standard .rc-h-section-nav:before, .rc-h-standard .rc-h-service-bar:after, .rc-h-standard .rc-h-service-bar:before, .rc-h-standard .rc-h-subsection-nav:after, .rc-h-standard .rc-h-subsection-nav:before, .rc-h-standard .rc-h-utility-bar:after, .rc-h-standard .rc-h-utility-bar:before {
  content: " ";
  display: table;
}

.rc-h-clearfix:after, .rc-h-standard .rc-h-search-bar:after, .rc-h-standard .rc-h-section-nav:after, .rc-h-standard .rc-h-service-bar:after, .rc-h-standard .rc-h-subsection-nav:after, .rc-h-standard .rc-h-utility-bar:after {
  clear: both;
}

/* --------------------------------------------------
 Icon
-------------------------------------------------- */
a[href$=".pdf"] {
  background: url(/resource/pc/global/img/common/icon-pdf-01.png) 100% 50% no-repeat;
  padding-right: 23px;
}

/* --------------------------------------------------
 Heading
-------------------------------------------------- */
.hdg2-01 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 40px;
  color: #333;
  font-weight: bold;
}

.hdg3-01 {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
  color: #00c7f2;
}
.hdg3-01 h3 {
  display: inline-block;
}
.hdg3-01[class*="icon-"] h3 {
  position: relative;
}
.hdg3-01[class*="icon-"] h3:before {
  position: absolute;
  top: 0;
  left: -110px;
  content: "";
  display: block;
  background: 0 0 no-repeat;
  width: 85px;
  height: 85px;
}
.hdg3-01.icon-sim h3:before {
  background-image: url(/resource/pc/global/img/common/icon-sim-01.png);
}
.hdg3-01.icon-pack h3:before {
  background-image: url(/resource/pc/global/img/common/icon-pack-01.png);
}
.hdg3-01.icon-credit h3:before {
  background-image: url(/resource/pc/global/img/common/icon-credit-01.png);
}
.hdg3-01 .sub {
  display: block;
  margin-bottom: 4px;
  font-size: 26px;
  color: #777;
}
.hdg3-01 .sub.line {
  margin-bottom: 14px;
}
.hdg3-01 .sub.line span {
  display: inline-block;
  position: relative;
}
.hdg3-01 .sub.line span:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(to right, #00c7f2, #00c7f2 33%, #00c77d 33%, #00c77d 66%, #ff7e3e 66%, #ff7e3e 100%);
  height: 4px;
}
.hdg3-01 .sub.line span:before {
  top: auto;
  bottom: -4px;
}

.hdg4-01 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.hdg4-01:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(to right, #00c7f2, #00c7f2 33%, #00c77d 33%, #00c77d 66%, #ff7e3e 66%, #ff7e3e 100%);
  height: 4px;
}
.hdg4-01:before {
  top: auto;
  bottom: -4px;
}

.hdg5-01 {
  margin: 35px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #00c7f2;
}
.hdg4-01 + .hdg5-01 {
  margin-top: 0;
}

.hdg6-01 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.hdg7-01 {
  margin: 5px 0 3px;
  font-size: 20px;
  font-weight: bold;
  color: #00c7f2;
}

/* --------------------------------------------------
 Panel
-------------------------------------------------- */
.panel-01 {
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(223, 240, 244, 0.24);
  border: 1px solid #e1f1f5;
  border-top: 0;
  background: #fff;
  margin-bottom: 40px;
  padding: 30px 30px 40px;
}
.panel-01:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(to right, #00c7f2, #00c7f2 33%, #00c77d 33%, #00c77d 66%, #ff7e3e 66%, #ff7e3e 100%);
  height: 4px;
}
.panel-01 > *:last-child {
  margin-bottom: 0;
}
.panel-01.flow {
  position: relative;
  margin-bottom: 60px;
}
.panel-01.flow:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  content: "";
  display: block;
  background: url(/resource/pc/global/img/common/arrow-01-bottom.png) 0 0 no-repeat;
  margin-left: -20px;
  width: 19px;
  height: 41px;
}

.panel-02 {
  background: #f8f8f8;
  padding: 20px;
}
.panel-02 > *:last-child {
  margin-bottom: 0;
}
.panel-01 .panel-02 {
  margin: 0 -26px -36px;
}

.panel-03 {
  margin-bottom: 10px;
}
.panel-03 > .hdg {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  font-size: 20px;
}
.panel-03 > .hdg.icon-attention {
  background: url(/resource/pc/global/img/common/icon-attention-01.png) 10px 50% no-repeat;
  padding-left: 60px;
}
.panel-03 > .hdg.icon-shop {
  background: url(/resource/pc/global/img/common/icon-shop-01.png) 10px 50% no-repeat;
  padding-left: 60px;
}
.panel-03 > .body {
  border-bottom: 1px solid #ddd;
  background: #f7fbfc;
  padding: 15px 20px;
}
.panel-03 > .body > *:last-child {
  margin-bottom: 0;
}
.panel-03 > .body .hdg-01 {
  margin-bottom: 5px;
  font-weight: bold;
}
.panel-03 > .body .hdg-02 {
  margin-bottom: 10px;
  margin-left: 20px;
}
.panel-03 > *:last-child {
  margin-bottom: 0;
}
.panel-03 .js-accordion-trigger {
  position: relative;
  padding-right: 60px;
}
.panel-03 .js-accordion-trigger:before, .panel-03 .js-accordion-trigger:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  background: #d3d3d3;
}
.panel-03.is-open .js-accordion-trigger:before {
  margin-top: -2px;
  width: 30px;
  height: 4px;
}
.panel-03.is-closed .js-accordion-trigger:before {
  margin-top: -2px;
  width: 30px;
  height: 4px;
}
.panel-03.is-closed .js-accordion-trigger:after {
  right: 33px;
  margin-top: -15px;
  width: 4px;
  height: 30px;
}

.panel-04 {
  border: 4px solid #e6faff;
  margin-bottom: 30px;
  padding: 0 20px 20px;
}
.panel-04 > *:last-child {
  margin-bottom: 0;
}
.panel-04 .hdg-01 {
  background: #e6faff;
  margin: 0 -20px 15px;
  padding: 5px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #00c7f2;
}

/* --------------------------------------------------
 Text
-------------------------------------------------- */
.txt-catch-01 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #777;
}

.txt-small-01 {
  font-size: 12px;
  color: #999;
}
.summaryArea .txt-small-01 {
  font-size: 10px;
}

.txt-small-02 {
  font-size: 14px;
}

.txt-large-01 {
  font-size: 20px;
}

.hdg3-01 + .txt-lead-01 {
  margin-top: -15px;
}

sub {
  vertical-align: text-bottom;
  font-size: 65%;
}

sup {
  vertical-align: text-top;
  font-size: 65%;
}

/* --------------------------------------------------
 List
-------------------------------------------------- */
.btn-list-01 {
  margin: 30px 0;
}
.btn-list-01 li {
  display: inline-block;
  margin-left: 20px;
}
.btn-list-01 li:first-child {
  margin-left: 0;
}
.btn-list-01[class*="col"] .btn-default {
  display: block;
  width: auto;
}
.btn-list-01.col2 {
  zoom: 1;
}
.btn-list-01.col2:after {
  clear: both;
  display: table;
  content: "";
}
.btn-list-01.col2 > * {
  box-sizing: border-box;
  float: left;
  margin: 2.08333% 0 0 2.08333%;
  width: 48.95833%;
}
.btn-list-01.col2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.btn-list-01.col2 > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.btn-list-01.col2 > * > *:last-child {
  margin-bottom: 0;
}
.btn-list-01.col3 {
  zoom: 1;
}
.btn-list-01.col3:after {
  clear: both;
  display: table;
  content: "";
}
.btn-list-01.col3 > * {
  box-sizing: border-box;
  float: left;
  margin: 2.08333% 0 0 2.08333%;
  width: 31.94444%;
}
.btn-list-01.col3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.btn-list-01.col3 > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.btn-list-01.col3 > * > *:last-child {
  margin-bottom: 0;
}
.btn-list-01.col4 {
  zoom: 1;
}
.btn-list-01.col4:after {
  clear: both;
  display: table;
  content: "";
}
.btn-list-01.col4 > * {
  box-sizing: border-box;
  float: left;
  margin: 2.08333% 0 0 2.08333%;
  width: 23.4375%;
}
.btn-list-01.col4 > *:nth-child(-n+4) {
  margin-top: 0;
}
.btn-list-01.col4 > *:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.btn-list-01.col4 > * > *:last-child {
  margin-bottom: 0;
}
.btn-list-01.col5 {
  zoom: 1;
}
.btn-list-01.col5:after {
  clear: both;
  display: table;
  content: "";
}
.btn-list-01.col5 > * {
  box-sizing: border-box;
  float: left;
  margin: 2.08333% 0 0 2.08333%;
  width: 18.33333%;
}
.btn-list-01.col5 > *:nth-child(-n+5) {
  margin-top: 0;
}
.btn-list-01.col5 > *:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.btn-list-01.col5 > * > *:last-child {
  margin-bottom: 0;
}

.link-list-01 {
  margin-bottom: 30px;
}
.link-list-01.col2 {
  zoom: 1;
}
.link-list-01.col2:after {
  clear: both;
  display: table;
  content: "";
}
.link-list-01.col2 > * {
  box-sizing: border-box;
  float: left;
  margin: 0.52083% 0 0 2.08333%;
  width: 48.95833%;
}
.link-list-01.col2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.link-list-01.col2 > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.link-list-01.col2 > * > *:last-child {
  margin-bottom: 0;
}
.link-list-01.col3 {
  zoom: 1;
}
.link-list-01.col3:after {
  clear: both;
  display: table;
  content: "";
}
.link-list-01.col3 > * {
  box-sizing: border-box;
  float: left;
  margin: 0.52083% 0 0 2.08333%;
  width: 31.94444%;
}
.link-list-01.col3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.link-list-01.col3 > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.link-list-01.col3 > * > *:last-child {
  margin-bottom: 0;
}
.link-list-01.col4 {
  zoom: 1;
}
.link-list-01.col4:after {
  clear: both;
  display: table;
  content: "";
}
.link-list-01.col4 > * {
  box-sizing: border-box;
  float: left;
  margin: 0.52083% 0 0 2.08333%;
  width: 23.4375%;
}
.link-list-01.col4 > *:nth-child(-n+4) {
  margin-top: 0;
}
.link-list-01.col4 > *:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.link-list-01.col4 > * > *:last-child {
  margin-bottom: 0;
}
.link-list-01.col5 {
  zoom: 1;
}
.link-list-01.col5:after {
  clear: both;
  display: table;
  content: "";
}
.link-list-01.col5 > * {
  box-sizing: border-box;
  float: left;
  margin: 0.52083% 0 0 2.08333%;
  width: 18.33333%;
}
.link-list-01.col5 > *:nth-child(-n+5) {
  margin-top: 0;
}
.link-list-01.col5 > *:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.link-list-01.col5 > * > *:last-child {
  margin-bottom: 0;
}
.link-list-01.acenter > li {
  float: none;
  display: inline-block;
  width: auto;
}

.note-list-01 {
  margin-bottom: 30px;
  font-size: 12px;
  color: #999;
}
.note-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 2.5em;
}
.note-list-01 li:first-child {
  margin-top: 0;
}
.note-list-01 .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.num-list-01 {
  margin-bottom: 30px;
}
.num-list-01 li {
  position: relative;
  margin-top: 20px;
  padding-left: 2em;
}
.num-list-01 li:first-child {
  margin-top: 0;
}
.num-list-01 .num {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #00c7f2;
  width: 1.5em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.bullet-list-01 {
  margin-bottom: 30px;
  margin-left: 20px;
}
.bullet-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1.2em;
}
.bullet-list-01 li:first-child {
  margin-top: 0;
}
.bullet-list-01 li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

/* --------------------------------------------------
 Layout
-------------------------------------------------- */
.img-layout-01 {
  margin: 30px 0 40px;
}

.img-layout-02 {
  margin-bottom: 40px;
}
.img-layout-02 > .body > *:first-child,
.img-layout-02 > .img > *:first-child {
  margin-top: 0;
}
.img-layout-02 > .body > *:last-child,
.img-layout-02 > .img > *:last-child {
  margin-bottom: 0;
}
.img-layout-02 > .body {
  width: 100%;
}
.img-layout-02 > .img {
  padding-top: 3px;
}
.img-layout-02.img-left > .img {
  float: left;
  padding-right: 20px;
}
.img-layout-02.img-right > .img {
  float: right;
  padding-left: 20px;
}
.img-layout-02.parallel {
  display: table;
  width: 100%;
}
.img-layout-02.parallel > .body,
.img-layout-02.parallel > .img {
  display: table-cell;
  vertical-align: top;
}
.img-layout-02.parallel > .img img {
  max-width: none;
}
.img-layout-02.parallel.img-left {
  direction: rtl;
}
.img-layout-02.parallel.img-left > .body,
.img-layout-02.parallel.img-left > .img {
  direction: ltr;
}
.img-layout-02.parallel.img-left > .img {
  padding-right: 20px;
}
.img-layout-02.parallel.img-right > .img {
  padding-left: 20px;
}

.btn-layout-01 {
  margin: 40px 0;
}

.col-layout-01 {
  margin-bottom: 30px;
}
.col-layout-01.col2 {
  zoom: 1;
}
.col-layout-01.col2:after {
  clear: both;
  display: table;
  content: "";
}
.col-layout-01.col2 > * {
  box-sizing: border-box;
  float: left;
  margin: 2.08333% 0 0 5.20833%;
  width: 47.39583%;
}
.col-layout-01.col2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.col-layout-01.col2 > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.col-layout-01.col2 > * > *:last-child {
  margin-bottom: 0;
}
.col-layout-01.col3 {
  zoom: 1;
}
.col-layout-01.col3:after {
  clear: both;
  display: table;
  content: "";
}
.col-layout-01.col3 > * {
  box-sizing: border-box;
  float: left;
  margin: 2.08333% 0 0 5.20833%;
  width: 29.86111%;
}
.col-layout-01.col3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.col-layout-01.col3 > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.col-layout-01.col3 > * > *:last-child {
  margin-bottom: 0;
}
.col-layout-01.col4 {
  zoom: 1;
}
.col-layout-01.col4:after {
  clear: both;
  display: table;
  content: "";
}
.col-layout-01.col4 > * {
  box-sizing: border-box;
  float: left;
  margin: 2.08333% 0 0 5.20833%;
  width: 21.09375%;
}
.col-layout-01.col4 > *:nth-child(-n+4) {
  margin-top: 0;
}
.col-layout-01.col4 > *:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.col-layout-01.col4 > * > *:last-child {
  margin-bottom: 0;
}
.col-layout-01.col5 {
  zoom: 1;
}
.col-layout-01.col5:after {
  clear: both;
  display: table;
  content: "";
}
.col-layout-01.col5 > * {
  box-sizing: border-box;
  float: left;
  margin: 2.08333% 0 0 5.20833%;
  width: 15.83333%;
}
.col-layout-01.col5 > *:nth-child(-n+5) {
  margin-top: 0;
}
.col-layout-01.col5 > *:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.col-layout-01.col5 > * > *:last-child {
  margin-bottom: 0;
}
.col-layout-01.flow > * {
  position: relative;
}
.col-layout-01.flow > *:before {
  position: absolute;
  top: 90px;
  left: -45px;
  content: "";
  display: block;
  background: url(/resource/pc/global/img/common/arrow-01-right.png) 0 0 no-repeat;
  width: 41px;
  height: 19px;
}
.col-layout-01.flow > *:first-child:before {
  display: none;
}

/* --------------------------------------------------
 button
-------------------------------------------------- */
.btn-default {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #00c7f2;
  background: #fff;
  padding: 13px 35px 13px 20px;
  width: 380px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #00c7f2;
  text-decoration: none;
}
.btn-default:before {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  border-top: 3px solid #00c7f2;
  border-right: 3px solid #00c7f2;
  margin-top: -8px;
  width: 11px;
  height: 11px;
}
.btn-default:hover {
  opacity: .7;
}

.btn-apply {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  background: #00c7f2;
  padding: 15px 20px 13px;
  width: 510px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.btn-apply:hover {
  background: #4dd8f6;
  color: #fff;
}

.btn-top {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #00c7f2;
  background: #fff;
  padding: 10px 25px 10px 15px;
  width: 220px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #00c7f2;
  text-decoration: none;
}
.btn-top:before {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  border-top: 3px solid #00c7f2;
  border-right: 3px solid #00c7f2;
  margin-top: -8px;
  width: 11px;
  height: 11px;
}
.btn-top:hover {
  opacity: .7;
}

/* --------------------------------------------------
 Table
-------------------------------------------------- */
.tbl-01 {
  margin-bottom: 30px;
  width: 100%;
}
.tbl-01 th,
.tbl-01 td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.tbl-01 th {
  background: #f7f7f7;
  color: #333;
  font-weight: bold;
}
.tbl-01 td {
  background: #fff;
  color: #666;
}

/* --------------------------------------------------
 Tab
-------------------------------------------------- */
.tab-01 .tab-nav {
  margin-bottom: 30px;
  font-size: 18px;
}
.tab-01 .tab-nav li {
  border: 1px solid #00c7f2;
  border-left: none;
  text-align: center;
}
.tab-01 .tab-nav li:first-child {
  border-left: 1px solid #00c7f2;
}
.tab-01 .tab-nav li.is-active a {
  position: relative;
  background: #00c7f2;
  color: #fff;
}
.tab-01 .tab-nav li.is-active a:before {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  background: #00c7f2;
  margin-left: -5px;
  width: 10px;
  height: 10px;
}
.tab-01 .tab-nav a {
  display: block;
  background: #fff;
  padding: 10px;
  font-weight: bold;
  color: #00c7f2;
  text-decoration: none;
}
.tab-01 .tab-nav a:hover {
  background: #00c7f2;
  color: #fff;
}
.tab-01 .tab-nav.col2 {
  text-align: center;
}
.tab-01 .tab-nav.col2 > li {
  display: inline-block;
}
.tab-01 .tab-nav.col2 > li a {
  width: 210px;
}
.tab-01 .tab-nav.col7 {
  zoom: 1;
}
.tab-01 .tab-nav.col7:after {
  clear: both;
  display: table;
  content: "";
}
.tab-01 .tab-nav.col7 > * {
  box-sizing: border-box;
  float: left;
  margin: 0% 0 0 0%;
  width: 14.28571%;
}
.tab-01 .tab-nav.col7 > *:nth-child(-n+7) {
  margin-top: 0;
}
.tab-01 .tab-nav.col7 > *:nth-child(7n+1) {
  clear: left;
  margin-left: 0;
}
.tab-01 .tab-nav.col7 > * > *:last-child {
  margin-bottom: 0;
}
.tab-01 .tab-content {
  margin-bottom: 30px;
}
.tab-01 .tab-content > *:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
 Slider
-------------------------------------------------- */
.slider-01 .bx-wrapper {
  position: relative;
  margin-bottom: 80px;
  padding: 0 80px;
}
.slider-01 .bx-viewport {
  text-align: center;
}
.slider-01 .bx-pager {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  text-align: center;
}
.slider-01 .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
  font-size: 0;
}
.slider-01 .bx-pager-item:first-child {
  margin-left: 0;
}
.slider-01 .bx-pager-link {
  display: block;
  border-radius: 50%;
  background: #e2e2e2;
  width: 8px;
  height: 8px;
}
.slider-01 .bx-pager-link.active {
  background: #00c7f2;
  cursor: default;
}
.slider-01 .bx-pager-link:hover {
  opacity: .6;
}
.slider-01 .bx-pager-link:hover.active {
  opacity: 1;
}
.slider-01 .bx-prev,
.slider-01 .bx-next {
  position: absolute;
  top: 50%;
  background: 0 0 no-repeat;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  font-size: 0;
}
.slider-01 .bx-prev.disabled,
.slider-01 .bx-next.disabled {
  cursor: default;
}
.slider-01 .bx-prev:hover,
.slider-01 .bx-next:hover {
  opacity: .6;
}
.slider-01 .bx-prev:hover.disabled,
.slider-01 .bx-next:hover.disabled {
  opacity: 1;
}
.slider-01 .bx-prev {
  left: 0;
  background-image: url(/resource/pc/global/img/common/arrow-02-left.png);
}
.slider-01 .bx-prev.disabled {
  background-image: url(/resource/pc/global/img/common/arrow-03-left.png);
}
.slider-01 .bx-next {
  right: 0;
  background-image: url(/resource/pc/global/img/common/arrow-02-right.png);
}
.slider-01 .bx-next.disabled {
  background-image: url(/resource/pc/global/img/common/arrow-03-right.png);
}

/* --------------------------------------------------
 Utility
-------------------------------------------------- */
.w-1 {
  width: 1%;
}

.w-2 {
  width: 2%;
}

.w-3 {
  width: 3%;
}

.w-4 {
  width: 4%;
}

.w-5 {
  width: 5%;
}

.w-6 {
  width: 6%;
}

.w-7 {
  width: 7%;
}

.w-8 {
  width: 8%;
}

.w-9 {
  width: 9%;
}

.w-10 {
  width: 10%;
}

.w-11 {
  width: 11%;
}

.w-12 {
  width: 12%;
}

.w-13 {
  width: 13%;
}

.w-14 {
  width: 14%;
}

.w-15 {
  width: 15%;
}

.w-16 {
  width: 16%;
}

.w-17 {
  width: 17%;
}

.w-18 {
  width: 18%;
}

.w-19 {
  width: 19%;
}

.w-20 {
  width: 20%;
}

.w-21 {
  width: 21%;
}

.w-22 {
  width: 22%;
}

.w-23 {
  width: 23%;
}

.w-24 {
  width: 24%;
}

.w-25 {
  width: 25%;
}

.w-26 {
  width: 26%;
}

.w-27 {
  width: 27%;
}

.w-28 {
  width: 28%;
}

.w-29 {
  width: 29%;
}

.w-30 {
  width: 30%;
}

.w-31 {
  width: 31%;
}

.w-32 {
  width: 32%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-35 {
  width: 35%;
}

.w-36 {
  width: 36%;
}

.w-37 {
  width: 37%;
}

.w-38 {
  width: 38%;
}

.w-39 {
  width: 39%;
}

.w-40 {
  width: 40%;
}

.w-41 {
  width: 41%;
}

.w-42 {
  width: 42%;
}

.w-43 {
  width: 43%;
}

.w-44 {
  width: 44%;
}

.w-45 {
  width: 45%;
}

.w-46 {
  width: 46%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-51 {
  width: 51%;
}

.w-52 {
  width: 52%;
}

.w-53 {
  width: 53%;
}

.w-54 {
  width: 54%;
}

.w-55 {
  width: 55%;
}

.w-56 {
  width: 56%;
}

.w-57 {
  width: 57%;
}

.w-58 {
  width: 58%;
}

.w-59 {
  width: 59%;
}

.w-60 {
  width: 60%;
}

.w-61 {
  width: 61%;
}

.w-62 {
  width: 62%;
}

.w-63 {
  width: 63%;
}

.w-64 {
  width: 64%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66%;
}

.w-67 {
  width: 67%;
}

.w-68 {
  width: 68%;
}

.w-69 {
  width: 69%;
}

.w-70 {
  width: 70%;
}

.w-71 {
  width: 71%;
}

.w-72 {
  width: 72%;
}

.w-73 {
  width: 73%;
}

.w-74 {
  width: 74%;
}

.w-75 {
  width: 75%;
}

.w-76 {
  width: 76%;
}

.w-77 {
  width: 77%;
}

.w-78 {
  width: 78%;
}

.w-79 {
  width: 79%;
}

.w-80 {
  width: 80%;
}

.w-81 {
  width: 81%;
}

.w-82 {
  width: 82%;
}

.w-83 {
  width: 83%;
}

.w-84 {
  width: 84%;
}

.w-85 {
  width: 85%;
}

.w-86 {
  width: 86%;
}

.w-87 {
  width: 87%;
}

.w-88 {
  width: 88%;
}

.w-89 {
  width: 89%;
}

.w-90 {
  width: 90%;
}

.w-91 {
  width: 91%;
}

.w-92 {
  width: 92%;
}

.w-93 {
  width: 93%;
}

.w-94 {
  width: 94%;
}

.w-95 {
  width: 95%;
}

.w-96 {
  width: 96%;
}

.w-97 {
  width: 97%;
}

.w-98 {
  width: 98%;
}

.w-99 {
  width: 99%;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.aleft {
  text-align: left !important;
}

.acenter {
  text-align: center !important;
}

.aright {
  text-align: right !important;
}

.vtop {
  vertical-align: top !important;
}

.vmiddle {
  vertical-align: middle !important;
}

.vbottom {
  vertical-align: bottom !important;
}

html.remodal-is-locked {
  overflow: hidden;
}

.remodal, [data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes .3s;
  animation: remodal-overlay-opening-keyframes .3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes .3s;
  animation: remodal-overlay-closing-keyframes .3s;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes .3s;
  animation: remodal-opening-keyframes .3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes .3s;
  animation: remodal-closing-keyframes .3s;
}

.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.remodal {
  box-shadow: 4px 7px 49px 0px rgba(0, 0, 0, 0.44);
  border-radius: 7px;
  padding: 0;
  max-width: 800px;
  text-align: left;
}
.remodal h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.remodal h2 {
  font-size: 20px;
  font-weight: bold;
}
.remodal .login {
  border-radius: 7px 7px 0 0;
  background: url(/resource/pc/global/img/common/loginBox-bg-01.jpg) 50% 100% no-repeat;
  padding: 30px 30px 40px;
}
.remodal .login:last-child {
  border-radius: 7px;
}
.remodal .login .lead {
  margin-bottom: 15px;
  color: #fff;
}
.remodal .login .box h2 {
  border-radius: 7px 7px 0 0;
  background: #00c7f2;
  margin: 0 -15px 15px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
.remodal .login .box > li {
  box-sizing: border-box;
  float: left;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 15px 15px;
  min-height: 280px;
}
.remodal .login .box .app {
  margin-right: 50px;
  width: 428px;
}
.remodal .login .box .web {
  width: 260px;
}
.remodal .login .box .web .btn {
  margin: 60px 0 0;
}
.remodal .login .box .web .btn-apply {
  display: block;
  width: auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.remodal .login .box .download {
  text-align: center;
}
.remodal .login .box .download li {
  display: inline-block;
  margin-left: 70px;
}
.remodal .login .box .download li:first-child {
  margin-left: 0;
}
.remodal .login .box .download .caption {
  display: block;
  margin-top: 5px;
}
.remodal .info {
  padding: 30px;
}
.remodal .info > *:last-child {
  margin-bottom: 0;
}
.remodal .info h2 {
  background: url(/resource/pc/global/img/common/icon-attention-02.png) 0 50% no-repeat;
  margin-bottom: 10px;
  padding-left: 35px;
  color: #ff6767;
}

.remodal-close {
  top: 30px;
  right: 30px;
  left: auto;
  width: 35px;
  height: 35px;
  color: #fff;
}
.remodal-close:before, .remodal-close:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  border-radius: 3px;
  background: #fff;
  width: 3px;
  height: 40px;
}
.remodal-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.remodal-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*# sourceMappingURL=master.css.map */
