@charset "UTF-8";
/* CSS Document */

.flexbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
}

.title_subtxt {
	font-size: 1.1rem;
	color: #a2a2a2;
	margin-left: 2rem;
	display: block;
}

.h_side {
    width: 240px;
    display: flex;
	margin-right: auto;
}

.si-menu .si.h_side {
    width: 300px;
	align-items: center;
	text-align: center;
	padding: 10px 15px;
}
.si-menu .main {
	width: calc(100% - 400px);
}

.main {
    flex: 1;
    display: flex;
    justify-content: end;
	width: calc(100% - 300px);
	align-items: center;
}
.global_menu a {
  display: block;
  width: 100%;
}
.global_menu .child_menu a:hover {
  opacity: .5;
  text-decoration: none;
}
.menu:not(:last-child) {
  margin-bottom: 20px;
}
.menu > a {
  font-weight: bold;
  padding: 10px 20px;
}
.child_menu > li > a {
  padding: 10px 30px;
  font-size: 0.8em;
}

table {
  border-spacing: 0;
}
/*  上レイアウト基盤 */

header .inner {
	max-width: 1200px;
	margin: auto;
}
.fs-l-header {
    background: #fff;
    z-index: 10;
    /*position: -webkit-sticky;
    position: sticky;*/
    top: 0;
	padding: 0 !important;
  }

.header_wrap,
.header_logo-box{
	border-bottom: 1px solid #cdcdcd;
}

  .header_wrap .si .h_logo img {
    width: 100%;
    display: block;
    height: auto;
  }
  .header_wrap .si .h_logo {
    margin: 0;
	  width: 170px;
  }

  .header_wrap .si .service {
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    margin-left: 1em;
  }
  /*.header_wrap .menu-box{
    height: calc(100vh - 55px);
    padding: 24px;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    background: #141413;
    visibility: hidden;
    transition: opacity 0.5s;
    z-index: 0;
  }*/

.header_wrap .h_icon_link_list .header_mypage{

}
  .header_wrap .menu-box ul {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 120px;
  }
  .header_wrap .menu-box ul > li {
    
    font-weight: bold;
  }
  .header_wrap .menu-box ul li a {
    color: #292929;
    display: block;
  }
  .header_wrap .menu-box ul li {
    font-weight: bold;
  	transition: .4s;
  }
	.header_wrap .menu-box ul li > a:hover{
		text-decoration: none;
	}
  .child_menu:hover + a.accordion_header,
  .header_wrap .menu-box ul li a.accordion_header:hover {
    color: #fff;
	background: #292929;
    transition: .3s;
  }
  .header_wrap .menu-box ul li a.has-child a.accordion {
    text-indent: -9999px;
    position: absolute;
  }
  /*.header_wrap .menu-box ul li a.has-child.has-link {
    background: url(img/arw-r01-w.png) calc(100% - 38px) 50% no-repeat;
  }*/
  .header_wrap .menu-box ul li .child_menu {}
  .header_wrap .menu-box ul li .child_menu dl {
    margin: 0 0 0 24px;
  }
  .header_wrap .menu-box ul li .child_menu dl div {
    font-size: 15px;
  }
  .header_wrap .menu-box ul li .child_menu dl dt {
    
    font-weight: bold;
  }
  .header_wrap .menu-box ul li .child_menu dl dt a {
    padding: 20px 8px;
    border-bottom: 1px solid #424242;
    position: relative;
    display: block;
  }
