p,div,li,ul{
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.7;
	color: #333;
	    font-size: 1.1rem;
}
.mt150{
    margin-top: 150px;
}
.mt100{
    margin-top: 100px;
}
.mb20{
	margin-bottom:20px;
}

@media screen and (max-width: 600px) {
p,div,li,ul{
	    font-size: 1rem;	
	}	
.mt150 {
    margin-top: 80px;
}
	.mt100{
    margin-top: 50px;
}
}
/*共通項目*/
.sub_top{
	background-image: url("../img/un_top.jpg");
	height: 280px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
margin-top: 30px;
}
.sub_top h2{
display: flex;
    text-align: center;
    font-size: 1.9rem;
    flex-direction: column-reverse;
    line-height: 1.4;
	    font-weight: 500;
	  font-family: "vdl-v7gothic", sans-serif;
}
.sub_top h2 span{
	font-family: "franklin-gothic-atf", sans-serif;
	font-weight: 600;
	    color: #ffffffd1;
	    font-size: 150%;
}

h3{
  font-family: "vdl-v7gothic", sans-serif;
display: flex;
    text-align: center;
    font-size: 1.5rem;
    flex-direction: column-reverse;
    line-height: 1;
	font-weight: 600;
	position: relative;
	width: fit-content;
	margin: 80px auto 100px;
}
h3:after{
    position: absolute;
    bottom: -20px;
       left: 50%;
    transform: translateX(-50%);
    content: " ";
 width: 100%;
    height: 3px;
    background: #f5a200;
    margin: auto;
	border-radius: 10px;
}

h4{
	  font-family: "vdl-v7gothic", sans-serif;
    border-bottom: solid #e2e2e2 2px;
    border-left: solid #656565 4px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 3px 10px;
    font-size: 1.1rem;
}
.sub_h4{
	font-weight: 600;
}
.point_h4{
    background-color: #22bcb5;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
h5{
    border-bottom: solid 2px #656565;
    margin-bottom: 30px;
    font-size: 1.2rem;
    margin-top: 50px;
    font-weight: 500;
}
.small_h5{
    font-size: 1rem;
    /* padding-left: 10px; */
    display: block;
}
.inner{
	max-width: 1100px;
    margin: 0 auto;
	width: 96%;
}
.back_g{
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 100px;
}
.back_w{
    padding-bottom: 100px;
    display: block;
}
.text_box{
    margin: 0px 50px 50px;
} 

.center_text{
	text-align: center;
}
.or_text{
	    color: #f5a200;
    font-size: 120%;
    font-weight: 600;
}
.text_box li{
    padding-top: 0.5em;
	    margin-left: 1em;
	    position: relative;
}

.border_box{
	    border: solid 2px #ddd;
    padding: 20px;
}
.linktext{
    color: #08bab1;
}
.text_box_p{
    padding-top: 0.5em;
}
.text_box_p span{
font-weight: 600;	
}

.sub_top_box{
display: flex;
justify-content: space-between;
align-items: center;
}
.sub_top_box_img{
	width: 45%;
}
.sub_top_box_text{
	width: 50%;
}
@media screen and (max-width: 770px) {
	.sub_top {
		height: 250px;
	}
.sub_top h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.2rem;
	    margin: 100px auto 80px;
	}
.sub_top_box_text {
    width: 100%;
	    margin-top: 10px;
}
.sub_top_box_img{
   width: 100%;
}
.sub_top_box {
    flex-direction: column;
}
}
@media screen and (max-width: 600px) {
	h3 {
    margin: 50px auto 50px;
}
	h3:after {
height: 4px;
    width: 60px;
}

	.sub_top {
    height: 220px;
}
.text_box {
    margin: 0px 20px 50px;
}
.sub_top h2 {
    font-size: 1.5rem;
}
.back_w {
    padding-bottom: 30px;
}
	.back_g{
	    padding-top: 10px;
    padding-bottom: 30px;	
	}
}
@media screen and (max-width: 400px) {
	.text_box {
    margin: 0px 0px 50px;
}
.inner {
    width: 92%;
}	
}


