@charset "UTF-8";
.iv,.ivo{
  opacity: 0;
}
.sp_menu,
.s_nav {
	display: none;
}
.tab_blok,
.pc_block {
	display: block;
}
.page .menu-trigger,
._sp,
.sp {
	display: none;
}
.tab_br,
.pc_br {
	display: block;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.menu_slide {
	display: none;
}

body {
	position: relative;
	font-size: 1.55rem;
	line-height: 1.8em;
	background: url(../images/bk.jpg);
}
.all {
    position: relative;
    z-index: 1;
    background: url(../images/bk.jpg);
}
.body_bk {
	overflow: hidden;
}

/* 	transition: .35s; */

#header {
	margin-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#header.is-fixed {
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.7);
}
#header ._in {
	width: 90%;
	max-width: 1098px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#header ._in .logo {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0;
    padding: 0 24px;
    background: #5571ae;
}
#header ._in .nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header ._in .nav .h_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1em;
    line-height: 1em;
    margin-right: 14px;
}
#header ._in .nav .h_nav li {
	margin: 0 8px;
}
#header ._in .nav .cart_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header ._in .nav .cart_nav li {
	border-left: 1px solid #5571ae;
}

#header ._in .nav .cart_nav li .num {
	font-size: 2em;
	line-height: 1em;
}
#header ._in .nav .cart_nav .tel .icon {
	font-size: 1.8em;
	line-height: 1em;
}
#header ._in .nav .cart_nav li {
	text-align: center;
	font-size: 0.7em;
	line-height: 1em;
}
#header ._in .nav .cart_nav li .icon {
	font-size: 2.4em;
	line-height: 1em;
}
#header ._in .nav .cart_nav .icon:not(.tel .icon) {
	display: block;
}
#header ._in .nav .cart_nav li a {
	display: block;
	padding: 7px;
}
#header ._in .cart_btn {
	margin: 0;
}
#header ._in .cart_btn a {
	background: #363636;
	padding: 18px;
	color: #fff;
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	height: 74px;
}
#header ._in .cart_btn a .icon {
	font-size: 2.4em;
	line-height: 1em;
	display: block;
}

.main_img_o {
	transition: .3s;
	margin-top: 74px;
}
.main_img_o ._in {
	width: 100%;
	max-width: 1098px;
	margin: auto;
}
.main_img img:not(.post img) {
	width: 100%;
}
.main_img_o .c2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px auto;
	width: 100%;
	max-width: 1098px;
	justify-content: flex-end;
}
.main_img_o .c2 .ttl {
	width: auto;
	text-align: right;
}
.main_img_o .c2 .txt {
	width: 38%;
}
.main_img_o .c2 .txt h2 {
	font-size: 1.6em;
	text-align: center;
	font-weight: 600;
	line-height: 1.5em;
}
.main_img_o .c2 .txt p {
	text-align: center;
	font-size: 1.15em;
	line-height: 1em;
	margin-top: 4px;
}
.main_img_o .c2 .ttl .txt {
	display: block;
	text-align: right;
	position: relative;
	color: #5571ae;
	margin: auto;
	max-width: 406px;
	width: 100%;
}
.main_img_o .c2 .ttl .txt:before {
	content: '';
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #5571ae;
margin-right: 7px;
}
.main_img_o .c2 .ttl .logo {
	max-width: 406px;
	padding-top: 14px;
	margin: auto;
}

.contents {
	position: relative;
}
.contents .contents_inner {
	position: relative;
	padding: 14px;
}
.contents ._in {
	padding: 30px 0;
	width: 90%;
	max-width: 1098px;
	margin: auto;
}
.contents.top_border {
    transition: .3s;
    margin-top: 84px;
}
.contents.top_border ._in {
    padding: 0px 0 30px;
    margin: 14px auto 0;
    border-top: 1px solid #5571ae;
}

.ttl_obi01 {
	font-size: 2.1em;
	line-height: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	padding: 18px;
	background: #5571ae;
}
.ttl_obi01 .s_txt {
	font-size: 0.45em;
	line-height: 1em;
	margin-left: 14px;
}

.ttl_obi02 {
	font-size: 2.1em;
	line-height: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #5571ae;
	border-bottom: 2px solid #5571ae;
	padding: 18px 18px 12px;
	margin-bottom: 14px;
}
.ttl_obi02 .s_txt {
	font-size: 0.45em;
	line-height: 1em;
	margin-left: 14px;
}