/*
  .header_wrap .menu-box ul li .child_menu dl dt a::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(img/arw-r01-w.png) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }*/

  .header_wrap .si-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
	 position: relative;
  }

  .header_wrap .si .service {
    font-size: 13px;
    position: relative;
    top: 2px;
    margin-left: 1.2em;
  }
  .header_wrap .menu-box {
    height: auto;
    padding: 0;
    position: static;
    top: 0px;
    left: 0;
    width: auto;
    background: none;
    visibility: visible;
    opacity: 1;
  }
	.h_r_box {
		margin-left: 20px;
	}
  .header_wrap .menu-box ul {
	width: 100%;
    height: auto;
    overflow-y: visible;
    display: flex;
    padding-bottom: 0;
  }
	.header_wrap .menu-box .h_side ul {
		display: block;
	}
  .header_wrap .menu-box ul li {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .header_wrap .menu-box ul li > a {
    position: relative;
  }
  .header_wrap .menu-box ul li > a.accordion_header {
    font-size: 15px;
    padding: 30px 20px;
    border-bottom: none;
	font-weight: 700;
  }
  .header_wrap .menu-box ul li > a.has-child .accordion {
    display: none;
  }
  .header_wrap .menu-box ul li > a.has-child.has-link {
    background: none;
  }
  .header_wrap .menu-box ul li.login {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-top: 3px;
  }
  .header_wrap .menu-box ul li.login::before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(-15px, -50%);
  }
  	.header_wrap .menu-box ul li .child_menu,
	.child_menu
	{
    position: absolute;
    transition: 0.3s;
  }
  .header_wrap .menu-box ul li .child_menu dl {
    margin: 0;
  }
  .header_wrap .menu-box ul li .child_menu dl div {
    font-size: 15px;
  }
  .header_wrap .menu-box ul li .child_menu dl dt a {
    padding: 0;
    border-bottom: none;
    position: relative;
    display: block;
  }
/*
  .header_wrap .menu-box ul li .child_menu dl dt a::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(img/arw-r01-w.png) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }*/

  .header_wrap ul li .child_menu{
    width: 300px;
	left: calc(100% - 150px);
    /*left: 80%;*/
    transform: translateX(-50%);
    border: 1px solid #cdcdcd;
	z-index: 999;
  }
  .header_wrap .menu-box ul li.service .child_menu,
  .header_wrap .menu-box ul li.case .child_menu{
    width: 90vw;
	  max-width: 1300px;
    left: 50%;
    top: 84px;
    transform: translateX(-50%);
    border: 1px solid #cdcdcd;
    z-index: 100;
  }

