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

html { scroll-behavior: smooth;}

/* =======================================
  ここから各サイトごと
======================================= */
.sp_con{
	display: none;
}
.site-content-contain {
	padding-top: 0;
}
.site-content-contain.second_page {
	padding-bottom: 50px;
}
header{
padding-top: 5px;
}
#masthead{
	background: #fff;
	padding-bottom: 15px;
}
#masthead .wrap_head {
	position: relative;
	max-width: 100%; 
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	padding: 10px 80px 30px 80px;
}
.site-title02{
display: none;
}
.site-branding-text {
	max-width:30%;
}

header .site-title{
font-size:14px;
margin-top: 0;
color: #232121;
font-weight: normal;
text-align: right;
margin-bottom: 0;

}
.site-branding-text h1 {
	margin: 0;
}
.top_nav{
	width:calc(100% - 280px);

}

.top_nav{
display: flex;
justify-content: flex-end;
align-items: center;
}

.top_nav .phone{
color: #64A6E2;
font-weight: 700;
font-size:30px;
margin-left: 30px;
margin-right: 30px;
}
.top_nav .head_icon{
margin-left: 10px;
}
/*nav*/
#navi ul.menu li a {
	padding: 10px 30px 0 30px;
	font-size: 20px;
}
.nav01::after{
content:"Home";
display: block;
text-align: center;
font-size:14px;
font-weight: normal;
color: #C1C1C1;
}
.nav02::after{
content:"How to Sale";
display: block;
text-align: center;
font-size:14px;
font-weight: normal;
color: #C1C1C1;
}
.nav03::after{
content:"How to Buy";
display: block;
text-align: center;
font-size:14px;
font-weight: normal;
color: #C1C1C1;
}
.nav04::after{
content:"Product";
display: block;
text-align: center;
font-size:14px;
font-weight: normal;
color: #C1C1C1;
}
.nav05::after{
content:"About";
display: block;
text-align: center;
font-size:14px;
font-weight: normal;
color: #C1C1C1;
}
.nav06::after{
content:"FAQ";
display: block;
text-align: center;
font-size:14px;
font-weight: normal;
color: #C1C1C1;
}

.nav07::after{
content:"Contact";
display: block;
text-align: center;
font-size:14px;
font-weight: normal;
color: #C1C1C1;
}
.wrap_topmain{
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
width: 100%;
}
.top_logo{
display: flex;
align-items: center;
}
.site-branding-text h1{
font-size:18px;
}
.site-branding-text h1 img{
margin-right: 15px;
}

/* --------------------------------
  topslide
-------------------------------- */

/* ------ slide image ------- */
.hero-slide__img {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  min-height: 470px;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 5s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 10s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

/* ------ hero erea ------- */
.hero {
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.hero__inner {
  margin: 0 auto;

}
img.hero-slide__img img{
vertical-align: bottom;
}
.ps_slide{
display: block;
}
.sp_slide{
display: none;
}
/* ------ hero title ------- */

.hero__title {
	left: 20%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-20%, -50%);
	max-width: 600px;
	text-align: left;
}

.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}
.hero_wrap{
position: relative;
}

.hero__title h2{
color: #fff;
font-weight: bold;
font-size:64px;
line-height: 1.5;
}
/*/topsilide*/

/*-------------------------------------------
メインコンテンツ
------------------------------------------------*/

#contents_wrap{
padding: 40px 0 0 0;
}
/*topics*/
.topics_wrap{
overflow: hidden;
filter: drop-shadow(1px 1px 5px #e7e7e7);
background: #fff;
padding: 40px 0;
}
.wrap_white{
padding: 80px 0;
}

/*news*/
.wrap_news{
padding: 80px 0;
}
#news_solid{
border: 10px solid #E2E2E2;
padding: 40px 50px;
}
.news_box{
display: flex;
justify-content: space-between;
}
.news_box h2.title{
text-align: left;
}
.news_waku{
width: 65%;
}
.news_waku li{
padding: 15px 0;

}
.news_waku li::before{
content:"●";
color: #98A6B5;
margin-right: 15px;
}
.news_waku .time{
margin-right: 25px;
}
.bn_news{
border: 1px solid #14A5CF;
font-size: 14px;
padding: 1px 10px;
text-align: center;
width: 100px;
color: #14A5CF;
margin-right: 30px;
display: inline-block;
background: #fff;
line-height: 1.6;
}
.bn_product{
border: 1px solid #EC8F26;
font-size: 14px;
padding: 1px 10px;
text-align: center;
width: 100px;
color: #EC8F26;
margin-right: 30px;
display: inline-block;
background: #fff;
line-height: 1.6;
}