.map iframe{
	width: 100%;
}
.map{
	margin-bottom: 50px;
}
/* table01 */

.table_01{
width: 100%;
}

.table_01 th{
    width: 30%;
	font-weight: 600;
	background-color: #333;
	color: #fff;
}
.table_01 td{
    width: 70%;
}
.table_01 td,.table_01 th{
padding: 20px;
   border: solid 1px #d8d8d8;
	
}
@media screen and (max-width: 750px) {
.table_01 td, .table_01 th {
    padding: 10px;
}
.table_01 {
    width: 100%;
 
	}
}
	@media screen and (max-width: 500px) {
	.table_01 td, .table_01 th {
    display: block;
		width: 100%;
		    padding: 2px 5px 5px;
}
.table_01 tr {

    display: block;
}
}

/* table02 */

.table_02{
width: 100%;
	font-size: 19px;
}

.table_02 th{
    width: 30%;
	font-weight: 600;
	    border-bottom: solid 3px #d8d8d8 ;
}
.table_02 td{
    width: 70%;
	   border-bottom: solid 2px #f3f3f3;
}
.table_02 td,.table_02 th{
padding: 20px;
vertical-align: middle;
}
.fac_th{
vertical-align: text-top !important;
}
@media screen and (max-width: 750px) {
.table_02 td, .table_02 th {
    padding: 10px;
}
.table_02 {
    width: 100%;
    font-size: 16px;
	}
}
	@media screen and (max-width: 500px) {
	.table_02 td, .table_02 th {
    display: block;
		width: 100%;
		    padding: 2px 5px 5px;
}
		.table_02 td{
		    border-bottom: none;	
		}
		.table_02 th {
			border-bottom: solid 3px #d8d8d8;
		}
.table_02 tr {
margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
}
}

/* お問合せフォーム **/
.form table{
	font-size:16px;
}
.submit_btn{
		font-size:16px;
}
.form table{
    border: 1px solid #c4c4c4;
    width: 100%;
    line-height: 1.5;
}
.form th{
color: #fff;
    width: 35%;
    text-align: left;
    padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    vertical-align: top;
    background: #333;
    position: relative;
}
.form th p{
color:#fff;	
}
.form td{
	width: 65%;
	   padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}
.form tr:not(:last-child) th{
border-bottom: 1px solid #fff;	
}

.form td input{
	border: 1px solid #ddd;
    padding: calc(4 / 1920 * 100vw);
    width: 100%;
}
.wpcf7-list-item input{
	    width: auto !important;
}
.form td textarea{
    border: 1px solid #ddd;
    width: 100%;
    max-height: calc(200 / 1920 * 100vw);	
}

.form td input:focus{
    border: 2px solid #333;
    border-radius: calc(4 / 1920 * 100vw);
}
.submit_btn input:disabled {
    background: #ddd;
}
.submit_btn input {
    width: 100%;
    text-align: center;
    color: #fff;
        background: #0000ff;
    line-height: 1;
        padding: 15px 0px;
    letter-spacing: .1em;
}
.submit_btn{
     margin: 50px auto 0px;
    text-align: center;
    position: relative;
   max-width:280px;
    width: 100%;
}
#autozip {
   display: none !important;
}
/* ローディング中アニメーション（デフォルト） */
.wpcf7-spinner {
    margin:20px 24px !important
}
.wpcf7-response-output{
    border-color: #46b450;
       margin-top: -30px !important;
    font-size: 17px;
}

.required {
    font-size: 0.8rem;
    color: #fff;
background-color:#0000ff;
    border-radius: 2px;
    padding: 2px;
    vertical-align: 2px;
    margin-left: 10px;
    font-weight: 500;
	    position: absolute;
    right: 20px;
}

@media screen and (max-width:750px) {
	.form td,.form tr,.form th{
width:100%;
display: block;
	}
.form td input{
    width: 100%;
}
.form td,.form th{
     padding: 2vw 3vw 3vw;
	}
.form td textarea {
    max-height: calc(400 / 1920 * 100vw);
}
}
/*初めての方へ*/

