@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Zen+Old+Mincho&display=swap');


/*
font-family: "Noto Sans JP", sans-serif; 100-900
font-family: "Zen Old Mincho", serif; 400
font-family: "Source Sans 3", sans-serif; 200-900
*/
li {list-style:none;}
img {border:0;}
a {color:#000; outline: none;}

h1, h2, h3, h4, ul, p, figure {margin:0; padding:0;}

html {
 height:100%;
	scroll-behavior: auto;
}

.orik {display: inline-block;}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

body {
	margin: 0 auto;
	padding:0;
	color:#000;
	line-height:160%;
	font-family: "Source Sans 3","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
	font-weight: 400;
	font-size:16px;
	max-width: 1600px;
	position: relative;
}


/*----LUXYプリンタ対応----*/
#luxy {position: fixed !important;}	
@media print {
#luxy {position: static !important;}	
}

/*----tel イベント-------------*/
a.tel {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 855px) {
  a.tel {
    pointer-events: auto;
  }
}

/*----------------------------------------------------------
Contents共通
------------------------------------------------------------*/
#content {
}

#content .inner {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

/*--左右黒バー付の見出し---*/

#content h2.sen{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
    text-align: center;
    color: #000000;
    white-space: nowrap;
	margin-bottom: 30px;
	font-weight: 400;
	width: 100%;
}
.sen::before,
.sen::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.sen::before {
  margin-right: 20px;
}
.sen::after {
  margin-left: 20px;
}

@media screen and (max-width: 550px) {
#content h2.sen{
    font-size: 26px;
	margin-bottom: 15px;
}
	
#content h2.sen.naga {
    font-size: 22px;
}
}

/*---------------------------------
一番上の部分　メインビジュアル
------------------------------------*/

.top_main {
    width: 100%;
	height: 80vh;
	max-height: 700px;
	min-height: 470px;
	position: relative;
}

.top_main img.bg {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 0;
}


/*---Casereport用-----*/

.top_main.cr {
	width: 100%;
	height: auto;
	min-height: inherit;
}




.top_main .top_logo{
	text-align: center;
	width: 270px;
	padding: 30px 0 20px 0;
	background-color: #FFE100;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.top_main .top_logo img {
width: 100%;
max-width: 185px;
height: 100%;
object-fit: contain;
margin: 0;
}

.top_main h1.inbox{
width: 100%;
height: 100%;
box-sizing: border-box;
display: grid;
place-content: center;
margin: 0!important;
position: absolute;
top: 0;
left: 0;
z-index: 0;
text-align: center;
padding: 61px 30px 20px 30px;
color: #FFFFFF;
line-height: 125%;
}
.top_main h1.inbox span span{
display: inline-block;
}

.top_main h1.inbox span.h1_txt{
font-family: "Source Sans 3", sans-serif;
font-size: 41px;
font-weight: 500;
line-height: 125%;
display: block;
padding-bottom: 23px;
}
.top_main h1.inbox span.h1_txt2{
font-size: 22px;
font-weight: 400;
line-height: 140%;
display: block;
}

@media screen and (max-width: 450px) {
.top_main {
min-height: 370px;
}
.top_main .top_logo{
width:55vw;
padding: 5vw 0;
display: grid;
place-items: center;
}
.top_main .top_logo img{
width: 90%;
}
.top_main h1.inbox span.h1_txt{
font-size: 30px;
}
.top_main h1.inbox span.h1_txt2{
font-size: 18px;
}
}


/*---------------------------------------------
グローバルメニュー　
---------------------------------------------*/

#gmenu {
width: auto;
padding: 22px 16px 0 0;
position: absolute;
	right: 0;
	top: 0;
z-index: 1;
}

#gmenu ul {
width: auto;
letter-spacing: -0.4em;
margin: 0;
text-align: right;
}

#gmenu li {
    display: inline-block;
    letter-spacing: normal;
    box-sizing: border-box;
    margin: 0 9px 9px 0;
    width: auto;
    height: auto;
	text-align: left;
    }


#gmenu li a {
border-radius: 10px;
background-color: #FFFFFF;
text-decoration: none;
font-weight: 400;
color: #000;
width: fit-content;
height: auto;
display:flex;
transition: .4s;
padding: 28px 40px 24px 27px;
}
#gmenu li a p{
font-size: 13px;
padding-left: 11px;
line-height: 140%;
}
#gmenu li a p span{
display: block;
font-size: 17px;
line-height: 130%;
font-weight: 500;
padding-bottom: 2px;
}
#gmenu li a span.yaji{
display: grid;
place-items :center;
width: 23px;
height: 23px;
border-radius: 100px;
background-color: #000;
color: #ffde00;
font-size: 13px;
font-weight: 500;
line-height: 100%;
transition: 0.5s;
}