/*------------------------
title
-------------------------*/

h2.title{
font-size:36px;
font-weight: 700;
text-align: center;
margin-bottom: 60px;
}
h2.title span{
display: block;
font-weight: normal;
font-size:14px;
color: #5FCFD4;
}

h2.entry-title{
background: #F6F6F6;
border-bottom: 2px solid #BEBEBE;
font-size:18px;
font-weight: 700;
padding: 10px 20px;
line-height: 1.2;
}
h3.widget-title{
background: #F6F6F6;
border-bottom: 2px solid #BEBEBE;
font-size:18px;
font-weight: 700;
padding: 10px 15px;
}

h3.title{
border-left: 6px solid #14A5CF;
font-size:22px;
font-weight: 700;
padding-left: 15px;
margin-bottom: 30px;
}
h3.blue{
font-size:20px;
color:#3388D5;
font-weight: 700;
text-align: left;
margin-bottom: 30px;
}
.entry-meta .entry-date {
	font-size: 14px;
	color: #232121;
	margin: 15px 0;
	display: flex;
	justify-content: flex-end;
}
/*----------------------------
top
----------------------------*/
.post_tit{
font-weight: 700;
font-size:18px;
}
.datetime{
color: #707F89;
font-size:14px;
display: flex;
justify-content: flex-end;
margin-top: 15px;
}
.wrap_tex{
background: url("images/bg_tex.jpg") no-repeat;
background-size: cover;
padding: 80px 0 150px 0;
}
.wrap_tex h2.title, .wrap_tex h2.title span{
color: #fff;
}
.wrap_tex .wrap{
max-width: 1200px;
}
.wrap_gray{
background: #F9F9F9;
padding: 85px 0;
}
.kado{
width: 30%;
display: flex;
flex-direction: column;
background: #fff;
margin-bottom: 20px;
}
.kado p.img{
margin-bottom: 0;
}
.kado p.img img{
max-height: 220px;
}
.kado .inner{
padding: 30px;
margin-bottom: 0;
}
.kado h3{
font-size:22px;
font-weight: 700;
margin-bottom: 40px;
color: #3B4043;
text-align: center;
}
.reb{
position: relative;
}
figure.img240{
max-width: 240px;
}
figure.reb img{
vertical-align: bottom;
}
.name_mask{
background: rgba(0, 0, 0, 0.5);
text-align: center;
color: #fff;
padding: 25px 0;
font-size:14px;
position: absolute;
bottom:0;
width: 100%;
}
.name_mask:hover{
background: rgba(0, 0, 0, 0.8);
}
.top_flow{
background: #fff;
border-radius: 15px;
padding: 20px;
display: flex;
justify-content: space-between;
}
.flow_img{
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #3388D5;
width: 210px;
height: 138px;
}
.flow_text{
width: calc(100% - 260px);
}
.flow_text h4{
font-size:22px;
font-weight: 700;
margin-bottom: 20px;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 18px solid #E2E2E2;
	text-align: center;
	margin: 20px auto;
}