.ttl_obi03 {
	font-size: 2.1em;
	line-height: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #5571ae;
	padding: 18px;
}
.ttl_obi03 .s_txt {
	font-size: 0.45em;
	line-height: 1em;
	margin-left: 14px;
}



.th_li {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
}
.th_li li {
	width: calc( 25% );
    padding: 7px;
    text-align: center;
    border-left: 1px solid #5571ae;
}
.th_li li a {
    font-size: 0.9em;
    color: #1a1a1a;
}
.th_li li:nth-child(4n+1) {
	border-left: 0;
}
.th_li li .ph {
	display: block;
	margin: 10px;
}


.product .c6 {
	display: flex;
	flex-wrap: wrap;
}
.product .c6 .product_cat_ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc( 100% / 6 - 28px );
	font-size: 1.8em;
    line-height: 1em;
    color: #fff;
    background: #5571ae;
    justify-content: center;
    padding: 0 14px;
}
.product_cat_ttl .s_txt {
	display: block;
	font-size: 0.5em;
	text-align: center;
	width: 100%;
}
.product .c6 .product_cat_li {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100% / 6 * 5 - 14px );
	padding: 0 7px;
}
.product .c6 .product_cat_li a {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc( 100% / 5 );
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #5571ae;
    border-bottom: 1px solid #5571ae;
    border-right: 1px solid #5571ae;
    justify-content: center;
    padding: 14px 2px;
    color: #1a1a1a;
    margin-bottom: -1px;
}
.product .c6 .product_cat_li a:nth-child(5n) {
    border-right: none;
    padding-right: 1px;
}


a.btn01 {
	color: #5571ae;
	display: inline-block;
	margin: 20px auto;
	text-decoration: none;
	font-size: 0.9em;
}
a.btn01:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #5571ae;
    margin-right: 7px;
}

a.btn02 {
	display: block;
	position: relative;
	color: #fff;
	padding: 20px;
	text-align: center;
	background: #5571ae;
	font-size: 1em;
	line-height: 1em;
	max-width: 260px;
	margin: 30px auto 0;
}
a.btn02 .icon {
	position: absolute;
	right: 14px;
	top: 46%;
}

.th_li_c6 {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
}
.th_li_c6 li {
	width: calc( 100% / 6 );
    padding: 7px;
    text-align: center;
    border-left: 1px solid #5571ae;
}
.th_li_c6 li a {
    font-size: 0.9em;
    color: #1a1a1a;
}
.th_li_c6 li:first-of-type {
	border-left: 0;
}
.th_li_c6 li .ph {
	display: block;
	margin: 10px;
}

.work_news ._in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work_news ._in ._works {
	width: 48%;
}
.work_news ._in ._works .inner {
	padding: 20px 10px;
}
.work_news ._in ._works .inner.c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.work_news ._in ._works .inner.c2 .ph {
	width: 39%;
}
.work_news ._in ._works .inner.c2 .txt {
	width: 53%;
	position: relative;
}
.top .work_news ._in ._works .inner.c2 .txt {
	font-size: 0.9em;
	line-height: 2em;
}
._works .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: transparent;
	border: 1px solid #5571ae;
	opacity: 0.8;
	margin: 0 2px;
}
._works .swiper-pagination-bullet-active {
	width: 6px;
	height: 6px;;
	background: #5571ae;
	border: 1px solid #5571ae;
	opacity: 1;
}
._works .swiper-pagination {
    position: relative;
    margin-top: 0;
}
._works .prev_next {
    position: relative;
}

._works .swiper-button-prev {
    position: absolute;
    background-image: url(../images/slide_i01.svg);
    left: 0;
    bottom: 0;
}
._works .swiper-button-next {
    position: absolute;
    background-image: url(../images/slide_i02.svg);
    right: 0;
    bottom: 0;
}
.all_works_btn {
	position: absolute;
    bottom: 0;
    left: 0;
}


.work_news ._in ._news {
	width: 48%;
}
.work_news ._in ._news .inner {
	padding: 20px 10px;
}
.news_li li {
	margin-bottom: 14px;
}
.news_li li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #1a1a1a;
	line-height: 1.5em;
	transition: .3s;
}
.news_li li a:hover {
	color: #5571ae;
}
.news_li li a .date,
.news_li li a .list_date {
	display: inline-block;
	width: 7em;
}
.news_li li a .ttl,
.news_li li a .list_ttl {
	display: inline-block;
	width: calc( 100% - 7em );
}