.first_back{
	background-color: #f1f1f1;
}
.first_back h3{
    font-size: 2rem;
    color: #4785ae;
    font-weight: 600;
    text-align: center;
    padding-top: 100px;
    z-index: 10;
    position: relative;
	background-color: #f1f1f1;
    width: fit-content;
    margin: 0 auto;

}
.first_back span{
	position: relative;
	z-index: 2;
}
.first_back span:after{
    content: "";
    position: absolute;
    width: 99vw;
    background: #fff;
    height: 3px;
    left: 0;
    top: 0;
    bottom: -110px;
    margin: auto;
    z-index: 0;
}
.first_inner{
    max-width: 1300px;
    margin: 0 auto;
	    width: 98%;
}

.first_box{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    border-radius: 30px;
    width: 40%;
    margin: 10px;
        border: solid #f1f1f1 3px;
    max-height: 450px;

}
.first_wrapper{
	    align-items: flex-start;
	display: flex;
	    justify-content: space-between;
		    margin-top: 100px;
}
.first_box p{
max-width: 300px;
font-weight: 600;
}
.leave_back{
	background-color:#08bab1;
	height: 300px;
display: flex;
justify-content: center;
    align-items: center;
	position: relative;
}
.leave_back:after{
    content: "";
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 40px solid #f1f1f1;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
}
.leave_back_text{
	position: relative;
}
.leave_back_text:after{
    content: "";
    width: 90px;
    height: 90px;
    margin: auto;
    background: url(../img/leave_right.png)no-repeat center / contain;
    position: absolute;
    bottom: 40%;
    right: -150px;
    z-index: 1;
}
.leave_back_text:before{
    content: "";
    width: 90px;
    height: 90px;
    margin: auto;
    background: url(../img/leave_left.png)no-repeat center / contain;
    position: absolute;
    bottom: 40%;
    left: -150px;
    z-index: 1;
}
.leave_back_text p{
	color: #fff;
	font-size: 1.8rem;
	text-align: center;

}
.leave_back_text p span{
	font-weight: 600;
	font-size: 2rem;
	    background: linear-gradient(transparent 50%, #d3d709 0%);
}
.first_box_text{
	margin-top: 10px;
	    height: 200px;
}

/*@media screen and (max-width: 1300px) {
	.first_box p {
    max-width: 180px;
	}
	.first_box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	    padding: 20px 10px;
		    width: 300px;
		}
	.first_box_img{
		    width: 80%;
	}
	.first_inner {
		max-width: 950px;
	}
}*/
@media screen and (max-width: 1000px) {
.first_wrapper {
    flex-direction: column;
}	
.first_box {
    padding: 20px 30px;
    width: 470px;
    margin: 30px auto;
}
	.first_box p {
    max-width: 80%;
}
	.first_box_img img{
	width: 80%;
    margin: 0 auto;
    display: block;	
	}
.leave_back_text:before {
    width: 70px;
    height: 70px;
    left: -80px;
}	
.leave_back_text:after{
    width: 70px;
    height: 70px;
    right: -80px;
}	
	.first_box_text{
	    height: auto;	
	}
}
@media screen and (max-width: 750px) {
/*.leave_back_text:before {
    width: 50px;
    height: 50px;
    left: -20px;
    bottom: 50%;
}	
.leave_back_text:after {
    width: 50px;
    height: 50px;
    right: -30px;
}*/
}
@media screen and (max-width: 600px) {
.first_wrapper {
	margin-top: 30px;
	}
.first_box {
    width: 90vw;
	margin: 10px auto;
}
.first_back h3 {
		font-size: 1.3rem;
	    padding-top: 50px;
	}
.leave_back_text p {
    font-size: 1.3rem;
}
.leave_back_text p span {
	font-size: 1.5rem;
	}
.leave_back_text:before {
    width: 50px;
    height: 50px;
    left: -40px;
    bottom: 60%;
}
.leave_back_text:after {
    width: 50px;
    height: 50px;
    right: -40px;
    bottom: 60%;
}
	.first_wrapper {
    padding-bottom: 100px;
}
.leave_back {
    height: 250px;
}
}
/*voice*/
.voice_section{
	margin-top: 100px;
	    margin-bottom: 200px;
}
.voice_box{
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}
.voice_box p{
	font-weight:500;
}

.voice_box dl{
padding: 40px 0px 60px;
    max-width: 750px;
    margin: 0 auto;
    width: 90%;
}
.voice_box dt{
	display: flex;
	align-items: center;
	font-size: 20px;
	    margin-bottom: 20px;
}
.voice_box img{
	margin-right: 20px;
}
.voice_box dd{
	font-size: 18px;
}
.voice_box strong{
	    display: block;
    color: #22bcb5;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px){
.voice_box dd {
    font-size: 16px;
}	
.voice_box dt {
    font-size: 18px;
	}
.voice_box img {
    width: 70px;
}
}
@media screen and (max-width: 500px){
.voice_box img {
    width: 65px;
}
	.voice_box dl {
		padding: 20px 0px 30px;
	}
}


/* Q＆A */
.about-qa {
  margin-bottom: 20px;
}
.sukima_s{
    margin-bottom: 7px;	
}
.qa_strong{
font-weight: 500;
    margin-bottom: 10px;
    color: #47bbc5;
}
.about-qa-item__ans span{
	color: #dc3545;
}

/* column */
.about-qa-item__ans dl{
	margin-top:10px;
}
.about-qa-item__ans dt{
	font-weight:600;
	color:#48ad8d;
}
.about-qa-item__ans dd{
line-height: 1.6;
}
.dl_zone{
	font-size:1rem;
	background-color:#f8f8f8;
	padding:10px;
}
.dl_zone div{
font-size: 1.1rem;
    border-bottom: 1px #c0c0c0 solid;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dl_zone div:first-child{
	margin-top:5px
}

.dl_lastp{
	margin-top:10px;
}
.dl_zone li{
position:relative;
	    padding-left: 15px;
}
.dl_zone li:after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ded0a5;
    position: absolute;
    left: 0px;
    top: 0.55em;
}
.no_point li:after{
position:relative;
}
.no_point li:after{
	    content: none;
	 position: absolute;
}
.second_dl dt{
	color:#333;
	
}
.second_dl dt {
   color: #7e6734;
    font-weight: 400;
    border-bottom: solid 1px #ceb848;
    width: fit-content;
}
.second_dl dd {
	margin-bottom:10px;
}

