@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
body {
  -webkit-transition: right 0.1s linear 0s;
  transition: right 0.1s linear 0s;
  position: absolute;
  right: 0;
}

#loading_box {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 250;
}

#special {
  display: none;
}

#special_ex {
  display: block;
  position: relative !important;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 60px;
  padding-bottom: 15%;
}

#special_ex iframe {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#special_ex.pc_responsive {
  width: 100%;
  height: 300px;
}

#ua_pc.webgl #special_ex {
  height: 600px !important;
}

#ua_pc.webgl #top #ext_obj2 {
  position: absolute;
  top: 30%;
  left: 0;
  margin: 0 0 0 0;
  width: 700px;
  height: auto;
}
#ua_pc.webgl #top #text_zone {
  display: inline-block !important;
  color: #fff;
  text-align: left;
  height: 180px;
  left: 50px;
  bottom: 0;
  position: absolute;
}
#ua_pc.webgl #top #text_zone .ext_txt {
  display: none !important;
}
#ua_pc.webgl #top #text_zone .ext_txt2 {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #515b66;
  padding: 0 0 5px 0;
}
#ua_pc.webgl #top #text_zone .ext_contents {
  display: none !important;
}
#ua_pc.webgl #top #ext_obj3 {
  display: none;
}

#ua_pc.safari_old #top #text_zone .ext_txt2 {
  display: none !important;
}

/* UAスマフォ */
.mobile #ext_obj2{
  display: none !important;
}

.mobile #ext_header2{
  display: none !important;
}

.mobile #top #cover {
  background: #121e2a url("/assets/images/common/ph00.jpg") center center no-repeat !important;
  -webkit-background-size: cover cover !important;
  background-size: cover !important;
}


#page {
  padding: 0 20px 0 20px;
}

.inquiry #page,
.category_faq #page,
.category_case #page {
  padding: 0;
}

#service #page,
#profile #page {
  padding-top: 40px;
}

#page.page_pt20 {
  padding-top: 20px !important;
}

.page404 .title404 {
  font-size: 20px;
  text-align: center;
  padding: 20px 0px;
}

.page404 .text404 {
  padding: 20px 0px;
  font-size: 14px;
}

.page404 .text404 a {
  color: #0066bb;
}

.empty_box {
  height: 200px !important;
  width: 100%;
  z-index: 2;
  position: absolute;
}
.empty_box .main_title {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.empty_box .main_title .main_title_inner {
  background: url(../images/common/bg04.png) 0 0 repeat;
  width: 100%;
  padding: 15px 20px;
  min-height: 60px;
}
.empty_box .main_title h1 {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 5px 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.empty_box .main_title h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 12px;
  padding: 0 5px 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#profile .empty_box .main_title .main_title_inner {
  background: url(../images/common/bg04.png) 0 0 repeat;
  width: auto;
  padding: 15px 20px;
  display: inline-block;
}
#profile .empty_box .main_title h1 {
  line-height: 0.8;
  font-size: 20px;
  padding: 0;
}
#profile .empty_box .main_title h1 span {
  font-size: 8px;
  color: #33ddff;
}

#main_visual {
  height: 200px !important;
}
#main_visual > div {
  height: 100%;
  overflow: hidden;
  -webkit-background-size: cover cover;
  background-size: cover;
  position: relative;
}

.default_title_box {
  background: #004488;
}
.default_title_box .default_title_inner {
  min-height: 60px;
  margin: 0 20px;
  padding: 20px 0;
}
.default_title_box .default_title {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.default_title_box .default_sub {
  font-size: 14px;
  color: #fff;
}
.default_title_box .default_title_en {
  font-size: 12px;
  color: #33ddff;
  /*font-style: italic;*/
}

.none {
  display: none;
}

.local_nav {
  height: 50px;
  width: 100%;
}

.local_nav.fit {
  position: fixed;
  z-index: 10;
  top: 0 !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.local_nav ul {
  background: #252525;
  overflow: hidden;
}
.local_nav ul li {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-spacing: normal;
  display: inline-block;
  float: left;
  border-right: 1px solid rgba(200, 200, 200, 0.3);
}
.local_nav.nav_5 ul li {
  width: 20%;
}
.local_nav ul li:last-child {
  border-right: none;
}
.local_nav ul li a {
  text-align: center;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 0 0 0;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.local_nav.nav_5 ul li.nav_vision a {
  padding: 6px 0 0 0;
  line-height: 1;
}
.local_nav ul li a:after {
  position: absolute;
  left: 50%;
  top: 65%;
  margin: -5px 0 0 -5px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
}
body.category_index .local_nav ul .nav_index a, body.category_business .local_nav ul .nav_business a, body.category_careers .local_nav ul .nav_careers a, body.category_group .local_nav ul .nav_group a, body.category_case .local_nav ul .nav_case a, body.category_contents .local_nav ul .nav_contents a, body.category_faq .local_nav ul .nav_faq a {
  background: #274045;
  color: #33ddff;
}
body.category_index .local_nav ul .nav_index a:after, body.category_business .local_nav ul .nav_business a:after, body.category_careers .local_nav ul .nav_careers a:after, body.category_group .local_nav ul .nav_group a:after, body.category_case .local_nav ul .nav_case a:after, body.category_contents .local_nav ul .nav_contents a:after, body.category_faq .local_nav ul .nav_faq a:after {
  border-top: 3px solid #33ddff;
  border-right: 3px solid #33ddff;
}

#header #logo {
  width: 157px;
  padding: 14px 0 14px 10px;
  float: left;
}
#header #logo a {
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px -94px;
  width: 140px;
  height: 33px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
}
#header #open_btn {
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -137px -132px;
  width: 25px;
  height: 22px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  cursor: pointer;
  margin: 20px 20px 0 0;
  float: right;
}
#header #close_btn {
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -202px -132px;
  width: 21px;
  height: 21px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
