@charset "UTF-8";
/* CSS Document */
.head_back  *,
.head_back :after,
.head_back :before,
.wrap-countdown  *,
.wrap-countdown :after,
.wrap-countdown :before,
.nav_back  *,
.nav_back :after,
.nav_back :before {
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .head_back a, .nav_back a {
    transition: .3s;
  }
  .under959 {
    display: none;
  }
}
/*------------------------

ヘッダー

------------------------*/
.head_back {
  background: #FFF;
  height: 90px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
  box-sizing: border-box;
}
header {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
header h1 {
  width: 300px;
  margin-top: 20px;
}
header button {
  min-height: inherit !important;
}
.head_right .pc_lang {
  width: 90px;
}
.head_right .pc_lang a {
  color: #000;
  font-size: 12px;
  display: inline-block;
}
.head_right .pc_lang a:before {
  font-family: FontAwesome;
  content: '\f111';
  padding-right: 6px;
  color: #2ba3d9;
}
.head_right .pc_lang a span:hover {
  color: #243a9a;
  text-decoration: underline;
}
.head_right .pc_lang a:hover:before {
  color: #243a9a;
}
.head_right .join_guide a {
  height: 36px;
  width: 135px;
  line-height: 1;
  margin-top: 3px;
  background: #f19149;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.head_right .join_guide a:hover {
  background: #ee6500;
}
a.join_guide_sp {
  display: none;
}
.wrapper_in {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}
.company-name {
  margin-right: 20px;
  width: 235px;
}
.logo {
  width: 40px;
}
.head_right {
  width: 620px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.head_right ul.header-top {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 8px;
}
.head_right ul.header-top li {
  display: block;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}
.head_right ul.header-top li a {
  display: block;
  line-height: 38px;
  color: #000;
  padding: 0 15px;
  font-size: .9em;
}
.head_right ul.header-top li a:hover {
  background-color: #2ba3d9;
  color: #fff;
}
.head_right > div {
  display: flex;
}
.gsc-input-box {
  box-sizing: content-box;
}
@media (max-width: 959px) {
  .head_back {
    height: auto;
  }
  header {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  header h1 {
    text-align: center;
    display: flex;
    margin-top: 0;
    margin-right: 48px;
    line-height: 0;
  }
  header h1 a {
    margin-right: 10px;
  }
  .logo {
    vertical-align: bottom;
  }
  .company-name {
    vertical-align: bottom;
    margin-right: 0 !important;
  }
  .over960 {
    display: none;
  }
  a.join_guide_sp {
    height: 40px;
    background: #f19149;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    width: 8em;
    margin-left: auto;
  }
  a.join_guide_sp img {
    vertical-align: bottom;
    width: 100%;
  }
	.wrapper_in {
    width: calc(100% - 2em);
  }
}
/*------------------------

googleカスタム検索

------------------------*/
.head_right .gsc-search-button-v2,
.pure-drawer .gsc-search-button-v2 {
  height: 36px;
}
.gsc-result .gs-title {
  height: auto !important;
}
.gsib_a {
  width: 370px;
  padding: 0 !important;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 8px 18px;
  height: 34px;
  min-width: 54px;
  border: 1px solid #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed)) !important;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed) !important;
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed) !important;
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed) !important;
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed) !important;
  background-image: linear-gradient(top, #4d90fe, #4787ed) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe', EndColorStr='#4787ed') !important;
}
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  border-color: #666666;
  background-color: #CECECE;
  background-image: none !important;
  filter: none;
}
.gsc-control-cse {
  margin: 0 !important;
  padding: 0 !important;
}
#___gcse_0 {
  width: 370px !important;
  margin-right: 20px;
}
.gsc-input, .gsc-input-box {
  height: 30px !important;
  padding: 2px 3px !important;
  margin: 0 !important;
}
input.gsc-input {
  font-size: 13px !important;
  padding: 0 !important;
}
@media (max-width: 959px) {
  .gsc-control-cse {
    background: #e0eef4 !important;
    border-color: #e0eef4 !important;
  }
}
/*------------------------

カウントダウン

------------------------*/
.wrap-countdown {
  text-align: center;
  padding: .25em 0;
  width: 90%;
  margin: 0 auto;
}
.head_back img, .wrap-countdown img {
  max-width: 100%;
}
/*------------------------

メニュー

------------------------*/
.nav_back {
  background: #2b9fd5;
  position: relative;
  z-index: 100;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.nav_back select {
  background: #fff;
}
.nav-in {
  margin: 0 auto;
  padding: 0;
}
#foo {
  margin: 0 auto;
  padding: 0;
  max-width: 1500px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #fff;
}
#foo li {
  width: calc(100% / 7);
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px solid #fff;
}
#foo li:nth-child(-n+7) {
  border-bottom: 1px solid #fff;
}
#foo li:nth-of-type(7n) {
  margin-right: 0;
}
#foo li > a {
  display: block;
  color: #fff;
  font-size: .9em;
  line-height: 40px;
}
@media (min-width: 960px) {
  #foo li > a:hover, #foo li.current > a {
    background: #e0eef4;
    color: #333;
    opacity: 1;
  }
}
.lang {
  width: 190px;
  margin-top: 10px;
}
.lang li a {
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 30px;
}
.lang li a:before {
  font-family: FontAwesome;
  content: '\f111';
  padding-right: 6px;
  color: #2ba3d9;
}
.lang li a:hover span {
  color: #243a9a;
  text-decoration: underline;
}
.lang li a:hover:before {
  color: #243a9a;
}