/*--------------------------------
footer
----------------------------------*/
#foot_upper{
background: #F3F3F3;
padding: 60px 0;
}
#foot_upper h3{
font-size:28px;
font-weight: 700;
text-align: center;
margin: 0 auto 60px auto;
}
#foot_upper h3 span{
font-size:18px;
font-weight: normal;
display: block;
}
#foot_upper .bn_contact {
	color: #fff !important;
	background: #2EAEB4;
	border-radius: 100px;
	padding: 15px 1.5em;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
}
#foot_upper .bn_contact:hover{
	color: #fff !important;
	background: #64A6E2;
	text-decoration: none;
}
#foot_upper .bn_contact span{
font-size:12px;
margin-left: 10px;
}
#foot_upper .flex_center{
align-items: center;
}
#foot_upper .flex_center .box48 {
	text-align: center;
}
.foot_lead{
text-align: center;
margin-bottom: 70px;
}
.foot_tel{
font-size:32px;
font-weight: 700;
color: #2EAEB4 !important;
}
.foot_tel a, .foot_tel a:hover{
color: #2EAEB4 !important;
}
.text_eigyo{
text-align: center;
color: #404546;
font-size:14px;
}
.foot_tel::before{
content:"\f2a0";
font-family: "fontawesome";
margin-right: 15px;
font-size:32px;
}
#foot_under{
padding: 35px 0;
background: #3B4043;
color: #fff !important;
}
#foot_under a{
color: #fff !important;
}
#footer {
	margin-bottom: 0;
}
.foot_name{
fony-size:20px;
font-weight: 700;
margin-bottom: 20px;
}
.foot_sns{
display: flex;
justify-content: flex-start;
align-items: center;
}
.foot_sns li{
margin-right: 15px;
}
.foot_wrap{
display: flex;
justify-content: space-between;
}
.foot_left{
width:35%;
}
.foot_nav{
width:60%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.foot_nav ul{
margin-bottom: 0;
}
.foot_nav ul li{
margin-bottom: 10px;
}

.copyright{
padding: 30px 0;
color: #000;
text-align: center;
}
.copyright span, .copyright span a{
font-size:14px;
color: #999;
}

/*---------------------------------------
second page
----------------------------------------*/
#subimage{
background: url("images/bg_subimage.png") #5FCFD4 right no-repeat;
min-height: 250px;
position: relative;
}
#subimage .inner02{

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5){
#subimage{
background: url("images/bg_subimage@2x.png") #5FCFD4 right no-repeat;
min-height: 250px;
}
}
#subimage .inner02 {
	position: absolute;
	top: 50%;
	left: 30%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-30%, -50%);
	text-align: center;
}
#subimage .inner02 h1{ 
	font-size:36px; 
	color: #fff; 
	margin: 0;
	font-weight: 700;
	text-align: left;
}
#subimage .wrap{
position: relative;
}
/*sale*/
.lead_tit{
font-size: 26px;
font-weight: 700;
text-align: center;
margin-bottom: 70px;
}
.lead_tit span{
font-size:16px;
display: block;
font-weight: 500;
}
.lead{
max-width: 800px;
margin: 50px auto;
text-align: left;
}
.sale_box{
border: 1px solid #707070;
background: #fff;
display: flex;
align-content: center;
justify-content: center;
flex-direction: column;
padding-bottom: 30px;
height: 160px;
}
.sale_box h3{
text-align: center;
font-weight: 700;
display: block;
margin-top: auto;
}
.sale_box img {
	margin: 40px auto 0 auto;
	display: block;
	text-align: center;
}
.solid_info{
background: url("images/sale_img01.png") right no-repeat;
border: 1px solid #3388D5;
padding: 25px 60px;
}
.solid_info.buy_info{
background: url("images/img_buy02.jpg") right no-repeat;
border: 1px solid #3388D5;
padding: 25px 350px 25px 60px;
}
.solid_info h3{
margin-bottom: 15px;
}
.solid_info h3.blue span{
font-weight: 700;
font-size:18px;
color: #222;
}
.solid_info .flex_info{
display: flex;
justify-content: flex-start;
align-items: center;
}
.solid_info .flex_info li{
margin-right: 20px;
}
.solid_info .flex_info .foot_tel {
	font-size: 30px;
	font-weight: 700;
	color: #3388D5 !important;
}
.solid_info .bn_contact {
	color: #fff !important;
	background: #3388D5;
	border-radius: 100px;
	padding: 15px 1.5em;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
}