#gmenu li a:hover span.yaji.sita{
transform: rotate(90deg);
background-color: #ffde00;
color: #000;
}

#gmenu li a:hover span.yaji{
background-color: #ffde00;
color: #000;
}

@media screen and (max-width: 1150px) {
#gmenu {display: none;}
}


/*---------------------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------------------*/
#nav-drawer {
  display: none;
}
@media screen and (max-width: 1150px) {
  #nav-drawer {
    display: block;
  }
}
/*----------ハンバーガー-----------*/
/*Media Queries*/
#nav-drawer {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    width: 95px;
    height: 95px;
}
/*チェックボックス等は非表示に*/
#nav-drawer .nav-unshown {
  display: none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 40px;
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
  z-index: 11;
}
#nav-open span {
  display: block;
  transition: all .2s;
  box-sizing: border-box;
}
#nav-open span {
  position: absolute;
  right: 30px;
  width: 32px;
  height: 2px;
  background-color: #000;
}
#nav-open span:nth-of-type(1) {
  top: 40px;
}
#nav-open span:nth-of-type(2) {
  top: 50px;
}
#nav-open span:nth-of-type(3) {
  top: 60px;
}
#nav-input:checked ~ #nav-open {
  color: #fff;
}
#nav-input:checked ~ #nav-open span {
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-45deg);
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span {
  height: 2px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 0;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; /*最前面に*/
  width: calc(100% - 95px); /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 500px; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(-105vw);
  transform: translateX(-105vw); /*左に隠しておく*/
  box-sizing: border-box;
  text-align: left;
  background-color: #333;
  color: #eee;
  padding: 40px;
}
@media screen and (max-width: 500px) {
  #nav-content {
    width: calc(100% - 80px); /*右側に隙間を作る（閉じるカバーを表示）*/
  }
}
@media screen and (max-width: 422px) {


/*アイコンのスペース*/
#nav-open {
  right: 0px;
}
  #nav-content {
    padding: 40px 30px;
  }
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 400px) {
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*------PC版ハンバーガーの中身----------*/

#nav-content h3 {
	margin-bottom: 30px;
}

#nav-content p a {
	text-decoration: none;
	display: flex;
	margin-bottom: 20px;
	color: #eee;
	font-size: 15px;
	padding: 10px 0;
	line-height: 180%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#nav-content p a span {
	display: block;
}

#nav-content p a span{
display: block;
font-size: 17px;
line-height: 130%;
font-weight: 500;
padding-bottom: 2px;
}
#nav-content p a span.yaji{
display: grid;
place-items :center;
width: 23px;
height: 23px;
border-radius: 100px;
background-color: #ffde00;
color: #000;
font-size: 13px;
font-weight: 500;
line-height: 23px;
transition: 0.5s;
	margin-right: 10px;
}


/*----------------------------------------------------------------------------
根管治療には
未だに課題が多い。
----------------------------------------------------------------------------*/
.concept_box {
    width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 30px 130px 30px;
	box-sizing: border-box;
}

.concept_box img.left {
	width: 43%;
	height: auto;
	float: left;
}

.concept_box .txt {
	float: right;
	width: calc(57% - 60px);
	position: relative;
	padding: 33px 0 0 180px;
	box-sizing: border-box;
}

#top .concept_box h3.ttl_tt{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 48px;
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
    line-height: 135%;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
    }

#top .concept_box .txt p{
font-size: 20px;
line-height: 130%;
padding-bottom: 16px;
}
#top .concept_box .txt p.txt_s{
font-size: 14px;
padding: 7px 0 32px 0;
display: block;
}

#top .concept_box .txt p.btn{
padding-bottom: 8px;
	
}

#top .concept_box .txt p.btn img {
border-radius: 5px;	
}

#top .concept_box .txt p.btn a{
display: grid;
width: fit-content;
transition: 0.3s;
position: relative;
top: 0;
}
#top .concept_box .txt p.btn a:hover{
top: 2px;
}

@media screen and (max-width: 1100px) {

.concept_box {
	padding-bottom: 100px;
	padding-top: 50px;
}
.concept_box .txt {
	width: calc(57% - 40px);
	padding: 33px 0 0 140px;
}

#top .concept_box h3.ttl_tt{
    font-size: 40px;
    }
}
@media screen and (max-width: 960px) {
	
.concept_box {
	text-align: center;
	padding-bottom: 50px;
}
	
#top .concept_box h3.ttl_tt{
	display: block;
	width: 100px;
    font-size: 40px;
	margin: 20px auto 20px auto;
	position: static;
	white-space: pre-wrap;
    }
	
