@charset "UTF-8";
/*============
  Foundation
  ============*/
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  margin: 0;
  color: #444;
  font-family: "Avenir Next" , "Helvetica Neue" , Helvetica , Verdana , YuGothic , "游ゴシック" , "Hiragino Kaku Gothic ProN" , "ヒラギノ角ゴ ProN" , Meiryo , "メイリオ" , sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1a75ff;
  text-decoration: none;
}

a:active {
  outline-width: 0;
}

a:hover {
  text-decoration: underline;
}

article, aside, footer, header, nav, section,
figcaption, figure, main {
  display: block;
}

table {
  border-collapse: collapse;
}

/*============
  Layout
  ============*/
.wrapper {
  margin: auto;
  width: 100%;
  min-width: 950px;
}

.inner {
  position: relative;
  margin: auto;
  width: 950px;
}

.emg {
  text-align: center;
}

#end {
  margin: 10px;
  padding: 10px;
  border: 3px solid #e60013;
  font-weight: 600;
  text-align: center;
}

.info {
  margin: 10px;
  padding: 10px;
  border: 1px solid #e60013;
  font-size: 0.875rem;
  color: #e60013;
  text-align: center;
}

.jsOff {
  margin: 10px;
  padding: 10px;
  border: 1px solid #e60013;
  font-size: 0.875rem;
  text-align: center;
}

.jsOff .pt1 {
  padding-bottom: 5px;
}

.jsOff .pt2 {
  padding-bottom: 10px;
}

.jsOff .pt3 {
  font-size: 0.75rem;
}

/*-- footer --*/
#footer {
  margin: 0;
  padding: 16px 10px 40px;
  text-align: center;
  width: 100%;
  font-size: 0.875rem;
}

#footer small {
  font-size: 0.813rem;
}

.loginArea {
  margin-bottom: 16px;
}

.loginName {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.loginName a {
  font-weight: bold;
}

.loginStatus {
  font-weight: bold;
}

/*============
  override
  ============*/
.wrapper {
  min-width: 930px;
  font-family: "Hiragino Kaku Gothic ProN" , "ヒラギノ角ゴ ProN" ,"Avenir Next" , "Helvetica Neue" , Helvetica , Verdana , YuGothic ,   Meiryo , "メイリオ" ,"游ゴシック" , sans-serif;
}

.inner {
  width: 930px;
}

#footer {
  padding: 16px 0 40px;
}

/*============
  HEADER
  ============*/
#header {
  position: relative;
  width: 100%;
  height: 48px;
  background: #84cdd7;
}

#header .container {
  width: 100%;
  max-width: 950px;
  min-width: 930px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header #title {
  width: 264px;
  height: auto;
  vertical-align: top;
  padding-top: 17px;
}

#header #logo_yahoo {
  position: absolute;
  top: 14px;
  right: 1px;
  width: 93px;
  height: 24px;
}

/*============
  NAV
  ============*/
#nav_area {
  position: relative;
  width: 100%;
  height: 89px;
  background-image: url("../img/bg_pattern1.png");
}

#nav_area #nav_float {
  position: absolute;
  top: 0px;
  width: 100%;
  min-width: 930px;
  height: 89px;
  background: #fff;
  border-bottom: #ccc solid 1px;
  text-align: center;
  z-index: 100;
}

#nav_area #nav_float nav {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  height: 100%;
}

#nav_area #nav_float nav ul {
  display: block;
  height: 100%;
  font-size: 0;
}

#nav_area #nav_float nav ul li {
  display: inline-table;
  width: 160px;
  height: 100%;
  border-left: #dcdcdc solid 1px;
}

#nav_area #nav_float nav ul li:last-child {
  border-right: #dcdcdc solid 1px;
}

#nav_area #nav_float nav ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: #FFF;
  color: #107283;
  background-image: url("../img/nav_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 85%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#nav_area #nav_float nav ul li a div {
  width: 160px;
  height: 88px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  background-position: 50% 65%;
}

#nav_area #nav_float nav ul li a div#menu1 {
  background-image: url("../img/nav_s1.svg");
}

#nav_area #nav_float nav ul li a div#menu2 {
  background-image: url("../img/nav_s2.svg");
}

#nav_area #nav_float nav ul li a div#menu3 {
  background-image: url("../img/nav_s3.svg");
}

#nav_area #nav_float nav ul li a div#menu4 {
  background-image: url("../img/nav_s4.svg");
}

#nav_area #nav_float nav ul li a div#menu5 {
  background-image: url("../img/nav_s5.svg");
}

#nav_area #nav_float nav ul li a:hover {
  text-decoration: none;
  background: #acdde4;
  color: #FFF;
  background-image: url("../img/nav_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 88%;
}