.child_menu{
	box-shadow: 0px 8px 10px rgb(0 0 0 / 30%);
}

  .header_wrap .menu-box ul li.service .child_menu dl {
    display: flex;
    justify-content: flex-start;
    max-width: 1264px;
    margin: 0 auto;
	flex-wrap: inherit;
	align-items: baseline;
	gap: 2rem 3%;
  }
  .header_wrap .menu-box ul li.service .child_menu dl div {
    width: 22.5%;
  }
  .header_wrap .menu-box ul li.service .child_menu dl dt,
  .login-menu{
    border-bottom: 1px solid #424242;
    margin-bottom: 20px;
  }
  .header_wrap .menu-box ul li.service .child_menu dl dt a,
 .login-menu,
  .h_side li{
    font-size: 17px;
    
    font-weight: bold;
    padding: 16px 0;
  }
  .header_wrap .menu-box ul li.service .child_menu dl dd {
	position: relative;
    margin: 0 0 1.5em 0;
    padding-left: 10px;
    font-weight: normal;
  }
  .header_wrap .menu-box ul li.service .child_menu dl dd:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    transform: rotate(135deg);
  }
  .header_wrap .menu-box ul li.service .child_menu dl dd a {
    font-size: 14px;
    font-weight: normal;
  }
  .header_wrap .menu-box ul li.case .child_menu dl {
    display: flex;
    max-width: 1264px;
    margin: 0 auto;
  }
  .header_wrap .menu-box ul li.case .child_menu dl div {
    width: 23.9%;
    margin-right: 1.4%;
  }
  .header_wrap .menu-box ul li.case .child_menu dl dt {
    border-bottom: 1px solid #424242;
    margin-bottom: 20px;
  }
  .header_wrap .menu-box ul li.case .child_menu dl dt a {
    font-size: 17px;
    
    font-weight: bold;
    padding: 16px 0;
  }
  .header_wrap .menu-box ul li.info .child_menu {
    display: none;
    width: 100vw;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    background: #141413;
    border-top: 1px solid #424242;
  }
  .header_wrap .menu-box ul li.info .child_menu dl {
    display: flex;
    max-width: 1264px;
    margin: 0 auto;
    padding: 40px;
  }
  .header_wrap .menu-box ul li.info .child_menu dl div {
    width: 23.9%;
    margin-right: 1.4%;
  }
  .header_wrap .menu-box ul li.info .child_menu dl dt {
    border-bottom: 1px solid #424242;
    margin-bottom: 20px;
  }
  .header_wrap .menu-box ul li.info .child_menu dl dt a {
    font-size: 17px;
    
    font-weight: bold;
    padding: 16px 0;
  }
  .header_wrap .menu-box ul li.support .child_menu {
    display: none;
    width: 100vw;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    background: #141413;
    border-top: 1px solid #424242;
  }
  .header_wrap .menu-box ul li.support .child_menu dl {
    display: flex;
    max-width: 1264px;
    margin: 0 auto;
    padding: 40px;
  }
  .header_wrap .menu-box ul li.support .child_menu dl div {
    width: 23.9%;
    margin-right: 1.4%;
  }
  .header_wrap .menu-box ul li.support .child_menu dl dt {
    border-bottom: 1px solid #424242;
    margin-bottom: 20px;
  }
  .header_wrap .menu-box ul li.support .child_menu dl dt a {
    font-size: 17px;
    
    font-weight: bold;
    padding: 16px 0;
  }
  .header_wrap .menu-box ul li.support .child_menu dl p {
    font-size: 13px;
    
    font-weight: bold;
    color: #9D9D9D;
    padding-left: 5px;
    margin-bottom: 1.3em;
  }
  .header_wrap .menu-box ul li.support .child_menu dl dd {
    margin: 0 0 1.5em 0;
    padding-left: 10px;
    font-weight: normal;
  }
  .header_wrap .menu-box ul li.support .child_menu dl dd a {
    font-size: 14px;
    font-weight: normal;
    background: none;
    padding: 0;
  }
  .header_wrap .menu-box ul li.support .child_menu dl dd + p {
    margin-top: 2.5em;
  }
  .header_wrap .menu-box ul li.contact .child_menu {
    display: none;
    width: 100vw;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    background: #141413;
    border-top: 1px solid #424242;
  }
  .header_wrap .menu-box ul li.contact .child_menu dl {
    display: flex;
    max-width: 1264px;
    margin: 0 auto;
    padding: 40px;
  }
  .header_wrap .menu-box ul li.contact .child_menu dl div {
    width: 23.9%;
    margin-right: 1.4%;
  }
  .header_wrap .menu-box ul li.contact .child_menu dl div:nth-of-type(4) {
    margin-right: 0;
  }
  .header_wrap .menu-box ul li.contact .child_menu dl dt {
    border-bottom: 1px solid #424242;
    margin-bottom: 20px;
  }
  .header_wrap .menu-box ul li.contact .child_menu dl dt a {
    font-size: 17px;
    
    font-weight: bold;
    padding: 16px 0;
  }
  .header_wrap .menu-box ul li.login {
    position: static;
  }
  .header_wrap .menu-box ul li.login > a {
    pointer-events: none;
  }
  .header_wrap .menu-box ul li.login a::after {
    left: 0px;
  }
  .header_wrap .menu-box ul li.login .child_menu {
    display: none;
    width: 100vw;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    background: #141413;
    border-top: 1px solid #424242;
  }
  .header_wrap .menu-box ul li.login .child_menu ul {
    display: flex;
    justify-content: space-between;
    max-width: 1264px;
    margin: 0 auto;
    padding: 40px;
  }
  .header_wrap .menu-box ul li.login .child_menu ul li {
    width: 49.4%;
  }
  .header_wrap .menu-box ul li.login .child_menu ul li a {
    background: #252525;
    border-radius: 4px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_wrap .menu-box ul li.login .child_menu ul li a span {
    display: block;
  }
  .header_wrap .menu-box ul li.login .child_menu ul li a span:nth-of-type(1) {
    width: 30%;
    padding: 24px 0;
  }
  .header_wrap .menu-box ul li.login .child_menu ul li a span:nth-of-type(1) img {
    width: 100%;
  }
  .header_wrap .menu-box ul li.login .child_menu ul li a span:nth-of-type(2) {
    width: 70%;
    padding-left: 20px;
    padding-right: 100px;
  }
/*
  .header_wrap .menu-box ul li.login .child_menu ul li a span:nth-of-type(2)::after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    background: url(img/arw-r01-w.png) 50% 50% no-repeat;
    background-size: 20px 20px;
  }*/

  /* PC閲覧時のメガメニュー */
  .menu_button {
    display: none; /* ハンバーガーメニューのボタンを非表示 */
  }
  .global_menu { /* メニュー全体のスタイル */
    position: relative;
    padding: 0;
    color: #fff; /* 文字色 */
    background: #e6a3ad; /* 背景色 */
    visibility: visible;
    overflow-y: visible;
  }
  .menu, .child_menu > li {
    display: inline-block;
  }
  .menu:not(:last-child) {
    margin-bottom: 0;
  }
  .menu > a { /* 親項目のスタイル */
    font-weight: normal;
    padding: 10px 20px;
  }
  .child_menu { /* 下層メニューのスタイル */
    opacity: 0;
    /* transition: 1s opacity;  アニメーション設定 */
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3rem;
    color: #252525;
    background: #fff;
    visibility: hidden; /* 下層メニューを非表示 */
  }
  .menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
    opacity: 1;
    visibility: visible; /* 下層メニューを表示 */
  }
  .child_menu > li > a {
    padding: 10px 30px;
  }
  .child_menu > li > a:hover {
    background: unset;
    color: #fff;
  }


