@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
メニュー用
----------------------------------------------------*/
/*----------------------------------------------------
トップの検索フィール用
----------------------------------------------------*/
/*----------------------------------------------------
キービジュアル
----------------------------------------------------*/
section#kv {
  position: relative;
  background-size: cover;
  background-position: center;
  margin:70px 0 0;
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 750以下  */
  /* 1360以下  */
}
section#kv.headset {
  background-image: url(../images/product/kv_headset.jpg);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#kv.headset {
    background-image: url(../images/product/kv_headset_sp.jpg);
  }
}
section#kv.speakerphone {
  background-image: url(../images/product/kv_speakerphone.jpg);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#kv.speakerphone {
    background-image: url(../images/product/kv_speakerphone_sp.jpg);
  }
}
section#kv.option {
  background-image: url(../images/product/kv_option.jpg);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#kv.option {
    background-image: url(../images/product/kv_option_sp.jpg);
  }
}
@media all and (max-width: 750px) {
  section#kv {
    height: 320px;
  }
}
@media all and (max-width: 1360px) {
  section#kv {
    margin: 50px 0 0;
  }
}

.speakerphone .kv_wrap {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .speakerphone .kv_wrap {
    top: 30px;
    bottom: unset;
  }
}

.kv_wrap {
  max-width: 1000px;
  margin: 0 60px;
  color: #fff;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .kv_wrap {
    margin: 0 20px;
    position: absolute;
    bottom: 30px;
  }
}
.kv_wrap h1 {
  font-size: 32px;
  text-align: left;
  margin: 0 0 12px;
  font-weight: 900;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .kv_wrap h1 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1;
  }
}
.kv_wrap h1 span {
  color: #2EA097;
  font-size: 15px;
  display: block;
  margin: 0 0 2px;
  font-weight: 400;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .kv_wrap h1 span {
    font-size: 15px;
  }
}
.kv_wrap .catch {
  text-align: left;
  padding: 10px 20px;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .kv_wrap .catch {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.kv_wrap .catch span {
  z-index: 1;
  position: relative;
}
.kv_wrap .catch::after {
  content: "";
  background-color: rgba(130, 167, 155, 0.49);
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.note {
  max-width: 900px;
  font-size: 24px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 20px 70px;
  /* 750以下  */
}
.note p {
  margin: 30px 0;
  line-height: 1.75;
  letter-spacing: 0.1em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .note p {
    margin: 20px 0;
    padding: 0 10px;
    line-height: 1.63;
    letter-spacing: 0;
  }
}
@media all and (max-width: 750px) {
  .note {
    font-size: 16px;
    padding: 10px 20px 50px;
  }
}

.note_kv {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
}
.note_kv.headset {
  background-image: url(../images/product/note_kv.jpg);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .note_kv.headset {
    background-image: url(../images/product/note_kv_sp.jpg);
    height: 258px;
    margin: 0 0 60px;
  }
}
.note_kv.speakerphone {
  background-image: url(../images/product/note_kv_s.jpg);
  margin: 0 0 100px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .note_kv.speakerphone {
    background-image: url(../images/product/note_kv_s_sp.jpg);
    height: 258px;
    margin: 0 0 60px;
  }
}
.note_kv.option {
  background-image: url(../images/product/note_kv_o.jpg);
  margin: 0 0 100px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .note_kv.option {
    background-image: url(../images/product/note_kv_o_sp.jpg);
    height: 258px;
    margin: 0 0 60px;
  }
}

.note_head {
  font-size: 32px;
  font-weight: 500;
  margin: 20px 0 60px;
  font-weight: 500;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .note_head {
    font-size: 22px;
    padding: 0 10px;
    margin: 20pz 0 20px;
  }
}

/*----------------------------------------------------
モデルの説明
----------------------------------------------------*/
.model {
  background: #E3E3E3;
  padding: 80px 20px 0 20px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .model {
    padding: 60px 15px;
  }
}
.model ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  /* 1215px以上  */
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media all and (min-width: 1216px) {
  .model ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.model li {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  /* 1215px以上  */
  /* 1215px以下  */
}
@media all and (min-width: 1216px) {
  .model li {
    width: 380px;
    padding: 30px 60px 140px 60px;
    margin: 0px 80px 70px 0;
  }
  .model li:nth-of-type(2n) {
    margin: 0px 0px 70px 0;
  }
}
@media all and (max-width: 1215px) {
  .model li {
    width: 38%;
    padding: 10px 15px 100px 15px;
    margin: 0px 0px 20px 0;
  }
}
.model h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 30px 0;
  letter-spacing: 0.05em;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .model h3 {
    font-size: 15px;
    margin: 20px 0;
  }
}
.model p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .model p {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 1px;
  }
}

.model_img {
  margin: 0 auto;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .model_img {
    width: 280px;
  }
}

.model_link {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .model_link {
    bottom: 10px;
  }
}
.model_link a {
  background: #00525D;
  border: 1px solid #00525D;
  color: #fff;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 14px 25px;
  border-radius: 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  font-size: 18px;
  letter-spacing: 0.05em;
  /* 1215px以下  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 1215px) {
  .model_link a {
    font-size: 13px;
    margin: 20px 15px;
    padding: 10px;
    width: calc(100% - 50px);
  }
  .model_link a.wireless_link {
    padding: 20px 10px;
  }
}
.model_link a:hover {
  background: #fff;
  color: #00525D;
}
.model_link span {
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .model_link span {
    display: block;
  }
}

/*----------------------------------------------------
モデルから選ぶ
----------------------------------------------------*/
.select_model {
  background: #6E8B8F;
  padding: 80px 20px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .select_model {
    padding: 50px 20px;
  }
}
.select_model h2 {
  color: #fff;
  font-size: 32px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .select_model h2 {
    font-size: 22px;
  }
}
.select_model ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin: 40px auto 60px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .select_model ul {
    margin: 20px auto;
  }
}
.select_model li {
  width: 100%;
  margin: 10px 0;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .select_model li {
    width: 340px;
    margin: 20px 20px 0 0;
  }
  /*.select_model li:nth-of-type(3n) {
    margin: 20px 0px 0 0;
  }*/
}
.select_model li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #79A8A6;
  -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3);
  padding: 8px 15px 8px 23px;
  font-weight: 500;
  /* 1215px以上  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1216px) {
  .select_model li a {
    padding: 8px 15px 8px 24px;
  }
}
.select_model li a:hover {
  border: 2px solid #00525C;
}
.select_model li a:hover .model_name {
  color: #000;
}
.select_model li a .model_name {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  font-size: 22px;
  text-align: left;
  color: #393939;
  width: 80%;
  font-weight: 400;
}
.select_model li a .model_name span {
  display: block;
  font-size: 16px;
  color: #00525D;
  line-height: 1.2;
}
.select_model li a .model_name.option {
  width: 80%;
}
.select_model li a .model_name.ear {
  padding: 10px 0;
}

.model_icon {
  width: 30%;
}
.model_icon.speaker {
  width: 20%;
}
.model_icon.option {
  width: 20%;
}

.to_topsearch a {
  position: relative;
  color: #393939;
  background: #EFF4F2;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0px;
  padding: 12px 80px 12px 40px;
  font-size: 18px;
  border-radius: 50px;
  border: 2px solid #EFF4F2;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.to_topsearch_heaset{
	margin: 40px 0px 0px 0px;
}
  /* 750以下  */

@media all and (max-width: 750px) {
  .to_topsearch a {
    font-size: 16px;
    padding: 5px 50px 5px 30px;
    margin: 0px auto 20px;
    line-height: 1.2;
  }
}
.to_topsearch a::after {
  content: "";
  background-image: url(../images/info/icon_result.png);
  background-size: cover;
  width: 28px;
  height: 28px;
  right: 26px;
  position: absolute;
  top: 11px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .to_topsearch a::after {
    width: 20px;
    height: 20px;
    right: 18px;
    top: 14px;
  }
}
.to_topsearch a:hover {
  border: 2px solid #79A8A6;
  color: #000;
}

/*----------------------------------------------------
製品一覧
----------------------------------------------------*/
.cont_wrap {
  margin: 15px 0 100px;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .cont_wrap {
    margin: 40px 0;
  }
}

section.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
section.container h2 {
  font-size: 42px;
  margin: 0px 0 80px;
  padding: 60px 0 0;
  font-weight: 400;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.container h2 {
    font-size: 24px;
    padding: 0px 0 0;
    margin: 40px 0;
  }
}
section.container h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  background: #E3E3E3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 2px 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  section.container h2 span {
    height: 34px;
  }
}
@media all and (max-width: 750px) {
  section.container h2 span {
    padding: 2px 8px;
    font-size: 14px;
    margin: 10px auto;
    text-align: left;
  }
}
section.container h2 div {
  background-position-x: right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  margin: 0 0 0 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.container h2 div {
    height: 25px;
    width: 25px;
    background-position-y: center;
  }
}
section.container#entry h2 div {
  background-image: url(../images/product/icon_en35_w.png);
  width: 73px;
}
section.container#midusb h2 div {
  background-image: url(../images/product/icon_mid_w.png);
}
section.container#midtel h2 div {
  background-image: url(../images/product/icon_midtel_w.png);
}
section.container#highusb h2 div {
  background-image: url(../images/product/icon_high35_w.png);
  width: 73px;
}
section.container#hightel h2 div {
  background-image: url(../images/product/icon_hightel_w.png);
}
section.container#wireless h2 div {
  background-image: url(../images/product/icon_wireless_w.png);
  margin: 0;
}
section.container#ex20 h2 div {
  background-image: url(../images/product/icon_ex20_w.png);
  width: 73px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.container#ex20 h2 div {
    width: 54px;
    background-position-y: center;
  }
}
section.container#ex30 h2 div {
  background-image: url(../images/product/icon_ex30_w.png);
  width: 112px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.container#ex30 h2 div {
    width: 80px;
    background-position-y: center;
  }
}
section.container#ex80 h2 div, section.container#ex40 h2 div {
  background-image: url(../images/product/icon_ex80_w.png);
  width: 112px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.container#ex80 h2 div, section.container#ex40 h2 div {
    width: 80px;
    background-position-y: center;
  }
}
section.container#cable h2 div {
  background-image: url(../images/product/icon_cable_w.png);
}
section.container#earpad h2 div {
  background-image: url(../images/product/icon_earpad_w.png);
}
section.container#else h2 div {
  background-image: url(../images/product/icon_else_w.png);
}

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
  /* 1215px以下  */
}
@media all and (max-width: 1215px) {
  .item_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            /*justify-content: center;*/
  }
}
.item_list li {
  width: 252px;
  margin: 0px 48px 48px 0px;
  -webkit-box-shadow: 0px 2px 10px rgba(28, 43, 38, 0.2);
          box-shadow: 0px 2px 10px rgba(28, 43, 38, 0.2);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1215px以下  */
  /* 1215px以上  */
}
@media all and (max-width: 1215px) {
  .item_list li {
    width: 44%;
    margin: 0px 2.5% 20px 2.5%;
  }
  /*.item_list li:nth-of-type(2n) {
    margin: 0px 0px 20px 0px;
  }*/
}
.item_list li.space {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.item_list li.space:hover {
  border: none;
}
@media all and (min-width: 1216px) {
  .item_list li:nth-of-type(4n) {
    margin: 0px 0px 48px 0px;
  }
}
.item_list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
  display: block;
  color: #393939;
  text-align: left;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item_list li a {
    padding: 7px;
  }
}
.item_list li a h3 {
  font-size: 16px;
  margin: 15px 0 10px;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  padding: 0 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item_list li a h3 {
    font-size: 14px;
    padding: 0 5px;
  }
}
.item_list li a .item_price {
  margin: 0 0 5px;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .item_list li a .item_price {
    font-size: 11px;
    padding: 0 5px;
  }
}
.item_list li a .thumnail {
  overflow: hidden;
}
.item_list li a .thumnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.item_list li a:hover .thumnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.item_list li:hover {
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .item_list li:hover {
    border: 1px solid #6B8B8E;
  }
}

