@charset "UTF-8";
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

  

body {
  min-width: 320px;
  width: 100%;
  color: #46525f;
  line-height: 1;
  background-color: #fff;
  text-align: left;
  font-size: 1.1rem;
}

#main {
  position: relative;
}

#main:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  letter-spacing: 0.025em;
  display: block;
  background: #fff;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
}

#header.fixed {
  position: fixed;
  top: 0;
}

#header:after {
  display: block;
  clear: both;
  content: "";
}

#header .logo {
  margin: 11px 10px 6px;
  display: block;
  float: left;
  width: 133px;
  height: 33px;
}

#header .logo img {
  width: 100%;
  height: auto;
}

#header .sevenLogo {
  float: left;
  margin-top: 5px;
}

#header .rBox {
  float: right;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .rBox .hcontact {
  background: #61bdcf;
  color: #fff;
  padding: 9px 0;
  height: 50px;
  line-height: 1.5;
  width: 50px;
  display: block;
  text-align: center;
  word-break: break-all;
}

#header .sitesearchSp {
  margin: 20px 0;
}

#header .sitesearchSp .gsc-control-cse {
  padding: 0;
  width: 100%;
  height: 45px;
  display: block;
  background: none;
  border: none !important;
}

#header .sitesearchSp .gsc-search-box {
  position: relative;
}

#header .sitesearchSp .gsc-search-box tr,
#header .sitesearchSp .gsc-search-box td {
  display: block;
}

#header .gsc-search-box {
  width: 100%;
}

#header .gsc-input-box {
  height: 45px;
}

#header .sitesearchSp .gsc-control-cse.gsc-control-cse-ja {
  height: 45px;
  border: none;
}

#header .sitesearchSp .gsc-search-box td.gsc-input,
#header .sitesearchSp .gsc-search-box td.gsc-input .gstl_50 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85% !important;
  padding: 0 !important;
  margin-right: 0px;
  height: 45px !important;
  vertical-align: top;
  float: left;
  display: inline-block;
}

#header .sitesearchSp .gsc-search-box .gsib_a {
  width: 85% !important;
  padding: 0 5px !important;
  left: 0;
}

#header .sitesearchSp .gsc-search-box .gsib_a input {
  height: 40px !important;
}

#header .sitesearchSp .gsc-search-box .gsc-input-box {
  border: 1px solid #a4abb3 !important;
  border-right: none !important;
}

#header .sitesearchSp .gsc-search-box input#gsc-i-id1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px !important;
  padding: 10px !important;
  background-position: 5px center !important;
}

#header .sitesearchSp .gsc-search-box td#gs_tti51 {
  margin-bottom: 5px;
}

#header .sitesearchSp .gsc-search-box td.gsc-search-button {
  margin-left: 0;
  width: 15% !important;
  height: 45px;
  float: left;
  display: inline-block;
}
#header .sitesearchSp .gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}
#header .sitesearchSp .gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
  visibility: hidden;
}

#header .sitesearchSp .gsc-search-box .gsib_b {
  position: absolute;
  width: 20px;
  top: 10px;
  left: 75%;
}

#header .sitesearchSp .gsc-search-box .gsc-input-box,
#header .sitesearchSp .gsc-search-box .gsc-input-box-hover,
#header .sitesearchSp .gsc-search-box .gsc-input-box-focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#header .sitesearchSp .gsc-search-box .gsc-search-button {
  position: relative;
  border-top: 1px solid #a4abb3;
  /* border-left: 1px solid #dce9f3; */
  border-right: 1px solid #a4abb3;
  border-bottom: 1px solid #a4abb3;
  background: #dce9f3 url("/img/common/search-iconsp.png") center no-repeat;
  background-size: 24px;
  cursor: pointer;
}

#header .sitesearchSp .gsc-search-box input.gsc-search-button-v2,
#header .sitesearchSp .gsc-search-box input.gsc-search-button {
  width: 36px;
  height: 36px;
  padding: 0 !important;
  opacity: 0;
  margin: 0 auto;
}

