@charset "utf-8";
/* CSS Document */
html { scroll-behavior: smooth;}
ul.flex.m0{
margin-bottom: 0;
}
/* =======================================
  ここから各サイトごと
======================================= */
.sp_con{
	display: none;
}
.site-content-contain {
	padding-top: 0;
}
.site-content-contain.second_page {
	padding-bottom: 50px;
}
#masthead{
	background: #fff;
}
#masthead .wrap_head {
	position: relative;
	max-width: 100%; 
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	margin-top: 0;
}

.site-branding-text {
	max-width:360px;
	margin-left: 100px;
	padding-right: 5px;
	
}
.site-branding-text h1 img{
vertical-align: middle;
}
header .site-title{
font-size:14px;
margin-top: 0;
color: #000;
font-weight: normal;
text-align: right;
margin-bottom: 25px;
}
.site-branding-text h1 {
	margin: 0;
	line-height: 1;
}
.top_nav {
	width: calc(100% - 365px - 100px - 370px);
}

.top_nav02{
width:370px;
}
.top_nav ul{
	margin-left: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
}
.top_nav ul li ul{
	margin-left: 0;
	margin-bottom: 0;
	display: block;
}

.top_nav ul li{
	margin-left: 20px;
}
.top_nav li.phone{
	line-height: 1.2;
}
.top_nav02{
display: flex;
justify-content: flex-end;
align-items: center;
}

.top_nav02 a.btn_contact {
	position: relative;
	z-index: 0;
	width: 140px;
	height: 140px;
	line-height: 1.2;
	background: #1DA8FF;
	overflow: hidden;
	cursor: pointer;
	color: #fff !important;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.top_nav02 a.btn_buy {
	position: relative;
	z-index: 0;
	width: 230px;
	height: 50px;
	padding: 45px 0;
	line-height: 1.2;
	background: #FF744B;
	overflow: hidden;
	cursor: pointer;
	color: #fff !important;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.top_nav02 a.btn_phone:hover, .top_nav02 a.btn_contact:hover{
text-decoration: none;
background: #023F73;
}
.top_nav02 a.btn_buy:hover{
text-decoration: none;
background: #CC5700;
}
.head_menu{
display: flex;
justify-content: flex-end;
align-items: center;
}
.head_menu ul li{
margin-right: 10px;
}
.head_menu ul li.line{
padding-right: 10px;
border-right: 1px solid #B7B7B7;
}
.head_menu ul{
align-items: center;
}
.top_nav ul li input[type="text"]{
border-radius: 5px;
width:250px;
}
.top_nav ul li input[type="submit"]{
background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
.top_nav form {
	width:360px;
	margin: 0;
}
.top_nav ul li form ul {
	margin-left: 0;
	margin-bottom: 0;
	display: flex;
}
.wrap_topmain{
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
position: relative;
}
#maincolumn.pad50 {
	padding-top: 50px;
}

#contents_wrap{
padding: 40px 0 0 0;
}
.wrap_white{
padding: 80px 0;
}
.bread{
background: #F5F5F5;
}

#sitemap li{
margin-bottom: 10px;
}
#sitemap li a{
padding: 10px;
border:1px solid #ededed;
background: #F6F6F6;
display: block;

}
#sitemap li ul.children{
padding-left: 15px;

}
#sitemap li ul.children li a{
border:none;
background: none;

}
#sitemap li ul.children li a::before{
content:"●";
color: #ee5082;
margin-right: 10px;
}
/*news*/
.news_box{
display: flex;
justify-content: space-between;
}
.news_left{
width:15%;
}
.news_waku{
width:80%;
}
.news_waku h3{
  position: relative;
  padding: 1rem 2rem 1rem 0;
  border-bottom: 2px solid #E6E6E6;
  font-size:22px;
  font-weight: 700;
}


