@charset "utf-8";
/* CSS Document */

.HeaderTop {
    background: #272727;
    padding: 20px 15px;
}
							
.HeaderTop h1 {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 5px;
}

.HeaderTop ul {
  color: #FFFFFF;
  font-size: 13px;
}

.HeaderTop ul li {
  display: inline-block;
  padding: 0 0 0 10px;
}

.HeaderTop ul li img { max-height: 30px;}

.HeaderBox {
  border-bottom: 1px solid #B3B3B4;
}

.HeaderBox .Hlogo img {
  width: 238.5px;
  margin: 17px 0 0 15px;
}

.HeaderBox .Haction {}

.HeaderBox ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 187px;
  vertical-align: top;
  margin-left: -4px;
}

.HeaderBox ul li:first-child {
  width: 251.5px;
  margin: 0px 20px 0 0;
}

.HeaderBox ul li .Htel {
  padding-top: 17px;
}
.HeaderBox ul li a.stepmail {
    position: relative;
    background: #ff7300;
    display: inline-flex;
    width: 187px;
    height: 90px;
    color: #fff;
    box-sizing: initial;
    padding: 0 0 0;
    margin: 0;
}

.HeaderBox ul li a.stepmail:after {
	content:' ';
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #fff transparent;
}
.HeaderBox ul li a.stepmail span {
	font-weight: bold;
    font-size: 14px;
    padding: 0;
    position: relative;
    top: 16px;
    left: 45px;
}
.HeaderBox ul li a.stepmail span:before {
	content:' ';
    position: absolute;
    top: 15px;
    left: -36px;
    display: inline-block;
    background: url(./../img/stepmail_icon1.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 26px;
}
.HeaderBox ul li a.stepmail span:after {
    content: ' ';
    position: absolute;
    top: -9px;
    right:-40px;
    display: inline-block;
    background: url(./../img/stepmail_icon2.png) no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
}


/* Pcナビ */

.PcNav .GlNav {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  letter-spacing: -.4em;
}

.PcNav .GlNav ul li {
  width: 14%;
  display: inline-block;
  margin: 15px 0;
  border-right: 1px solid #B3B3B4;
  letter-spacing: normal;
}

.PcNav .GlNav ul li:first-child {
  border-left: 1px solid #B3B3B4;
}

.PcNav .GlNav ul li a {
  padding: 5px 10px;
  display: block;
}

.PcNav .GlNav ul.col8 li {
    width: 12%;
}
.PcNav .GlNav ul.col8 li a {
    padding: 5px 4px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.header_top_area {
  display: flex;
  justify-content: space-between; align-items: center;
  padding-left: 10px; padding-right: 10px;
}

.header_top_area .fl { flex: 1;}

.sns_btn {
  display: flex;
  flex-wrap: wrap; justify-content: space-between; align-items: center;
}

.sns_btn a {
  width: 30px; line-height: 30px;
  margin-right: 5px;
  padding-top: 2px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  text-indent: -9999em;
}

.sns_btn a i::before { margin-right: 5px;}

.sns_btn .__facebook {
  background: #265a96 url(../img/ico_facebook.png) no-repeat center center;
  background-size: auto 18px;
}

.sns_btn .__twitter {
  background: #00acec url(../img/ico_twitter.png) no-repeat center center;
  background-size: auto 16px;
}

.sns_btn .__line {
  background: #43ba00 url(../img/ico_line.png) no-repeat center center;
  background-size: auto 20px;
}

.sns_btn .__note {
  background: #40cab5 url(../img/ico_note.png) no-repeat center center;
  background-size: auto 20px;
}

.header_top_area ul {
  display: flex;
  flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
}

@media screen and (max-width: 1500px) {
  .header_top_area .fl {
    font-size: 14px;
    margin-right: 10px;
  }

  .header_top_area ul li { padding-left: 5px;}
}


@media screen and (max-width: 1000px) {

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
  /* spヘッター */
  #header {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    position: fixed;
    z-index: 9999;
    top:0;
  }
  .HeaderBox {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 5px;
    background: #FFF;
  }
  .HeaderBoxWrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .HeaderBox .Hlogo img {
    width: 238.5px;
    margin: 0 0 0 15px;
  }
  .HeaderBox .Haction {
    margin: 0 30px 0 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
  }
  .HeaderBox .Haction img {
    height: 24px;
    margin-bottom: 2px;
  }
  .HeaderBox .Haction a {
    text-decoration: none;
  }
  .HeaderBox .Haction span {
    display: block;
    color: #000;
  }
  .SpHleft {
    flex: 1;
    height: 50px;
    position: relative;
    z-index: 100;
  }
  .HeaderBox .SpNav ul li {
    width: 100%;
    padding: 0;
    font-size: 14px;
    letter-spacing: normal;
    border-bottom: 1px solid #000;
    border-top: 1px solid #595757;
    display: block;
    letter-spacing: normal;
  }
  .SpNav {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .toggle {
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 103;
  }
  .toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 70%;
    border-bottom: solid 4px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
  }
  .toggle span:nth-child(1) {
    top: 0
  }
  .toggle span:nth-child(2) {
    top: 11px
  }
  .toggle span:nth-child(3) {
    top: 22px
  }
  .toggle span:nth-child(4) {
    border: none;
    top: 30px;
    left: 9px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -1.8px;
  }
  .GlNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-170%);
    z-index: 2;
    padding-top: 80px;
    text-align: left;
    color: #fff;
    background: #282828;
    transition: all 0.8s;
    z-index: -1;
	overflow-y: auto;
    height: 100%;
  }
  .GlNav .GnavLi {
    width: 100%;
    padding: 4px 5px;
    list-style-type: none;
    color: #fff;
    padding: 15px 0 15px 30px;
  }
  .GlNav li a {
    position: relative;
    display: block;
    padding: 6px 40px 8px 46px;
  }
  .GlNav li a:before {
    position: absolute;
    top: 42%;
    left: 10px;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #999;
    border-right: 2px solid #999;
  }
  .GlNav .__btn {
    width: 80vmin; height: 13vmin;
    line-height: 1.3;
    margin-right: auto; margin-bottom: 3vmin; margin-left: auto;
    padding-left: 7vmin;
    display: flex;
    justify-content: flex-start; align-items: center;
    border-radius: 4vmin;
    font-weight: bold;
    position: relative;
  }
  .GlNav .__btn:nth-of-type(1) { background: #ffae00;}
  .GlNav .__btn:nth-of-type(2) { background: #ff7300;}
  .GlNav .__btn:nth-of-type(3) { background: #3a7ab6;}

  .GlNav .__btn:after {
    content: '';
    display: block;
    width: 7px; height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute; right:14px; top: 50%;
    margin-top: -4px;
  }

  .GlNav .__btn span:first-child {
    background: #fff;
    font-size: 12px;
    width: 10vmin; height: 10vmin;
    padding-top: 0.8vmin;
    box-sizing: border-box;
    margin-right: 2vmin;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center; align-items: center;
  }

  .GlNav .__btn:nth-of-type(1) span:first-child { color: #ffae00;}
  .GlNav .__btn:nth-of-type(2) span:first-child { color: #ff7300;}
  .GlNav .__btn:nth-of-type(3) span:first-child { color: #3a7ab6;}

  .GlNav.active {
    transform: translateY(0%);
  }
  .toggle.active span:nth-child(1) {
    top: 10px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 10px;
    left: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
 .HeaderBox .Haction p {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
  }	
}

@media screen and (max-width: 640px) {
  .HeaderBox ul {
    letter-spacing: -.4em;
    margin-bottom: 5vmin;
  }
  .HeaderBox .Hlogo img {
    max-width: 130px;
    margin: 10px 0 0 15px;
  }
  .HeaderBox .Haction {
    margin: 0 3% 0 0;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }	
}

@media screen and (max-width: 360px) {

  .HeaderBox .Hlogo img {
    max-width: 130px;
    margin: 15px 0 0 15px;
  }
}
@media screen and (max-width: 320px) {

	.HeaderBox .Hlogo img {
	  max-width: 110px;
	  margin: 10px 0 0 10px;
	}
	.HeaderBox .Haction {
	    margin: 0 1% 0 0;
	    font-size: 10px;
	}
	.HeaderBox .Haction p {
	    margin-right: 5px;
	}
}