.about .info_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 10px;
}
.about .info_c2 .txt {
	width: 52%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about .info_c2 .txt .logo {
	max-width: 128px;
	width: 23%;
}
.about .info_c2 .txt .logo img {
	width: 100%;
}
.about .info_c2 .txt .data {
	width: calc( 100% - 32% );
}
.about .info_c2 .txt .data ul {
	margin: 14px 0;
}
.about .info_c2 .txt .data li {
	margin: 7px 0;
}
.about .info_c2 .txt .data .addr {
	font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #5571ae;
    font-weight: 500;
}
.about .info_c2 .txt .data .tel {
	font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #5571ae;
    font-weight: 500;
}

.about .info_c2 .map {
	width: 44%;
}
.about .info_c2 .map .iframe {
	width: 100%;
	height: 322px;
}


.page .footer {
	margin-top: 80px;
}
.footer {
	background: #373737;
	padding: 0;
}
.footer ._in {
	width: 100%;
	max-width: 1098px;
	margin: auto;
}
.ft_btns_o {
	background: #5571ae;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ft_btns {
	display: flex;
	max-width: 1098px;
	margin: auto;
}
.ft_btns a {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 20px;
	justify-content: center;
	width: 50%;
	background: #5571ae;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	line-height: 1em;
}
.ft_btns a span {
	display: flex;
	align-items: center;
}
.ft_btns a .icon {
	margin-left: 2em;
}

.footer .c2 {
	background: #373737;
	color: #fff;
}
.footer .c2 .inner {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	padding: 14px 34px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.footer .c2 .inner a {
	color: #fff;
}
.footer .c2 .inner .addr {
	width: 26%;
	padding: 14px 0;
	position: relative;
}
.footer .c2 .inner .logo {
	margin-bottom: 20px;
	display: inline-block;
}
.footer .c2 .inner p {
	margin-bottom: 14px;
}
.footer .c2 .inner h2 {
	font-size: 1.5em;
	margin-bottom: 14px;
}
.footer .c2 .inner .addr dl {
	display: flex;
}
.footer .c2 .inner .bottom {
	position: absolute;
	bottom: 24px;
	left: 0;
}
.footer .c2 .inner .f_nav {
	display: flex;
	flex-wrap: wrap;
	width: calc( 72% - 1px );
	padding: 14px 0;
	padding-left: 2%;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
}
.footer .c2 .inner .f_nav ._nav {
	width: calc( 33.3% - 24px );
	margin-left: 24px;
}
.footer .c2 .inner .f_nav ._nav h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.footer .c2 .inner .f_nav ._nav li {
	margin-bottom: 10px;
}
.footer .c2 .inner .f_nav ._nav li a:before {
	content: '-';
	margin-right: 14px;
}
.cp_rights {
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 14px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}



/* 商品詳細 */

.item_post .item_post_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item_post .item_post_c2 .ph {
	max-width: 522px;
	width: 50%;
}
.item_post .item_post_c2 .txt {
	width: 48%;
}

.item_post_ttl {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	color: #5571ae;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 24px;
}
.item_post_ttl .icon {
	width: 56px;
}
.item_post_ttl h2 {
	width: calc( 100% - 84px );
	padding: 10px 14px;
}

.ttl_obi04 {
	font-size: 1.3em;
	color: #5571ae;
	border-left: 6px solid #5571ae;
	border-bottom: 1px solid #b5b5b5;
	padding: 12px;
	margin-bottom: 14px;
}

.item_details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item_details .article {
	width: 48%;
	margin: 34px 0;
}

.item_post .item_post_c2 .ph .slick-slide {
    max-height: 512px;
    height: auto;
}


.sozai .sozai_data {
	background: #fff;
	margin-top: 24px;
}
.sozai .sozai_data:first-of-type {
	margin-top: 0;
}
.sozai .sozai_data .inner {
	padding: 34px;
}
.sozai .sozai_data .inner .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sozai .sozai_data .inner .ph {
	max-width: 344px;
	width: 34%;
}
.sozai .sozai_data .inner .ph_c2 {
	display: flex;
	justify-content: space-between;
}
.sozai .sozai_data .inner .ph_c2 img {
	width: 49%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
    max-height: 172px;
}
.sozai .sozai_data .inner .txt {
	width: 62%;
}
.sozai .sozai_data .inner h3 {
	width: 62%;
	position: relative;
	font-size: 1.3em;
	font-weight: 600;
	color: #5571ae;
	line-height: 1.5em;
	padding-bottom: 7px;
	margin-bottom: 14px;
}
.sozai .sozai_data .inner h3:before {
	content: '';
	width: 77px;
	height: 1px;
	background: #5571ae;
	position: absolute;
	left: -34px;
	bottom: 0;
}

.ttl_obi05 {
	font-size: 1.5em;
    line-height: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 18px;
    background: #5571ae;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
}


.op_li {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
}
.op_li li {
	width: calc( 25% - 16px );
    margin: 14px 23px;
    text-align: center;
    max-width: 228px;
}
.op_li li:nth-child(4n+1) {
	border-left: 0;
}
.op_li li .ph {
	display: block;
	margin: 0 0 10px;
}
.op_li li p {
	font-size: 0.9em;
	line-height: 1.5em;
}
.op_li li a {
	color: #1a1a1a;
}

/* 関連 */
.relation {
	text-align: center;
}
.relation .assistance_item {
	max-width: 1098px;
	margin: 14px auto;
}
.relation .assistance_item h3 {
    margin: 0;
    border-bottom: 0;
    font-size: 1.5em;
    line-height: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 18px;
    background: #5571ae;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
}

.relation .assistance_item ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
}
.relation .assistance_item ul li {
	width: calc( 25% - 16px );
    margin: 14px 23px;
    text-align: center;
    max-width: 228px;
    padding: 0;
}
.relation .assistance_item ul li:nth-child(4n+1) {
	border-left: 0;
}
.relation .assistance_item ul li .ph {
	display: block;
	margin: 0 0 10px;
}
.relation .assistance_item ul li p {
	font-size: 0.9em;
	line-height: 1.5em;
}
.relation .assistance_item ul li a {
	color: #1a1a1a;
}



.item_detail_ttl {
    color: #5571ae;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 24px;
}

.container_detail .thumbnail {
	margin-top: 12px;
}
.container_detail .thumbnail .slick-track {
  	transform: unset !important;
}
.container_detail .thumbnail-img {
  	opacity: .3;
  	transition: opacity .3s linear;
  	width: calc(100% / 4 - 12px) !important;
  	margin-left: 16px;
  	margin-bottom: 12px;
}
.container_detail .thumbnail-img:nth-child(4n+1) {
  	margin-left: 0;
}
.container_detail .thumbnail .slick-current {
  	opacity: 1;
}

.item_detail_ch_txt {
	margin-bottom: 60px;
}
.item_post .item_post_c2 .item_detail_ch_txt .txt {
    width: 100%;
}
.detail_data_li {
	margin: 14px 0;
}
.detail_data_li li {
	margin: 14px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.detail_data_li li .ttl {
	width: 7em;
	margin-right: 1em;
}
.price_p .price {
	font-size: 1.6em;
	line-height: 1em;
	font-weight: 600;
	color: #5571ae;
}
.ss_price {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 600;
	color: #5571ae;
}
.item_post .exp .field {
	padding: 14px 0 0;
}
.item_post .exp p {
	text-align: center;
}
.detail_data_li li .cp_ipselect {
	width: calc( 100% - 8em );
}
#_price_exp .field_price {
	margin-bottom: 7px;
}
#_price_exp ._op_da {
	color: #5571ae;
}
.cp_ipselect {
	overflow: hidden;
	width: 100%;
    margin: 0;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #b3b3b3;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 45%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #5571ae;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 14px 38px 14px 8px;
}