.news_waku h3:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #023F73;
}
.news_waku li{
border-bottom: 1px solid #B7B7B7;
padding: 15px 0 0 0;
line-height: 1.8;
}
.news_waku .time{
margin-right: 25px;
font-weight: 600;
}
.bn_news{
border: 1px solid #707070;
font-size: 14px;
padding: 1px 10px;
text-align: center;
width: 140px;
color: #707070;
margin-right: 25px;
display: inline-block;
margin-bottom: 15px;
}
.bn_sekourei{
border: 1px solid #FF744B;
font-size: 14px;
padding: 1px 10px;
text-align: center;
width: 140px;
color: #FF744B;
margin-right: 25px;
display: inline-block;
margin-bottom: 15px;
}
.bn_product{
border: 1px solid #1DA8FF;
font-size: 14px;
padding: 1px 10px;
text-align: center;
width: 140px;
color: #1DA8FF;
margin-right: 25px;
display: inline-block;
margin-bottom: 15px;
}
.bn_news::before{
content:"お知らせ";
}
.bn_sekourei::before{
content:"納入実績";
}
.bn_product::before{
content:"製品情報";
}
h2.title{
font-size:36px;
color: #0f1111;
font-weight: 600;
margin-bottom: 60px;
position: relative;
letter-spacing: 2.7px;
}
h2.title span, .title_blue{
color: #1DA8FF;
font-size:18px;
font-weight: 600;
display: block;
letter-spacing: 1.35px;
font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN";
margin-bottom: 10px;
line-height: 1.4;
}
h2.title span::before, .title_blue::before{
content:"◆";
margin-right: 10px;
}
.title_blue{
margin-bottom: 25px;
}
/*-----------foot-----------*/

#foot_upper {
	background: url("images/bg01.jpg");
	width: 100%;
	padding:80px 0;
}
#foot_upper h2{
	color: #fff !important;
}
#foot_upper h2 span, #foot_upper h2 span::before{
	color: #fff;
}
.foot_box{
display: flex;

}
.foot_box .left{
background: #fff;
width: 50%;
text-align: center;
}
.foot_box .left .inner{
padding: 80px 0 70px 0;
}
.foot_box .left .inner p{
margin-bottom: 45px;
}
.foot_box .right{
background:#FF744B;
width: 50%;
text-align: center;
}
.foot_box .right .inner{
padding: 80px 0 70px 0;
}
.foot_tel::before{
content:"\f095";
font-family: "fontawesome";
font-size:36px;
margin-right: 10px;
}
.foot_tel {
font-size:48px;
font-weight: 700;
color: #0f1111;
}
.foot_tel a{
color: #0f1111 !important;
}
#foot_upper h2.title{
color: #fff;
}
#foot_upper h3{
font-size:26px;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
color: #fff;
}
#foot_upper .left h3{
font-size:26px;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
color: #0f1111;
}
#foot_upper a.btn01{
padding: 20px 20px ;
	line-height: 1.8;
	font-size: 18px;
}
#foot_upper a.btn_contact{
padding: 20px 20px ;
     background-color: #fff;
    color: #FF744B !important;
    border: 1px solid #FF744B;
	line-height: 1.8;
	font-size: 18px;
}
#foot_upper a.btn_contact:hover{
padding: 20px 20px ;
     background-color: #FFF6EF;
    color: #FF744B !important;
    border: 1px solid #FF744B;
	line-height: 1.8;
	font-size: 18px;
}
#foot_middle{
background: #F5F5F5;
padding: 90px 0;
}
.flex_product li p{
line-height: 1.4;
}
/*アコーディオン*/


.accordion-foot {
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.accordion-foot summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 0;
    color: #0f1111;
    font-weight: 600;
    cursor: pointer;
	border-bottom:1px solid #B7B7B7;
	font-size:18px;
}



.accordion-foot summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #0f1111;
    border-right: 2px solid #0f1111;
    content: '';
    transition: transform .3s;
}


.accordion-foot p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #0f1111;
    transition: transform .5s, opacity .5s;
}


.accordion-foot ul li{
margin-bottom: 15px;
}

.accordion-foot[open] summary::after {
    transform: rotate(225deg);
}

.accordion-foot summary::-webkit-details-marker {
    display: none;
}
.accordion-foot[open] p {
    transform: none;
    opacity: 1;
}