#nav_area #nav_float nav ul li a:hover div#menu1 {
  background-image: url("../img/nav_s1_on.svg");
}

#nav_area #nav_float nav ul li a:hover div#menu2 {
  background-image: url("../img/nav_s2_on.svg");
}

#nav_area #nav_float nav ul li a:hover div#menu3 {
  background-image: url("../img/nav_s3_on.svg");
}

#nav_area #nav_float nav ul li a:hover div#menu4 {
  background-image: url("../img/nav_s4_on.svg");
}

#nav_area #nav_float nav ul li a:hover div#menu5 {
  background-image: url("../img/nav_s5_on.svg");
}

#nav_area #nav_float nav ul li a.current {
  background: #107283;
  color: #FFF;
  background-image: url("../img/nav_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 88%;
}

#nav_area #nav_float nav ul li a.current div#menu1 {
  background-image: url("../img/nav_s1_on.svg");
}

#nav_area #nav_float nav ul li a.current div#menu2 {
  background-image: url("../img/nav_s2_on.svg");
}

#nav_area #nav_float nav ul li a.current div#menu3 {
  background-image: url("../img/nav_s3_on.svg");
}

#nav_area #nav_float nav ul li a.current div#menu4 {
  background-image: url("../img/nav_s4_on.svg");
}

#nav_area #nav_float nav ul li a.current div#menu5 {
  background-image: url("../img/nav_s5_on.svg");
}

#nav_area #nav_float.fix {
  position: fixed;
  height: 75px;
}

#nav_area #nav_float.fix nav ul li a {
  background-position: 50% 88%;
  vertical-align: top;
}

#nav_area #nav_float.fix nav ul li a div {
  width: 160px;
  height: 74px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  background-position: 50% 60%;
}

#nav_area #nav_float.fix nav ul li a:hover {
  background-position: 50% 90%;
}

#nav_area #nav_float.fix nav ul li a:hover div#menu1 {
  background-image: url("../img/nav_s1_on.svg");
}

#nav_area #nav_float.fix nav ul li a:hover div#menu2 {
  background-image: url("../img/nav_s2_on.svg");
}

#nav_area #nav_float.fix nav ul li a:hover div#menu3 {
  background-image: url("../img/nav_s3_on.svg");
}

#nav_area #nav_float.fix nav ul li a:hover div#menu4 {
  background-image: url("../img/nav_s4_on.svg");
}

#nav_area #nav_float.fix nav ul li a:hover div#menu5 {
  background-image: url("../img/nav_s5_on.svg");
}

#nav_area #nav_float.fix nav ul li a.current {
  background-position: 50% 88%;
}

/** 下層用調整 */
#nav_area.sub {
  height: 75px;
  background: #84cdd7;
  background-image: none;
}

#nav_area.sub #nav_float {
  height: 75px;
}

#nav_area.sub #nav_float nav ul li a {
  background-position: 50% 88%;
}

#nav_area.sub #nav_float nav ul li a div {
  height: 74px;
  background-size: 120px 120px;
  background-position: 50% 60%;
}

#nav_area.sub #nav_float nav ul li a:hover {
  background-position: 50% 90%;
}

#nav_area.sub #nav_float nav ul li a.current {
  background-position: 50% 88%;
}

/*============
  CONTENTS
  ============*/
#contents {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 930px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*============
  MV AREA
  ============*/
#mv_area {
  position: relative;
  width: 1920px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.dummy_ {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
  opacity: 0.5;
}

/** Section Title 共通 */
.s_title {
  position: relative;
  display: table;
  width: 837px;
  margin: 0 auto;
}

.s_title .s_title_line {
  display: table-cell;
  background-image: url("../img/bg_title_line.png");
  background-repeat: repeat-x;
  background-position: 0 50%;
}

.s_title .s_title_txt {
  display: table-cell;
  text-align: center;
  color: #107283;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.438;
  letter-spacing: 0.2px;
}

/*============
  下層 TITLE AREA
  ============*/
#title_area {
  position: relative;
  width: 100%;
  height: 201px;
  background: #84cdd7;
  text-align: center;
  padding-top: 40px;
}

#title_area #title_logo {
  display: inline-block;
}

#title_area #title_sub {
  color: #107283;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-top: 15px;
  position: relative;
  display: inline-block;
}

#title_area #title_sub:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -40px;
  width: 20px;
  height: 2px;
  background: #107283;
}

#title_area #title_sub:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -40px;
  width: 20px;
  height: 2px;
  background: #107283;
}

.anchor {
  position: absolute;
  top: -75px;
  display: block;
  background: transparent;
  width: 10px;
  height: 10px;
}