#product_single .item_list a {
  color: #393939;
  text-align: left;
}
#product_single .item_list a:link {
  text-decoration: none;
  color: #393939;
}
#product_single .item_list a:visited {
  color: #393939;
}
/*# sourceMappingURL=product.css.map */

.authentication{
	position: absolute;
 	left: -0.5px;
 	top: 10px;
	width: 75%;
	z-index:7;	
}

.relative{
	position:relative;
}

/*フッターメニュー*/
#bottom-fixed-menu{
    position: fixed;
    width: auto;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
    right: 0;
}

@media screen and (max-width:750px) {
	#bottom-fixed-menu{
		display:none;
	}
}


#bottom-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
   justify-content: flex-end;	
}

#bottom-fixed-menu li{
   justify-content: center;
   align-items: center;
    width: 150px;
    padding: 5px;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

#bottom-fixed-menu li{
	background: #638483;
}

#bottom-fixed-menu li:hover{
	background: #676767;
}

.bottom-fixed-menu_scroll_1.invert,.bottom-fixed-menu_scroll_2.invert,.bottom-fixed-menu_scroll_3.invert,.bottom-fixed-menu_scroll_4.invert{
	background: #013A40!important; /*スクロール*/
}

#bottom-fixed-menu li a{
	color:#fff;	
}