@media screen and (max-width: 750px) {
  .about-qa {
    margin-bottom: 90px;
  }
}

.about-qa-item {
     background: #08bab1;
    padding: 15px 20px;
    letter-spacing: 0;
    border-radius: 0px;
    font-size: 1.1rem;
    color: #fff;
	border-radius: 20px;

}

.about-qa-item + .about-qa-item {
  margin-top: 15px;
}
.about-qa-item__que {
  line-height: 1.75;
  padding-left: 70px;
  background: url("../img/about/icon-q.png") top 3px left/16px no-repeat;
		    position: relative;
}
.about-qa-item__que:after{
content: "+";
    position: absolute;
    font-size: 2.5rem;
    color: #FDC325;
    left: 88%;
    top: -100%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*.about-qa-item__que:before{
content: "Q";
    position: absolute;
    font-size: 3rem;
    color: #d39d4f;
    left: 2%;
    top: -100%;
    z-index: 10;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}*/
.about-qa-item__accordion {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
    color: #333;
    font-size: 1rem;
}
.about-qa-item__ans {
  background: #fff;
  line-height: 1.75;
  margin-top: 11px;
  padding: 25px;
	font-size:18px;
	border-radius: 20px;
}

.qa_inner{
    margin: 80px auto 150px;
    max-width: 1000px;
}
.gmap{
	width:100%;
}
.q_text{
font-weight: 500;
    margin-bottom: 10px;
	    padding-bottom: 10px;
    border-bottom: dashed 3px #ffe9b9;
}
.qa_no{
font-size: 1.7rem;
    margin-right: 20px;
    font-weight: 500;
    color: #6ad1c8;
}
@media screen and (max-width:1200px) {
.qa_inner {
    max-width: 760px;
}	
.about-qa-item__que {
    padding-left: 15px;	
	}
.qa_no {
	font-size: 1.5rem;
	margin-right: 10px;
	}
.about-qa-item__que:after {
    font-size: 2rem;
	    left: 95%;
	}
.about-qa-item {
    font-size: 1rem;
}
}
@media screen and (max-width:1200px) {
.about-qa-item__ans {
    font-size: 16px;
}
}
@media screen and (max-width:800px) {
/*.about-qa-item {
    width: 95%;
    margin: 0 auto;
}*/
/*	.about-qa-item__que {
    padding-left: 25px;
    width: 90%;
	}
.about-qa-item__que {
    padding-left: 10px;
}*/
}
@media screen and (max-width:800px) {
	.qa_inner {
		width: calc(100% - 50px);
	}
	.about-qa-item__que{
	    padding-left: 10px;
	  width: 90%;
		display: flex;
	}
	.about-qa-item__que:before {
	font-size: 2rem;
	}
	.about-qa-item__que:after {
font-size: 2rem;
    left: 102%;
		}
}
@media screen and (max-width:500px) {
	.qa_inner {
    width: calc(100% - 20px);
}

	.about-qa-item{
	    padding: 20px 10px;	
	}
}

.anchor{
    display: block;
    margin-top: -250px;
    padding-top: 250px;
}

/*採用情報*/
.table_box strong{
position: relative;
}

.table_box {
    border-bottom: 2px #e2e2e2 dotted;
    padding: 5px;
}
.table_dot{
	    margin-left: 10px;
}

/* table01 */

.subu_table{
width: 100%;
	font-size: 19px;
}

.subu_table th{
    width: 30%;
	font-weight: 600;
}
.subu_table td{
    width: 70%;

}
.subu_table td,.subu_table th{
padding: 20px;
   border-bottom: solid 1px #d8d8d8;
      vertical-align: middle;
}
@media screen and (max-width: 750px) {
.subu_table td, .subu_table th {
    padding: 10px;
}
.subu_table {
    width: 100%;
    font-size: 16px;
	}
}
	@media screen and (max-width: 500px) {
	.subu_table td, .subu_table th {
    display: block;
		width: 100%;
		    padding: 2px 5px 5px;
}
.subu_table tr {
margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
}
}
/*会社概要*/
.sdgsbox_wrap{
    max-width: 900px;
    margin: 0 auto;
}
.sdgsbox{
display: flex;
	justify-content: space-between;
	    text-align: center;
}
.sdgsbox img{
max-width: 400px;
    width: 100%;
    border: solid 1px #d9d9d9;
    padding: 5px;
}
.sdgsbox_wrap p{
	text-align: center;
}
@media screen and (max-width: 750px) {
.sdgsbox {
    flex-direction: column;
    align-items: center;
}
.sdgsbox img{
	max-width: 350px;
	    width: 90%;
}
}

/*item*/

/*製品紹介*/
.back_img02{
background-image: url("../img/back_img02.jpg");
background-size: cover;
	background-repeat: no-repeat;
	    padding-bottom: 50px;
}
.itemwrap{
	max-width: 1600px;
	margin: 0 auto;
}
.item_box_back{
	background-color: #fff;
	    margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
}
.item_box_back:after{
	    content: "";
    bottom: 0;
    right: 0;
    border-top: 4em solid transparent;
    border-right: 4em solid #c7c7c7;
    position: absolute;
    z-index: 100;
}
.item_box_box{
	display: flex;
		flex-wrap: wrap;
	justify-content: center;
	max-width: 1100px;
    margin: 0 auto;
	padding-bottom: 60px;
}
.item_box {
    width: 29%;
    text-align: center;
    margin: 0 auto;
}
.link_btn{
    width: 300px;
    background-color: #333;
    color: #fff;
    display: flex;
    margin: 0px auto;
    justify-content: center;
    height: 60px;
    align-items: center;
	position: relative;
}
.link_btn:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    right: 0;
    z-index: 1;
}
.itembtn{
	margin-top: 80px;
}
.item_h3{
	top: -35px;
}
.item_ttl{
	font-weight: 500;
	    padding-top: 2px;
}
.grbtn{
    background-color: #4d8761 !important;
}
.graybtn{
    /* background-color: #333; */
    color: #66a17b;
    text-decoration: underline;
    width: 250px;
    height: 60px;
    margin: -10px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;	
	    font-weight: 500;
}
.sublink{
    width: 100%;
	text-align:center;
	margin-bottom:10px;
}
.itembox_img{
 width:300px;
 margin:0 auto;
 overflow:hidden; 
}
.item_box img{
transition:1s all;	
}
.item_box img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
.iraisyo{
	background-color:#333;
}
.textp{
    font-weight: 600;
    font-size: 1.1rem;
    margin: 10px 0px 0px 20px;
    line-height: 1.8;
    position: relative;
}
.custom-line-height .textp{
line-height: 1.4;
}
.mainitemtext span{
	    background: linear-gradient(transparent 40%, #ffd066 20%);
}



/* .textp:after {
position: absolute;
    left: 5px;
    content: " ";
    width: 13px;
    height: 13px;
    background: #a55454;
    top: 12px;
    left: -5%;
    transform: translateY(-50%);
} */

@media screen and (max-width:1200px) {
	.itembox_img {
    width: auto;
	}
	.item_box img:hover{
  transition: unset;
}
}
@media screen and (max-width:770px) {
.item_box {
    width: 30%;
}
/* 	h3{
		font-size: max(8.5vw, 1.5rem);
	} */

.item_h3 {
    top: -5vw;
}
.item_box img:hover{
  transform:none;
  transition:1s all;
}
}
@media screen and (max-width:500px) {
	.item_box {
width: 80%;
    max-width: 280px;
    margin: 10px 0px;
}
	.itembtn {
    margin-top: 10px;
}
	.link_btn:after{
		    width: 40px;
	}	
.link_btn {
	width: 220px;
	    height: 55px;
	}
	.graybtn{
	    font-size: 1.1rem;	
	}
}

.main_item{
	background-color: #f9f9f9;
	    margin-bottom: 100px;
}

.item_top_ttl{
    text-align: center;
    font-size: 1.5rem;
    border-bottom: solid 2px #c3c4c7;
    margin-bottom: 70px;
    padding-top: 20px;
	    font-weight: 500;
	
}
.item_top_ttl span{
	display: block;
	font-size: 80%;
	    padding-bottom: 10px;
}
.item_top_list{
	text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 500;
}
.item_top{
display: flex;	
}

.item_top_img{
    max-width: 450px;
		width: 40%;
}
.item_top_text{
	width: 55%;
	font-weight: 500;
}
.item_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	    margin-bottom: 50px;
    margin-top: 30px;
}
.item_top_wrap{
    max-width: 850px;
	margin: 0px auto;
}