/** 楕円ボタン共通 */
.ellipse_btn {
  position: relative;
  width: 395px;
  height: 64px;
  border: #83c9d5 solid 1px;
  border-radius: 64px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #83c9d5;
          box-shadow: 0px 3px 0px 0px #83c9d5;
  background-image: url("../img/icon_ellipse_arrow.svg");
  background-repeat: no-repeat;
  background-position: 91% 50%;
  margin: 0 auto;
  text-align: center;
}

.ellipse_btn a {
  display: block;
  width: 100%;
  color: #107283;
  font-size: 20px;
  font-weight: bold;
  line-height: 62px;
  letter-spacing: 0.2px;
}

.ellipse_btn a:hover {
  text-decoration: none;
}

/*============
  RELATED AREA
  ============*/
#related_area {
  position: relative;
  background-image: url("../img/bg_pattern1.png");
  padding-bottom: 80px;
  text-align: center;
  border-top: #276772 solid 2px;
}

#related_area #related_title h2 {
  color: #107283;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  padding-top: 120px;
}

#related_area #related_container {
  position: relative;
  width: 1920px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

#related_area #related_container #related_banners_area {
  position: relative;
  margin: 0 auto;
  width: 740px;
  margin-top: 40px;
  font-size: 0;
}

#related_area #related_container #related_banners_area ul li {
  display: inline-block;
  margin: 0 20px 40px;
}

/*============
  FOOTER AREA
  ============*/
#footer {
  position: relative;
  background-image: url("../img/bg_pattern1.png");
  overflow: hidden;
  padding: 0 0 40px;
}

#footer #page_top {
  position: relative;
  border-bottom: #ccc solid 2px;
}

#footer #page_top a {
  display: block;
  width: 100%;
  height: 64px;
  background: #107283;
  padding-top: 20px;
}

#footer #page_top a span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1px;
  padding: 0 60px 0 0;
  background-image: url("../img/icon_arrow_pagetop.svg");
  background-repeat: no-repeat;
  background-position: 218px 50%;
}

#footer #page_top a:hover {
  text-decoration: none;
}

#footer .inner {
  position: relative;
}

#footer .inner #archive_area {
  position: relative;
  padding-top: 34px;
}

#footer .inner #archive_area p {
  color: #107283;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.1px;
}

#footer .inner #archive_area ul {
  padding-top: 8px;
  font-size: 0;
}

#footer .inner #archive_area ul li {
  position: relative;
  display: inline-block;
  width: 108px;
  height: 17px;
}

#footer .inner #archive_area ul li a {
  width: 100%;
  color: #107283;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0px;
}

#footer .inner #archive_area ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  width: 1px;
  height: 17px;
  background: #bbbcba;
}

#footer .inner #archive_area ul li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  width: 1px;
  height: 17px;
  background: transparent;
}

#footer .inner #loginArea {
  display: block;
  margin-top: 32px;
}

#footer .inner #loginArea .loginStatus {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}

#footer .inner #loginArea .loginStatus a {
  color: #107283;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.1px;
}

#footer .inner #loginArea .loginStatus:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  width: 1px;
  height: 17px;
  background: #959594;
}

#footer .inner #loginArea .loginTool {
  display: inline-block;
  margin-left: 22px;
  color: #666;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0.1px;
}

#footer .inner #loginArea .loginTool a {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0.1px;
}

#footer .inner #loginArea .loginName {
  display: inline-block;
  margin-left: 22px;
  color: #666;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0.1px;
}

#footer .inner #loginArea .loginName a {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0.1px;
}

#footer .inner #yahoo_area {
  position: relative;
  padding-top: 10px;
}

#footer .inner #yahoo_area > a {
  color: #107283;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0.1px;
}

#footer .inner #yahoo_area ul {
  padding-top: 11px;
  font-size: 0;
}

#footer .inner #yahoo_area ul li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  height: 17px;
}

#footer .inner #yahoo_area ul li a {
  width: 100%;
  color: #107283;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0px;
}

#footer .inner #yahoo_area ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 1px;
  height: 14px;
  background: #949593;
}

#footer .inner #yahoo_area ul li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 14px;
  background: #949593;
}

#footer .inner #copyright {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.5px;
}

/*============
  SNS
  ============*/
#sns_area {
  position: fixed;
  bottom: 30px;
  right: 16px;
  width: 48px;
  height: 160px;
  z-index: 300;
}

#sns_area #sns_bar #sns_fb {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: auto;
}

#sns_area #sns_bar #sns_tw {
  position: absolute;
  top: 60px;
  left: 0;
  width: 36px;
  height: auto;
}

#sns_area #sns_bar #sns_line {
  position: absolute;
  top: 120px;
  left: 0;
  width: 36px;
  height: auto;
}

/*============
  スペース共通
  ============*/
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}