/*PCのみ*/
@media screen and (min-width : 768px){
.accordion-foot .acc_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 0;
    color: #0f1111;
    font-weight: 600;
    cursor: pointer;
	border-bottom:1px solid #B7B7B7;
	font-size:18px;
}
.accordion-foot .acc_title::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #0f1111;
    border-right: 2px solid #0f1111;
    content: '';
    transition: transform .3s;
}
}
/*アコーディオン*/


a.blue_tit{
font-size: 18px;
font-weight: 600;
color: #1DA8FF !important;
margin-bottom: 30px;
}
.foot_tit_list li{
margin-bottom: 15px;
}
#foot_under .logo_center{
padding: 70px 0;
text-align: center;
}
#foot_under .add{
border-top: 1px solid #B7B7B7;
border-bottom: 1px solid #B7B7B7;
}
#foot_under .add .wrap{
display: flex;
}
#foot_under .add .left{
width:calc(100% / 2);
border-right: 1px solid #B7B7B7;
}
#foot_under .add .left .inner{
padding: 45px 0;
}
#foot_under .add .right{
width:calc(100% / 2);
}
#foot_under .add .right .inner{
padding: 45px 0 45px 45px;
}

#foot_under h3{
font-weight: 600;
font-size:22px;
margin-bottom: 20px;
}
#footer {
text-align: center;
padding-top: 75px;
margin: 0;
background: #343D45;
color: #fff;
}

.copyright{
padding: 45px 0;
background: #fff;
text-align: center;
}
.copyright .flex_center{
display: flex;
justify-content: center;
margin-bottom: 35px;
}
.copyright .flex_center li{
margin-left: 10px;
margin-right: 10px;
}
p.name{
display: flex;
justify-content: flex-end;
text-align: right;

}

h2.entry-title, h1.entry-title, #content .entry-title{
  position: relative;
  padding: 1rem 2rem 1rem 0;
  border-bottom: 2px solid #1DA8FF;
  font-size:32px;
  font-weight: 600;
  color: #1DA8FF;
  margin-bottom: 30px;
}
#content .entry-content h3{
  position: relative;
  padding: 1rem 2rem 1rem;
  font-size:16px;
  font-weight: 600;
  color: #fff !important;
  background: #1DA8FF;
}
#content .entry-content h3.item_tit, h3.item_tit, #content h3.item_tit{
background: #1DA8FF;
padding: 15px 25px;
font-size:22px;
font-weight: 600;
color: #fff;
margin-bottom: 30px;
}
h3.title, #content h3.title {
	position: relative;
	padding: 1rem 2rem 1rem 0;
	font-size: 22px;
	font-weight: 600;
	color: #1DA8FF !important;
	margin-bottom: 40px;
	background: none;
}

h3.title:before  {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  content: '';
  background: #1DA8FF;
}
h3.center{
font-size:28px;
text-align: center;
font-weight: 700;
margin-bottom: 40px;
}
h3.blue_waku, #content h3.blue_waku{
background: #1DA8FF;
padding: 15px 25px;
color: #fff;
font-size:22px;
font-weight: 600;
margin-bottom: 40px;
}

h4.title{
  position: relative;
  padding: 1rem 0;
  border-bottom: 2px solid #B7B7B7;
  font-size:18px;
  font-weight: 700;
  margin-bottom: 40px;
}

h4.title:before{
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #023F73;
}
h3.bold22{
font-weight: 600;
font-size:22px;
margin-bottom: 30px;
}
h4.bold22{
font-weight: 600;
font-size:22px;
margin-bottom: 30px;
}
h3.widget-title{
background: #1DA8FF;
color: #fff;
font-size:18px;
padding: 15px 20px;
font-weight: 600;
}
.widget-container ul li{
border-bottom: 1px solid #DBDCDC;
padding: 10px 0;
}
/*.widget-container ul li::before{
content:"\f054";
font-family: "fontawesome";
margin-right: 10px;
color: #B4B4B4;
font-size:14px;
}
*/
/*topics*/

#topics_waku {
	padding: 45px 0;
}