.column_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;

	
}
.column01{
    width: 75%;
    min-width: 750px;
}
.column02{
	width: 25%;
}
.column01_inner{
	width:98%;
	margin: 0 auto;
	max-width: 1000px;
}
.item_h3{
    padding-left: 10px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
}
.item_h3:after{
    position: absolute;
    right: auto;
    content: " ";
    width: 5px;
    height: 50px;
    background: #f5a200;
    margin: auto;
    border-radius:0px;	
	    top: 50%;
    left: 0%;
	    bottom: auto;
    transform: translateY(-50%);
}
.item_h4{
font-size: 1.5rem;
    font-weight: 500;
    background-color: #fff;
    border-bottom: none;
	    border-bottom: solid 3px #f0f0f0;
	border-left:none;
	margin-bottom: 40px;
	background-color: #f9f9f9;
	    border-left: solid #949494 3px;
}

.item_subttl{
	text-align: center;
    padding-bottom: 3px;
	    padding-top: 10px;
}
.item_img{
      text-align: center;
    max-width: 550px;
    margin: 10px auto;
}
.kakouimg{
	max-width:450px;
}
.img800{
max-width:800px;	
}
.img400{
max-width:400px;	
}
.item_text{
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
    max-width: 900px;
    margin: 10px auto 50px;
}
.catalogbtn{
    background-color: #333;
    color: #fff;
    width: 250px;
    height: auto;
    padding: 10px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
	    font-size: 90%;
}
.catalogbtn img{
	    max-width: 32px;
	    margin-left: 10px;
}
.catalogbtn a{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
	    text-align: center;
    line-height: 1.4;
}
.item_menu{
	width: 90%;
	position: -webkit-sticky;
    position: sticky;
   top: 100px
}
.item_menu_top{
	color: #f5a200;
	font-size: 1rem;
}
.item_menu_top span{
    border-bottom: solid 2px #f5a200;
    width: 100%;
    display: block;
	    font-weight: 500;
}
.item_list_ttl {
    font-size: 1rem;
    border-bottom: solid 2px #e2e2e2;
    font-weight: 500;
}

