@charset 'utf-8';

/*==================================================
# basic_style.css
特集ページなどのシンプルヘッダー・フッター用。
common_2014.cssを切り離した共通箇所や汎用classを記載します。
==================================================*/
a {
  color: #245dc1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.external:after {
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background-image: url(/img/common/icon_external.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #dbdbdb;
}
.hide_txt {
  display: block;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

/*
  汎用class
--------------------------------------------------*/
.btn_green,
.btn_purple,
.btn_pink {
  display: inline-block;
  padding: 15px 0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 150%;
  text-align: center;
}
.btn_green {
  box-shadow: 0 3px 0 0 #48a9ab;
  background-color: #52c4c5;
}
.btn_purple {
  box-shadow: 0 3px 0 0 #9a62c7;
  background-color: #c885ff;
}
.btn_pink {
  box-shadow: 0 3px 0 0 #cc6e71;
  background-color: #ff85ad;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.hide_txt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%;
}
/*
  共通レイアウト
--------------------------------------------------*/
#Page {
  background-color: #f2f2f2;
}
#Contents {
  margin: 0 auto;
  width: 940px;
}
#GlobalNavi {
  position: absolute;
  bottom: 0;
  left: 0;
}
#GlobalNavi ul li {
  width: 140px;
  float: left;
}
#GlobalNavi ul li a {
  height: 22px;
  padding-top: 10px;
}
#GlobalNavi ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#GlobalNavi ul li a.current {
  color: #45a2a3;
  background-color: #fff;
}
#GlobalNavi ul li a.current:hover {
  opacity: 1;
}
#GlobalNavi ul li.gnav01 {
  width: 140px;
}
#GlobalNavi ul li.gnav02 {
  width: 160px;
}
#GlobalNavi ul li.gnav03 {
  width: 250px;
}
#GlobalNavi ul li.gnav04 {
  width: 90px;
}
#GlobalNavi ul li.gnav05 {
  width: 60px;
}
#GlobalNavi ul li.gnav06 {
  width: 140px;
}
#GlobalNavi ul li.gnav07 {
  width: 100px;
}

#GlobalNaviInner ul li a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #45a2a3;
}
#GlobalNaviInner .gnav07 a {
  background-color: #c885ff;
}
#GlobalNaviInner .gnav_en,
.sp_header_menu {
  display: none;
}

/*
  section
--------------------------------------------------*/
.section {
  line-height: 1.5;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 39px 30px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.section_header {
  margin: 0 -25px 10px;
  font-size: 133.3%;
  font-weight: 200;
}
.section h3 {
  margin-top: 35px;
  font-size: 166.6%;
  font-weight: 200;
}
.section .article_header + h3 {
  margin-top: 15px;
}
.section h4 {
  margin-top: 20px;
  font-size: 116.6%;
  font-weight: 200;
}
.section h5 {
  margin-top: 20px;
  font-weight: 200;
}
.section h6 {
  margin-top: 20px;
  font-weight: 200;
}
.section p {
  margin-top: 15px;
}
.section .section_header + p {
  margin-top: 10px;
}
.section h4 + p {
  margin-top: 5px;
}
.section dl {
  margin-top: 15px;
}
.section ol {
  margin-top: 15px;
}
.section ol li {
  list-style-type: decimal;
  margin-left: 2em;
}
.section ul {
  margin-top: 15px;
}
.section ul li {
  list-style-type: disc;
  margin-left: 2em;
}
.section table {
  margin-top: 15px;
}
.section table tbody th {
  text-align: left;
}
.section iframe {
  margin-top: 15px;
}
.section .figure {
  margin-top: 20px;
  text-align: center;
}
.section .figure .figure_head {
  margin-bottom: 10px;
  font-size: 100%;
  text-align: left;
}
.section .figure_double {
  margin: 0 -15px;
}
.section .figure_double .figure {
  float: left;
  margin: 0 15px;
}
.section .pdficon {
  background-image: url("/img/common/ico_pdf.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding: 0 20px 0 0;
}

/* ==================================================
レスポンシブ対応ヘッダー・フッター

#SimpleHeader_res
#SimpleFooter_res
==================================================*/

/*  #SimpleHeader_res
--------------------------------------------------*/
#SimpleHeader_res {
  height: 80px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
}
#SimpleHeader_res.withOutNavi {
  height: 40px;
}
#SimpleHeaderInner {
  width: 940px;
  height: 80px;
  position: relative;
  margin: 0  auto;
}
#SimpleHeader_res.withOutNavi #SimpleHeaderInner {
  height: 40px;
}
#SimpleHeader_res .catch {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 9px 0;
  font-size: 83.3%;
}
#SimpleHeader_res .catch h1 {
  font-weight: 200;
}
#SimpleHeader_res .utility_navi {
  position: absolute;
  top: 15px;
  right: 0;
  color: #8f8f8f;
}
#SimpleHeader_res .utility_navi li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #8f8f8f;
}
#SimpleHeader_res .utility_navi li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#SimpleHeader_res .logo {
  position: absolute;
  top: 9px;
  left: 0;
}
#SimpleHeader_res .logo img {
  width: 95px;
  height: auto;
}