.concept_box img.left {
	width: 100%;
	float: none;
	margin: 30px 0 0 0;
}

.concept_box .txt {
	float: none;
	width: auto;
	padding: 0 0 0 0;
	display: inline-block;
	text-align: left;
}
}


/*----
靴の下のコピー
-------*/
	
.shoeu {
margin: 0;
padding: 0 50px;
text-align: center;
}
	
.shoeu img.sm {display: none;}

@media screen and (max-width: 850px) {
.shoeu img.pc {display: none;}	
.shoeu img.sm {
	display: block; 
	margin: 0 auto;
	width: 100%;
	max-width: 500px;}
}
	
@media screen and (max-width: 680px) {

.shoeu {
margin:50px 0;
padding: 0 50px;
}
}


/*------------------------
全ページ共通
-------------------------*/
hr.callo {
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #d6d6d6;
	margin: 50px auto;
	width: 100%;
	max-width: 1350px;
}
.call {
	margin: 50px auto 100px auto;
	max-width: 800px;
	box-sizing: border-box;
	width: calc(100% - 40px);
	background: url("settings/img/top/oto.png") no-repeat right top #fafafa;
	padding: 30px 50px;
	text-align: left;
	border: 5px solid #f6f6f6;
}

.call h3 {
	font-weight: 500;
	margin-bottom: 10px;
}

.call .ctel a {
	font-size: 36px;
	color: #C18A00;
	margin: 0 0 10px 0;
	font-family: 'Figtree', sans-serif;
}

.call .ctel img {
	width: 30px;
	height: auto;
	margin-right: 5px;
}

.call p.mini {
	font-size: 13px;
	margin-bottom: 20px;
}

.call p.btn a {
	background-color: #C18A00;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px 13px 15px;
	border-radius: 5px;
	box-shadow: 2px 2px 0px #8b670c;
	transition: 0.3s;
	position: relative;
	top: 0;
}

.call p.btn a:hover {
	background-color: #8b670c;
	top: 1px;
	box-shadow: none;
}

@media(max-width:750px){
.call .ctel a {font-size: 26px;}
.call .ctel img {width: 20px;}
}
@media(max-width:650px){
.call .ctel span {display: block;}
}


@media(max-width:690px){
.call {padding: 30px 30px;}	
}

@media(max-width:600px){
.call {margin: 50px auto 50px auto;}	
}

@media(max-width:570px){
	
.call {
	margin: 10px auto 20px auto;
	background-position: top 0 right -50px;
}	
	
.call .ctel span {display: block;}	
}

@media(max-width:500px){
	
.call {
	margin: 10px auto 20px auto;
	padding-top: 170px;
}	

.call .ctel img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}
}



/*------------------------------------------------

靴の背景部分
------------------------------------------------*/

.story_2 {
    width: 100%;
    height: 583px;
	position: relative;
	background:url("settings/img/top/top_2.jpg") no-repeat center bottom;
	background-size: cover;
	margin-bottom: 80px;
}

.story_2 .box{
	width: 100%;
    max-width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}


.story_2 .box .inner {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -60px;
}

.story_2 p.txt_s{
    font-size: 1.1em;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 3em;
	line-height: 200%;
}

.story_2 img.mani {
    width: 240px;
	max-width: 30%;
	height: auto;
	float: left;
}

.story_2 .box .inner img.sm {display: none;}

@media screen and (max-width: 680px) {

.story_2 {
	height: 130vw;
	background:url("settings/img/top/top_2sm.jpg") no-repeat center bottom;
	background-size: cover;
	margin-bottom: 30px;
	}
.story_2 .box .inner img.sm {display: block;}	
.story_2 .box .inner img.pc {display: none;}	
	
.story_2 .box .inner {position: static;}	
.story_2 .box .inner img.sm {
	width: auto;
	height: 120vw;
	position: absolute;
	left: 20px;
	top: 5vw;
	}
	
.story_2 p.txt_s{
	position: absolute;
	right: 0;
	bottom: 30px;
	text-align: right;
	width: 65%;
}

.story_2 img.mani {
	max-width: 40%;
	float: right;
}
}
	

hr.story  {
    background-color: transparent;
    border-bottom: 1px none #FFFFFF;
    margin: 50px auto;
    max-width: 1400px;
    clear: both;
    border-top: none;
    border-right: none;
    border-left: none;
}



	
/*------------------------------------------
穿通
--------------------------------------------*/

.seihin {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px;
}
.sentsu {
	display: flex;
	flex-wrap: wrap;
}

.sentsu .box {width: 50%;}

.sentsu .box .txt {
	padding: 40px 40px 0 40px;
	position: relative;
}