.cart_btn {
	margin: 40px auto 0;
	text-align: center;
}
.cart_btn ._submit {
	max-width: 320px;
	margin: auto;
	position: relative;
	text-align: left;
}
.cart_btn .skubutton {
	padding: 12px 24px;
	background: #5571ae;
	color: #fff;
	width: 100%;
}
.cart_btn .skubutton:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
}

.about .about_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.about .about_c2 .ph {
	max-width: 462px;
	width: 44%;
}
.about .about_c2 .txt {
	width: 53%;
}
.table01 {
	width: 100%;
	text-align: left;
}
.table01 th {
	padding: 10px 20px;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	font-weight: normal;
	width: 8em;
}
.table01 td {
	padding: 12px 20px;
	vertical-align: top;
	border-left: 1px solid #5571ae;
	border-top: 1px solid #cccccc;
}
.table01 tr:first-of-type th,
.table01 tr:first-of-type td {
	border-top: none;
}
.about_c2 .table01 a {
	color: #1a1a1a;
}

.about .map_c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.about .map_c2 .ph {
	width: 34%;
}
.about .map_c2 .map {
	width: 58%;
}
.about .map_c2 .map iframe {
	width: 100%;
	height: 322px;
}



.contents .form_inner {
	position: relative;
	padding: 14px 0;
	max-width: 790px;
	margin: auto;
}