ul.topics {
margin-bottom: 0;
padding: 0;
}
ul.topics li{
list-style: none;
}


h2.lead{
line-height: 1.625;
font-size:48px;
font-weight: 600;
letter-spacing: 2.7px;

font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
 writing-mode: vertical-rl;
  column-count: 1; 
  column-gap: 1em; 
  display: inline-block;
  height: 600px;
  text-align: justify;
}
/*MV*/
.top_inner{
padding-left: 20%;
}
.hero__title h1{
font-weight: 600;
font-size:68px;
margin-bottom: 45px;
letter-spacing: 2.3px;
line-height: 1.2;
}

.hero__title h1 span{
font-size:50px;
}

.hero__title p{
font-size:22px;
font-weight: 600;

}
/*--------------------
carousel
------------------*/
#carousel_bk{
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0 20px;
}
#carousel {
    margin: 0 auto;
    width: 100%;
    height: 130px;
    text-align: left;
    position: relative;
	overflow: hidden;
}
 
#carousel_prev,
#carousel_next {
    width: 11px;
    height: 18px;
    background: #000;
    cursor: pointer;
    position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#carousel_prev {
    left: -11px;
    background:transparent url(image/arrow_l_slide.png) no-repeat top left;
}
#carousel_next {
    right: -11px;
    background:transparent url(image/arrow_r_slide.png) no-repeat top left;
}
 
#carousel ul li {
   float: left;
	text-align: center;
	display: inline;
	width: 400px;
}
#carousel ul li img{
width:390px;
}

carousel ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#carousel ul {
    display: inline-block;
    overflow: hidden;
}

.wrap_carucel{
padding-bottom: 50px;
}
.wrap_about{
background: #F5F5F5;
padding: 130px 0 60px 0;
}
.flex_about{
display: flex;
justify-content: space-between;
}
.flex_about .left{
width: 28%;
text-align: left;
}
.flex_about .right{
width: 72%;
}
.wrap_top_blue{
background: url("images/bg01_01.jpg") repeat-x;
position: relative;
padding-bottom: 40px;
}
.wrap_top_blue .wrap{
position: relative;
}
.drop_box {
	background: #fff;
	box-shadow: 0 0 10px #d6d6d6;
}
.wrap_top_blue .drop_box{
	margin-bottom: 60px;
	
}
.wrap_top_blue .drop_box .inner{
padding: 80px 65px;
}

/*トップグリッド*/
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  padding: 1px;
}
.grid > * {
  padding: 2em;
  outline: solid 1px #D5D5D5;
}
.grid a{
display: block;
 transition: 0.5s
}
.grid a:hover{
text-decoration: none;
color: #0f1111 !important;
}
.grid > div:hover{
 outline: solid 5px #1DA8FF; 
 outline-offset: -5px;/*outline-offsetの値を-5pxにして内側に調整*/
 transition: 0.5s
}

.grid h3{
font-size: 22px;
font-weight: 600;
line-height: 1.4;
height: 64px;
margin-bottom: 25px;
}
.grid figure{
margin-bottom: 20px;
}
.flex_title{
display: flex;
justify-content: space-between;
align-items:center;
}
a.title_icon::after{
content:"\f138";
font-family: "fontawesome";
margin-left: 10px;
}
a.banner_list{
border: 1px solid #0f1111;
display: block;
padding: 20px;
margin-top: 25px;
font-weight: 600;
}
a.banner_list span{
display: flex;
justify-content: space-between;
align-items: center;
}
a.banner_list span::after{
content:"\f138";
font-family: "fontawesome";
}