@media (max-width: 959px) {
  .nav_back {
    padding: 0;
  }
  .nav-in-bg {
    background: #e0eef4;
    padding-bottom: 3%;
  }
  .header-top li {
    margin-bottom: 3%;
  }
  #foo {
    background: #fff;
    border: none;
    width: 100%;
    justify-content: space-between;
    padding: 1px 0 0;
  }
  #foo li {
    width: calc((100% - 1px) / 2);
    border: none !important;
  }
  #foo li > a {
    background: #2b9fd5;
    justify-content: flex-start;
    margin-bottom: 1px;
    font-size: 16px;
  }
  #foo li > a:hover {
    background: #e0eef4;
    color: #333;
    opacity: 1;
  }
  ul.lang {
    width: 100%;
    display: flex;
  }
  ul.lang li {
    width: 48%;
    padding-left: 2.5%;
    text-align: center;
  }
  ul.lang li a {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
  .header-top {
    padding: 3% 3% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-top .not-divide {
    width: 100%;
  }
  .header-top .divide3 {
    width: 31%;
  }
  .header-top a {
    color: #333;
    background: #fff;
    text-align: center;
    display: block;
    line-height: 40px;
  }
  .header-top a:hover {
    background: #2ba3d9;
    color: #fff;
  }
	.gsc-results-wrapper-overlay {
		left: 1em;
		width: calc(100% - 2em);
	}
}
/*------------------------

ドロップダウン

------------------------*/
  .btn-g-nav {
		display: none;
}
/************
## Toggler ##
************/
@media (max-width:959px) {
  .btn-g-nav {
    cursor: pointer;
		color: #fff;
    display: block;
    top: 50px;
    width: 100%;
    height: 40px;
    transition: all .3s ease-in-out;
    border-radius: 0;
    user-select: none;
    background: #2b9fd5;
		padding-left: 3.5em;
  }
  .btn-g-nav:before,
  .btn-g-nav:after {
    position: absolute;
    top: 47%;
    height: 2px;
    width: 15px;
    background: #fff;
    display: block;
    content: '';
    transition: all .3s ease-in-out;
  }
  .btn-g-nav:before {
    transform: translate3d(-30px, -11px, 0);
    transform: translateX(0%) rotate(-45deg);
    left: 25px;
  }
  .btn-g-nav:after {
    transform: translate3d(-30px, 9px, 0);
    transform: translateX(0%) rotate(45deg);
    left: 15px;
  }
  .btn-g-nav.active:before {
    transform: translateX(0%) rotate(45deg);
  }
	.btn-g-nav.active:after {
    transform: translateX(0%) rotate(-45deg);
  }
/***********
## Drawer ##
***********/
  .pure-drawer {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    height: 0;
    overflow: hidden;
		opacity: 0;
    width: 100%;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
  }
	  .pure-drawer.active {
			height: 100%;
			opacity: 1;
			overflow: visible;
	}
}

@media print {
    .pure-drawer {
      display: none;
  }
}

/*------------------------

パンくず

------------------------*/
.wrap-inner-bread {
	max-width: 1500px;
  margin: 1em auto;
  font-size: 1.2rem;
  width: 90%;
	display: flex;
}
.wrap-inner-bread li {
	display: inline;
	position: relative;
}
.wrap-inner-bread li:not(:last-child)::after {
	content: '>';
	display: inline-block;
	padding: 0 .75em;
}
.wrap-inner-bread a {
  color: #0082c6;
}
.wrap-inner-bread a:hover {
  color: #f03c69;
}
@media (max-width:959px) {
  .wrap-inner-bread {
    width: calc(100% - 2em);
  }
}

/*------------------------
更新日
------------------------*/
.wrap_date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
}
.wrap_date .wrap-sns {
  display: flex;
  align-items: center;
/*  margin: 0 1rem 0 0;*/
}
.wrap_date .wrap-sns .twitter-share-button {
  margin-right: 1rem;
}
.wrap_date .wrap-sns .fb-share-button {
  display: flex;
  align-items: center;
}
.wrap_date .wrap-update {
  margin-left: auto;
}