.form {
	width: 100%;
	margin: 30px auto;
	text-align: left;
	position: relative;
    z-index: 0;
}
.form_inner .center_txt {
	display: inline-block;
	margin: 0 auto 40px;
}

.form_inner h5 {
	font-weight: normal;
	margin-top: 24px;
}

.form th {
    padding: 22px 14px 22px 0;
    text-align: left;
    width: 12em;
/*     vertical-align: top; */
}
.form td {
	padding: 14px 0 14px 14px;
	text-align: left;
	vertical-align: top;
}
.form.conf td {
    padding: 22px 24px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
.cp_ipselect {
	overflow: hidden;
	width: 40%;
    margin: 0;
	text-align: center;
}
.scene_select .cp_ipselect {
	width: 100%;
}

._c01 {
	font-size: 80%;
	display: inline-block;
	padding: 7px 7px;
	border-radius: 2px;
	background: #5571ae;
	color: #fff;
	line-height: 1em;
	margin-left: 7px;
}
.form .s_txt {
	font-size: 80%;
	display: block;
	line-height: 1em;
}

.btn_contact {
	padding: 16px;
    min-width: 260px;
    border-radius: 2px;
    position: relative;
    color: #fff;
    font-size: 1.1em;
    background: #5571ae;
    display: inline-block;
    margin: 7px 5px 10px;
    cursor: pointer;
}

.btn_contact:hover {
	opacity: 0.6;
}
/*
.radio li {
    display: inline-block;
    margin-right: 14px;
}
*/

.radio input {
    display: none;
}

.radio label {
    display: block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 5px 10px 15px;
    border-radius: 2px;
    line-height: 1.5em;
}

.radio._inline label {
    display: inline-block;
}

.radio label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #bdc3c7;
}

.radio input[type="radio"]:checked+span:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: #5571ae;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #5571ae;
    padding: 20px;
    background: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #5571ae;
    padding: 20px;
    background: #fff;
}

.skuname {
	padding: 10px 18px 18px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	position: relative;
	text-align: left;
}
.skuname span {
	display: inline-block;
	padding-right: 14px;
	position: relative;
	z-index: 2;
}
.skuname:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #c5c5c5;
}
.skuname:after {
	content: '';
	width: 20%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #5571ae;
}

.news_post .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 18px;
}
.side_img {
	max-width: 236px;
	width: 22%;
	margin: 0;
}
.news_post_inner {
	width: 64%;
	margin: 0;
}
.news_post_inner .date {
	text-align: left;
	margin: 0;
	display: block;
	margin-top: 24px;
}

.news_post_inner .ttl {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 7px 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #5571ae;
	font-weight: normal;
}
.news_post_inner .post {
	margin: 30px auto 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #5571ae;
}
.news_post_inner .news_li {
	margin: 30px auto 0;
}



.works_post_inner {
	max-width: 768px;
	margin: auto;
}
.works_post_inner .ttl {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 24px 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #5571ae;
	font-weight: normal;
}
.works_post_inner .ph {
	margin: 30px auto 0;
}

.works_post_inner .swiper-wrapper {
	height: auto;
}

.works_post_inner .post {
	margin: 30px auto 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #5571ae;
}

.works_post_inner .slider {
    width: 100%;
    overflow: hidden;
}
.works_post_inner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #999999;
	opacity: 0.8;
	margin: 0 4px;
	border-radius: 0;
}
.works_post_inner .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #5571ae;
	opacity: 1;
	border-radius: 0;
}
.works_post_inner .swiper-pagination {
    position: relative;
    margin-top: 10px;
}