#bottom-fixed-menu.scrollfixed {
    right: 1%;
}



/*ヘッドセットメニュー*/
.select_model ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin: 0px auto;
}
  /* 1215px以下  */
@media all and (max-width: 1215px) {
  .select_model ul {
    margin: 0px auto;
	justify-content: center!important;  
  }
}
.select_model li {
  width: 100%;
  margin: 10px 0;
  /* 1215px以上  */
}
@media all and (min-width: 1216px) {
  .select_model li {
    width: 340px;
    margin: 20px 20px 0 0;
  }
  /*.select_model li:nth-of-type(3n) {
    margin: 20px 0px 0 0;
  }*/
}


.headset_headline{
    color: #fff;
    font-size: 20px;
    margin: 30px 0px 0px 0px;
	max-width: 1080px;
	display: inline-block;
}

@media screen and (min-width:751px) {
	.headset_headline{
	width:1080px;
    text-align: left;
	}
}

@media screen and (max-width:750px) {
	.headset_headline{
	 text-align: center;
	}
}

/*headsetページ関連*/
.headset_type_img{
	width:auto;
	height:31px;
	margin: 20px 0 30px;
}

.select_model_headset li {
    width: 169.5px;
    margin:10px 5px 0 5px;
}

.select_model_headset_image{
	width: auto!important;
    height: 31px;
    margin: 0px 0px 0px 0px;	
}