a.banner_list:hover{
background: #F5F5F5;
text-decoration: none;
}
a.banner_list span.pdf{
display: flex;
justify-content: flex-start;
}
a.banner_list span.pdf::after{
content:"";
}
a.banner_list span.pdf::before{
content:"\f56d";
font-family: "fontawesome";
margin-right: 15px;
color: #FF0000;
font-weight: normal;
font-size:18px;
}
a.banner_list span.pdf.dwg::before{
color: #035C93;
}
a.banner_list span.pdf.dxf::before{
color: #0f1111;
}
.img_support img{
vertical-align: bottom;
}
.top_st_bg{
background: url("images/bg02.jpg") no-repeat;
padding: 150px 0;
}
.top_st_bg h3{
font-size:22px;
font-weight: 600;
margin-bottom: 30px;
}
.top_st_bg .number{
margin-bottom: 30px;
}
#wrap_top_company{
background: url("images/bg03.jpg") no-repeat;
background-size: cover;
padding-top: 320px;
}
#wrap_top_company .bg_company{
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0 18%, #fff 18% 100% );
}
#wrap_top_company .bg_company .inner{
padding: 180px 0 120px 6%;
}
/*-------------------------
subimage
----------------------------*/


#subimage {
	position: relative;
	width: 100%;
	background:url("images/bg01.jpg");
	padding: 56px 0 0 0;
	min-height: 144px;
}
#subimage .inbox{
background: #fff;
padding: 50px 0 33px 0;
text-align: center;
color: #1DA8FF;
width: 100%;
}
/*中に文字を入れる場合*/
#subimage h1{ 
font-size:42px;
font-weight: 600;
position: relative;
letter-spacing: 3.15px;
text-align: center;
color: #1DA8FF;

}
#subimage .wrap{
max-width: 1280px;
}
.entry-meta{overflow: hidden;}
.entry-meta::after{
cotent:"";
clear: both;
overflow: hidden;
}


/* arrow */
.slick-arrow{
  display: none;
}

.slick-prev{
 display: none;
}
.slick-next{
  display: none;
}
/* dots */
.slick-dots{
 display: none;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button::before{
 display: none;
}
.slick-dots li{
  margin: 0 7px;
}
.slick-dots li button{
  display: none;
}
.slick-dots li.slick-active button{
  display: none;
}
.slick-dots li button::before{
  content: '';
}
.top_nav_sp{
	display: none;
}

/*company*/
.map iframe{
max-width: 100%;
}
.flex__list{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex__list .list01{
width: 60%;
}
.flex__list .list02{
width: 40%;
text-align: right;
}
/*form*/
.form_info{
border: 10px solid #F5F5F5;
background: #fff;
padding: 30px 45px;
margin-bottom: 50px;
}

.fax_number{
font-size:48px;
font-weight: bold;
}
.fax_number span{
font-size:28px;
margin-right: 10px;
}
.form_info .flex{
align-items: center;
}
.form_info .banner_list{
margin-top: 0;
}
.marker{
	background:linear-gradient(transparent 50%, rgba(255, 0, 0, 0.6) 50%);
}
/*product*/
/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
  border: 2px solid #0586c2;
  transition: border .5s;
}
/* レイアウトのためのスタイル */

.main-img {
  max-height: 500px;
  width: 100%;
}

.main-img img {
  height: auto;
  width: 100%;
}
.sub-img {
  display: flex;
flex-wrap: wrap;
}
.sub-img li {
  margin-right: 2%;
  width: calc(96% / 2);

}
.sub-img li:nth-of-type(2n) {
  margin-right: 0;
}
.sub-img li.box3 {
  margin-right: 2%;
  width: calc(96% / 3);

}
.sub-img li.box3:nth-of-type(3n) {
  margin-right: 0;
}
.sub-img li img {
  border: 2px solid transparent;
  transition: border .5s;
}
.sub-img img {
  cursor: pointer;
  width: 100%;
}
/*archives*/
.big_img{
width:60%;
}
.thumb_img{
width:35%;
}
/*zumen*/
table.zumen{
	 border-collapse:  collapse; 
	 width:100%;
}
table.zumen thead td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #707070;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
table.zumen tbody td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #fff;
	line-height: 1.4;
}

table td.mid{
vertical-align: middle;
}
.scroll {
    overflow-x: auto;
 }
 caption .style1{
 font-weight: 600;
 }
  