.post_btn {
	margin: 20px auto;
}
.post_btn li {
	max-width: 140px;
	display: inline-block;
}
.post_btn a.btn {
    display: block;
    padding: 0 24px 0 24px;
    position: relative;
    color: #5571ae;
    font-size: 1em;
    margin: 0 auto;
    text-align: left;
    transition: .35s;
	position: relative;
}
.post_btn a.btn:hover {
	color: #a2b5df;
}
.post_btn .next a.btn:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e315";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
}
.post_btn .prev a.btn:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e314";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
}

/* ページネーション */
.pagingArea {
	background-position: center top;
	background-repeat: repeat-x;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 20px 14px;
}
.paging li {
    margin-right: 4px;
    float: left;
	left: -50%;
	position: relative;
	font-size: 110%;
}
.paging .paging_m {
    padding: 4px 10px;
}
.contents.column .column_c2 .main .paging li p,
.paging li p,
.paging li a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0px;
    padding: 3px 11px;
    background: #b5b4b4;
    border-radius: 2px;
    transition: .35s;
}
.paging li p {
	color: #fff;
	background-color: #5571ae;
}
.paging li a:hover {
	color: #fff;
	background-color: #5571ae;
}

.pagingArea #page {
	float: left;
	left: 50%;
	position: relative;
}



.midashi01 {
	padding: 18px 18px 18px 18px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #fff;
	background-color: #5571ae;
	border-radius: 2px;
	letter-spacing: 0.1em;
	margin: 20px 0;
}

.midashi02 {
	padding: 10px 18px 18px 24px;
	font-size: 1.3em;
	line-height: 1.5em;
	position: relative;
	border-bottom: 1px solid #a1a1a1;
}
.midashi02:after {
	content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    left: 0;
    top: -2px;
    background: #5571ae;
    border-radius: 2px;
}


.midashi03 {
	font-size: 1.3em;
}

.midashi03 span {
	display: flex;
	align-items: center;
	color: #5571ae;
	font-size: 0.8em;
	text-transform: uppercase;
}

.midashi03 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #5571ae;
}




/* カート */
div.cart_navi li.current, div.cart_navi li.current:before, div.cart_navi li.current:after {
    color: #fff;
    background-color: #5571ae;
}

div.cart_navi li {
    display: block;
    color: #1a1a1a;
    font-size: 1em;
    font-weight: 400;
    padding: 0 0.909095em 0 1.81818em;
    background: #dedede;
    float: left;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}
#cart_table {
    background: #fff;
}
.error_message {
    color: #ff0000;
    font-size: 1.1em;
}
#wc_ordercompletion h3 {
    margin: 14px 0;
    text-align: center;
    font-size: 1.3em;
    color: #5571ae;
    font-weight: 600;
    line-height: 1.5em;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #5571ae;
    color: #fff;
}


/* 追加 */

.intent_li01 {
	margin: 14px 0;
}
.intent_li01 li {
	text-indent: -1em;
	padding: 10px 0;
	margin-left: 1em;
}
.intent_li02 {
	margin: 14px 0;
	margin-left: 2em;
}
.intent_li02 li {
	text-indent: -1em;
	padding: 4px 0;
	margin-left: 1em;
}
.contents_c1 .inner {
	padding: 0 14px;
}
.contents_c1 p {
	margin: 7px 0;
}
.contents_c1 .indent_p {
	text-indent: -1em;
	margin-left: 1em;
}
.contents_c1 .mt {
	margin: 24px 0 7px;
}

.ttl_obi06 {
	background: #fff;
	color: #5571ae;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 14px;
	margin: 44px 0 14px;
}

.table03 {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #fff;
}
.table03 th {
	padding: 14px;
	background: #373737;
	color: #fff;
	text-align: center;
	border-left: 1px solid #cccccc;
}
.table03 th:first-of-type {
	border-left: none;
}
.table03 td {
	padding: 14px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.table03 td.w1 {
	width: 10em;
}
.table03 td.w2 {
	width: 18em;
}

.form .tex_s {
	width: 180px;
}


.contents_article .inner {
	padding: 0 14px;
}
.contents_article .c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.contents_article .c2 .ph {
	width: 40%;
}
.contents_article .c2 .txt {
	display: flex;
    justify-content: center;
    width: 58%;
}
.contents_article .c2 .en_ttl {
	font-size: 2em;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 14px;
}

.contents_article {
	margin-top: 60px;
}
#qa.contents_article {
	margin-top: 60px;
}
.contents_article:first-of-type {
	margin-top: 0;
}