#header .award img {
	display: none;
}
#header .alterna img {
	display: none;
}
/*------------------------------------------------------------
	SpNavi
------------------------------------------------------------*/
.menuBtn {
  position: relative;
  width: 50px;
  height: 50px;
  background: #dce9f3;
  z-index: 100;
  right: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menuBtn .changeB {
  display: none;
}

.menuBtn em {
  position: absolute;
  color: #7b94a6;
  bottom: 8px;
  left: 6px;
  font-size: 1.0rem;
  font-style: normal;
}

.menuBtn i {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  right: 0;
  width: 23px;
  margin: 0 auto;
  height: 2px;
  content: "";
  display: block;
  background-color: #7b94a6;
  border-radius: 4px;
}

.menuBtn i:nth-of-type(1) {
  top: 11px;
}

.menuBtn i:nth-of-type(2) {
  top: 18px;
}

.menuBtn i:nth-of-type(3) {
  bottom: 23px;
}

.menuBtn.active .changeA {
  display: none;
}

.menuBtn.active .changeB {
  display: block;
  left: 10px;
}

.menuBtn.active i:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.menuBtn.active i:nth-of-type(2) {
  opacity: 0;
}

.menuBtn.active i:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.menuBox {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #dce9f3;
  overflow-y: scroll;
  z-index: 100;
}

.menuBox .contactBtn {
  margin: 20px 0 30px;
}

.menuBox .sitesearchSp {
  margin: 20px 0;
}

.menuBox .sitesearchSp .gsc-control-cse {
  padding: 0;
  width: 100%;
  height: 45px;
  display: block;
  background: none;
  border: none !important;
}

.menuBox .lang {
  font-size: 1.8rem;
  width: 184px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menuBox .lang a {
  color: #64717f;
}

.menuBox .lang li:first-child {
  border-right: 1px solid;
  padding-right: 20px;
}

.spNavi {
  margin-bottom: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.spNavi li {
  border-bottom: 1px solid #64717f;
  font-size: 1.6rem;
  display: block;
  color: #64717f;
}

.spNavi li span {
  display: block;
  padding: 15px 0 15px 20px;
  position: relative;
}

.spNavi li span:after, .spNavi li span:before {
  display: block;
  content: "";
  position: absolute;
  background: #7b94a6;
  right: 12px;
  top: 50%;
}

.spNavi li span:before {
  height: 2px;
  width: 16px;
}

.spNavi li span:after {
  height: 16px;
  width: 2px;
  top: 38%;
  right: 19px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.spNavi li span.closeBtn:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

.spNavi li a {
  font-size: 1.6rem;
  display: block;
  color: #64717f;
  padding: 15px 0 15px 20px;
  position: relative;
}

.spNavi li a.nFont:after {
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7b94a6;
  border-right: 2px solid #7b94a6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
}

.spNavi li a.sFont {
  font-size: 1.3rem;
  padding: 12px 0 12px 20px;
}

.spNavi li a.sFont:after {
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7b94a6;
  border-right: 2px solid #7b94a6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 40%;
}

.spNavi li .acMenu {
  display: none;
}

.spNavi li .acMenu li:last-child {
  border-bottom: none;
}

.spNavi li .acMenu li:first-child {
  border-top: 1px solid #64717f;
}

.spNavi li .acMenu .sFont {
  padding-left: 40px;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  background: #dce9f3;
  border-top: 1px solid #fff;
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
  margin-top: 50px;
}

@media only screen and (max-width: 300px) {
  #pagePath {
    margin-top: 100px;
  }
}

#pagePath ol {
  width: 100%;
  padding: 5px 15px;
}

#pagePath li {
  display: inline;
  font-size: 1.2rem;
}

#pagePath li a {
  text-decoration: underline;
  margin-right: 5px;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#main.scrl {
  display: none;
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.pagetop {
  width: 50px;
  height: 50px;
  font-size: 1.0rem;
  padding: 23px 0 0;
  text-align: center;
  background: #7b94a6;
  color: #fff !important;
  margin-left: auto;
  line-height: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
}

.pagetop:after {
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  content: "";
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  position: relative;
  background: #dce9f3;
}

#footer a {
  color: #7b94a6;
}

#footer #contactBox {
  border-top: 1px solid #7b94a6;
  padding: 20px;
}

#footer #contactBox .fcttl {
  color: #64717f;
  padding-bottom: 15px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
}

#footer #contactBox .ftel {
  display: block;
  background: #fff;
  text-align: center;
  border: 1px solid #7b94a6;
  border-radius: 30px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 8px 0;
  color: #46525f;
}

#footer #contactBox .ftel span {
  font-size: 2.1rem;
}

#footer #contactBox .contactBtn {
  color: #fff;
  padding: 15px 15px 15px 0;
}

#footer #contactBox .contactBtn:after {
  top: 30%;
}

#footer .addBox {
  color: #7b94a6;
  font-size: 1.2rem;
  border-top: 1px solid #7b94a6;
  border-bottom: 1px solid #7b94a6;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .addBox .addBoxImg {
  width: 56px;
  height: 56px;
}

#footer .addBox .addBoxImg img {
  width: 100%;
  height: auto;
}

#footer .addBox p {
  margin-left: 10px;
  color: #7b94a6;
}

#footer .fNavi {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .fNavi li {
  font-size: 1.2rem;
  position: relative;
  margin-right: 15px;
}

#footer .fNavi li:last-child {
  margin-right: 0;
}

#footer .fNavi li:after {
  border-style: solid;
  border-width: 3.5px 0 3.5px 6.1px;
  border-color: transparent transparent transparent #7b94a6;
  position: absolute;
  display: block;
  content: "";
  top: 20%;
  left: 0;
}

#footer .fNavi li a {
  display: block;
  padding-left: 7px;
}

.fSiteBoxSns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3%;
  margin-bottom: 20px;
}

.fSiteBoxSns li{
  width: 48%;
  margin: 5px 0;
}

.fSiteBoxSns li a {
  display: block;
  background: #7b94a6;
  color: #fff!important;
  width: 100%;
  padding: 7px 20px;
  text-align: center;
  font-size: 1.5rem;
}

#footer .copyright {
  background: #7b94a6;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-family: gidole;
}