/*検索ボックス*/
.fs-p-inputGroup {
	display: flex;
    align-items: stretch;
    border: none;
    background: none;
}
.fs-p-searchForm__input {
    width: 180px;
    height: 50px;
    background: #f4f4f4;
    border: none;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 13px;
}
.fs-p-searchForm__button.fs-p-inputGroup__button {
    width: 50px;
    height: 50px;
    background: #f4f4f4 url(../img/icon/icon_search.png) no-repeat center;
    background-size: 20px auto;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
	border: none;
}
.fs-p-searchForm__button:before {
    content: "";
}

/*ロゴボックス*/
.container {
    display: flex;
	padding: 10px 15px;
	align-items: center;
}
.logo-box {
    color: #fff;
    font-weight: bold;
    margin: 20px;
}
.inner .container li{
	width: 100px;
	margin-right: 30px;
}
.inner .container li:last-child{
	margin-right: 0px;
}
.inner .container .h_logobox_tit {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 5px 10px;
	background: #252525;
	color: #FFF;
	display: inline-block;
	letter-spacing: 1px;
	width: auto;
	position: relative;
}


.inner .container .h_logobox_tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 8px solid #252525;
}


/*アイコンボックス*/
.h_icon_link_list{
	margin-left: 20px;
}
.h_icon_link_list li {
    margin: 0;
    overflow: hidden;
}
.login-list li{
    margin: 10px 0;
  }
.h_icon_link_list li.header_cart > a,
.h_icon_link_list li.header_mypage > a {
    display: block;
    width: 50px;
    height: 50px;
}
.h_icon_link_list li.header_cart{
	position: relative;
}
.h_icon_link_list li.header_cart a {
    background: url(../img/icon/icon_cart.png) no-repeat center;
    background-size: 26px auto;
}
.h_icon_link_list li.header_cart .fs-client-cart-count {
	font-size: 12px;
    position: absolute;
    background: #202020;
    border-radius: 10px;
    width: 17px;
    height: 17px;
    text-align: center;
    right: 0;
}
.header_mypage > a {
    background: url(../img/icon/icon_mypage.png) no-repeat center;
    background-size: 26px auto;
}
#hamburger {
	display: none;
}