#header #g_nav {
  -webkit-transition: right 0.25s ease 0s;
  transition: right 0.25s ease 0s;
  position: fixed;
  right: -200px;
  top: 0;
  background: #0066bf;
  width: 200px;
  height: 100%;
  z-index: 4;
}
#header #g_nav ul {
  margin: 50px 0 0 0;
}
#header #g_nav ul li {
  padding: 0 0 0 0;
}
#header #g_nav ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 35px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#header #g_nav ul li li a:before {
  content: '';
  display: inline-block;
  margin: 0 10px 0 0;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -253px -73.5px;
  width: 13px;
  height: 13px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
}
#header #black_layer {
  display: none;
  clear: both;
}

.open_nav {
  right: 200px;
}

.open_nav #header #g_nav {
  right: 0px;
}

.open_nav #header #black_layer {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  display: block;
  background: url(../images/common/bg01.png) 0 0 repeat;
}

.smt_img {
  zoom: 0.5;
}

#top #header .nav_top a {
  color: #00daff;
}
#top #header .nav_top a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -253px -55.5px;
  width: 13px;
  height: 13px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
}

#service #header .nav_service a {
  color: #00daff;
}
#service #header .nav_service a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -253px -55.5px;
  width: 13px;
  height: 13px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
}

#information #header .nav_information a {
  color: #00daff;
}
#information #header .nav_information a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -253px -55.5px;
  width: 13px;
  height: 13px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
}

#profile #header .nav_profile a {
  color: #00daff;
}
#profile #header .nav_profile a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -253px -55.5px;
  width: 13px;
  height: 13px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
}

#inquiry #header .nav_inquiry a {
  color: #00daff;
}
#inquiry #header .nav_inquiry a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -253px -55.5px;
  width: 13px;
  height: 13px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
}

#foot_nav_wrap {
  margin-top: 30px;
}
#footer #to_top {
  margin: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 190;
}
#footer #to_top a {
  height: 45px;
  display: block;
  position: relative;
  width: 65px;
  background: rgba(80, 80, 80, .5);
}
#footer #to_top a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -8px;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
#footer #security_box {
  width: 135px;
  margin: 0 auto;
}
#footer #copy_right {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #004488;
  font-size: 10px;
}
#footer #foot_nav {
  border-top: #ffffff 1px solid;
  overflow: hidden;
}
#footer h1,
#footer #foot_ext ul li {
  border-bottom: #ffffff 1px solid;
  background: #0066bb;
}
#footer h1 a,
#footer #foot_ext ul li a {
  display: block;
  text-decoration: none;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
#footer h1 a:after,
#footer #foot_ext ul li a:after {
  display: inline-block;
  content: '';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -253px -73.5px;
  width: 13px;
  height: 13px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  position: absolute;
  right: 22px;
  top: 22px;
}
#footer ul li {
  display: none;
}
#footer #foot_ext ul li {
  display: block;
}

#map_wrapper {
  position: relative;
  width: 100%;
}

#map {
  width: 100%;
  height: 200px;
}

#map_info {
  width: 100%;
  background: #0066bb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
}
#map_info h1 {
  color: #fff;
  font-size: 16px;
  padding: 0 0 14px 0;
}
#map_info p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
#map_info a {
  color: #fff;
  position: relative;
  display: inline-block;
}
#map_info a:before {
  display: inline-block;
  margin: 0 8px 0 0;
  content: '';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -464px -475px;
  width: 12px;
  height: 12px;
}

.form_text01 {
  text-align: left;
  padding: 30px 20px;
  font-size: 13px;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}