/*  #SimpleFooter_res
-------------------------------------------------- */
#SimpleFooter_res .footer_row_01 {
  width: 940px;
  margin: 0 auto;
}
#SimpleFooter_res .footer_row_02 {
  padding: 35px 0;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .1);
  background-color: #fff
}
#SimpleFooter_res .footer_row_02_inner {
  width: 940px;
  margin: 0 auto;
  background: url(/img/common/footer_logo.gif) no-repeat left bottom;
}
#SimpleFooter_res .catch {
  width: 640px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #6c6c6c;
}
#SimpleFooter_res .pagetop {
  margin-bottom: 15px;
  text-align: right;
}
#SimpleFooter_res .pagetop p {
    text-align: right
}
#SimpleFooter_res .pagetop a {
  display: inline-block;
  padding-left: 20px;
  background: url(/img/common/arrow_pagetop.png) 0 center no-repeat;
}
#SimpleFooter_res .footer_navi {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
#SimpleFooter_res .footer_navi ul li {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #6b6b6b;
}
#SimpleFooter_res .footer_navi ul li:first-child {
  border-left: 0;
}
#SimpleFooter_res .footer_links {
  display: inline-block;
  width: 300px;
  margin-left: 10px;
  vertical-align: top;
  text-align: left
}
#SimpleFooter_res .footer_links dt {
  line-height: 1;
  margin: 15px 0 8px;
  font-weight: 700
}
#SimpleFooter_res .footer_links dd {
  line-height: 2;
  margin-left: .5em
}
#SimpleFooter_res .utility_navi {
  margin-bottom: 5px;
  margin-left: 180px;
}
#SimpleFooter_res .utility_navi ul li {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #6b6b6b;
}
#SimpleFooter_res .utility_navi ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#SimpleFooter_res .copyright {
  margin-left: 180px;
}
/* ==================================================
レスポンシブ表示用調整
================================================== */
@media screen and (max-width: 767px) {
  body:not(.is-fixedLayout) #SimpleHeader_res {
    height: 50px;
  }
  body:not(.is-fixedLayout) #SimpleHeader_res .utility_navi {
    display: none;
  }
  body:not(.is-fixedLayout) #SimpleHeader_res .logo {
    position: absolute;
    top: 14px;
    left: 8px;
  }
  body:not(.is-fixedLayout) #SimpleHeaderInner {
    position: fixed;
    z-index: 1001;
    height: 50px;
    background-color: #fff;
  }
  body:not(.is-fixedLayout) #SimpleHeader_res #SimpleHeaderInner {
    width: 100%;
  }
  body:not(.is-fixedLayout) #GlobalNavi {
    display: none;
  }
  body:not(.is-fixedLayout) #GlobalNaviInner {
    background-color: #fff;
  }
  body:not(.is-fixedLayout) #GlobalNaviInner ul li {
    display: table;
    float: none;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  body:not(.is-fixedLayout) #GlobalNaviInner ul li a {
    display: table-cell;
    height: 44px;
    padding-top: 0;
    vertical-align: middle;
  }
  body:not(.is-fixedLayout) #GlobalNaviInner ul li a.current {
    color: #45a2a3;
    background-color: #fff;
  }
  body:not(.is-fixedLayout) #GlobalNaviInner .gnav08 {
    display: table;
  }
  body:not(.is-fixedLayout) #GlobalNaviInner .gnav_en {
    display: table;
  }
  body:not(.is-fixedLayout) #GlobalNaviInner .gnav_en a {
    color: #245dc1;
    background-color: #fff;
  }
  body:not(.is-fixedLayout) .sp_header_menu{
    display: block;
    position: absolute;
    right: 8px;
    top: 9px;
  }
  body:not(.is-fixedLayout) .menu_area {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1100;
  }
  body:not(.is-fixedLayout) .sp_header_menu_item {
    display: block;
    float: left;
    width: 33px;
    height: 31px;
    margin-right: 16px;
    background: url(/img/common/sp/icon_menu_spr.png) no-repeat;
    background-size: auto 31px;
  }
  body:not(.is-fixedLayout) .sp_header_menu_item:last-child {
    margin-right: 0;
  }
  body:not(.is-fixedLayout) .sp_header_menu_item a{
    display: block;
    width: 100%;
    height: 100%;
  }
  body:not(.is-fixedLayout) .sp_header_menu_regist {
    background-position: -117px 0;
  }
  body:not(.is-fixedLayout) .sp_header_menu_login {
    background-position: -77px 0;
  }
  body:not(.is-fixedLayout) .sp_header_menu_gnav {
    background-position: 0 0;
  }
  body:not(.is-fixedLayout) .sp_header_menu_gnav.is-active {
    background-position: -39px 0;
  }
  body:not(.is-fixedLayout) #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
  }
  /* コンテンツ部分汎用 */
  .section .responsive {
    margin: -15px 0 20px 0;
    padding: 0 20px;
  }
  .section .responsive .article_header {
    margin: 0 -20px;
  }
  .section .responsive ul {
    margin: 5px 0 0 0;
  }
  .section .responsive div {
    margin-top: 15px;
  }
}

