@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000000;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
::selection {
	background: #FFF000; /* Safari */
}
::-moz-selection {
	background: #FFF000; /* Firefox */
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}
address{
	font-style: normal;
	line-height: 1.8em;
}

/* ABSOLUTE-CENTER_
{
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
 }
 */
 /*-------------------------------------------------------------------------
BODY
------------------------------------------------------------------------*/
body{
	width: 100%;
	color: #323232;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
	font-family: arial, sans-serif;
}
p{
	line-height: 1.8em;
	margin-bottom: 15px;
}
img{
	max-width: 100%;
}

/*-------------------------------------------------------------------------
FLEX-STYLE
------------------------------------------------------------------------*/
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}
@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
/*-------------------------------------------------------------------------
WRAP
------------------------------------------------------------------------*/

.inner{
	position: relative;
	width: 100%;
	max-width:2000px;
	margin: 0 auto;
	padding: 0 30px 0 270px;
}

/*
font-family: 'Poppins', sans-serif;
*/
.mv_txt{
	position: absolute;
	top: 50%;
	left: 270px;
	transform: translateY(-50%);
	font-size: 34px;
	text-align: left;
	z-index: 10;
    text-shadow: 0px 0px 13px rgba(0,0,0,1);
}
.mv_txt_jp{
	display: inline-block;
	line-height: 1.6em;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.mv_txt > span.mv_txt_jp:nth-child(1){
	margin-bottom: 5px;
}
.mv_txt_en{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 2em;
	color: #FFF;
}
header{
	width: 230px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #1B2D63;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
}
.header_inner{
	height: 100vh;
	overflow:auto;
}
.header_logo{
	width: 110px;
	margin: 18px auto 10px;
}
.since_mark{
	width: 125px;
	margin: 0 auto 30px;
	display: block;
}
.gnav_parent > li{
	color: #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gnav_parent > li:nth-child(1){
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.gnav_parent > li > a,
.gnav_parent > li > span{
	display: block;
	color: #FFF;
	padding: 12px 15px;
	position: relative;
	transition: 0.3s;
}
.gnav_parent > li > span:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	right: 20px;
	transition: 0.3s;
}
.gnav_parent > li span.gnav_parent_toggle.active:after{
	transform: rotate(-855deg);
}
.gnav_parent > li:hover > a,
.gnav_parent > li:hover > span{
	color: #ff7400
}
.gnav_parent > li:hover > span:after{
	border-right: 2px solid #ff7400;
	border-bottom: 2px solid #ff7400;
}
.gnav_child{
	overflow: hidden;
}
.gnav_child li{
	height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.gnav_child.open li{
	height: 30px;
	display: block;
	overflow: visible;
}
.gnav_child.open li:last-child{
	height: 32px;
	padding-bottom: 10px;
}
.gnav_child li a{
	color: #FFF;
	display: block;
	padding: 2px 14px 2px 16px;
	position: relative;
	opacity: 0.8;
	transition: 0.3s;
}
.gnav_child li a:hover{
	color: #ff7400;
	opacity: 1
}
.gnav_child li:first-child{
	margin-top: 0;
}
.gnav_child li:last-child a{
	padding: 2px 15px 2px 16px;
}
.nav_contact_tel{
	text-align: center;
	margin-bottom: 15px;
}
.nav_contact_tel a{
	color: #FFF;
}
.nav_contact_open{
	display: inline-block;
	padding: 10px 20px;
	line-height: 1em;
	font-weight: bold;
	margin: 0 auto 5px;
}
.nav_contact_no{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: 0.01em
}
.gnav_copy{
	display: block;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 15px;
	transition: 0.1s;
	font-family: 'Poppins', sans-serif;
	transition: 0.1s;
}
.gnav_copy.hide{
	bottom: -70px;
}
.gnav_copy small{
	display: block;
	font-size: 12px;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
}

.sns_link{
	margin-top: 15px;
}
.sns_link a{
	font-size: 26px;
	color: #FFF;
}
.sns_link > *:nth-child(1){
	margin-right: 15px;
}
/*-------------------------------------------------------------------------
MV NEWS
------------------------------------------------------------------------*/
.mv_news{
	width: 580px;
	position: absolute;
	bottom: 30px;
	left: 270px;
	background: #FFF;
}
.mv_news_ttl{
	width: 100px;
	height: 60px;
	background: #ff7416;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.mv_news_content{
	width: calc( 100% - 110px );
	height: 60px;
	line-height: 60px;
	padding: 0 32px 0 20px;
}
.mv_news_content a{
	display: block;
	height: 100%;
	width: 100%;
	padding-right: 40px;
	letter-spacing: 0.02em;
	text-align: start
}
.mv_news_content a:after{
	font-family: FontAwesome;
	content: "\f061";
	position: absolute;
	color: #ff7416;
	right: 50px;
	top: calc( 50% - 30px );
	transition: 0.3s;
	opacity: 0;
}
.mv_news_content a:hover:after{
	right: 20px;
	opacity: 1;
}
.mv_news_content_time{
	font-family: 'Poppins', sans-serif;
	color: #959595;
	margin-right: 10px
}
.scroll_down{
	position: absolute;
	width: 110px;
	height: 200px;
	bottom: 30px;
	right: 50px;
	z-index: 10;
}
.scroll_down_circle{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 110px;
	width: 110px;
	background: url(img/scroll_down_circle.png) center center;
	background-size: cover;
	animation:5s linear infinite scroll_down_circle;
}
@keyframes scroll_down_circle{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.scroll_down_arrow{
	position: absolute;
	left: calc( 50% - 20px );
	bottom: 0;
	display: block;
	height: 140px;
	width: 40px;
	background: url(img/scroll_down_arrow.png) center center no-repeat;
	background-size: contain;
}
.ttl_01{
	position: relative;
	z-index: 10;
	line-height: 100px;
	margin-bottom: 40px;
}
.ttl_01_jp{
	font-size: 25px;
	line-height: 1.6em;
	color: #1B2D63
}
.ttl_01_en{
	font-family: 'Poppins', sans-serif;
	display: block;
	position: absolute;
	font-weight: 600;
	font-style: italic;
	top: -5px;
	left: 80px;
	font-size: 100px;
	z-index: -1;
	line-height: 1em;
	color: #FFF;
	opacity: 1;
	text-shadow: rgba(27, 45, 99, 0.15) 1px 1px 0px, rgba(27, 45, 99, 0.15) -1px 1px 0px, rgba(27, 45, 99, 0.15) 1px -1px 0px, rgba(27, 45, 99, 0.15) -1px -1px 0px;
}
.top_news .ttl_01_en{	
	color: #f3f3f3;
}
.ttl_02_en{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 15px;
}
.ttl_02_jp{
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.top_test{
	padding: 100px 0;
	background: #f3f3f3
}
.top_test_head{
	width: calc( 100% - 80px );
	margin-left: 0;
	margin-right: 80px;
}
.top_test_content{
	max-width: 800px;
	background: #f3f3f3;
	padding: 30px 30px 0 30px ;
	margin: -140px auto 0 auto;
	position: relative;
	z-index: 10;
}
.top_test_content h3{
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.top_aboutus{
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}
.top_aboutus:after{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #1B2D63;
	position: absolute;
	left: calc( 50% + 200px );
	top: 0;
	z-index: -1;
}
.top_aboutus:before{
	content: "";
	display: block;
	width: calc( 50% - 30px );
	height: 100%;
	position: absolute;
	top: 0;
	left: 230px;
	background: url(img/top_aboutus_bg.jpg) center center;
	background-size: cover;
	z-index: -10;
}
.top_products{
	padding: 100px 0;
}
.top_aboutus_content{
	width: calc( 50% - 150px );
	margin-left: calc( 50% + 130px );
	color:	#FFF;
}
/*-------------------------------------------------------------------------
MV
------------------------------------------------------------------------*/
.mv{
	height: 100vh;
	width: 100%;
	position: relative;
}
/*SLIDE*/
.top_slide_wrap {
	position: absolute;
	margin: auto;
	width: calc( 100% - 220px );
	height: 100vh;
	z-index: -100;
	overflow: hidden;
	right: 0;
}
.top_slide_wrap_bg{
	display: block;
	height: 100%;
	width: 100%;
    z-index: -1;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url(img/slide_overlay.png) repeat top left; 
}
.top_slide_wrap.fixed:after{
    opacity: 1;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 6s linear 0s 1 normal both;
}
.swiper-slide{
	width: 100%;
	height: 100%;
}
.slide-img{
  display: block;
}
.slide-img{
	width: 100%;
	height: 100vh;
}
.slide-img_01{
	background: url(img/slide_01.jpg) center center;
	background-size: cover;
}
.slide-img_02{
	background: url(img/slide_02.jpg) center center;
	background-size: cover
}
.slide-img_03{
	background: url(img/slide_03.jpg) center center;
	background-size: cover
}
.slide-img_04{
	background: url(img/slide_04.jpg) center center;
	background-size: cover
}

/*-------------------------------------------------------------------------
BTN BASE
------------------------------------------------------------------------*/
.btn_base {
    max-width: 260px;
    position: relative;
}

.btn_base a {
    width: 100%;
    height: 53px;
    display: block;
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    transition: 0.3s;
    font-family: 'Josefin Sans', sans-serif;
}

.btn_base input {
    width: 100%;
    height: 53px;
    display: block;
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    transition: 0.3s;
    font-family: 'Josefin Sans', sans-serif;
}

.btn_base.gray a {
    background: #f3f3f3;
}

.btn_base a span {
    line-height: 53px;
    position: absolute;
    top: 0;
    left: 30px;
    text-align: center;
    display: inline;
    padding: 0;
    transition: 0.3s;
    letter-spacing: 0.4em;
    font-weight: bold
}
_::-webkit-full-page-media, _:future, :root .btn_base a:hover {
    background: #1B2D63;
}
_::-webkit-full-page-media, _:future, :root .btn_base a:hover {
    background: #1B2D63;
}
@media all and (-ms-high-contrast: none){
	.btn_base a:hover {
		background: #1B2D63;
	}
	.btn_base.gray a:hover {
		background: #1B2D63;
	}
}
.btn_base a{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
    background: #1B2D63;
	text-align: center;
	letter-spacing: 0.05em;
}
.btn_base a:before {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    top: calc( 50% - 1px );
    right: 0;
    transition: 0.3s;
    z-index: 1;
}
.btn_base:hover a:before {
    width: 0;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
}
.btn_base a:after {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    top: calc( 50% - 1px );
    left: 0;
    transition: 0.3s;
    z-index: 1;
}
.btn_base a:hover:after{
	width: 0;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
}
.btn_base a:hover{
}
.btn_base a span {
    left: 0;
    width: 100%;
	letter-spacing: 0.1em;
}
.btn_base a:hover span {
    left: 0;
    width: 100%;
    color: #FFF;
	letter-spacing: 0.6em;
}
.btn_hover {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.company.btn_base{
	margin: 0 auto;
}
.btn_base_before {
    height: 42px;
    max-width: 200px;
    position: absolute;
    animation: a0_d_rev 1s linear both;
}
@media all and (-ms-high-contrast: none){
	.btn_base_before {
		display: none;
	}
	.btn_base:before{
	    content: "";
	    position: absolute;
	    display: block;
	    top: 0;
	    left: 0;
	    width: 3px;
	    height: 100%;
	    background: #1B2D63;
	    z-index: 2;
	}
}
@keyframes a0_d_rev {
    0% {
        d: path('M0,0L468,0L468,60L0,61Z');
    }
    33.3333% {
        d: path('M0,0L63,0L8,61L0,61Z');
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    50% {
        d: path('M0,0L8,0L8,61L0,61Z');
    }
    100% {
        d: path('M0,0L8,0L8,61L0,61Z');
    }
}

@keyframes a0_d_rev {
    0% {
        d: path('M0,0L468,0L468,60L0,61Z');
    }
    33.3333% {
        d: path('M0,0L63,0L8,61L0,61Z');
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    50% {
        d: path('M0,0L8,0L8,61L0,61Z');
    }
    100% {
        d: path('M0,0L8,0L8,61L0,61Z');
    }
}
.btn_base:hover .btn_base_before {
    animation: a0_d 1s linear both;
}

@keyframes a0_d {
    0% {
        d: path('M0,0L8,0L8,61L0,61Z');
    }
    10% {
        d: path('M0,0L63,0L8,61L0,61Z');
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    }
    33.3333% {
        d: path('M0,0L468,0L468,60L0,61Z');
    }
    100% {
        d: path('M0,0L468,0L468,60L0,61Z');
    }
}
/*BTN inversion*/
.top_aboutus_btn_list {
    margin: 30px auto 0
}
.top_aboutus_btn_list .btn_base{
	position: relative;
    margin: 15px auto 0
}
.top_aboutus_btn_list .btn_base a {
    background: #1B2D63;
}

.top_aboutus_btn_list .btn_base input {
    background: #1B2D63;
}

.top_aboutus_btn_list .btn_base a {
    background: #1B2D63;
}
.top_aboutus_btn_list .btn_base:after {
    background: #FFF;
}
_::-webkit-full-page-media, _:future, :root .top_aboutus_btn_list .btn_base a:hover {
    background: #FFF;
}
_::-webkit-full-page-media, _:future, :root .top_aboutus_btn_list .btn_base a:hover {
    background: #FFF;
}
@media all and (-ms-high-contrast: none){
	.top_aboutus_btn_list .btn_base a:hover {
		background: #FFF;
	}
	.top_aboutus_btn_list .btn_base.gray a:hover {
		background: #FFF;
	}
}
.footer_contact_mail .btn_base a,
.top_aboutus_btn_list .btn_base a{
	font-family: 'Poppins', sans-serif;
	color: #1B2D63;
    background: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
}
.footer_contact_mail .btn_base a:after,
.top_aboutus_btn_list .btn_base a:after {
    background: #1B2D63;
}
.footer_contact_mail .btn_base a:before ,
.top_aboutus_btn_list .btn_base a:before {
    background: #1B2D63;
}
.top_aboutus_content_ttl{
	width: 300px;
	margin: 0 auto 50px;
	display: block;
}
/*-------------------------------------------------------------------------
TOP NEWS
------------------------------------------------------------------------*/
.top_news{
	padding: 100px 0;
	position: relative
}
.top_news:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f3f3f3;
	z-index: -15
}
.top_news_list{
	padding: 0 1px;
}
.top_news_list > *{
	width: calc( 33.3333% - 20px );
}
.top_news_list > * a{
	display: block;
	height: 100%;
	width: 100%;
	background: #FFF;
	padding: 30px 20px 60px;
	word-break: break-all;
	position: relative;
	transition: 0.3s;
}
.top_news_list > * a:hover{
	opacity: 0.7;
}
.top_news_list > * a:after{
	content: "詳しく見る";
	position: absolute;
	bottom: 20px;
	color: #ff7416;
	font-weight: bold;
	transition: 0.3s;
}
.top_news_list > * a:hover:after{
	letter-spacing: 0.5em;
}
.top_news_list > * a:before{
	font-family: FontAwesome;
	content: "\f061";
	transition: 0.3s;
	position: absolute;
	right: 60px;
	bottom: 20px;
	color: #ff7416;
	opacity: 0;
}
.top_news_list > * a:hover:before{
	right: 20px;
	opacity: 1;
}
.top_news_list > * a time{
	display: block;
	font-family: 'Poppins', sans-serif;
	color: #959595
}
.top_news_list > * a h3{
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
	position: relative;
	color: #1B2D63
}
.top_news_list > * a p{
	margin-bottom: 0;
	color: #959595
}
.top_news .btn_base{
	margin: 40px auto 0;
}
/*-------------------------------------------------------------------------
FOOTER_CONTACT
------------------------------------------------------------------------*/
.footer_contact{
	padding: 50px 0;
	position: relative;
}
.footer_contact:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url(img/slide_overlay.png) repeat top left; 
	z-index: -15
}
.footer_contact:before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/footer_contact_bg.jpg) center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -16
}
.footer_contact_ttl{
	color: #FFF;
	text-align: center;
}
.footer_contact_ttl br{
	display: none;
}
.footer_contact_ttl_en{
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 1.8em
}
.footer_contact_ttl_jp{
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-weight: bold;
}
.footer_contact p{
	color: #FFF;
	text-align: center;
}
.footer_contact p span{
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
.footer_contact_content{
	margin: 30px auto 0;
}
.footer_contact_tel{
	text-align: center;
	margin-right: 40px;
}
.footer_contact_tel a{
	color: #FFF;
}
.footer_contact_open{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #FFF;
	line-height: 1em;
	font-weight: bold;
	margin: 0 auto 5px;
}
.footer_contact_no{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.6em;
	font-style: italic;
}
.footer_contact_mail > *{
	margin-bottom: 15px;
	width: 280px;
}
.footer_contact_mail > *:last-child{
	margin-bottom: 0;
}
.footer_contact{
	padding: 40px 0;
}
.bdr_bg_wrap .inner{
	position: relative;
}
.bdr_bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}
.bdr_bg > *{
	width: calc( 25% - 75px );
	height: 100%;
	border-right: 1px solid #dddddd;
	opacity: 0.5
}
.bdr_bg > *{
}
.bdr_bg > *:nth-child(1){
	margin-left: 270px;
	border-left: 1px solid #dddddd;
}

footer{
	padding: 40px 0 0;
}
.footer_address{
	margin-top: 40px;
	font-size: 15px;
}
.footer_address h2{
	margin-bottom: 7px;
}
.footer_address address{
	font-size: 14px;
}
.footer_logo{
	max-width: 280px;
	margin-bottom: 20px;
}
.footer_address_base_list > *{
	margin-right: 40px;
}
.footer_address_base_list > *:last-child{
	margin-right: auto;
}
.top_aboutus_content_ttl{
	width: 300px;
	margin: 0 auto 50px;
	display: block;
}
.footer_nav_home{
	width: 100%;
	margin-bottom: 20px;
}
.footer_nav_home a i{
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	background: #f3f3f3;
	border-radius: 50%;
	transition: 0.3s;
	color: #1B2D63
}
.footer_nav_home a:hover i{
	background: #ff7416;
	color: #FFF;
}
.footer_nav > *{
	margin-right: 15px;
}
.footer_nav > *:last-child{
	margin-right: auto;
}
.footer_nav > * a{
	transition: 0.3s;
}
.footer_nav > * a:hover{
	transition: 0.3s;
	color: #ff7416;
}
.footer_nav_parent{
	display: inline-block;
	padding: 9px 15px;
	background: #1B2D63;
	color: #FFF;
	margin-right: 0;
}
.footer_nav_child{
	margin-top: 13px;
	width: 100%;
}
.footer_nav_child > *{
	margin-right: 15px;
}
.footer_nav_wide{
	width: 100%;
	margin-top: 30px;
}
.footer_nav > *.footer_nav_wide{
	margin-right: 0;
}
.ttl_02{
	text-align: center
}
.back_top{
	border-top: 1px solid #dddddd;
	margin-top: 50px;
	background: #f3f3f3;
	padding: 22px 0 13px;
	transition: 0.3s;
}
.back_top a{
	display: block;
	width: 100%;
	height: 100%
}
.back_top:hover{
	background: #ff7416;
	cursor: pointer
}
.back_top_btn{
	width: 14px;
	height: 14px;
	border-top: 1px solid #1B2D63;
	border-right: 1px solid #1B2D63;
	transform: rotate(-45deg);
	transition: 0.3s;
}
.back_top:hover .back_top_btn{
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;

}

.table_type01_section > *{
	margin-bottom: 30px;
}
.table_type01_section > *:last-child{
	margin-bottom: 0;
}
.table_type01_address dt{
	width: 100px;
}
.table_type01_address dd{
	margin-left: 15px;
	width: calc( 100% - 115px );
	padding-top: 10px;
}
.table_type01_address dt span{
	background: #1B2D63;
	color: #FFF;
	display: inline-block;
	padding: 6px 14px;
}
.table_type01_address_accece > *:nth-child(1){
	width: 80px;
	font-weight: bold;
	display: inline-block
}
.table_type01_address_accece > *:nth-child(2){
	width: calc( 100% - 80px );
	display: inline-block
}
/*-------------------------------------------------------------------------
PRODUCTS
------------------------------------------------------------------------*/
.products_list > *{
	margin-bottom: 80px;
}
.products_list > *:last-child{
	margin-bottom: 0;
}
.products_list > *:nth-child(odd){
	flex-direction: row-reverse;
}
.products_list_content{
	width: calc( 50% - 30px );
}
.products_list_img{
	width: 50%;
}
.products_list_img img{
	width: 100%;
}
.products_list_img_inner{
	position: relative;
}
.products_list_img_inner span:after{
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
}
/*
.products_list_img_inner span:nth-child(1):after{
	top: 0;
	left: 0;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.products_list_img_inner span:nth-child(2):after{
	top: 0;
	right: 0;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.products_list_img_inner span:nth-child(3):after{
	bottom: 0;
	left: 0;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.products_list_img_inner span:nth-child(4):after{
	bottom: 0;
	right: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
*/
.products_list_content h3{
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.products_list_tag > *{
	color: #ff7416;
	display: inline-block;
	padding: 6px 15px;
	line-height: 1.6em;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 10px 0;
	border: 1px solid #ff7416
}
/*SP_NAV*/

.sp_header{
	position:fixed;
	top: 0;
	left: calc( 100% - 50px );
	height: 50px;
	width: 50px;
	z-index: 15;
	transition: 0.2s;
	border-bottom: 1px solid #eeeeee;
		box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
}
.sp_header:after{
	content: "";
	display: block;
	height: 50px;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	position: absolute;
	top: -53px;
	left: -800px;
	width: 800px;
	background: #1B2D63;
	transition: 0.3s;
}
.sp_header.open:after{
	top: 0;
}
.sp_header_logo{
	width: 275px
}
.sp_nav_btn_1_square{
	width: 50px;
	height: 50px;
	background: #000000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1001;
	transition: 0.2s;
}
.sp_nav_btn_1_square .sp_nav_btn_inner{
	width: 30px;
	height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
   	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .2s ease-in-out;
	cursor: pointer;
}

.sp_nav_btn_1_square .sp_nav_btn_inner span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #FFF;
	border-radius: 9px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.sp_nav_btn_1_square .sp_nav_btn_inner span:nth-child(1) {
  top: 0px;
}

.sp_nav_btn_1_square .sp_nav_btn_inner span:nth-child(2) {
  top: 8px;
}

.sp_nav_btn_1_square .sp_nav_btn_inner span:nth-child(3) {
  top: 16px;
}

.sp_nav_btn_1_square.open .sp_nav_btn_inner span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sp_nav_btn_1_square.open .sp_nav_btn_inner span:nth-child(2) {
  opacity: 0;
  left: auto;
  right: -60px;
}

.sp_nav_btn_1_square.open .sp_nav_btn_inner span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*SP_MENU*/
/*SP_NAV_WRAP*/
.sp_nav_wrap {
	position: fixed;
	top: 50px;
	z-index: 3;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	visibility: hidden;
	z-index: 18;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transition: 0.3s;
	line-height: 1em;
	transform: translate( 100% , 0);
	background: #FFF;
	padding-bottom: 70px;
}
.sp_nav_wrap.open {
	visibility: visible;
	transform: translate( 0 , 0);
}
.sp_nav_sitemap > li > a{
	padding: 18px 20px;
	display: block;
	background: #FFF;
	color: #323232;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #dddddd
}

.sp_nav_sitemap > li > a:after{
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 7px;
	width: 7px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(-45deg);
}
.sp_nav_sitemap > li.sp_nav_parent{
	background: #f8f8f8;
	color: #323232;
	position: relative;
	border-bottom: 1px solid #dddddd
}
.sp_nav_sitemap > li.sp_nav_parent span{
	display: block;
	padding: 18px 20px;
	position: relative;
	font-weight: bold;
}
li.sp_nav_parent span div{
	display: block;
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	width: 10px;
	transition: 0.3s;
}
li.sp_nav_parent span div:after{
	content: "";
	display: block;
	position: absolute;
	right: calc( 50% - 1px );
	top: 0;
	height: 10px;
	width: 2px;
	background: #323232;
}
li.sp_nav_parent span div:before{
	content: "";
	display: block;
	position: absolute;
	top: calc( 50% - 1px );
	right: 0;
	width: 10px;
	height: 2px;
	background: #323232;
}
.sp_nav_child li{
	padding: 0 20px 0 20px;
}
.sp_nav_child li a{
	padding: 18px 0 18px 0;
	display: block;
	border-bottom: 1px solid #dddddd;
	color: #323232;
	position: relative;
	font-weight: bold;
}
.sp_nav_child li:last-child a{
	border: none;
}
.sp_nav_child {
	margin-top: -10px;
}
.sp_nav_child li a:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 7px;
	width: 7px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(-45deg);
}
.sp_nav_sitemap > li.sp_nav_parent span.active div{
	transform: rotate(315deg);
}
.sp_nav_sitemap > li.sp_nav_contact > a{
	color: #FFF;
		background: #1f4195;
}
.sp_nav_sitemap > li.sp_nav_contact > a:after{
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.sp_nav_tel{
	margin: 40px auto 0;
	width: calc( 100% - 30px );
	text-align: center;
}
.sp_nav_tel_ttl{
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sp_nav_tel_num_txt{
	font-weight: bold;
	letter-spacing: 0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}
.sp_nav_tel_num{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
}
.sp_nav_tel_open{
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
}

.sp_nav_child{
    display:none;
}
.sp_nav_child.active{
    display:block;
}
.sp_nav_sarch{
	margin: 10px auto 0;
	width: calc( 100% - 30px )
}
.sp_nav_wrap .btn_base a{
	height: auto
}
.sp_header,
.sp_nav_wrap{
	display: none;
}
.top_slide_content_inner_img_sp{
	display: none;
}
.sp_sns_link{
	margin-top: 25px;
}
.sp_sns_link > *:nth-child(1){
	margin-right: 10px;
}
.sp_sns_link > * a{
	font-size: 35px;
	color: #1B2D63;
}
/*-------------------------------------------------------------------------
LOWER_HEAD
------------------------------------------------------------------------*/	
.lower_head{
	padding: 130px 0;
	position: relative;
	color: #FFF;
	overflow: hidden
}
.lower_head:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
    z-index: -20;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url(img/lower_bg.jpg) left top;
    background-size: cover;
}
.lower_head:before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #1B2D63;
	opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
}
.lower_head_ttl_en{
	font-family: 'Poppins', sans-serif;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 15px;
	opacity: 0.5
}
.lower_head_ttl_jp{
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
	/*
.lower_head_circle{
	opacity: 0.3;
	position: absolute;
	right: -400px;
	top: -300px;
	display: block;
	height: 600px;
	width: 600px;
	background: url(img/scroll_down_circle.png) center center;
	background-size: cover;
	animation:7s linear infinite lower_head_circle;
}
@keyframes lower_head_circle{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
*/
.breadcrumb li{
	position: relative;
}
.breadcrumb li:after{
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(-45deg);
	position: absolute;
	right: -15px;
	top: 19px;
}
.breadcrumb li:last-child:after{
	display: none
}
.breadcrumb li a{
	font-size: 13px;
	padding: 15px 0;
	display: inline-block;
	color: #FFF;
	transition: 0.3s;
}
.breadcrumb li a:hover{
	color: #ff7400
}
.breadcrumb li{
	margin-right: 30px;
}
.breadcrumb li:last-child{
	margin-right: 1px;
}
.lower_page_link{
	margin-bottom: 40px;
}


/*-------------------------------------------------------------------------
LOWER_HEAD
------------------------------------------------------------------------*/	
.lower_contents_wrap{
	padding: 60px 0;
}
.lower_contents_wrap .inner{
}
.lower_contents_wrap .inner > *{
	padding: 0 1px;
}
.section_wrap > *{
	margin-bottom: 60px;
}
.section_wrap > *:last-child{
	margin-bottom: 0;
}
.lower_ttl_01{
	font-size: 20px;
	padding: 14px 0 13px 30px;
	position: relative;
	line-height: 1.8em;
	color: #FFF;
	background: #1B2D63;
	margin-bottom: 25px;
}
.lower_ttl_01 span{
	color: #FFF;
	display: block;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 5px;
	font-size: 13px;
}
.lower_ttl_01_line01,
.lower_ttl_01_line02,
.lower_ttl_01_line03,
.lower_ttl_01_line04,
.lower_ttl_01_line05{
	display: block;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 0;
}
.lower_ttl_01_line01{
	top: 20px;
	width: 8px;
}
.lower_ttl_01_line02{
	top: 25px;
	width: 14px;
}
.lower_ttl_01_line03{
	top: 30px;
	width: 18px;
}
.lower_ttl_01_line04{
	top: 35px;
	width: 14px;
}
.lower_ttl_01_line05{
	top: 40px;
	width: 8px;
}
/*-------------------------------------------------------------------------
LOWER_PRIVACY
------------------------------------------------------------------------*/	
.privacy_confidential > *{
	margin-bottom: 40px;
}
.privacy_confidential a{
	color: #0089E7;
	text-decoration: underline;
}
.privacy_confidential a:hover{
	text-decoration: none;
}
.privacy_confidential > *:last-child{
	margin-bottom: 0;
}
.privacy_confidential dt{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	color: #1B2D63;
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
}
.privacy_confidential dt:after{
	content : "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #1B2D63;
}
.privacy_confidential_child{
	padding: 15px;
	background: #f3f3f3;
	margin-bottom: 40px;
}
.privacy_confidential_child > *:last-child{
	margin-bottom: 0;
}
.privacy_confidential_child h4{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	position: relative;
	padding-left: 17px;
	margin-bottom: 5px;
}
.privacy_confidential_child h4:after{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background: #1B2D63;
	top: 5px;
	left: 0;
	position: absolute;
	border-radius: 50%;
}
.privacy_confidential ul,
.privacy_confidential ol{
	margin-bottom: 20px;
}
.privacy_confidential ul li{
	padding-left: 20px;
	position: relative;
	line-height: 2em;
}
.privacy_confidential ul li:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #323232;
	position: absolute;
	top: 13px;
	left: 3px;
}
.privacy_confidential ol li{
	padding-left: 36px;
	position: relative;
	line-height: 1.8em;
}
.privacy_confidential ol li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
}
.privacy_confidential ol li:nth-child(2):after{
	content: "(2)";
}
.privacy_confidential ol li:nth-child(3):after{
	content: "(3)";
}
.privacy_confidential ol li:nth-child(4):after{
	content: "(4)";
}
.privacy_confidential ol li:nth-child(5):after{
	content: "(5)";
}
.privacy_confidential ol li:nth-child(6):after{
	content: "(6)";
}
.privacy_confidential ol li:nth-child(7):after{
	content: "(7)";
}
.privacy_confidential ol li:nth-child(8):after{
	content: "(8)";
}
.privacy_confidential ol li:nth-child(9):after{
	content: "(9)";
}
.privacy_confidential ol li:nth-child(10):after{
	content: "(10)";
}

/**  セクション **/
.lower_sec_wrap > *{
	margin-bottom: 30px;
}
.lower_sec_wrap > *:last-child{
	margin-bottom: 0;
}
.lower_sec_wrap > h3{
	padding: 15px 20px;
	background: #000000;
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6em;
}
/**  商品一覧  **/
.blog_contents_wrap_after{
}
.blog_contents_wrap_after > *:last-child{
	margin-bottom: 0;
}
.lower_test{
	padding-top: 60px;
}
.lower_test_list > *:first-child{
	padding-top: 0;
}
.lower_test_comingsoon{
	font-size: 16px;
	margin-bottom: 30px;
}
.lower_test_products_wrap.products_wrap{
	padding-top: 20px;
}
.products_wrap > *{
	padding-bottom: 60px;
}
.products_content_ttl{
	color: #1B2D63;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.6em;
	padding: 5px 0 5px 20px;
	border-left: 4px solid #1B2D63;
}
.products_img{
	width: calc( 50% - 90px );
	position: relative;
}
.products_img span{
	position: absolute;
	left: 0;
	top: 1px;
	background: #ff7400;
	color: #FFF;
	font-size: 15px;
	padding: 10px 13px;
	font-weight: bold;
}
.products_img img{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	display: block;
	width: 100%;
}
.products_content{
	width: 50%;
}
.products table{
	width: 100%;
	margin-top: 20px;
	background: #FFF;
}
.products thead th{
	background: #1B2D63;
	text-align: center;
	padding: 20px 0;
	color: #FFF;
}
.products th,
.products td{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 15px;
}
.products tbody th{
	background: #f3f3f3;
}
.products dt{
	display: inline-block;
	padding: 6px 10px;
	background: #1B2D63;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 12px;
}
.products dd p{
	margin-bottom: 0;
}
.products ul{
	margin-bottom: 15px;
}
.products ul li{
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	font-weight: 600;
	line-height: 1.8em;
}
.products ul > li:last-child{
	margin-bottom: 0;
}
.products ul li:after{
	content: "";
	height: 8px;
	width: 8px;
	background: #1B2D63;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%;
}
.lower_test_ttl_02{
	background: #f3f3f3;
	padding: 21px 15px;
	border: 2px solid #1B2D63;
	font-size: 18px;
	line-height: 1.6em;
	color: #1B2D63;
	margin-bottom: 20px;
}
.dammy{
	margin-top: 100px;
}
/**  SIGNLE NAV  **/
.post_navigation{
	height: 35px;
	width: 100%;
	margin-top: 35px;
	position: relative
}
.post_navigation_home{
	line-height: 35px;
	height: 35px;
	width: 35px;
	position: absolute;
	top: 10px;
	right: calc( 50% - 17px );
}
.post_navigation_home a{
	display: block;
	height: 100%;
	width: 100%;
	background: #f8f8f8;
	border-radius: 50%;
	text-align: center;
	transition: 0.3s;
	border: 1px solid #eeeeee;
}
.post_navigation_home a:hover{
	background: #ff7400;
	color: #FFF;
}
.post-nav-info-list-next{
	position: absolute;
	top: 0;
	left: calc( 50% - 140px )
}
.post-nav-info-list-prev{
	position: absolute;
	top: 0;
	right: calc( 50% - 140px );
}
.post-nav-info-list-next a,
.post-nav-info-list-prev a{
	line-height: 35px;
	height: 35px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	transition: 0.3s;
}
.post-nav-info-list-next a:hover,
.post-nav-info-list-prev a:hover{
	color: #ff7400;
}
.post-nav-info-list-next a span,
.post-nav-info-list-prev a span{
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #f8f8f8;
	position: relative;
	padding: 0;
	transform: translateY(10px);
	transition: 0.3s;
	border: 1px solid #eeeeee;
}
.post-nav-info-list-next a:hover span,
.post-nav-info-list-prev a:hover span{
	background: #ff7400
}
.post-nav-info-list-next a span:after,
.post-nav-info-list-prev a span:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 13px;
	transform: rotate(-45deg);
	transition: 0.3s;
}
.post-nav-info-list-next a span:after{
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000; 
	left: 15px;
}
.post-nav-info-list-prev a span:after{
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	right: 15px;
}
.post-nav-info-list-next a:hover span:after{
	border-left: 1px solid #FFF; 
	border-top: 1px solid #FFF; 
}
.post-nav-info-list-prev a:hover span:after{
	border-right: 1px solid #FFF; 
	border-bottom: 1px solid #FFF;
}
/*PAGINATION*/
.pagination{
	margin: 40px auto 0;
	padding: 10px 0;
	text-align: center
}
.pagination a{
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #f8f8f8;
	transition: 0.3s;
}
.pagination a:hover{
	background: #ff7400;
	color: #FFF;
}
.pagination span{
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #FFF;
}
.pagination span.dots{
	background: none;
}
.pagination span.current{
	background: #ff7400;
	color: #FFF;
}
.lower_footer_list_wrap .btn_base a{
	margin: 30px auto 40px
}
/*BLOG*/

.single_time{
	display: block;
	font-family: 'Poppins', sans-serif;
}
.blog_contents_wrap{
	padding: 30px;
	background: #FFF;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background: #f8f8f8
}
.lower_contents_list > *{
	margin-bottom: 40px;
}
.lower_contents_list > *:last-child{
	margin-bottom: 0;
}
.products_content_freenote a{
	color: #0089E7;
	text-decoration: underline;
	word-break: break-all
}
.products_content_freenote a:hover{
	text-decoration: none;
}
.products_content_freenote iframe{
	width: 100%;
	height: auto;
	margin:auto;
	aspect-ratio: 5 / 3;
	margin-bottom: 20px
}
.blog_contents_wrap a{
	color: #0089E7;
	text-decoration: underline;
	word-break: break-all
}
.blog_contents_wrap a:hover{
	text-decoration: none;
}
.blog_contents_wrap a.img_link{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dddddd;
	padding: 10px 10px 0;
	position: relative;
	transition: 0.3s
}
.blog_contents_wrap a.img_link:hover{
	opacity: 0.7;
}
.blog_contents_wrap a.img_link:after{
	font-family: FontAwesome;
	content: "\f002";
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	color: #FFF;
	background: #0089E7;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	letter-spacing: 0;
	font-size: 16px;
}
.blog_contents_wrap a img{
	width: auto;
	max-width: 100%;
}
.blog_contents_wrap h2{
	color: #1B2D63;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.blog_contents_wrap.blog_contents_wrap_products{
	margin-bottom: 40px;
}
.blog_contents_wrap.blog_contents_wrap_products h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
	background: #1B2D63;
	color: #FFF;
	padding: 10px 20px;
}
.blog_contents_wrap.blog_contents_wrap_products > *:last-child{
	margin-bottom: 0;
}
.blog_contents_wrap.blog_contents_wrap_products h3:after{
	content : "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #1B2D63;
}
.blog_contents_wrap h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
	background: #1B2D63;
	color: #FFF;
	padding: 10px 20px;
}
.blog_contents_wrap h4{
	padding: 15px;
	font-size: 18px;
	border: 2px solid #1B2D63;
	margin-bottom: 20px;
	line-height: 1.8em;
	color: #1B2D63
}
.blog_contents_wrap h5{
	color: #1B2D63;
	font-size: 18px;
	line-height: 1.8em;
	padding: 10px 0 10px 15px;
	border-left: 3px solid #1B2D63;
	margin-bottom: 18px;
}
.blog_contents_wrap h6{
	color: #1B2D63;
	font-weight: bold;
	position: relative;
	line-height: 1.8em;
	font-size: 16px;
	padding-left: 17px;
}
.blog_contents_wrap h6:after{
	font-family: FontAwesome;
	content: "\f0da";
	display: block;
	color: #1B2D63;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	text-align: center;
	letter-spacing: 0;
	font-size: 20px;
}
.blog_contents_wrap p{
	margin-bottom: 15px;
}
.blog_contents_wrap ul,
.blog_contents_wrap ol{
	margin-bottom: 25px;
}
.blog_contents_wrap ul li{
	padding-left: 20px;
	position: relative;
	line-height: 2em;
}
.blog_contents_wrap ul li:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1B2D63;
	position: absolute;
	top: 9px;
	left: 3px;
}
.blog_contents_wrap ol li{
	padding-left: 42px;
	position: relative;
	line-height: 1.8em;
}
.blog_contents_wrap ol li:after{
	content: "01.";
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
	font-weight: bolder;
}
.blog_contents_wrap ol li:nth-child(2):after{
	content: "02.";
}
.blog_contents_wrap ol li:nth-child(3):after{
	content: "03.";
}
.blog_contents_wrap ol li:nth-child(4):after{
	content: "04.";
}
.blog_contents_wrap ol li:nth-child(5):after{
	content: "05.";
}
.blog_contents_wrap ol li:nth-child(6):after{
	content: "06.";
}
.blog_contents_wrap ol li:nth-child(7):after{
	content: "07.";
}
.blog_contents_wrap ol li:nth-child(8):after{
	content: "08.";
}
.blog_contents_wrap ol li:nth-child(9):after{
	content: "09.";
}
.blog_contents_wrap ol li:nth-child(10):after{
	content: "10.";
}
.blog_contents_wrap_connect{
	padding: 20px 20px 10px;
	border: 1px solid #dddddd;
    background: rgba(236, 248, 253, 1);
	margin-bottom: 40px;
}
.blog_contents_wrap_connect p{
	font-weight: bold;
	margin-bottom: 0;
}
.blog_contents_wrap_connect ul{
	margin-bottom: 0;
}
.blog_contents_wrap_connect ul li{
	padding-left: 0;
	margin-bottom: 10px;
}
.blog_contents_wrap_connect ul li a{
	color: #0081ff;
	text-decoration: underline;
}
.blog_contents_wrap_connect ul li:after{
	display: none;
}