.sentsu .box h3 {
	font-size: 20px;
	background-color: #8ec2dc;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.sentsu .box.gf h3 {background-color: #e89091;}
	
/*---箱の中-------*/

.sentsu .box p {margin-bottom: 10px;}
.sentsu .box p.b {font-size: 22px;}
.sentsu .box p.b strong {color: #609ab7;}
.sentsu .box.gf p.b strong {color: #d08586;}

.sentsu img.kd {
	position: absolute;
	right: 40px;
	top: 40px;
	width: calc(100% - 280px);
	height: auto;
}

@media screen and (max-width: 950px) {
	
.sentsu .box .txt {padding: 30px 20px 0 20px;}	
.sentsu img.kd {
	right: 20px;
	top: 30px;
	width: calc(100% - 240px);
}
}

@media screen and (max-width: 820px) {
	
.sentsu .box {width: 100%; margin-bottom: 30px;}
.sentsu img.kd {max-width: 350px}
}

@media screen and (max-width: 500px) {
	
.sentsu .box .txt {padding: 20px 0px;}
.sentsu .box:last-child .txt {padding-bottom: 0px;}
}


/*---*/
.susumanai {
	text-align: center;
}

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


/*------グライドパス用--------*/

.seihin h3.gp {
	font-size: 20px;
	background-color: #daa63c;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}

.sentsu .box.gp .txt {
	padding: 0px 40px 0 40px;
}

.sentsu .box.gp .txt img.righ {
	float: right;
	margin: 0 0 0 20px;
	width: 50%;
	height: auto;
}

.sentsu .box.gp .txt img.sh {
	margin: 10px 0;
}

.sentsu .box.gp .txt p strong {
	color: #8a6957;
	font-size: 22px;
	font-weight: normal;
}

.seihin p.box {
	border: 1px solid #666;
	padding: 10px 20px;
	font-size: 13px;
	margin: 20px 40px 0 40px;
}
 
@media screen and (max-width: 820px) {
	
.seihin p.box {
	margin: 0px 40px 0 40px;
}	

.sentsu .box.gp:nth-child(1) {order: 2;}
.sentsu .box.gp:nth-child(2) {order: 1;}
}

@media screen and (max-width: 630px) {
	
.sentsu .box.gp .txt {
	padding: 0px 10px 0 10px;
}
.seihin p.box {
	margin: 0px;
}	
}


/*---------------------------------------------
FAQ
-------------------------------------------*/
.faq {
	background-color: #f6f5f1;
	padding: 30px 40px;
}

.faq h4 {
	font-size: 33px;
	margin: 0 0 10px 0;
}

.faq p.switchHat {
	display: flex;
	color: #333;
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #d6d6d6;
}

.faq p.switchHat::after {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 24px;
}
.faq p.switchHat span {display: block;}
.faq p.switchHat span:nth-child(1) {
	font-size: 33px;
	font-weight: 600;
	margin-right: 20px;
}

.faq p.switchHat span:nth-child(2) {
	padding: 0 50px 0 0;
}

.faq .switchDetail2 {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	margin: 5px 0 10px 0;
}

.req {
	text-align: right;
	padding: 10px 0 0 0;
}
.req a{
position: relative;
top: 0;
transition: 0.3s;
}
.req a:hover{
top: 2px;
}
@media screen and (max-width: 650px) {

.faq p.switchHat {padding: 20px 0;}
.faq p.switchHat span:nth-child(1) {
	font-size: 26px;
	margin-right: 15px;
}

.faq p.switchHat span:nth-child(2) {padding: 0 40px 0 0;}
.faq p.switchHat::after {
	right: 0px;
	top: 20px;
}
}

@media screen and (max-width: 530px) {

.faq {padding: 30px 20px;}
.req {text-align: center;}
}


/*---------------------------------------------
JIZAI特設サイトのご案内
-------------------------------------------*/

.spsite {
	margin: 80px auto;
	max-width: 1200px;
	padding: 0 30px;
	text-align: center;
}

.spsite p.b {
	font-family: "Zen Old Mincho", serif;
	font-size: 35px;
	margin: 70px 0 40px 0;
	line-height: 140%;
}

.spsite p.m {
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	margin: 0 0 50px 0;
	line-height: 140%;
}

.spsite p.htxt {
	display: inline-block;
	text-align: left;
	margin-bottom: 50px;
}

.spsite p.htxt strong {
	color: #8a6957;
	font-size: 20px;
	font-weight: 600;
}

.spsite img {
	width: 48%;
	height: auto;
}

@media screen and (max-width: 855px) {
.spsite p.b {
	font-size: 28px;
	margin: 40px 0 40px 0;
}

.spsite p.m {font-size: 20px;}
}

@media screen and (max-width: 620px) {
.spsite img {
	width: 100%;
}
	
.spsite {
	margin: 80px auto 10px auto ;
}
}

/*------使い方のコツ-------------------*/

.kotu {
	display: flex;
	font-size: 13px;
	text-align: left;
	margin: 20px 22px 0 22px;
}

.kotu p {
	padding: 0 15px;
}

.kotu p:nth-child(1) {
	background-color: #022442;
	color: #fff;
	white-space: nowrap;
	padding-top: 30px;
}

.kotu p:nth-child(3) {
	text-align: center;
	padding-top: 30px;
	white-space: nowrap;
}

.kotu p:nth-child(3) img {
	width: 60px;
	height: auto;
}

.kotu p a {text-decoration: none;}

@media screen and (max-width: 630px) {
	
.kotu {
	display: block;
	margin: 20px 0px 0 0px;
}
	
.kotu p:nth-child(1) {
	padding: 10px;
}
.kotu p:nth-child(2) {
	padding: 10px;
}

.kotu p:nth-child(3) {margin: 0;}
.kotu p:nth-child(3) a {
	display: block;
	background-color: #d6d6d6;
	padding: 15px 0 5px 0;
}
}

.gray a {
	background-color: #eeeeee;
	padding: 30px;
	margin: 50px 0 0 0;
	display: block;
	text-decoration: none;
	transition: 0.5s;
}

.gray a:hover {background-color: #d6d6d6;}

.gray p {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0 0;
}


/*---------------------------------------------
製品バリエーション
-------------------------------------------*/

.val {
	margin: 130px auto;
	max-width: 1200px;
	padding: 0 30px;
	text-align: center;
}

.val .inner {
	width: 100%;
	max-width: 960px !important;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}

.val .inner .img {
	letter-spacing: -0.4em;
	vertical-align: top;
	margin: 40px 0 20px 0;
}
.val .inner .img img {
	vertical-align: top;
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
}
.val .inner img.w50 {width: 50%;height: auto;}
.val .inner img.w40 {width: 40%;height: auto;}
.val .inner img.w20 {width: 20%;height: auto;}

.val table {
	border: 1px solid #676666;
	width: 100%;
	border-spacing: 0;
}

.val table th {
	background-color: #e4eff4;
	font-weight: normal;
	padding: 8px 10px;
}

.val table td {
	border-bottom: 1px solid #bbb9b9;
	padding: 8px 10px;
}

.val table tr:last-child td {border-bottom: none;}

@media screen and (max-width: 560px) {
	
.val {
	margin: 80px auto;
}	
.val .inner {
	padding: 0 !important;
}	
	
.val .inner img.w50 {width: 80%;height: auto;}
.val .inner img.w40 {width: 80%;height: auto; margin-bottom: 20px;}
.val .inner img.w20 {width: 40%;height: auto;}
	
.val table{width: auto; margin:0 auto;}
.val table tr,
.val table td {
	display: block; 
	width: 100% !important;
	text-align: left;
	box-sizing: border-box;
	}
	
.val table th {display: none;}
	
.val table tr:last-child td {border-bottom: 1px solid #bbb9b9;}
.val table tr:last-child td:last-child {border-bottom: none;}
	
.val table td:first-child {background-color: #e4eff4;}
	

.val table td:nth-child(2)::before {content: "サイズ　：　";}
.val table td:nth-child(3)::before {content: "テーパー：　";}
.val table td:nth-child(4)::before {content: "長さ　　：　";}
.val table td:nth-child(5)::before {content: "入数　　：　";}
.val table td:nth-child(6)::before {content: "標準価格：　";}
}

/*---------------------------------------------
フッタ  20250304 y
---------------------------------------------*/

#footer {
    width: 100%;   /* 横幅のサイズを指定    */
	height: 58vw;
	max-height: 521px;
	min-height: 300px;
    display: block;
	place-content: end start;
/*
    background-image: url(settings/img/top/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
*/


}

#footer .ft{
letter-spacing: -0.4rem;
position: relative;
}

#footer .ft_logo{
	display: inline-grid;
	place-items:center;
	text-align: center;
	width: 270px;
	min-height: 125px;
	padding: 17px 0;
	background-color: #FFE100;
	z-index: 1;
	box-sizing: border-box;
/*	vertical-align: top;*/
}

#footer .ft_logo img {
width: 90%;
max-width: 185px;
height: auto;
object-fit: contain;
margin: 0;
}
#footer .ft p{
display: inline-block;
width: calc(100% - 270px);
box-sizing: border-box;
letter-spacing: normal;
color: #fff;
font-size: 12px;
line-height: 120%;
padding: 0 190px 0 36px 
}

#footer .ft a{
display: grid;
position:absolute;
bottom: 32px;
right: 32px;
border-radius: 5px;
height: fit-content;
}

@media screen and (max-width: 800px) {
#footer .ft p{
padding: 0 30px; 
text-align: right;
}

#footer .ft a{
top: 5vw;
right: 30px;
}
}