.item_list li{
	    position: relative;
	padding-left: 30px;
	    line-height: 1.7;
	font-size:1rem;
}
.item_list li:after{
    content: '';
    width: 10px;
    height: 2px;
    background-color: #8a8a8a;
    position: absolute;
    left: 10px;
    top: 15px;
}
.item_menu section{
	margin-top: 4px;
}
.sub_main .column02{
position:relative;	
}
.column01 .column01_inner:nth-child(n+2){
margin-top:100px;	
}
.column01 .column01_inner:last-child{
/*     margin-bottom: -750px; */
	
}
.item_h5{
border-bottom: solid 2px #333;
    margin-bottom: 50px;
    font-size: 1.2rem;
        margin-top: 50px;
    font-weight: 500;
    color: #333;	
	position: relative;
}
.item_or{
border-bottom: solid 2px #f5a200;	
}
.meih5{
	border-bottom: solid 2px #999;
}
.item_form{
    background-color: #fff;
    border: solid 2px #ffda9d;
	    margin-top: 50px;
}
.item_h6{
	    font-weight: 600;
}
.bottom_item_text{
    margin: 10px auto 50px;
	    max-width: 900px;
	    padding: 20px
}	
.item_btn{
display:block;
    width: fit-content;
	margin:0 auto;
}
@media screen and (max-width: 1100px) {
.column_box {
    flex-direction: column;
}
.column01 {
    width: 100%;
	min-width: auto;
}
.column02{
     width: 95%;
    margin: 50px auto 0px;
}
}
@media screen and (max-width: 770px) {
	.item_top {
		    flex-direction: column;
	}
	.item_top_img {
width: 95%;
    max-width: 500px;
    margin: 0px auto 20px;
    text-align: center;
}

	.item_top_text {
    width: 95%;
		    max-width: fit-content;
}
.textp {
	margin: 8px 0px 0px 0px;
	}
}
@media screen and (max-width: 600px) {
	.item_h3 {
    font-size: 1.2rem;
}
.item_h3:after {
    width: 3px;
    height: 30px;
	}	
	.item_h4 {
	font-size: 1.1rem;
		padding: 0px 10px;
		border-left: solid #656565 3px;
	}
.item_menu_top {
    font-size: 1.1rem;
}
.item_list_ttl {
	font-size: 1rem;
	}
.item_top_ttl{
    font-size: 1.2rem;	
	}
	.textp{
    font-size: 1rem;
    margin: 10px 0px 0px 0px;
}
	}