a.red_icon{
color: #ff0000;
font-size:20px;
}
a.blue_icon{
color: #035C93;
font-size:20px;
}
a.black_icon{
color: #0f1111;
font-size:20px;
}
i.red_icon{
color: #ff0000;
font-size:20px;
margin-right: 10px;
}
#content ul.flex.item_box_list{
margin-bottom: 60px;
}
.flex_product{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: 30px ;
}

/*result*/
table.table-results, #content table.table-results{
	 border-collapse:  collapse; 
	 width:100%;
	 margin-bottom: 20px;
}
table.table-results th,  #content table.table-results th{
	padding: 0.5em 1em;
	border: 1px solid #B7B7B7;
	background: #707070;
	width:25%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	
}
table.table-results td,  #content table.table-results td{
	padding: 0.5em 1em;
	border: 1px solid #B7B7B7;
	background: #fff;
}
/*care*/
.flex_care{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_care li{
width: 23%;
margin-bottom: 30px;
}
.fc_orange{
color: #FF744B;
}
.flex_step{
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
}
.flex_step span{
font-size:22px;
font-weight: 600;
margin-left: 15px;
}
.step{
background: #7ECDFF;
padding: 10px 20px;
color: #fff;
text-align: center;
font-weight: 600;
font-size: 22px;
border-radius: 100px;
line-height: 1;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #D5D5D5;
  margin: 40px 0 50px 0;
}
/*support*/
.flex_catalog{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.flex_catalog li{
width: 23%;
margin-bottom: 30px;
margin-right:2.6%; 
font-weight: 600;
font-size: 18px;
}
.flex_catalog li:nth-of-type(4n){
margin-right: 0;
}
.maru_tit{
font-weight: 600;
margin-bottom: 20px;
}
.maru_tit:first-letter{
  color:#1DA8FF;
}
table.table-sup, #content table.table-sup{
	 border-collapse:  collapse; 
	 width:100%;
	 margin-bottom: 20px;
}
table.table-sup th,  #content table.table-sup th{
	padding: 0.5em 1em;
	border: 1px solid #B7B7B7;
	background: #F5F5F5;
	width:auto;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;	
}
table.table-sup td,  #content table.table-sup td{
	padding: 0.5em 1em;
	border: 1px solid #B7B7B7;
	background: #fff;
}
.flex_st_banner{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.flex_st_banner li:nth-of-type(2n){
margin-right: 0;

}
div.item_tit{
line-height: 1.4;
}
.js-scrollable{
margin-bottom: 50px;
}
.fc_orange{
color: #FF744B;
font-weight: 600;
}
.solid_gray{
padding: 2em;
border:2px solid #D5D5D5;
margin-bottom: 20px;
}
h3.item_tit span.fs16{
margin-left: 15px;
font-size:16px;
}

/*faqアコーディオン*/
#content .entry-content h3.ea-header, .entry-content h3.ea-header{
	position: relative;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #0f1111 !important;
	background: #F6F7F7 !important;
	margin-bottom: 0;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	color: #0f1111;
	font-size: 18px !important;
	line-height: 28px;
	box-shadow: none;
}
#sp-ea-250.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon,
#sp-ea-268.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon,
#sp-ea-454.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon{
	float: left;
	color: #1E23AA;
	font-size: 16px;
	font-weight: normal;
}
#sp-ea-250.sp-easy-accordion > .sp-ea-single,
#sp-ea-268.sp-easy-accordion > .sp-ea-single,
#sp-ea-454.sp-easy-accordion > .sp-ea-single{
	margin-bottom: 30px !important;
	border: 1px solid #e2e2e2;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
	padding: 2em;
	overflow: hidden;
}
.solid_bold{
font-weight: 600;
border-bottom: 1px solid #B7B7B7;
margin-bottom: 20px;
padding-bottom: 10px;
}
a.red_link{
color: #ff0000!important;
text-decoration: underline;
}
span.fc_aqua{
color: #1DA8FF;
}
.video{
width: 80%;
text-align: center;
display: block;
margin: 10px auto;
}
.flex.catalog p a{
display: flex;
align-items: center;
justify-content: center;
}
.flex.catalog p a img{
margin-right: 8px;
}
.flex.catalog li{
margin-bottom: 30px;
}