@media screen and (max-width: 580px) {
#footer .ft_logo{
width: 45vw;
min-height: 0;
padding: 4vw 0;
}
#footer .ft p{
width: calc(100% - 45vw);
padding: 0 20px; 
text-align: right;
}
#footer .ft a{
top: 5vw;
right: 20px;
}
}
@media screen and (max-width: 420px) {
#footer .ft_logo{
width: 53vw;
min-height: 0;
padding: 4vw 0;
}
#footer .ft p{
width: 100%;
padding: 25px 20px; 
text-align: left;
}
#footer .ft a{
top: 10vw;
max-width: 121px;
width: 34vw;
}
}

.bg_img{
position: absolute;
bottom: 0;
left: 0;
height: 60vw;
max-height: 700px;
min-height: 380px;
width: 100%;
background-image: url(settings/img/top/footer_bg.jpg);
background-repeat: no-repeat;
background-position: top;
background-size: cover;
z-index: -1;
}

.bg_img_top{
position: absolute;
top: 0;
left: 0;
height: 60vw;
max-height: 700px;
min-height: 380px;
width: 100%;
background: url(settings/img/top/top_bg_cont.jpg) no-repeat center top;
	background-size: 100%;
z-index: -1;
}


@media screen and (max-width: 1500px) {
.bg_img{
background-position: bottom;
}
}