/* ==================================================
旧ページ向けスタイル
================================================== */
/*
旧共通ヘッダー
-------------------------------------------------- */
#SimpleHeader {
  height: 40px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
}
#SimpleHeader #SimpleHeaderInner {
  height: 40px;
}
#SimpleHeader .catch {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 9px 0;
  font-size: 83.3%;
}
#SimpleHeader .catch h1 {
  font-weight: 200;
}
#SimpleHeader .utility_navi {
  position: absolute;
  top: 15px;
  right: 0;
  color: #8f8f8f;
}
#SimpleHeader .utility_navi li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #8f8f8f;
}
#SimpleHeader .utility_navi li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#SimpleHeader .logo {
  position: absolute;
  top: 9px;
  left: 0;
}

/*
旧共通フッター
-------------------------------------------------- */
#SimpleFooter .footer_row_01 {
  width: 940px;
  margin: 0 auto;
}
#SimpleFooter .footer_row_02 {
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  background-color: #fff;
}
#SimpleFooter .footer_row_02_inner {
  width: 940px;
  min-height: 36px;
  margin: 0 auto;
  background: url(/img/common/footer_logo.gif) no-repeat left bottom;
}
#SimpleFooter .catch {
  width: 640px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #6c6c6c;
}
#SimpleFooter .pagetop {
  margin-bottom: 15px;
  text-align: right;
}
#SimpleFooter .pagetop a {
  display: inline-block;
  padding-left: 20px;
  background: url(/img/common/arrow_pagetop.png) 0 center no-repeat;
}
#SimpleFooter .footer_navi {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
#SimpleFooter .footer_navi ul li {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #6b6b6b;
}
#SimpleFooter .footer_navi ul li:first-child {
  border-left: 0;
}
#SimpleFooter .utility_navi {
  margin-bottom: 5px;
  margin-left: 180px;
}
#SimpleFooter .utility_navi ul li {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #6b6b6b;
}
#SimpleFooter .utility_navi ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#SimpleFooter .copyright {
  margin-left: 180px;
}