/*矢印*/
.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333 !important;
	font-weight: normal;
  text-decoration: none;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}

/*ボタン*/
.btn,
a.btn,
button.btn {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5% 10%;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #037969;
}
.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #058b79;
}

@media (max-width: 1199px) {
  .header_wrap .menu-box ul li.service .child_menu,
  .header_wrap .menu-box ul li.case .child_menu{
    width: 96vw;
  }	
}

@media (max-width: 1080px) {
	.header_wrap .menu-box ul li.service .child_menu dl div {
		width: 31.333%;
	}
}

@media (max-width: 960px) {
	.header_wrap {
		padding: 0 3% !important;
	}
	header .inner {
		padding: 1rem 0;
	}
	
  .header_wrap .si-menu {
    display: block;
  }
	.si-menu .si.h_side {
		margin: 0 auto;
		display: block;
		text-align: center;
		width: auto;
	}
	.header_wrap .si .h_logo {
		margin: 0 auto;
	}
	.si-menu .main,
	.main {
		width: 100%;
		justify-content: space-between;
	}
	.header_logo-box {
		display: none;
	}
	/*.header_wrap ul li .child_menu {
		width: 40vw;
    	left: 70%;
	}*/
	.header_wrap .menu-box ul li .child_menu dl {
		flex-direction: column;
	}
	.header_wrap .menu-box ul li .child_menu dl div {
		width: 100% !important;
	}
	.header_wrap .menu-box ul li {
    text-align: left;
	}
	.header_wrap .menu-box ul li.service .child_menu{
		top: 173px;
	}
    .header_wrap .menu-box ul li.service .child_menu,
	.header_wrap .menu-box ul li.case .child_menu {
      width: 93vw;
    }
}

@media (max-width: 899px) {
	.header_wrap .menu-box ul li.service .child_menu dl div {
		width: 48.5%;
	}
}

@media (max-width: 768px) {
	.header_wrap .menu-box ul li a.accordion_header:active {
		pointer-events: none;
	}
}

@media (max-width: 627px) {
		.h_r_box {
    margin-left: 0;
}
	.header_wrap .si-menu .si.h_side {
		width: auto;
    	padding: 0;
		margin: 1rem 0;
}
	.header_wrap .menu-box ul li > a.accordion_header {
  		padding: 20px 20px;
	}
	.h_logo,.h_side {
    width: 200px;
}
	.header_wrap .si .h_logo img {
    width: 100%;
}
	.main {
		display: block;
	}

	.header_wrap .menu-box ul {
		justify-content: center;
	}
	.h_r_box {
		width: 100%;
		padding: 10px 0;
	}
	.h_icon_link_list {
    margin-left: 4%;
	}
	.header_wrap ul li .child_menu {
		width: 90vw;
    	left: 50%;
	}
	.header_wrap .menu-box ul li .child_menu,
	.child_menu {
		top: 113px;
	}
	.header_wrap ul li .child_menu {
		top: 200px;
	}
	.header_wrap .menu-box ul li.service .child_menu{
		top: 142px;
		padding: 2rem 3rem;
	}
	.child_menu {
		padding: 3rem;
	}
}

@media (max-width: 480px) {
	.header_wrap .menu-box ul li.service .child_menu dl div {
	}
	.child_menu {
		display: block;
	}
	.child_menu .h_side{
		width: 100%;
	}
    .header_wrap .menu-box ul li.service .child_menu,
	.header_wrap .menu-box ul li.case .child_menu {
      width: 90vw;
    }
}

@media (max-width: 380px) {
	.header_wrap .menu-box ul li .child_menu, .child_menu {
    top: 151px;
}
	.header_wrap ul li .child_menu {
		top: 294px;
	}
	.header_wrap .si {
    padding: 10px 3%;
}
	.header_wrap .si .h_logo img {
    width: 180px;
}
	.h_icon_link_list {
		margin-left: 0;
		margin-top: 10px;
	}
	.header_wrap .menu-box ul li.service .child_menu{
		top: 174px;
	}
	
}