/*-----カタログダウンロード-------------------------------------*/

/*---複製　20250301　y*/
.flex_g2 {
    background-color: #eceaeb;
    width: auto;
    text-align: center;
    padding: 80px 30px 60px 30px;
}

.flex_g2 .download_h1{
    font-size: 65px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
	line-height: 100%;
}

.flex_g2 .download_p{
    font-size: 22px;
	line-height: 130%;
	font-family: "Zen Old Mincho", serif;
	padding-top: 15px;
}

.flex_g2 .download_h3{
    font-size: 32px;
	line-height: 130%;
	font-weight: 400;
	font-family: "Zen Old Mincho", serif;
	padding-bottom: 20px;
}


.flex_g_box{
width: auto;
display: flex;
justify-content: space-between;
max-width: 600px;
margin: auto;
padding: 55px 0px 105px 0px;
}

.flex_g_box .g_box{
padding: 0 35px;
}
.flex_g_box .g_box a{
display: grid;
margin: 0 auto 15px auto;
/*max-width: 194px;*/
}
.flex_g_box .g_box a img{
width: 100%;
height: auto;
object-fit: contain;
}
.flex_g_box .g_box a.cldl{
display: block;
width: 95%;
margin: 0 auto;
background-color: #217ba0;
border-radius: 7px;
box-sizing: border-box;
padding: 10px 11px 8px 11px;
color: #fff;
text-align: left;
text-decoration: none;
font-size: 14px;
}
.flex_g_box .g_box a.cldl span.dltxt span{
font-family: "Source Sans 3", sans-serif;
}
.flex_g_box .g_box a.cldl span.dltxt::before{
display: inline-block;
content: "";
width: 21px;
height: 21px;
margin-right: 8px;
background: url("settings/img/top/cl_dl.jpg");
background-size: cover;
background-position: center;
border-radius: 100px;
vertical-align: middle;
}

.flex_g2 .crr{
max-width: 425px;
margin: auto;
padding: 16px 0 17px 0;
}
.flex_g2 .crr figure{
display: grid;
}

.flex_g2 a.crr_a{
display: grid;
max-width: 371px;
margin: auto;
border-radius: 5px;
}
.flex_g2 a.crr_a img{
width: 100%;
height: auto;
object-fit: contain;
border-radius: 5px;
}



@media screen and (max-width: 1000px) {
.flex_g_box .g_box{
padding: 0 1.5vw;
}
.flex_g_box .g_box a.cldl{
padding: 10px 6px 8px 10px;
}
.flex_g_box .g_box a.cldl span.dltxt::before{
margin-right: 6px;
}
}