.blog_contents_wrap table{
	width: 100%;
	font-size: 16px;
	margin-bottom: 40px;
}
.blog_contents_wrap table caption{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 6px;
}
.blog_contents_wrap table a{
	color: #2256ff;
	text-decoration: underline;
}
.blog_contents_wrap table a:hover{
	text-decoration:none;
}
.blog_contents_wrap table thead{
}
.blog_contents_wrap table thead tr th{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.8em;
	border: 1px solid #dddddd;
	font-weight: normal
}
.blog_contents_wrap table thead > *:nth-child(odd){
	background:rgba(236, 248, 253, 1);
}
.blog_contents_wrap table tbody > *:nth-child(odd){
	background:rgba(236, 248, 253, 1);
}
.blog_contents_wrap table thead tr span{
	display: inline-block;
	margin-top: 4px;
}
.blog_contents_wrap table tbody tr{
	letter-spacing: 0em;
}
.blog_contents_wrap table tbody tr th{
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid #dddddd;
	width: 30%;
	line-height: 1.8em;
}
.blog_contents_wrap table tbody tr td{
	padding: 10px 20px;
	border: 1px solid #dddddd;
	letter-spacing: 0;
	vertical-align: middle;
	line-height: 1.8em;
}
.blog_contents_wrap strong{
	background: linear-gradient(transparent 60%, #ffff00 0%);
	font-weight: bold;
}
.blog_contents_wrap strong{
	background: linear-gradient(transparent 60%, #ffff00 0%);
	font-weight: bold;
}
.blog_contents_wrap blockquote{
	padding: 45px 15px 15px 45px;
	position: relative;
	margin-bottom: 40px;
}
.blog_contents_wrap blockquote:before{
	content: "";
	background: #EBF8FC;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	height: 100%;
	width: 100%;
}
.blog_contents_wrap blockquote:after{
	content:"“";
	margin-right: 7px;
	color: #ccc;
	font-size: 60px;
	line-height: 1em;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
}
.blog_contents_wrap blockquote > *{
	margin-bottom: 15px;
	width: 100%;
}
.blog_contents_wrap blockquote > *:last-child{
	margin-bottom: 0;
}
.blog_contents_wrap .blog_contents_wrap_point_col01{
    margin-bottom: 15px;
}
.blog_contents_wrap .blog_contents_wrap_point_col01 > *{
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #dddddd;
}
.blog_contents_wrap .blog_contents_wrap_point_col01 > * dt{
	color: #1B2D63;
	padding: 0 0 10px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.blog_contents_wrap .blog_contents_wrap_waku{
	padding: 15px;
	background: rgba(0, 140, 232, 0.11);
	border: 2px solid #1B2D63;
}
.blog_contents_wrap .blog_contents_wrap_waku > *:last-child{
	margin-bottom: 0;
}
.youtube {
   position:relative;
   width:100%;
   overflow:hidden;
   margin:auto;
   margin-bottom:8px;
   max-width: 600px;
   margin: 0 auto 40px 0
}
.youtube:before {
   content:"";
   display:block;
}
.youtube {
   margin-bottom:8px;
}
.youtube iframe {
	width: 100%;
	height: auto;
   margin:auto;
	aspect-ratio: 5 / 3;
}
.signle_youtube{
	margin-top: 40px;
}
.signle_youtube > *{
	width: calc( 50% - 10px );
	margin-bottom: 20px;
}
.signle_youtube > *:nth-child(2n){
	margin-left: 20px;
}
/*-------------------------------------------------------------------------
GMAP
------------------------------------------------------------------------*/
.gmap{
	height: 400px;
	width: 100%;
	margin-top: 25px;
	border: 1px solid #eeeeee
}
.gmap iframe{
	height: 400px;
	width: 100%;
}
/*-------------------------------------------------------------------------
CONTACT TEL
------------------------------------------------------------------------*/
.lower_contact_tel_section{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #dddddd;
}
.tel_style a{
	display: inline-block
}
.tel_style_num_txt{
	font-weight: bold;
	letter-spacing: 0;
	font-size: 13px;
}
.tel_style_num{
	font-size: 29px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
	color: #1B2D63;
	font-style: italic
}
.tel_style_open{
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 36px
}
/*TABLE*/
.table_type01 {
  border-top: 1px solid #efefef;
  width: 100%;
  margin: 20px auto 0;
}
.table_type01 tr {
  border-bottom: 1px solid #efefef;
  background: #FFF;
  width: 100%;
}

.table_type01 tr th {
  width: 150px;
  vertical-align: middle;
  border-right: 1px solid #efefef;
    padding: 20px;
  background: #f8f8f8
}

.table_type01 tr td {
	background: #FFF;
	width: calc( 100% - 150px );
    padding: 20px;
  text-align: left;
	line-height: 1.8em;
}

.table_type01_title {
  display: block;
  font-weight: bold
}

.table_indent {
  margin-left: 1.2em;
  margin-top: -20px
}
.table_type01_list_no li{
	padding-left: 30px;
	position: relative;
	line-height: 1.8em;
}
.table_type01_list_no li:last-child{
	margin-bottom: 0;
}
.table_type01_list_no li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.table_type01_list_no{
	margin-bottom: 0;
}
.table_type01_list_no li:nth-child(2):after{
	content: "(2)";
}
.table_type01_list_no li:nth-child(3):after{
	content: "(3)";
}
.table_type01_list_no li:nth-child(4):after{
	content: "(4)";
}
.table_type01_list_no li:nth-child(5):after{
	content: "(5)";
}
.table_type01_list_no li:nth-child(6):after{
	content: "(6)";
}
.table_type01_list_no li:nth-child(7):after{
	content: "(7)";
}
.table_type01_list_no li:nth-child(8):after{
	content: "(8)";
}
.table_type01_list_no li:nth-child(9):after{
	content: "(9)";
}
.table_type01_list_no li:nth-child(10):after{
	content: "(10)";
}
.table_type01_list_no li:nth-child(11):after{
	content: "(11)";
}
.table_type01_list_no li:nth-child(12):after{
	content: "(12)";
}
.table_type01_list_no li:nth-child(13):after{
	content: "(13)";
}
.table_type01_list_no li:nth-child(14):after{
	content: "(14)";
}
.table_type01_list_no li:nth-child(15):after{
	content: "(15)";
}
.table_type01_list_no li:nth-child(16):after{
	content: "(16)";
}
.table_type01_list_no li:nth-child(17):after{
	content: "(17)";
}
.table_type01_list_no li:nth-child(18):after{
	content: "(18)";
}
.table_type01_list_no li:nth-child(19):after{
	content: "(19)";
}
.table_type01_list_no li:nth-child(20):after{
	content: "(20)";
}
.table_type01_list_no li:nth-child(21):after{
	content: "(21)";
}
.table_type01_list_no li:nth-child(22):after{
	content: "(22)";
}
.table_type01_list_no li:nth-child(23):after{
	content: "(23)";
}

@media only screen and (max-width: 750px) {
  .table_type01 tr th {
    width: 100%;
    padding: 20px
  }
  .table_type01 tr th, .table_type01 tr td {
    display: block
  }
  .table_type01 tr th {
    padding: 10px 15px
  }
  .table_type01 tr td {
    padding: 10px 15px
  }
	.table_type01 tr th {
		border-right: none;
	}
	.table_type01 tr td {
		width: 100%;
	}
}
.greeting_name{
	font-weight: bold;
	margin-top: 30px;
	text-align: right
}

/*-------------------------------------------------------------------------
YORIMICHI
------------------------------------------------------------------------*/

.lower_yorimichi_wrap > *{
	margin-bottom: 50px;
}
.lower_yorimichi_wrap > *:last-child{
	margin-bottom: 0;
}
.yorimichi_list_img img{
	border: 1px solid #eeeeee;
}
.yorimichi_list > *{
	margin-bottom: 30px;
	padding: 30px;
	background: #FFF;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.yorimichi_list_content{
	width: calc( 100% - 450px )
}
.yorimichi_list_img{
	width: 420px;
}
.yorimichi_list > *:last-child{
	margin-bottom: 0;
}
.yorimichi_list_content_cate{
	display: inline-block;
	padding: 13px 17px;
	background: #ff7400;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 15px;
}
.yorimichi_list_content_ttl{
	font-size: 21px;
	line-height: 1.4em;
}
.yorimichi_list_content_link{
	color: #0089E7;
	text-decoration: underline !important;
	font-size: 16px;
}
.yorimichi_list_content_link:hover{
	text-decoration: none !important;
}
.lower_history_head{
	margin-bottom: 30px;
}
/*-------------------------------------------------------------------------
FORM_3
------------------------------------------------------------------------*/
.form_3{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.form_3 th,
.form_3 td {
	position: relative;
    text-align: left;
    vertical-align: top;
    padding: 10px 20px;
	border-top: 1px solid #eeeeee;
	vertical-align: middle;
}
.form_3 td{
	background: #fff
}
.form_3 th{
	background: #f8f8f8;
}
.form_3 tr:last-child th,
.form_3 tr:last-child td{
	border-bottom: 1px solid #eeeeee;
}
.form_3.confirm tr th,
.form_3.confirm tr td{
	padding: 20px 15px;
}
.form_3 th h2{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.form_3 th{
	width: 250px;
}
.form_3 th{
	padding-right: 10px;
}
.form_3 .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_3 .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_3 .fix-txt a i{
	color: #FFAB00;
}
.form_3 .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_3 input[type="text"], 
.form_3 input[type="submit"],
.form_3 input[type="tel"],
.form_3 input[type="search"],
.form_3 input[type="email"],
.form_3 input[type="mail"],
.form_3 input[type="password"],
.form_3 textarea, 
.form_3 button,
.form_3 select{
	outline: 0;
	width: 100%;
	padding: 15px;
	margin: 5px auto;
	outline: 0;
	border: 1px solid #DDDDDD;
	font-size: 16px;
	line-height: 1.2em;
	background: #FFF;
	font-family: arial, sans-serif;
 }
input[type="file"]{
  padding: 15px;
  margin: 5px auto;
  outline: 0;
}
.form_3 .satsusu > div{
	width: 200px;
	float: left;
}
.form_3 .satsusu span{
	display: block;
	width: 20px;
	float: left;
	margin: 20px 10px;
}
.form_3 textarea{
	height: 10em;
}
.form_3 input[type="text"]:focus,
.form_3 input[type="tel"]:focus,
.form_3 select:focus,
.form_3 textarea:focus{
  border-color: #1B2D63;
}
  
.required{
	font-size: 10px;
	background: #ff0000;
	display: inline-block;
	padding: 3px 10px;
	line-height: 1.4em;
	color: #FFF;
	border-radius: 3px;
	margin-left: 15px;
}
.any{
	font-size: 10px;
	background: #f0f0f0;
	display: inline-block;
	padding: 3px 10px;
	line-height: 1.4em;
	border-radius: 3px;
	margin-left: 15px;
	border: 1px solid #dddddd;
}
.radio_magazine input{
	display: none;
}
.radio_magazine label {
	display: block;
	font-weight: bold;
	display: block;
	font-weight: bold;
	position: relative;
	padding-left: 22px;
	padding-top: 0;
	padding-bottom: 0;
	transition: 0.3s;
	cursor: pointer;
	letter-spacing: 0;
	margin-right: 15px;
	line-height: 1.4em;
}
.radio_magazine label i{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #a8a8a8;
}
.radio_magazine input:checked + label {
}
.radio_magazine input:checked + label i{
	color: #e61e19;
}
.form_3 .select_wrap{
	position: relative;
}
.form_3 .select_wrap:after{
	content: "";
	display: block;
	height: 13px;
	width: 13px;
	border-bottom: 2px solid #c9181d;
	border-right: 2px solid #c9181d;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 8px );
	right: 15px;
	z-index: 1;
}
/*ENTRY BIRTHDAY*/
.form_birthday > div:nth-child(1){
	width: 105px;
}
.form_birthday > div:nth-child(1) input{
	width:70px;
	margin-right: 8px;
	padding: 10px !important;
}
.form_birthday > div:nth-child(2){
	width: 70px;
	margin-right: 13px;
}
.form_birthday > div:nth-child(2) select{
	width: 40px;
	margin-right: 8px;
	padding: 10px;
	font-size: 14px;
}
.form_birthday > div:nth-child(3){
	width: 75px;
}
.form_birthday > div:nth-child(3) select{
	width: 40px;
	margin-right: 8px;
	padding: 10px;
	font-size: 14px;
}
/*PRIVACY*/
.check_privacy{
	text-align: center;
}
.privacy_chack{
	margin-bottom: 30px;
	padding: 15px 20px;
	background: #f8f8f8
}
.lower_privacy_content_inner{
	background: #FFF;
	font-weight: normal
}
.contact_privecy_address{
	font-style: normal;
	line-height: 1.4em;
	font-size: 13px;
}
.lower_privacy_content_inner.lower_contact_privacy{
	padding: 10px;
	text-align: left;
	height: 300px;
	overflow-y: scroll;
	margin: 10px auto 20px;
	border: 1px solid #dddddd;
}
.lower_contact_privacy_ttl{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	font-weight: bold
}
.lower_privacy_content_inner{
	text-align: left
}
.lower_contact_privacy p{
	font-size: 12px;
}
.lower_contact_privacy dl{
	margin-bottom: 20px;
	font-size: 12px;
}
.lower_contact_privacy dt{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	font-weight: bold
}
.lower_contact_privacy dl ul li{
	padding-left: 30px;
	position: relative;
}
.lower_contact_privacy dl ul li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.lower_contact_privacy dl ul li:nth-child(2):after{
	content: "(2)";
}
.lower_contact_privacy dl ul li:nth-child(3):after{
	content: "(3)";
}
.lower_contact_privacy dl ul li:nth-child(4):after{
	content: "(4)";
}
.lower_contact_privacy dl ul li:nth-child(5):after{
	content: "(5)";
}
.lower_contact_privacy dl ul li:nth-child(6):after{
	content: "(6)";
}
.lower_contact_privacy dl ul li:nth-child(7):after{
	content: "(7)";
}
.lower_contact_privacy dl ul li:nth-child(8):after{
	content: "(8)";
}
.lower_contact_privacy dl ul li:nth-child(9):after{
	content: "(9)";
}
.lower_contact_privacy dl ul li:nth-child(10):after{
	content: "(10)";
}
/*PRIVACY CHECK*/
.check_box01_wrap{
	margin: 0 auto 10px;
	text-align: center
}
.check_box01_inner{
	padding: 15px 30px;
	background: #f8f8f8;
	display: inline-block;
	margin: 0 auto 10px;
	border: 1px solid #dddddd;
}
/*CHECK BOX*/
.check_box01 input{
	display: none;
}
.check_box01{
	padding-left: 27px;
	position: relative;
}
.check_box01 span{
	font-weight: bold;
}
.check_box01 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: -3px;
	left: 0;
}
.check_box01 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #e61e19;
	font-size: 23px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box01 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
/*CHECK BOX*/
.check_box_multi li{
	margin-right: 24px;
	margin-bottom: 5px;
}
.check_box02 input{
	display: none;
}
.check_box02{
	padding-left: 19px;
	font-size: 13px;
	position: relative;
	letter-spacing: 0em;
}
.check_box02 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: -4px;
	left: 0;
}
.check_box02 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #e61e19;
	font-size: 18px;
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box02 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
.contact_btn{
	margin: 20px auto 20px;
}
.contact_btn_inner{
	width: 270px;
	margin: 0 auto;
	position: relative;
}
.contact_btn_inner:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #ff7416;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: 1;
}
.contact_btn_inner:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #000000;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: 0;
}
.contact_btn.contact_btn_back .contact_btn_inner:before{
	background: #818181;
}
.contact_btn.contact_btn_back .contact_btn_inner:after{
	background: #000000;
}
.contact_btn_inner:hover:before{
	width: 100%;
	opacity: 0;
}
.contact_btn a,
.contact_btn input{
	display: block;
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.contact_btn a{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.thanks_btn{
	margin: 20px auto 40px;
}
.thanks_btn li:nth-child(1){
	margin-bottom: 20px;
}
.thanks_btn li{
	margin-top: 0;
}
.thanks_btn_tel{
	width: 270px;
	text-align: center;
	margin: 0 auto;
}
.thanks_btn_tel_num_txt{
	font-weight: bold;
	letter-spacing: 0;
	font-size: 13px;
}
.thanks_btn_tel_num{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}
.thanks_btn_tel_open{
	display: block;
	width: 100%;
	font-size: 13px;
	text-align: center;
	line-height: 1
}
.thanks_btn .contact_btn{
	margin-top: 0;
	margin-bottom: 0;
}
.privacy_check .error,
.form_3 .error{
	font-size: 11px;
	color: #f00000
}
p.error{
	font-size: 11px !important;
	color: #f00000 !important
}
.check_privacy a{
	color: #2256ff;
	text-decoration: underline
}
.check_privacy a:hover{
	text-decoration: none
}
.lower_contact_step_chart ul{
	position: relative;
	margin: 0 auto 20px;
}
.lower_contact_step_chart li{
	position: relative;
	padding: 15px 15px;
	width: calc( 33.33333% - 20px );
	text-align: center;
	margin-right: 30px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	line-height: 1em;
	font-weight: bold;
	background: #f8f8f8;
	letter-spacing: 0.02em;
	color: #aaaaaa;
	z-index: 1;
}
.lower_contact_step_chart li:after{
	content: "";
	display: block;
	height: 1px;
	width: 32px;
	background: #dddddd;
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: 0;
}
.lower_contact_step_chart li:last-child{
	margin-right: 0;
}
.lower_contact_step_chart li:first-child:after{
	display: none;
}
.lower_contact_step_chart li span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	display: block;
	line-height: 1em;
	font-size: 13px;
	margin-bottom: 6px;
}
.lower_contact_step_chart li.active{
	background: #c9181d;
	color: #FFF;
}

/*ENTRY RADIO*/
.radio_btn01 input{
	display: none;
}
.radio_btn01{
	padding-left: 25px;
	position: relative;
	margin-right: 15px;
}
.radio_btn01_wrap .radio_btn01:last-child{
	margin-right: 0;
}
.radio_btn01 span:after{
	content:"\f1db";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: 0;
	left: 0;
}
.radio_btn01 span:before{
	content:"\f058";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #c9181d;
	font-size: 23px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.radio_btn01 input[type="radio"]:checked + span:before{
	opacity: 1;
}
.radio_btn01_wrap_one_row .radio_btn01{
	width: 100%;
	display: block;
	margin-bottom: 13px;
}
.radio_btn01_wrap_one_row .radio_btn01:last-child{
	margin-bottom: 0;
}
.radio_btn01_wrap_one_flex .radio_btn01{
	display: inline-block;
	margin-bottom: 0;
}
.radio_btn_check-input_radio{
}
.radio_btn_check-input_input{
	width: 100%;
	max-width: 220px;
	margin-top: -8px;
}
body .radio_btn_check-input_input input{
	outline: 0;
	width: 100%;
	display: inline-block;
	padding: 8px 15px !important;
	margin: 0 auto 0;
	outline: 0;
	border: 1px solid #DDDDDD;
	font-size: 16px;
	line-height: 1.2em;
	background: #FFF;
	border-radius: 5px;
}
.form_3_input_col_half{
	max-width: 250px;
}
.form_3_input_col_half_ttl{
	font-weight: bold;
	margin-bottom: 3px;
}
.products_content h4{
	display: inline-block;
	padding: 6px 10px;
	background: #1B2D63;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 12px;
}
.products_content h5{
	color: #1B2D63;
	font-size: 17px;
	line-height: 1.8em;
	padding: 10px 0 10px 18px;
	margin-bottom: 0;
	border-left: none;
	position: relative;
}
.products_content h5:after{
	font-family: FontAwesome;
	content: "\f0da";
	display: block;
	color: #1B2D63;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 1;
	text-align: center;
	letter-spacing: 0;
	font-size: 20px;
	width: auto;
	border: none;
}
.products_content table{
	line-height: 1.6em;
}
/*POPUP*/
#lower_contents_wrap_inner{
	
}
#lower_contents_wrap_inner.open > .animation.fade_in_up_order.is_shown> *:nth-child(1),
#lower_contents_wrap_inner.open > .animation.fade_in_up_order.is_shown> *:nth-child(2),
#lower_contents_wrap_inner.open > .animation.fade_in_up_order.is_shown> *:nth-child(3),
#lower_contents_wrap_inner.open > .animation.fade_in_up_order.is_shown> *:nth-child(3),
#lower_contents_wrap_inner.open > .animation.fade_in_up_order.is_shown> *:nth-child(5),
#lower_contents_wrap_inner.open > .animation.fade_in_up_order.is_shown> *:nth-child(6){
	transform: none;
	transition-delay: 0s;
	transition-duration: 0s;
}
.pop_up{
	margin-top: 10px;
}
.pop_up_click{
	position: relative;
	transition: 0.3s
}
.pop_up_click:hover{
	opacity: 0.6;
	cursor: pointer
}
.pop_up_click:after{
	content:"\f00e";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #1C2D63;
	font-size: 23px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-shadow: 1px 1px 13px rgba(255,255,255,1),1px 1px 13px rgba(255,255,255,1),1px 1px 13px rgba(255,255,255,1);
}
.pop_up_content{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
}
#lower_contents_wrap_inner .products_wrap{
	transform: none;
}
.pop_up_table{
	width: 50%;
}
.pop_up_content.open{
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.pop_up_content .pop_up_content_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 95%;
  max-width: 800px;
}
.pop_up_content .pop_up_content_inner img{
  z-index: 1001;
  background: #FFF;
  max-width: 100%;
  border: none;
}
.pop_up_content_closebtn{
  position: absolute;
  bottom: -50px;
  right: calc( 50% - 30px );
  height: 30px;
  width: 30px;
  background: #1C2D63;
  border-radius: 50%;
  transition: 0.3s;
	box-shadow: 0 0 14px #ffffff
}
.pop_up_content_closebtn:hover{
  opacity: 0.7;
}
.pop_up_content_closebtn:after{
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 7px;
}
.pop_up_content_closebtn:before{
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  background: #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  right: 8px;
}
.dl_btn > *{
	width: calc( 50% - 8px );
	margin-top: 20px;
}
.dl_btn > * a{
	display: block;
	padding: 15px 20px 15px 40px;
	  background: #1C2D63;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	transition: 0.3s;
}
.dl_btn > * a:hover{
	background: rgb(255, 116, 22);
}
.dl_btn > * a:after{
	content:"\f1c1";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #FFF;
	font-size: 18px;
	position: absolute;
	top: 12px;
	left: 15px;
}