/* サイドメニュー */
.sub_main{
 height: auto;	
}
.menu_fix .item_menu{
    position: sticky;
       bottom: 90px;
    width: 30%;
    margin: 80px 0 0 auto;
    padding-bottom: 50px;
}
@media screen and (max-width: 1100px) {
.item_menu {
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
}
	.menu_fix .item_menu {
    position: static;
    bottom: 20px;
    width: 90%;
   
    margin: 100px auto 0px;
    padding-bottom: 50px;
    display: block;
}
.column01 .column01_inner:last-child{
    margin-bottom: 0px;
	
}	

}
/*プライバシーポリシー */
.sub_h3{
    border-bottom: solid #e2e2e2 2px;
    border-left: solid #656565 4px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 3px 10px;
    font-size: 1.1rem;
    line-height: normal;
    width: auto;
    margin: auto;
    text-align: left;
}
.sub_h3:after{
	    content: none;
}
.dot_list li{
      list-style: none;
  
}
.dot_list li{
position: relative;
    padding-left: 20px;
}
.dot_list li:after{
    position: absolute;
    left: 5px;
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #333;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);

}
/*販売代理店*/
.namelist{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 50px;	
}
.namelist ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.namelist li::after {
    color: #999;
    content: '|';
    padding: 0 20px;
}
.list_box{

}
.list_box ul{
	display: flex;
	flex-wrap: wrap;
	
    justify-content: space-between;

}
.list_box li {
    width: 45%;
    border-bottom: solid 2px #f1f1f1;
    padding: 10px;
    margin-left: 10px;
}
.list_box a {
    color: #333;
}
.inner .list_box:last-child{
	margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
.list_box li {
    width: 100%;
	margin: 0 auto;
}	
}
/*news */
.archive_page .inner{
	margin-top:50px;
}
.news_day{
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: solid 2px #e2e2e2;
}
.news_title2{
font-size:1.2rem;
	font-weight:500;
}
.news_box2{
	margin-bottom:30px;
	padding-top: 3px;
}
@media screen and (max-width: 600px) {
	.news_day{
font-size:1rem;
}
.news_title2{
font-size:1rem;
	font-weight:500;
}
}