@media screen and (max-width: 700px) {
.flex_g2 .download_h1{
    font-size: max(9vw, 40px);
}
.flex_g2 .download_p{
    font-size: 18px;
	padding-top: 2.1vw;
}
.flex_g2{
padding-top: 13vw;
}
.flex_g_box{
flex-wrap: wrap;
padding: 7.1vw 0px 10vw 0px;
}
.flex_g_box .g_box{
width: calc(50% - 20px);
max-width: 260px;
margin: auto;
padding: 0 0 50px 0;
box-sizing: border-box;
}
.flex_g_box .g_box:nth-child(even){
margin-left: 20px;
}
.flex_g2 .crr{
padding: 20px 0 23px 0;
}
}

@media screen and (max-width: 480px) {
.flex_g_box .g_box a.cldl{
font-size: 2.5vw;
}
.flex_g2{
padding-top: 60px;
}
.flex_g_box{
padding: 28px 0 40px 0;
}
}
@media screen and (max-width: 430px) {
.flex_g_box .g_box{
width: 100%;
max-width: 220px;
}
.flex_g_box .g_box:nth-child(even){
margin-left: auto;
}
.flex_g_box .g_box a.cldl{
font-size: 14px;
}
}

.bn2 {
padding: 58px 30px 0;
}

.bn2 a.ji{
display: grid;
max-width: 800px;
margin: auto;
margin-bottom: 65px;
}

.bn2 .call{
width: 100%;
max-width: 800px;
margin: auto;
}


@media screen and (max-width: 1000px) {
.bn2 a.ji{
margin-bottom: max(5.5vw, 25px);
}
}

a.dlbtn{
position: relative;
top: 0;
transition: 0.3s;
}
a.dlbtn:hover{
top: 2px;
}

/*-----------------------------------------------
Casereport
------------------------------------------------*/

#cform{
	text-align: left;
	margin: 180px auto 100px auto;
	width:100%;
	padding: 0 30px;
	max-width:950px;
	box-sizing: border-box;
}

#cform h1{
	font-size:22px;
	font-weight: 500;
	padding: 10px 20px 13px 20px;
	margin: 0;
	background-color: #F4D500;
	color:#000;
}

#cform h3{
	font-size:18px;
	font-weight: 500;
	padding: 10px 20px 13px 20px;
	margin: 0;
	border-left: 5px solid #F4D500;
	border-bottom: 1px solid #666;
	color:#000;
	background-color: #f6f6f6;
}


#cform p.htxt {
	letter-spacing: normal;
	padding: 20px;
}

#cform img.mani {
	float: right;
	width: 160px;
	height: auto;
	margin: 0 0 10px 20px;
}

/*--資料選択-----------------*/

#cform .repo_inner {
	display: flex;
}

#cform .repo_inner .box {
	width: calc(50% - 40px);
	box-sizing: border-box;
	padding: 20px;
	background-color: #eeeeee;
	margin: 20px;
}

#cform .repo_inner .box a {text-decoration: none;}

#cform .repo_inner .box p {
	margin: 0;
	padding: 0;
}

#cform .repo_inner .box img {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
}

#cform .repo_inner .box label {
	width: 100%;
	
}

@media(max-width:650px){
	
#cform .repo_inner {
	flex-wrap: wrap;
}

#cform .repo_inner .box {
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding: 20px;
	background-color: #eeeeee;
	margin: 20px;
}
	
}


/*-----
カタログダウンロードで使用
---------------------------------------------*/

#cform .repo_inner .box a {
	display: block;
	text-decoration: none;
}

#cform .repo_inner .box {transition: 0.5s;}
#cform .repo_inner .box:hover {
	background-color: #d6d6d6;
}




/* ------------------------------------------
チェックボックス03 
参考
https://creative.eccom.jp/941/
-------------------------------------------*/
input[type=checkbox] {
    display: none;
}
.checkbox03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox03::after {
    border-right: 6px solid #ff0000;
    border-bottom: 3px solid #ff0000;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type=checkbox]:checked + .checkbox03::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox03::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}

/* ラジオボタン03 */
input[type=radio] {
    display: none;
}
.radio03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio03::after {
    background: #ff0000;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 10px;
}
input[type=radio]:checked + .radio03::before {
    border-color: #666;
}
input[type=radio]:checked + .radio03::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}

/*----------------------*/


@media(max-width:650px){
	
	
	
}


#cform p.nmls {
  padding: 10px 20px 20px 20px;
  text-align: left;
  font-size: 15px;
}


#cform .pdf {
	padding: 30px 20px;
}

#cform .pdf p {
	margin: 0 0 10px 0;
	padding: 0;
}

#cform .tbl {
  letter-spacing: -0.4em;
	padding: 30px 0;
	border-bottom: 1px dashed #666;
}

#cform p.nml {
  padding: 0px 20px 0px 20px;
  text-align: left;
	display: inline-block;
	letter-spacing: normal;
	width: calc(100% - 320px);
	box-sizing: border-box;
	vertical-align: top;
}