@media (max-width: 959px) {
.wrap_date {
/*	display: block;*/
}
.wrap_date .wrap-sns {
	margin-bottom: 1em;
/*  margin: 0 1rem 1rem 0;*/
}
.wrap_date .wrap-update {
/*  margin-bottom: 1rem;*/
}
}

/*------------------------
フッター
------------------------*/
footer {
  width: 100%;
  margin: 0;
  clear: both;
}
.foot-blue {
  background-color: #006fbc;
  padding-bottom: 38px;
}
.foot-logo {
  padding: 18px 0;
  border-bottom: solid 2px #2f88c6;
}
.foot-logo img {
  width: 148px;
}
.foot-2 {
  padding: 20px 0;
}
.foot-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.foot-2 ul li {
  margin-right: 45px;
	padding-left: 1.5em;
	position: relative;
}
.foot-2 li a {
  color: #fff;
  font-size: 14px;
}
.foot-2 li a:hover span {
  text-decoration: underline;
}
.foot2-1 a:before {
  font-family: FontAwesome;
  content: '\f02d';
	position: absolute;
	left: 0;
}
.foot-2 .sitemap a:before {
  font-family: FontAwesome;
  content: '\f0e8';
	position: absolute;
	left: 0;
}
.foot2-2 a:before {
  font-family: FontAwesome;
  content: '\f0f3';
	position: absolute;
	left: 0;
}
.copy p {
  text-align: right;
  color: #fff;
  font-size: 12px;
}
input.seal {
  width: 91px;
  margin-left: auto;
  display: block;
  height: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}
@media (max-width:959px) {
  .copy p {
    text-align: center;
  }
}
@media (max-width:767px) {
.foot-2 ul li {
  margin-right: 0;
	margin-bottom: .25em;
	width: 100%;
}
}

/*------------------------

ページトップへ

------------------------*/
.page-top {
  position: fixed;
  z-index: 99999;
  right: 10px;
  bottom: 10px;
	display: none;
}
.page-top a {
  background: #0085c9;
  background: -prefix-linear-gradient(top, #0085c9, #2ba3d9);
  background: linear-gradient(to bottom, #0085c9, #2ba3d9);
  border-radius: 3px;
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
}
.page-top a::before {
  content: '';
  width: 21px;
  height: 21px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 40%;
  left: 30%;
}
.page-top a:hover {
  background: #243a9a;
}
@media (max-width:959px) {
  .page-top {}
  .page-top a {
    width: 40px;
    height: 40px;
  }
  .page-top a::before {
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 16px;
    height: 16px;
  }
}