.form_text02 {
  font-size: 12px;
  margin: 0 0 10px 20px;
}

.form_color01 {
  color: #f00;
}

.confirm_text {
  margin: 5px 0 5px 0;
  line-height: 1.5;
  word-wrap: word-break;
}

.form_wrapper {
  background: #eef6ff;
  padding: 20px;
  margin: 0 0 40px 0;
}
.form_wrapper .form_box .form_box_inner > li:first-child dl {
  padding-top: 20px !important;
}
.form_wrapper .form_box .form_box_inner > li {
  background-color: #fff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eef6ff;
}
.form_wrapper .form_box .form_box_inner > li dl {
  padding: 13px 20px;
  text-align: left;
}
.form_wrapper .form_box .form_box_inner > li dl dt {
  padding: 0 25px 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.form_wrapper .form_box .form_box_inner > li .formError {
  margin-top: 0 !important;
  position: static !important;
}
.form_wrapper .form_box .form_box_inner > li dl dd input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 5px 0 5px;
  background-color: #f5f5f5;
  border: none;
  border-top: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_wrapper .form_box .form_box_inner > li dl dd select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 5px;
  background-color: #f5f5f5;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_wrapper .form_box .form_box_inner > li dl.select_box {
  position: relative;
}
.form_wrapper .form_box .form_box_inner > li #service02,
.form_wrapper .form_box .form_box_inner > li #service03 {
  display: none;
}
.form_wrapper .form_box .form_box_inner > li dl dd textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 0 5px 0 5px;
  background-color: #f5f5f5;
  border: none;
  border-top: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_wrapper .form_box .form_box_inner > li.submit_box {
  padding: 30px 0;
  text-align: center;
}
.form_wrapper .form_box .form_box_inner > li.submit_box button {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #0066bb 4px solid;
  background: #fff;
  font-size: 16px;
  color: #0066bb;
  font-weight: bold;
  cursor: pointer;
}
.form_wrapper .form_box .form_box_inner > li.submit_box button:before {
  position: absolute;
  left: 26px;
  top: 13px;
  content: " ";
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -432px -475px;
  width: 22px;
  height: 16px;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .back_btn {
  height: 50px;
  padding: 0 0 0 20px;
  display: block;
  margin: 0 auto 20px;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .send_btn {
  padding: 0 0 0 20px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .back_btn button:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -203px -167px;
  width: 19px;
  height: 19px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  left: 40px;
  top: 10px;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .send_btn button:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -48px -192.5px;
  width: 18px;
  height: 18px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  left: 34px;
  top: 10px;
}

.complete_box {
  background: #fff;
  padding: 30px 20px;
}

.complete_text {
  font-size: 20px;
  color: #0066bb;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  text-align: center;
  padding: 0 0 20px 0;
  line-height: 1.5;
}

.thanks_text {
  text-align: center;
  padding: 0 0 40px 0;
  font-size: 14px;
  line-height: 1.5;
}

.back_top_btn {
  width: 240px;
  margin: 0 auto;
}

.back_top_btn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 4px solid #0066bb;
  text-decoration: none;
  text-align: center;
  color: #0066bb;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0;
}

.back_top_btn a:after {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -24px -192.5px;
  width: 19px;
  height: 19px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  display: inline-block;
  content: '';
  vertical-align: bottom;
  margin: 0 0 0 15px;
}

.form_footer {
  padding: 0 20px 10px 20px;
  font-size: 13px;
}
.form_footer .left_box {
  margin: 0 0 30px 0;
}
.form_footer dt {
  background: #eeeeee;
  padding: 12px;
  display: block;
  margin: 0 0 20px 0;
}
.form_footer dd {
  line-height: 1.7;
}
.form_footer .right_box dl dd {
  font-size: 14px;
}
.form_footer .right_box dl dd span {
  font-size: 20px;
}

.section1 {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.section1 .section_text {
  line-height: 2.4;
  font-size: 14px;
  padding: 0 0 30px 0;
}
.section1 .section_img {
  text-align: center;
}
.section1 .section_img img {
  width: 100%;
  max-width: 600px;
  display: inline-block;
}

.footer_news {
  width: 100%;
  height: 720px;
  position: relative;
  background: #fff;
  overflow: hidden;
  background: url(/assets/images/common/ph00.jpg) center top no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
}
.footer_news .footer_movie {
  display: none;
}
.footer_news .section_botton {
  text-align: center;
}
.footer_news .section_botton a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 15px 20px;
}
.footer_news .section_botton a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -464px -475px;
  width: 12px;
  height: 12px;
  content: ' ';
  display: inline-block;
  margin: 0 5px 0 0;
}
.footer_news .footer_slider {
  width: 100%;
  min-height: 720px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/common/bg_dott.png) 0 0 repeat;
}