#cform p.tt {
  border-radius: 5px;
  padding: 0px 20px;
  margin: 0;
  text-align: left;
	letter-spacing: normal;
	width: 320px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

/*-------smp------------------------*/
@media screen and (max-width: 800px) {
	
#cform .tbl {
  letter-spacing: -0.4em;
	padding: 20px 0;
	border-bottom: 1px dashed #666;
}

#cform p.nml {
	width: 100%;
}

#cform p.tt {
	width: 100%;
	margin-bottom: 10px;
}
}




#cform p span.mini {
	font-size: 14px;
	color: #666;
}


#cform p.tt span.note{
font-size: 12px;
}

#cform span.wdt {
	display: inline-block;
	width: 90px;
}


#cform dl {
  width: 100%;
  padding: 0;
  margin: 30px auto 0 auto;
  text-align: left;
}
#cform dt {
  float: left;
  border-top: 1px dotted #cccccc;
  width: 180px;
  padding: 5px 0 5px 0;
  clear: both;
  font-weight: bold;
}
#cform dd {
  margin-left: 180px;
  border-top: 1px dotted #cccccc;
  padding: 5px 0 5px 5px;
}
#cform p {
  padding: 60px 0 20px 0;
  margin: 0 auto;
}
#cform dl p {
  padding: 0;
  margin: 0;
}
p.redd {
  padding: 20px 0 20px 0;
  margin: 0 auto;
  color: red;
}
#cform p.thanks {
  padding: 0px 0 20px 0;
  margin: 0 auto;
  text-align: left;
}


/*---pp---*/


#cform ol {
  list-style: none;
  counter-reset: number;
	margin: 0;
	padding: 20px;
}
#cform li {
  position: relative;
  padding-left: 40px;
}
#cform li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: 0;
}

table.pp {
	background-color: #d6d6d6;
	border-spacing: 1px ;
	width: 100%;
	margin-bottom: 20px;
}

table.pp td {
	background-color: #fff;
	vertical-align: top;
	padding: 15px;
}

table.pp td:first-child {
	background-color: #f6f6f6;
	width: 200px;
}

/*-------smp------------------------*/
@media screen and (max-width: 650px) {
  #cform dl {
    margin: 0 auto;
  }
  #cform dt {
    float: left;
    border-top: 1px dotted #cccccc;
    width: 100%;
    padding: 5px 0 5px 0;
    clear: both;
    font-weight: bold;
  }
  #cform dd {
    margin-left: 0;
    border-top: none;
    padding: 5px 0 5px 5px;
  }
}

#cform label {cursor: pointer;}
.a1 {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
  width: 100%;
  box-sizing: border-box;
	margin-bottom: 2px;
	outline: 0;
}

/*-------smp------------------------*/
@media screen and (max-width: 800px) {
	
	.a1 {margin: 10px 0 0 0;}	
	
}



.a2 {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
  background: url(settings/settings/img/contact/back.png);
  width: 50%;
  box-sizing: border-box;
	margin-bottom: 2px;
}
.a3 {
  padding: 5px 5px 0px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
  background: #ffffff;
  width: 30%;
  box-sizing: border-box;
	margin-bottom: 2px;
}

/*-------smp------------------------*/
@media screen and (max-width: 500px) {
	
.a2 {
  width: 100%;
}	
}

.a4 {
  padding: 0;
  border: 1px solid #ccc;
  font-size: 1.2em;
  font-family: "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
  background: #ffffff;
  width: 60px;
  box-sizing: border-box;
}
.sendb, .sendb:focus {
  padding: 15px 40px;
  font-size: 18px;
  background-color: #EC6D88;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
}
.sendb:hover {
  background-color: #333333;
  cursor: pointer;
}
.backb {
  padding: 15px 40px;
  background-color: #cccccc;
font-size: 18px;
  color: #000000;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
}
.backb:hover {
  background-color: #d6d6d6;
  cursor: pointer;
}
.msg {
  color: red;
}
.a1:focus, .a2:focus {
  border: 1px solid #EA591A;
  background: url(settings/settings/img/contact/backw.png);
  box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
}
.ctr {
  text-align: center;
  padding: 10px;
  clear: both;
}
.red {
  background-color: #EC6D88;
  color: #ffffff;
  font-size: 13px;
  padding: 0 3px 2px 3px;
  border-radius: 3px;
	margin-right: 5px;
}

.nin {
  background-color: #d6d6d6;
  color: #ffffff;
  font-size: 13px;
  padding: 0 3px 2px 3px;
  border-radius: 3px;
	margin-right: 5px;
}