.select_model_headset_usbab{
    width: auto!important;
    height: 31px;
    margin: 0px 0px 0px 0px;
}

.select_model_headset_usbab_width{
	width: 260.5px!important;
}

@media screen and (max-width:750px) {
	.select_model_headset_usbab_width {
    width: 273.5px!important;
	}
}

.select_model_headset_usb_a_and_c_width{
	width: 204px!important;
}

.select_model_headset li:nth-of-type(3n){
	/*margin:20px 5px 0 5px!important;*/
}

.select_model_headset li a {
    padding: 0px!important;
}

.headset_h2{
    margin: 0px 0 40px!important;
}

@media screen and (min-width:751px) {
	#select_model_headset_mobile{
		display:none;
	}
}

@media screen and (max-width:750px) {
	#select_model_headset_pc{
		display:none;
	}
}

.impact700_800_headline{
	font-size: 22px;
    font-weight: 500;
    border-bottom: 3px solid #00242A;
    padding-bottom: 10px;
	width: 245px;
    margin: 0 auto;
	margin-bottom: 50px;
}

/*フッターメニュー上バージョン*/
#bottom-fixed-menu2{
    position: fixed;
    width: auto;
    font-size: 0;
    z-index: 99;
    left: 0;	
}


.fade-out{
    opacity:0;	
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}
.fade-in{
    opacity:1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;	
}


@media screen and (max-width:750px) {
	#bottom-fixed-menu2{
		display:none;
	}
}

#bottom-fixed-menu2 ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#bottom-fixed-menu2 li{
   justify-content: center;
   align-items: center;
    width: 150px;
    padding: 5px;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

#bottom-fixed-menu2 li{
	background: #638483;
}

#bottom-fixed-menu2 li:hover{
	background: #676767;
}

.menu-invert{
	background: #013A40!important; /*スクロール*/
}

#bottom-fixed-menu2 li a{
	color:#fff;	
}


/*フッターメニュー右からバージョン*/
#bottom-fixed-menu3{
    position: fixed;
    width: auto;
    font-size: 0;
    z-index: 99;
    left: 0;
}

.fade-out2{
    opacity:1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
	margin-left: -100%!important;
}
.fade-in2{
    opacity:1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;

}

@media screen and (max-width:750px) {
	#bottom-fixed-menu3{
		display:none;
	}
}

#bottom-fixed-menu3 ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#bottom-fixed-menu3 li{
   justify-content: center;
   align-items: center;
    width: 150px;
    padding: 5px;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

#bottom-fixed-menu3 li{
	background: #638483;
}

#bottom-fixed-menu3 li:hover{
	background: #676767;
}

.menu-invert{
	background: #013A40!important; /*スクロール*/
}

#bottom-fixed-menu3 li a{
	color:#fff;	
}


/*フッターメニュー右からバージョンここまで*/

/*ボタン左寄せ*/
.button_position{
	width: 520px;
	margin-top: 50px;
    margin-bottom: 50px;
}

/*ボタン中央寄せ*/
.button_position_center{
	width: 520px;
	margin: 0 auto;
    text-align: center;
	margin-top: 50px;
    margin-bottom: 50px;
}

.button {
   text-align: center;
}

.button a {
    background: #013A40;
    border: 1px solid #00525D;
    color: #fff!important;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 14px 25px;
    border-radius: 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 200px;
    margin: 20px 10px 20px 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	text-align: center;
	text-decoration: none!important;
}

.button a:hover{
	background: #638483;
	color:#fff;
	border: 1px solid #fff;
}

.single_content a {
    text-decoration: none!important;
}

/*横並び配置*/
@media all and (min-width: 751px) {
.inline_block{
	display:inline-block;
}
}
@media all and (max-width: 750px) {
.inline_block{
	display:block!important;
	margin:auto!important;
}
}


@media all and (min-width: 751px) {

}
@media all and (max-width: 750px) {
.askul_width{
	display:block!important;
	margin:auto!important;
}
}

.askul_width{
  width: 220px;
  height: auto;
  margin:0 10px;
  vertical-align: middle;	
}