@media screen and (max-width:700px) {
	.lower_contact_step_chart li{
		padding: 10px 5px;
		width: calc( 33% - 6px );
		margin-right: 9px;
		font-size: 12px;
		letter-spacing: 0em;
	}
	.lower_contact_step_chart li:after{
		width: 10px;
	}
	.lower_contact_step_chart li:last-child{
		margin-right: 0;
	}
	.radia_contact_type label {
		width: calc( 50% - 5px );
		margin-bottom: 10px;
		border-left: 1px solid #dddddd;
	}
	.radia_contact_type {
		border: none
	}
	.form_3{
		margin-bottom: 15px;
		border-left: none;
		border-right: none;
	}
	.form_3 th{
		width: 100%;
		display: block;
	}
	.form_3 td{
		width: 100%;
		display: block;
		padding: 10px 0 30px 0;
	}
	.form_3 tr:last-child td{
		padding: 10px 0 0 0;
		border: none
	}
	.page_content_inner_head>div:nth-child(1) {
		margin-bottom: 10px;
	}
	.page_content_inner_head>div {
	  width: 100%
	}
	.page_content_inner_head:after {
		display: none;
	}
	.form_3 td.form_birthday{
	    display: flex;
	    justify-content: flex-start;
	}

}
/*TEL*/
.tel_link{
	pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tel_link{
		pointer-events: none;
	}
}
@media screen and (max-width:480px) {
	.tel_link{
		pointer-events: auto;
	}
}