.contents_article .ttl01 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #5571ae;
}
.contents_article .ttl01.mb {
	margin-bottom: 24px;
}
.contents_article ._c2 {
	display: flex;
	flex-wrap: wrap;
	padding: 14px 14px 0;
}
.contents_article ._c2 ._ttl {
	margin-right: 24px;
	padding-right: 24px;
	border-right: 1px solid #5571ae;
	width: calc( 26% - 48px );
}
.contents_article ._c2 ._ttl .icon {
	display: block;
}
.contents_article ._c2 ._txt {
	text-align: left;
	width: 74%;
}

.contents_article .ck_draft {
	background: #fff;
	padding: 24px;
	margin-top: 30px;
	text-align: left;
}
.contents_article .ck_draft dt {
	position: relative;
	padding-left: 24px;
	color: #5571ae;
	font-size: 1.2em;
	line-height: 1.5em;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 7px;
	margin-bottom: 14px;
}
.contents_article .ck_draft dt .icon {
	width: 18px;
	position: absolute;
	left: 0;
	top: 7px;
}
#data.contents_article .c3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 24px;
}
#data.contents_article .c3 li {
	max-width: 290px;
	margin: 20px 34px;
}
#data.contents_article .c3 li .ph {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#data.contents_article .c3 li .ph .ap_icon {
	margin-right: 18px;
}

.contents_article .in_contents {
	margin-top: 60px;
}
.contents_article .indent_li {
	margin: 30px 0;
}
.contents_article .indent_li li {
	text-indent: -1em;
	margin: 7px 0;
	margin-left: 1em;
}
.contents_article .mailto {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 600;
}
.contents_article .c2_center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.contents_article .map {
	margin: 60px auto;
	text-align: center;
}
.contents_article .pay_li {
	text-align: left;
	margin-top: 30px;
}
.contents_article .pay_li:first-of-type {
	margin-top: 0;
}
.contents_article .pay_li dt {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-indent: -1em;
	margin-left: 1em;
}
.contents_article .pay_li dd {
	margin-left: 1em;
}
.contents_article .card_logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contents_article .card_logo li {
	max-width: 100px;
	margin: 14px;
}

#postage .table03 {
	text-align: center;
}
#postage .table03 tr:nth-child(2) th {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#postage th:first-of-type {
}
.scroll.mrg {
	margin: 24px 0;
}

.qa_cat_li {
	display: flex;
	flex-wrap: wrap;
	padding: 0 7px;
}

.qa_cat_li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    width: calc( 100% / 3 - 1px);
    text-align: center;
    border-top: 1px solid #5571ae;
    border-bottom: 1px solid #5571ae;
    border-left: 1px solid #5571ae;
    justify-content: center;
    padding: 14px 0;
    color: #1a1a1a;
    margin-bottom: -1px;
    transition: .35s;
}
.qa_cat_li a:hover {
    color: #5571ae;
}
.qa_cat_li a:nth-child(3n+1) {
    border-left: 0;
}


.contents_article .qa_li {
	background: #fff;
	padding: 10px 24px 10px;;
	margin-top: 30px;
	text-align: left;
}
.contents_article .qa_li dt {
	position: relative;
	padding-left: 50px;
	color: #5571ae;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 14px;
	padding-top: 14px;
	padding-right: 1.5em;
}
.contents_article .qa_li dt.active {
	border-bottom: 1px solid #e1e1e1;
}
.contents_article .qa_li dt:after {
	content: '＋';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contents_article .qa_li dt.active:after {
	content: '−';
}
.contents_article .qa_li dt .icon {
	width: 31px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contents_article .qa_li dd {
	position: relative;
	padding-left: 50px;
	padding-bottom: 14px;
	padding-top: 14px;
}
.contents_article .qa_li dd .icon {
	width: 31px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contents_article .table03 td {
    text-align: center;
}
.contents_article .table03 th {
    vertical-align: middle;
}
#primary select {
	padding: 14px 12px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    min-width: 166px;
}
/*
#primary table td {
	background: #fff;
}
*/
#primary table td.point-btn {
	background: transparent;
}
#memberinfo th,
#memberinfo .customer_form th {
    font-weight: normal;
}
.member-page #memberinfo .send input.top, .member-page #memberinfo .send input.deletemember {
    color: #fff;
    background-color: #5571ae;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.member_submenu a {
    background-color: #5571ae;
    color: #fff;
}
.member_submenu li {
    display: inline-block;
}
#wc_login .loginbox .new-entry, #wc_member .loginbox .new-entry {
    background-color: #fff;
}
.loginbox .submit, #wc_lostmemberpassword #nav a {
    text-align: center;
}