/*その他取扱メーカー一覧*/
.list_wrap{
margin-top: 50px;
margin-bottom: 50px;
}
.list_wrap ul{
    display: flex;
    flex-wrap: wrap;
}
.list_wrap li{
    width: 33%;
	line-height: 2;
}
.dot_list2 li{
	position: relative;
	    color: #666;
}
.dot_list2 li:after{
    position: absolute;
    left: -13px;
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #c3c4c7;
    top: 16px;
}
.dot_list2 a{
 position: relative;
}
.dot_list2 a:after{
  content: "";
  position: absolute;
  bottom: -10px; /*初期位置は10px下*/
  left: 0;
  width: 100%;
  height: 2px;
  background: #888;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.dot_list2 a:hover:after{
  visibility: visible;
  opacity: 1;
  bottom: -4px; /*ホバー時は下に4pxの位置へ*/
}
.maker_h3 {
    padding-left: 10px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
	    margin: 50px auto 30px;
	    text-align: left;
}
.maker_h3:after {
    position: absolute;
    right: auto;
    content: " ";
    width: 3px;
    height: 40px;
    background: #333;
    margin: auto;
    border-radius: 0px;
    top: 50%;
    left: 0%;
    bottom: auto;
    transform: translateY(-50%);
}
.wbtn{
	background-color:#fff;
	color:#333;
	border:solid 1px #333;
}
.maker_g{
	    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 50px;
}
.anchor{
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
@media screen and (max-width: 1200px) {
.list_wrap li {
    width: 40%;
}
.list_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 670px;
    margin: 0 auto;
    width: 95%;
}
}
@media screen and (max-width: 600px) {
.list_wrap li {
    width: 100%;
}
	.anchor{
    padding-top: 50px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -50px; /* heightと同じ分のネガティブマージン */
}
	.maker_h3{
	    font-size: 1.2rem;	
	}
}

/* sitemap */
.small_list{
    flex-direction: column;
    width: 100%;
	    margin-left: 30px;
}
.small_list li a{
font-size:90%;

}
.sitemapinner{
	margin-top:100px;
}
.small_list li{
  
    border-bottom: none;
	position:relative;
}
.small_list li:after{
    content: '';
    width: 11px;
    height: 2px;
    background-color: #f5a200;
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    left: -10px;
    transition: all .4s ease-out;

}
.item_top_img span{
    height: 50px;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-align: start;
}
.black_back{
	background-image: url("../img/back_black.jpg");
    height: 60px !important;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 5px;
	    line-height: 1.5;
}
.link_item{
	color: #66a17b;
    text-decoration: underline;
}