.solid_info .bn_contact:hover{
	color: #fff !important;
	background: #2EAEB4;
	text-decoration: none;
}
.solid_info .bn_contact span{
font-size:12px;
margin-left: 15px;
}
.wrap_sale{
background: url("images/bg_sale_con.png") top center no-repeat;
padding: 120px 0;
}
.sale_col{
width: 31%;
position: relative;
border: 3px solid #5FCFD4;
margin-top: 60px;
background: #fff;
border-radius: 20px;
}
.sale_col img{
position: absolute;
top: -40px;
  left: 50%;
  transform: translateY(-30px) translateX(-50%);
  -webkit- transform: translateY(-30px) translateX(-50%);
}
.sale_col .inner{
padding: 80px 20px 30px 20px;
}
.sale_col h3{
font-size:20px;
text-align: center;
font-weight: 700;
margin-bottom: 25px;
}
.wrap_blue{
padding: 80px 0;
background: #EFF7FF;
}
.box_blue{
padding: 20px 60px;
background: #EFF7FF;
margin: 30px 0;
}
table.table-kiki{
	 border-collapse:  collapse; 
	 width:100%;
}
table.table-kiki th{
	padding: 0.5em 1em;
	border: 1px solid #E0DCD6;
	background: #FAF8F3;
	width:10%;
	font-weight: bold;
	text-align: left;
}
table.table-kiki td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #fff;
	width: 40%;
}
table.table-kiki tr:hover td{
background: #FFF9E9;
}
/*product*/

#content ul.product_list li a{
color: #282828;
}
#content ul.product_list li a:hover{
color: #FFA200;
}

ul.product_list{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
ul.product_list li{
width:30%;
margin-right: 5%;
margin-bottom: 30px;
}

ul.product_list li:nth-child(3n){
margin-right: 0;
}
ul.product_list li figure img{
border: 1px solid #CDD6DD;
}

h2.col_cate_tit{
font-size:16px;
margin-bottom: 0;
font-weight: 700;
color: #707F89;
}
ul.product_list li.items .cate_tit{
font-size:12px;
background: #64A6E2;
color: #fff;
padding: 3px 10px;
border-radius: 100px;
display: inline-block;
line-height: 1.2;
}
.tagcloud ul li {
	display: block;
}
.tagcloud ul li a{
font-size:16px !important;
}
.widget-container .cat-item-1,.widget-container .cat-item-2{
display: none;
}
.btn_cv{
   font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
	position: relative;
	border-radius: 100px;
    -webkit-transition: all .5s;
    transition: all .5s;
	text-align: center;
	padding: 10px 20px ;
    background-color: #14A5CF;
    color: #fff !important;
}
.btn_cv:hover {
    background-color: #1C80AE;
	color: #fff !important;
    }
table.cft th{
width:25%;
}
/*faq*/
.cp_qa02 {
  margin: 0 auto;
}
.cp_qa02 .cp_actab input[type=checkbox] {
  display: none;
}
.cp_qa02 .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
/*質問テキスト*/
.cp_qa02 label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 120%;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 10px;
  cursor: pointer;
}
/*＋アイコン*/
.cp_qa02 label::before {
  position: absolute;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 210%;
  font-weight: bold;
  margin-left: -50px;
  padding: 0 0 0 0;
  transition: 0.4s ease;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ label::before {
  transform: rotate(45deg);
}
/*答えテキスト*/
.cp_qa02 .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa02 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}

/*contact*/
 #content .submit input {
	color: #fff !important;
	font-size: 16px;
	line-height: 20px;
}
p.name {
	float: right;
	text-align: right;
	margin: 20px 0;
	font-weight: 700;
}

.box_gray{
padding: 20px;
background: #ededed;
margin: 20px 0;
}
/*company*/
table.table-h th span{
font-size:14px;
display: block;
color: #3388D5;
}

/*buy*/
.box_blue{
  padding: 50px 30px;
  background: #DCF1FF;
  margin: 30px 0;
}
.wrap_treat {
	background: url("images/bg_choice.jpg") center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 80px 0;
}
.treat_box {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 20px;
	padding: 70px 60px;
}
.number {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #2EAEB4;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 30px;
}
h3.treat_tit span.text {
	width: calc(100% - 55px - 30px);
}

h3.treat_tit {
	color: #2EAEB4;
	font-size: 22px;
	font-weight: normal;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 25px;
	align-items: center;
	
}
h3.treat_tit span.text span{
color: #222;
font-size:18px;
font-weight: bold;
display: block;
}
.treat_con {
	padding-left: 80px;
	margin-bottom: 20px;
}
#policy_con h2{
color: #64A6E2;
font-weight: 700;
font-size:20px;
margin-bottom: 25px;
}
#policy_con h3.tit{
background: #F6F6F6;
	border-bottom: 2px solid #BEBEBE;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 15px;
}