@media only screen and (max-width: 1300px){
	.top_aboutus:after{
		width: 50%;
		left: calc( 50% + 120px );
	}
	.top_aboutus:before{
		width: calc( 50% - 15px );
		left: 135px;
	}
	.top_aboutus_content{
		width: calc( 50%  - 25px);
		margin-left: calc( 50% + 30px );
	}
	.footer_nav_wide{
		margin-top: 15px;
	}
	.footer_nav a{
		font-size: 13px;
		line-height: 1.6em;
	}
	.footer_nav_child{
		margin-top: 10px;
	}
	.footer_nav_child > *{
		margin-right: 10px;
	}
	.footer_nav > *{
		margin-right: 10px;
	}
	.footer_nav_parent{
		font-size: 13px;
	}
	.products_list_content h3{
		font-size: 18px;
		line-height: 1.6em;
	}
	.products_list_tag{
		margin-bottom: 5px;
	}
	.products_list_tag > *{
		padding: 4px 10px;
		font-size: 13px;
		margin: 0 5px 5px 0;
		letter-spacing: 0.02em
	}
	.top_news_list > *{
		width: calc( 33.3333% - 10px );
	}
}
@media only screen and (max-width: 1100px){
	.footer_nav{
		display: none;
	}
	footer{
		padding-top: 0;
	}
	.footer_address{
		margin-top: 40px;
		font-size: 15px;
	}
	.ttl_01{
		line-height: 70px;
		margin-bottom: 20px;
	}
	.ttl_01_jp{
		font-size: 22px;
		line-height: 1.6em;
	}
	.ttl_01_en{
		top: -8px;
		left: 50px;
		font-size: 70px;
	}
	.scroll_down{
		width: 90px;
		height: 162px;
		bottom: 30px;
		right: 30px;
	}
	.scroll_down_circle{
		height: 90px;
		width: 90px;
	}
}
@media only screen and (max-width: 1000px){
	.inner{
		padding: 0 10px 0 10px;
	}
	.bdr_bg > *:nth-child(1){
		margin-left: 0;
	}
	.bdr_bg{
		padding: 0 10px
	}
	.bdr_bg > *{
		width: 25%;
	}
	header{
		z-index: 20;
		height: 105px;
		width: auto;
		padding: 15px 10px 12px;
		box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
		transition: 0.3s;
	}
	body.fixed header{
		height: 50px;
		width: auto;
		padding: 5px 5px 12px 10px;
		box-shadow: 0px 0px 13px rgba(0,0,0,0);
	}
	.sp_header,
	.sp_nav_wrap{
		display: block;
	}
	.gnav,
	.gnav_copy,
	.sns_link{
		margin-top: 25px;
		display: none
	}
	.mv_txt{
		position: absolute;
		left: 0;
		font-size: 23px;
		text-align: center;
		width: 100%;
	}
	.header_logo{
		width: 90px;
		margin: 0 auto;
		transition: 0.3s;
	}
	body.fixed .header_logo{
		width: 48px
	}
	.since_mark{
		display: none
	}
	.top_slide_wrap {
		position: absolute;
		margin: auto;
		width: 100%;
		height: calc( 100vh - 25px );
		z-index: -100;
		overflow: hidden;
		right: 0;
	}
	.mv{
		height: calc( 100vh - 25px );

	}
	/*
	.mv_news{
		width: 100%;
		max-width: 600px;
		right: auto;
		left: 50%;
		transform: translateX(-50%)
	}
	*/
	.mv_news{
		display: none
	}
	.scroll_down{
		left: calc( 50% - 45px );
		width: 90px;
		height: 162px;
		bottom: 20px;
	}
	.scroll_down_circle{
		height: 90px;
		width: 90px;
	}
	.top_aboutus:after{
		width: 100%;
		left: 0;
		z-index: -16;
		opacity: 0.75;
		padding: 0 2px;
	}
	.top_aboutus:before{
		width: 100%;
		left: 0;
		z-index: -21
	}
	.top_aboutus{
		background: rgba(27, 45, 99, 0.65)
	}
	.top_aboutus_content{
		width: 100%;
		margin-left: 0;
	}
	.top_aboutus_content_ttl{
		width: 200px
	}
	.lower_head{
		padding: 70px 0;
		position: relative;
		color: #FFF;
		overflow: hidden
	}
	.lower_head_ttl_en{
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 15px;
		text-align: center
	}
	.lower_head_ttl_jp{
		font-size: 20px;
		line-height: 1.6em;
		text-align: center;
		display: block;
	}
	.lower_head.yorimichi{
		text-align: center
	}
	.breadcrumb {
	}
	.breadcrumb.fle_l{
	    justify-content: center;
	    flex-wrap: wrap;
	}
	.breadcrumb li a{
		padding: 6px 0;
	}
	.breadcrumb li:after{
		top: 10px;
	}
	.lower_contact_tel_section{
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #dddddd;
	}
	.lower_test_list > *{
		padding-top: 30px;
	}
	.lower_test{
		padding-top: 30px;
	}
	.blog_contents_wrap_after{
	}
	.lower_contents_wrap{
		padding: 30px 0;
	}
	.section_wrap > *{
		margin-bottom: 30px;
	}
	.products_wrap > *{
		padding-bottom: 40px;
	}
	.products_wrap > *:last-child{
		padding-bottom: 0;
	}
	.products_content_ttl{
		font-size: 17px;
		line-height: 1.6em;
		padding: 13px 0 13px 20px;
		background: #f3f3f3
	}
	.blog_contents_wrap{
		padding: 10px;
	}
	.blog_contents_wrap h2 {
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 5px;
	}
	.yorimichi_list > *{
		margin-bottom: 30px;
		padding: 15px;
		background: #f3f3f3;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
	}
	.yorimichi_list_content{
		width: 100%;
	}
	.yorimichi_list_img{
		width: 100%;
		margin-top: 20px;
	}
	.yorimichi_list_content_ttl{
		font-size: 17px;
		line-height: 1.4em;
		color: #1B2D63;
	}
	.yorimichi_list_content_link{
		color: #0089E7;
		font-size: 13px;
	}
	.yorimichi_list_content_cate{
		padding: 7px 12px;
		background: #ff7400;
	}
}
@media only screen and (max-width: 800px){
	.lower_ttl_01{
		font-size: 17px;
		padding-right: 10px;
	}
	.bdr_bg > *{
		border-right: 1px solid #dddddd;
	}
	.ttl_01{
		line-height: 40px;
		margin-bottom: 20px;
	}
	.ttl_01_jp{
		font-size: 22px;
		line-height: 1.6em;
	}
	.ttl_01_en{
		font-size: 14px;
		text-shadow: none;
		position: relative;
		color: #1B2D63;
		top: auto;
		left: auto;
		margin-bottom: 5px;
	}
	.top_news .ttl_01_en{	
		color: #1B2D63;
	}
	.top_products,
	.top_news,
	.footer_contact,
	.top_aboutus{
		padding: 40px 0;
	}
	.products_list > *{
		margin-bottom: 40px;
	}
	.products_list > .fle_btw.ps_ctr{
		width: 100%;
		flex-direction: column-reverse;
	}
	.products_list_content{
		width: 100%;
	}
	.products_list_img{
		width: 100%;
		margin-bottom: 10px;
	}
	.top_news_list > *{
		width: 100%;
		margin-bottom: 15px;
	}
	.top_news_list > *:last-child{
		margin-bottom: 0;
	}
	.top_news_list > * a{
		padding: 20px 15px 45px;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
	}
	.footer_logo{
		max-width: 220px;
		margin-bottom: 20px;
	}
	.footer_address_base_list > *{
		width: 100%;
		margin-bottom: 15px;
	}
	.footer_address_base_list > *:last-child{
		margin-bottom: 0;
	}
	.back_top{
		border-top: 1px solid #dddddd;
		margin-top: 30px;
	}
	.footer_contact_content{
		margin: 10px auto 0;
	}
	.footer_contact_content.fle_c.ps_ctr{
		display: block;
	}
	.footer_contact_mail{
		margin-top: 20px;
	}
	.footer_contact_mail > *{
		margin: 0 auto 15px;
	}
	.footer_contact_mail > *:last-child{
		margin-bottom: 0;
	}
	.footer_contact_tel{
		margin: 0 auto;
	}
	.products_img{
		width: 100%;
		margin-bottom: 20px;
	}
	.products_content{
		width: 100%;
	}
	.table_type01_section > *{
		margin-bottom: 20px;
	}
	.table_type01_section > *:last-child{
		margin-bottom: 0;
	}
	.table_type01_address dt{
		width: 100px;
	}
	.table_type01_address dd{
		margin-left: 0;
		width: 100%;
	}
	.dl_btn > *{
		width: 100%;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 600px){
	.mv_txt{
		font-size: 18px;
	}
	.mv_txt_en{
		padding: 0 15px;
		font-size: 12px;
		line-height: 1.4em;
	}
	.mv_txt_en br{
		display: none;
	}
	.signle_youtube > *{
		width: 100%;
	}
	.signle_youtube > *:nth-child(2n){
		margin-left: auto;
	}
}

/*-------------------------------------------------------------------------
LOWER NEWS ARCHIVE
------------------------------------------------------------------------*/
.loading_wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1200;
	overflow: hidden;
	color: #FFF;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	background: #1B2D63;
}
.loading_wrap.is_shown{
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.loading_txt {
	position: absolute;
    top: calc( 50% + 30px );
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic
}
.loading {
	border-radius: 50%;
	display: inline-block;
	height: 50px;
	position: relative;
	width: 50px;
	z-index: 100;
	position: absolute;
    top: calc( 50% - 60px );
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
}

.loading > div:nth-child(1) {
	width: 22px;
	height: 22px;
	position: relative;
	top: 13px;
	left: 13px;
	background: rgba(249, 251, 255, 0);
	border-radius: 50%
}

.loading > div:nth-child(2), .loading > div:nth-child(3), .loading > div:nth-child(4) {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
  background: rgba(69, 159, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  animation: loading-animation 2400ms ease-out infinite;
	z-index: -1;
}
@keyframes loading-animation {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.loading > div:nth-child(3) {
  animation-delay: 0.4s;
}

.loading > div:nth-child(4) {
  animation-delay: 0.8s;
}
.load_blank{
	height: 100vh
}
.load_fix.load_blank{
	height: 0;
}
.topics_cate{
	margin-right: 10px;
}
.topics_cate span{
	display: inline-block;
	background: #ff7416;
	color: #FFF;
	padding: 6px 10px;
	line-height: 1.3em;
	font-weight: 600;
	font-size: 14px;
}
.topics_info{
	margin-bottom: 10px;
}
.single_time{
	padding: 6px 0;
	line-height: 1.3em;
	display: inline-block;
	color: #969696
}

.products_lp_wrap > *{
	margin-bottom: 40px;
}
.products_lp_wrap > *:last-child{
	margin-bottom: 0;
}
.products_content_lp_list > *{
	width: calc( 33.3333% - 20px );
}
.products_content_lp_list h4{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 60px;
	position: relative;
	color: #1B2D62;
	letter-spacing: -0.02em;
	min-height: 50px
}
.products_content_lp_list img{
	margin-bottom: 10px;
	width: 100%;
}
.products_content_lp_list h4:before{
	content: "POINT";
	width: 50px;
	text-align: center;
	line-height: 1em;
	letter-spacing: -0.02em;
	position: absolute;
	top: 10px;
	left: 0;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 10px;
	z-index: 1;
	transform: scale(0.9)
}
.products_content_lp_list h4:after{
	content: "1";
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 41px;
	padding-top: 9px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #1B2D62;
	border-radius: 50%;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.products_content_lp_list > *:nth-child(2) h4:after{
	content: "2";
}
.products_content_lp_list > *:nth-child(3) h4:after{
	content: "3";
}
.products_content_lp_flow > *{
	margin-bottom: 30px;
}
.products_content_lp_flow > *:last-child{
	margin-bottom: 0;
}
.products_content_lp_flow_img{
	width: 300px;
	margin-right: 20px;
}
.products_content_lp_flow_content{
	width: calc( 100% - 320px )
}
.products_content_lp_flow_content > h4{
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-left: 60px;
	position: relative;
	color: #1B2D62;
	padding-top: 12px;
}
.products_content_lp_flow_content h4:before{
	content: "FLOW";
	width: 50px;
	text-align: center;
	line-height: 1em;
	letter-spacing: -0.02em;
	position: absolute;
	top: 10px;
	left: 0;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 10px;
	z-index: 1;
	transform: scale(0.9)
}
.products_content_lp_flow_content h4:after{
	content: "1";
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 41px;
	padding-top: 9px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #1B2D62;
	border-radius: 50%;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.products_content_lp_flow > *:nth-child(2) .products_content_lp_flow_content > h4:after{
	content: "2";
}
.products_content_lp_flow > *:nth-child(3) .products_content_lp_flow_content > h4:after{
	content: "3";
}
.products_content_lp_flow > *:nth-child(4) .products_content_lp_flow_content > h4:after{
	content: "4";
}
.products_content_lp_flow_content > *:last-child{
	margin-bottom: 0;
}
.products_slide{
	overflow: hidden
}
.products_slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 10px;
}

.products_slide_img{
	width: 60%;
}
.products_slide_content{
	width: 40%;
	padding: 0 15px 0 25px;
}

.products_slide {
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8
}
.products_slide_inner{
	  background: #f8f8f8
}
.products_slide_content > *{
	margin-bottom: 10px;
	text-align: left
}
.products_slide_content > *:last-child{
	margin-bottom: 0;
}
.products_slide_content dt{
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	background: #1B2D62;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto 10px;
}
.products_slide_content dd{
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	font-size: 15px;
	letter-spacing: 0;
}

.swiper_btn{
	position: relative;
	margin: 30px auto 30px;
	width: 170px;
}
.products_slide_prev{
	height: 35px;
	width: 35px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: -10px;
	left: 0;
	transition: 0.3s;
	background: #1B2D62;
}
.products_slide_prev:after{
	position: absolute;
	top: calc( 50% - 5px );
	left: calc( 50% - 5px );
	content: "";
	height: 10px;
	width: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(135deg)
}
.products_slide_prev:hover{
	opacity: 0.7
}
.products_slide_next{
	height: 35px;
	width: 35px;
	background: #1B2D62;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: -10px;
	right: 0;
	transition: 0.3s;
}
.products_slide_next:after{
	position: absolute;
	top: calc( 50% - 5px );
	right: calc( 50% - 5px );
	content: "";
	height: 10px;
	width: 10px;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	transform: rotate(-135deg)
}
.products_slide_next:hover{
	opacity: 0.7
}
.products_slide_paginavi.swiper-pagination{
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	z-index: 1;
	padding: 0;
	text-align: center;
	position: relative;
}
.products_slide_paginavi{
	position: relative;
}
.products_slide_paginavi span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 8px 0 auto;
	display: inline-block;
	transition: all .25s linear;
  background: #1B2D62;
}
.products_slide_paginavi > span:last-child{
  margin: 0 auto 0 0;
}
.products_slide_paginavi_bullets{
  background: #1B2D62;
  opacity: 0.4;
}
.products_slide_paginavi_bullets_active{
  background: #1B2D62;
  opacity: 1
}
@media only screen and (max-width: 900px) {
	.products_content_lp_list > *{
		width: 100%;
	}
	.products_content_lp_list h4{
		margin-bottom: 20px;
		padding-top: 15px;
	}
	.products_slide_img{
		width: 100%;
		margin-bottom: 15px;
	}
	.products_slide_content{
		width: 100%;
		padding: 0;
	}

	.products_content_lp_flow_img{
		width: 100%;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.products_content_lp_flow_img img{
		width: 100%;
	}
	.products_content_lp_flow_content{
		width: 100%
	}
}