.flexslider_wrap {
  margin: 50px auto 20px;
  overflow: hidden;
  width: 300px;
}

.wrap_width {
  margin: 50px auto 0;
}

.flexslider {
  margin: 0 0 0;
  position: relative;
}
.flexslider .flex-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  width: 300px;
  margin: 0 20px 0 0;
}
.flexslider .slides > li a {
  text-decoration: none;
}
.flexslider .slides > li a img {
  width: 300px;
}
.flexslider .slides > li p {
  padding: 0 0 20px 0;
}
.flexslider .slides > li dl {
  color: #fff;
}
.flexslider .slides > li dl dt {
  padding: 0 0 14px 0;
  font-size: 14px;
}
.flexslider .slides > li dl dt span {
  font-size: 12px;
  display: block;
}
.flexslider .slides > li dl dd {
  font-size: 12px;
}

.flex-control-nav {
  width: 300px;
  margin: 50px auto 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-nav li a {
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -215px -94px;
  width: 10px;
  height: 10px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li .flex-active {
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -132px -237.5px;
  width: 10px;
  height: 10px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
}

.flex-direction-nav .flex-nav-prev {
  float: left;
  width: 36px;
  height: 36px;
}
.flex-direction-nav .flex-nav-next {
  float: right;
  width: 30px;
  height: 30px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -25px 0 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-indent: -9999px;
}
.flex-direction-nav .flex-prev {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -180px -94px;
  width: 30px;
  height: 30px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  right: 0;
}
.flex-direction-nav .flex-next {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -145px -94px;
  width: 30px;
  height: 30px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  left: 0;
}

.flex-pauseplay {
  display: none;
}

a.arrow {
  background-image: url(../images/common/arrow02.png);
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
  background-position: left 4px;
  background-repeat: no-repeat;
  padding: 0 0 0 12px;
}

#special_box {
  display: none;
}

#top #sp_about {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(21, 27, 37, 0.9);
  width: 100%;
  height: 100%;
  z-index: 24;
}
#top #sp_about #sp_about_inner {
  width: 320px;
  margin: 30px auto 0;
}
#top #sp_about h1 {
  color: #33ddff;
  font-size: 14px;
  margin: 20px;
  font-weight: bold;
  float: left;
}
#top #sp_about a {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -202px -132px;
  width: 21px;
  height: 21px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  display: block;
  float: right;
  margin: 20px;
}
#top #sp_about p {
  clear: both;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 20px 20px;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
#top #sp_about span {
  color: #ffffff;
  font-size: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
#top #hidden_ext_box {
  display: none;
}
#top #cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbb;
  text-align: center;
  font-size: 30px;
  background: #121e2a url("/assets/images/top/special.jpg") center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
  z-index: 4;
}
#top #cover .specialAbout {
  display: none !important;
}
#top #ext_header {
  display: none;
}
#top #ext_header2 {
  position: absolute;
  width: 80px;
  height: 30px;
  display: block;
  border-left: 1px #525c67 solid;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 10px;
  color: #f0f1f2;
  text-decoration: none;
  padding: 13px 0 13px 0;
}
#top #ext_obj1 {
  display: none;
  position: absolute;
  width: 90px;
  left: 0;
  top: 0;
}
#top #ext_obj2 {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -11% 0 0 0;
  width: 100%;
  height: auto;
}
#top #ext_obj3 {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 20px;
  left: 50%;
  margin: 0 0 0 -12.5px;
  display: none;
}
#top #text_zone {
  display: none !important;
}
#top #header {
  height: 60px;
  background: #fff;
  position: relative;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top #infomation_box {
  background: #fff;
  padding: 0 20px;
}
#top #page {
  padding: 0 0 0 0;
  background: inherit;
}
#top #page_outer {
  background: url(../images/top/bg01.png) 0 0 repeat;
}
#top #top_movie {
  position: relative !important;
  display: none !important;
}
#top #top_movie_box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#top #top_movie_box #top_contents {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
}
#top .sections {
  margin: 0 0 50px 0 !important;
  position: relative;
}
#top .sections .img_box img {
  width: 100%;
}
#top .sections .text_box {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #0066bf;
}
#top .sections .text_box h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
  line-height: 1.3;
}
#top .sections .text_box h2 {
  font-size: 14px;
  line-height: 1.7;
}
#top .sections .text_box p {
  font-size: 12px;
  color: #595959;
  line-height: 1.7;
}
#top .sections.type2 .text_box {
  left: 0;
}
#top .sections .text_box:after {
  content: ' ';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px -132px;
  width: 30px;
  height: 30px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  position: absolute;
  right: 0;
  bottom: 0;
}