#memberpages {
	padding: 0 18px;
}

#wc_ordercompletion .send a {
    background-color: #5571ae;
	color: #fff
}
#memberinfo h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    background: none;
    padding-bottom: 10px;
}

.item_sizu_txt {
	text-align: center;
	margin-top: 7px;
	color: #ff0000;
}

.field .ss_cprice {
	text-decoration: line-through;
	text-decoration-color: red;
}

#destination_title {
    font-size: 1.5em;
    font-weight: normal;
    vertical-align: middle;
}
.msa_field {
    background: #fff;
    border-top: 1px solid #E6E6E6;
    padding: 14px;
}
.msa_area textarea, .msa_area input[type="text"], .msa_area select {
    padding: 14px 10px;
}
.msa_area {
    position: relative;
    text-align: left;
}
.header_explanation p {
	text-align: center;
}



.wq-Form .wq-belongs-hnavigator.wq-Quantity, .wq-Form .wq-belongs-hnavigator.wq-Selector, .wq-Form .wq-belongs-hnavigator.wq-Slider {
    background: #fff !important;
}
.wq-Form {
    background-color: transparent !important;
}
.wq-Form .wq-Quantity>.wq--head, .wq-Form .wq-Selector>.wq--head, .wq-Form .wq-Slider>.wq--head {
    background-color: #5571ae !important;
    color: #fff !important;
}
.wq-Form .wq-for-checkbox .wq--body .wq-InputGroup,
.wq-Form #wq-action .wq--body .wq-InputGroup {
    justify-content: center;
}

.wq-Form .wq-Quantity>.wq--head>.wq--main>.wq--note, .wq-Form .wq-Selector>.wq--head>.wq--main>.wq--note, .wq-Form .wq-Slider>.wq--head>.wq--main>.wq--note {
    color: #fff !important;
}


.post #root {
	margin: 30px 0 50px;
}

.footer_explanation .contents_article {
    margin: 50px auto !important;
    max-width: 800px;
}

.footer_explanation .contents_article h3.ttl01 {
	text-align: left !important;
    text-indent: -1em;
    margin-left: 1em !important;
}

/* 追加 */
.customkey_proxy_name input[type="text"],
.customkey_proxy_addr input[type="text"],
.customkey_proxy_tel input[type="text"] {
    margin-right: 0.5em;
    min-width: 320px;
    width: 60%;
}
.customkey_company input[type="text"] {
    min-width: 300px;
}
#msa_company {
    width: 60%;
}
.customer_form input[type="text"] {
    margin-right: 0.5em;
    width: 60%;
}
.customer_form input#zipcode {
    max-width: 7em;
    margin-right: 0.5em !important;
}
.customkey_proxy td label {
	margin-right: 1em;
}
.customer_form .card_logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.customer_form .card_logo li {
	width: 80px;
}

.member_submenu li {
    margin: 0 2px;
    margin-bottom: 0.714286em;
    list-style: none;
    text-align: center;
}
.gotoedit, .gotoedit {
    margin: 0 2px 0 0;
    text-align: center;
}
#msa_address1, #msa_address2, #msa_address3, #msa_note {
    width: 60%;
}
#memberinfo #zeus.customer_form {
    background: #fff;
}
.map_c2 .en_ttl {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 14px;
    text-align: left
}
.about_c2 .mcs {
    display: inline-block;
    padding: 0 7px;
    background: #fff;
    width: 100px;
    margin: 0 10px;
}
.f_nav .mcs {
    display: inline-block;
    padding: 0 7px;
    background: #fff;
    width: 100px;
    border-radius: 8px;
    margin: 0 10px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
#cart_table td.productname a {
	color: #000;
}
#cart_table td.productname a:hover {
	color: #5571ae;
}
.search_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 18px;
}
.search_select .scene_select {
	max-width: 300px;
}
.all_select a.btn01 {
    margin: 10px auto;
}
.nintei_txt a.btn01 {
    margin: 0 auto 0;
}
.nintei {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#msa_zip {
    vertical-align: middle;
}
.msa_area textarea, .msa_area input[type="text"], .msa_area select {
    vertical-align: middle;
}


