@charset "utf-8";
/*
Theme Name: honyaku-ichiba.com2023
Theme URI: honyaku-ichiba.com
Author: TMGI
Version: 1.0.0
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/
html {
    overflow-y: scroll;
}


body {
	position: relative;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    color: #333;
	background: #fbfafa;
    font-size: 16px;
    line-height: 1.5;
}

img{
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;
	font-size: 110%;

}
img{
    height: auto;
    max-width: 100% ;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a img {
    border: medium none;
}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m80b { margin-bottom: 80px !important; }

.m5t { margin-top: 5px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m80t { margin-top: 80px !important; }
.m90t { margin-top: 90px !important; }
.m100t { margin-top: 100px !important; }

/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.m01-s{margin-bottom:60px;}
.m02-s{margin-bottom:150px;}
.p01-s { padding-top:70px; }
.p02-s { padding-left:1%;padding-right:1%; }


/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.cen-sp{text-align: left !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}
.f-left-pc {float: left;}
.f-right-pc {float: right;}
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

.pc-dnon{display: none;}
.pc-dnon2{display: none;}

/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #ca2e2c !important; }
.txtBlue { color: #4ab8f5 !important; }
.txtPink { color: #eb6c8b !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #79a035 !important; }
.txtorenge{color:#fd851b}
.txtBlack{color: #333 !important;}
.txtBlown{color: #603a40 !important}

.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.bg01{
	background: #f2efef;
}
.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.img100 {
    height: auto;
    width: 100%;
}
.span01{
	background: url("images/common/span01.png") repeat-x left bottom;
	padding-bottom: 15px;
}
table{
	width:100%;
}
td,th{
	padding:10px;
	font-weight: normal;
}
table th,table td{
border:solid 1px #ccc;
}
ol li{
	list-style-type: decimal;
	margin-left: 20px;
}

/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -90px;
  position: relative;
  width: 100%;
  margin: 90px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
	background: #fff;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
display: flex;
	justify-content: space-between;
	align-items: center;
	
}
#head_wrap .logo {
	padding: 10px;
	max-width:310px;
}
#head_wrap .logo img{
	max-width:100%;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}




#global-nav ul {
  list-style: none;
  display:flex;
align-items: center;
}

#global-nav ul li {
	text-align: center;
	margin: 0 10px;
}
#global-nav ul li a {
	display: block;
  padding:15px 0;
  transition: all .6s ease 0s;
  box-sizing: border-box;
	text-align: center;
}
#global-nav ul li.tel{
	font-family: 'Bebas Neue', sans-serif;
	font-size:150%;
	background: url("images/common/h_tel.png") no-repeat left center;
	padding-left: 20px;
} 
#global-nav ul li.site a{
	color: #ca2c2c;
}
#global-nav ul li.mail a{
	background: #ca2c2c;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
}
/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 90px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}



/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

footer{
	padding: 20px;
	background: #3a3a45;
	color: #fff;
}
footer .link01{
	margin-top: 30px;
}
/*-------------------common-----------------*/
.container{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.container2{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width:1000px;
}

/* タイトル装飾 */
.hstyle01{
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 120px;
	text-align: center;
	font-size:200%;
	font-weight: bold;
	padding: 40px 0;
}
.hstyle02{
	font-size:160%;
	font-weight: bold;
}
.hstyle03{
	position: relative;
	font-weight: bold;
	font-size:110%;
	padding-left: 40px;
}
.hstyle03::before{
	width: 30px;
	height: 6px;
	background: #b12424;
	content: " ";
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -3px;
}
/* 枠装飾 */
.link01 a{
	display: inline-block;
	min-width: 300px;
	padding:10px 30px 10px 20px;
	background: #ca2c2c url("images/common/list01.png") no-repeat right 10px bottom 10px;
	color: #fff;
	border-radius:5px;
	font-size:110%;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
}
.link01 a:hover{
	background: #e62424 url("images/common/list01.png") no-repeat right 5px bottom 10px;
}

.boxstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxstyle01.rev{
	flex-direction: row-reverse;
}
.boxstyle01.center{
	align-items: center;
}
.wid01{
	width:48%;
}
.wid02{
	width:50%;
}
.ulstyle01,.ulstyle02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ulstyle01 li{
	width: 23%;
	margin: 1%;
	background: #fff;
	box-shadow:0 0 10px #ccc;
	border-radius: 5px;
}
.ulstyle01 li .ttl{
	background: #b12424;
	color: #fff;
	height: 70px;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: space-around;
	align-items:center;
	position: relative;
}
.ulstyle01 li .ttl:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #b12424 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

.ulstyle01 li .ttl .jp{
	width: 45%;
	font-size:110%;
	text-align: center;
	background:  url("images/top/ya.png") no-repeat center right;
}
.ulstyle01 li .ttl .fo{
	width:55%;
	text-align: center;
	font-size:140%;
	line-height: 1.1;
}
.ulstyle01 li .text{
	padding: 20px 30px;
	
}
.ulstyle01 li .text .price{
	font-size:140%;
	text-align: center;
	font-weight: bold;
	border-bottom:solid 5px #ca2c2c;
	margin-bottom: 20px;
}
.ulstyle02 li{
	width: 48%;
	margin-bottom: 40px;
	padding: 40px;
	background: #fff;
	box-shadow:0 0 10px #ccc;
}
.ulstyle02 li .ttl{
	display: inline-block;
	font-size:130%;
	text-align: center;
	font-weight: bold;
	border-bottom:solid 5px #ca2c2c;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.prel{
	position: relative;
}
.pstyle01{
	display: inline-block;
	background: #b12424;
	color: #fff;
	padding: 5px 20px;
}
/*-------------------top-----------------*/
#topimage .inner1{
	background:url("images/top/topimage.jpg") no-repeat center center;
	background-size:cover;
	position: relative;
	width: 100%;
	height:80vh;
}

#topimage .inner1 h2{
	position: absolute;
	left: 5%;
	bottom:25%;
}
#topimage .inner2{
	padding: 50px 0;
	background: url("images/top/topimage_bottombg.png") no-repeat center  bottom;
	background-size:100%;
}
#topimage .inner2 .text1{
	font-size:150%;
}
#s01{
	position: relative;
}
#s01::before{
	content: " ";
	background: #f2efef;
	width: 72%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
}
#s01 .container{
	padding-top: 70px;
	padding-bottom:70px;
}
#s01 .boxstyle01 figure.wid02{
	text-align: right;
}

#s02 .hstyle01{
	background: url("images/top/strength.png");
}
#s02 .ullist1{
	max-width:600px;
	margin: 0 auto 120px;
}
#s02 .inner1{
	position: relative;
}
#s02 .inner1::before{
	content: " ";
	background: #f2efef;
	width: 72%;
	height: 100%;
	position: absolute;
	right: 0;
	top:0;
}
#s02 .inner1 .container{
	padding-top: 50px;
	padding-bottom:50px;
}
#s03 .hstyle01{
	background: url("images/top/support.png");
}
#s03 .ulstyle01 li{
	width: 31%;
}
#s03 .ulstyle01 li .text .price{
	font-size:120%;
}
#s03 .ulstyle01 li figure{
	padding: 10px;
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#s03 .ulstyle01 li figure img{
	display: inline-block;
}
#s03 .ulstyle01 li .ttl{
	height: inherit;
	padding: 15px;
	font-size:120%;
}
#s03 .ulstyle01 li .text{
	padding: 20px;
}
#s04 .container.first{
	position: relative;
	padding-top: 20px;
	background: url("images/top/flow_bg.png") no-repeat top right 25%;
}
#s04 .container.first::before{
	content: " ";
	background: url("images/top/flow_img1.png") no-repeat ;
	width: 300px;
	height: 310px;
	position: absolute;
	right:0;
	top:-30px;
	z-index: 2;
}
#s04 .hstyle01{
	background: url("images/top/flow.png");
	background-position: left center !important;
	text-align: left;
	padding-left: 80px;
}
#s04 .inner1{
	position: relative;
	margin-top: -3px;
	background: #f2efef;
	padding: 60px 0 50px;
}
#s04 .inner1::before{
	content: " ";
	width: 100%;
	height: 5px;
	background: #e7e4e4;
	position: absolute;
	left: 0;
	top:43%;
	z-index: 1;
 transform:rotate(5.5deg);
}
#s04 .inner1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
#s04 .inner1 ul li{
	width: 15%;
}
#s04 .inner1 ul li figure{
	margin-bottom: 10px;
}
#s04 .inner1 ul li .en{
	text-align: center;
	font-weight: bold;
font-family: 'Bebas Neue', sans-serif;
	font-size:150%;
}
#s04 .inner1 ul li:nth-of-type(2){margin-top: 20px;}
#s04 .inner1 ul li:nth-of-type(3){margin-top: 40px;}
#s04 .inner1 ul li:nth-of-type(4){margin-top: 60px;}
#s04 .inner1 ul li:nth-of-type(5){margin-top: 80px;}
#s04 .inner1 ul li:nth-of-type(6){margin-top: 100px;}

#s05 .hstyle01{
	background: url("images/top/delivery.png");
}
#s05 ul{
	width: 90%;
	margin: 0 auto;
}
#s05 ul li{
	background: #fff;
	padding: 30px;
	box-shadow:0 0 10px #ccc;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#s05 ul li figure{
	width: 28%;
}
#s05 ul li .text{
	width: 70%;
	padding-top: 30px;
}
#s06{
	position: relative;
}
#s06::before{
	content: " ";
	background: #f2efef;
	width: 72%;
	height: 100%;
	position: absolute;
	left: 0;
	top:100px;
}
#s06 .container{
	padding-top:200px;
}
#s06 .s6img{
	position: absolute;
	right:0;
	top:0;
}
#s06 .container p{
	max-width:880px;
}
/*------------------下層ページ------------------*/
#crumbs{
	padding:10px;
	background: #fff;
}
#breadcrumb ul{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}
#breadcrumb ul li{
	padding: 5px;
	font-size:85%;
}
#subimage{
	position: relative;
	background: url("images/common/subimage.jpg") no-repeat center center;
	background-size:cover !important;
}
#subimage .container{
	display: flex;
	align-items: center;
	min-height:330px;
}
#subimage .container h2{
	font-size:230%;
	font-weight: bold;
}
/*------------------実績と経験-----------------*/
#works #subimage .inner1{
	background: url("images/works/works.png") no-repeat left 10px center;
}
#works01 figure{
	padding:20px;
}
#works02 .hstyle01{
	background: url("images/works/korean.png");
}

#works02 .inner1{
	position: relative;
	margin-bottom: 120px;
}
#works02 .inner1::before{
	content: " ";
	background: #f2efef;
	width: 75%;
	height: 100%;
	position: absolute;
	left: 0;
	top:60px;
}
#works02 .inner1 .inner2{
	width: 73%;
}
#works02 .inner1 .inner2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#works02 .inner1 .inner2 ul li{
	width: 23%;
}
/*------------------代理店-----------------*/
#partner #subimage .inner1{
	background: url("images/partner/partner.png") no-repeat left 10px center;
}
#partner03 .hstyle01{
	background: url("images/partner/start.png");
}
#partner04 .hstyle01{
	background: url("images/partner/merit.png");
}
#partner05 .hstyle01{
	background: url("images/partner/support.png");
}
#partner06 .hstyle01{
	background: url("images/partner/reason.png");
}
#partner01 .text1{
	display: inline-block;
	border-bottom:solid 2px #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
#partner01 .check li{
	display: inline-block;
	padding: 5px 15px 5px 45px;
	border: solid 1px #b12424;
	background: #fff url("images/partner/check.png") no-repeat left 10px center;
	margin-right: 10px;
}
#partner01 ul.comlist li{
	margin-right: 10px;
	display: inline-block;
	padding: 5px 10px;
	background: #dcdcdc;
	color: #b12424;
	font-size:90%;
}
#partner01 .text2{
	display: inline-block;
	padding: 10px 30px 5px;
	background: url("images/partner/text_style01.png") no-repeat center bottom;
	background-size:100%;
	font-size:110%;
}
#partner02{
	position: relative;
}
#partner02::before{
	content: " ";
	background: #f2efef;
	width: 72%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
}
#partner02 .container{
	padding-top: 50px;
	padding-bottom:50px;
}
#partner02 .boxstyle01 figure.wid01{
	text-align: right;
}
#partner02 ul li{
	background: url("images/partner/no1.png") no-repeat left center;
	padding: 5px 5px 5px 50px;
	margin-bottom: 5px;
	font-size:110%;
}
#partner02 ul li:nth-of-type(2){
	background: url("images/partner/no2.png") no-repeat left center;
}
#partner02 ul li:nth-of-type(3){
	background: url("images/partner/no3.png") no-repeat left center;
}
#partner02 .boxstyle01 figure.wid01 img{
	box-shadow: 0 0 10px #ccc;
}
#partner03 .container{
	background: url("images/partner/start_bg.png") no-repeat center bottom;
	padding-bottom: 250px;
}
#partner03 ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#partner03 ul li{
	width: 380px;
	height: 242px;
	background: url("images/partner/comment_bg.png") no-repeat;
	padding: 30px;
}
#partner03 ul li .en{
	margin-bottom: 10px;
	color: #ca2c2c;
	text-align: center;
font-family: 'Bebas Neue', sans-serif;
	font-size:150%;
}
#partner03 ul li p{
	text-align: center;
	font-weight: bold;
}
#partner03 ul li:first-of-type,#partner03 ul li:last-of-type{
	margin-top: 50px;
}
#partner04 ul{
	max-width: 1000px;
	margin: 0 auto;
}
#partner04 ul li{
	position: relative;
	background: #fff;
	padding: 30px;
	box-shadow:0 0 10px #ccc;
	margin-bottom: 30px;
}
#partner04 ul li:last-of-type{
	margin-bottom: 0;
}
#partner04 ul li .en{
	position: absolute;
	left: -40px;
	top:50%;
	margin-top: -40px;
	padding-top:5px;
	width:80px;
	height: 80px;
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
	font-size:300%;
	background: #ca2c2c;
	color: #fff;
	border-radius: 50%;
}
#partner04 ul li .text{
	margin-left: 50px;
}
#partner04 ul li h3{
	font-weight: bold;
	margin-bottom: 20px;
	font-size:130%;
}
#partner05{
	position: relative;
	padding-top: 25px;
}
#partner05::before{
	content: " ";
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top:0;
	background: url("images/partner/support_bg.png") no-repeat center top;
	
}
#partner05 .inner1{
	margin-top: -2px;
	background: #f2efef;
	padding: 70px 0;
}
#partner05 .ulstyle01 li{
	width: 31%;
}
#partner05 .ulstyle01 li figure{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	margin-bottom: 10px;
}
#partner05 .ulstyle01 li .ttl{
	font-size:110%;
}
#partner06 .ulstyle02 li{
	padding:20px 40px 40px;
}
#partner06 .ulstyle02 li .en{
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
	font-size:140%;
	margin-bottom: 10px;
}
/*----------------contact--------------------*/
#contact #subimage .inner1{
	background: url("images/contact/contact.png") no-repeat left 10px center;
}
#contact01 .hstyle01{
	background: url("images/contact/mailform.png");
}

#contact01 .inner1{
	position: relative;
}
#contact01 .inner1::before{
	content: " ";
	background: #f2efef;
	width: 75%;
	height: 100%;
	position: absolute;
	right: 0;
	top:0;
}
#contact01 .inner1 .container{
	padding: 50px 0;
}
#contact01 ul li {
	padding: 20px;
}
#contact01 ul li dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact01 ul li dl dt{
	width:25%;
	padding-top: 5px;

}
#contact01 .hissu{
	float: right;
	background: #b12424;
	color: #fff;
	padding: 2px 10px;
	font-size:90%;
}

#contact01 ul li dl dd{
	width: 70%;
}
#contact01 .link01{
	text-align: center;
}
#contact01 .link01 a{
	min-width: 200px;
}
input[type=text],input[type=email],textarea{
	width:100%;
	background: #fff;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=text]#zip{
	width: 150px;
	text-align: center;
	margin-right: 10px;
}
.checkb label{
	margin-right: 15px;
	display: inline-block;
	line-height:2;
}
.checkb label input[type=checkbox]{
	margin-right: 5px;
}
textarea{
	height:200px;
}

input::placeholder,textarea::placeholder {
  color: #aaa;
}

.btn01{
	min-width: 250px;
	padding:10px 30px 10px 20px;
	background: #ca2c2c url("images/common/list01.png") no-repeat right 10px bottom 10px;
	color: #fff;
	border-radius:5px;
	font-size:110%;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
	border: none;
}
.btn01:hover{
	background: #e62424 url("images/common/list01.png") no-repeat right 5px bottom 10px;
}
.footerlogo{
	max-width:180px;
	margin:0;
}
.footerlogo img{
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}

/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレットサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and (min-width: 1100px) and (max-width: 1299px) {
	.container,#contact01 .inner1 .container{
		padding-left: 1%;
		padding-right: 1%;
	}
	#global-nav ul li a{
		padding: 26px 5px;
		font-size:90%;
	}
	#global-nav ul li{
		margin: 0 5px;
	}
#contact01 .hstyle02{
		font-size:2vw;
	}
	#partner03 ul{
		max-width: 800px;
		margin: 0 auto;
	}
	#partner03 ul li{
		width: 48%;
	}
	#partner03 ul li:last-of-type{
		margin-top: -20px;
		margin-left: 10%;
	}
}
@media screen and (max-width: 1099px){
	.container,#contact01 .inner1 .container{
		padding-left: 3%;
		padding-right: 3%;
	}
	
/*----------header/ハンバーガーmenu-----------*/
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
    #global-nav ul li {
    border-right: none;
  }
    #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255,1);
    width: 100%;
    height: 60px;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 5px;
    top: 5px;
	background: none;
	 padding: 0;
  }
	#head_wrap .logo img{
		width: 200px;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
	}
  #global-nav {
	display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index:9;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background:rgba(255,255,255,0.95);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
	overflow-y: scroll;
	}
 /* #global-nav スライドアニメーション */
   .open #global-nav {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
    }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    padding:15% 5%;
	  width: 100%;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
	#global-nav ul li.tel{
		display: none;
	}
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding:8%;
  }
	#global-nav ul li.mail a{
		margin-top: 5%;
	}
	#global-nav ul li.mail .pc-dnon{
		display: inline;
	}
  #nav-toggle {
    display: block;
  }
/* Toggle Button */
#nav-toggle {
        display: block;
		z-index:10;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 34px;
    height: 36px;
    cursor: pointer;
}
#nav-toggle div {
        position: relative;
}
     #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
	}
 	#nav-toggle span:nth-child(1) {
            top: 0;
            }
 	#nav-toggle span:nth-child(2) {
            top: 11px;
            }
 	#nav-toggle span:nth-child(3) {
            top: 22px;
            }
	.open #nav-toggle span:nth-child(1) {
                    top: 11px;
                    -webkit-transform: rotate(315deg);
                    -moz-transform: rotate(315deg);
                    transform: rotate(315deg);
                }
	.open #nav-toggle span:nth-child(2) {
                    width: 0;
                    left: 50%;
                }
	.open #nav-toggle span:nth-child(3) {
                    top: 11px;
                    -webkit-transform: rotate(-315deg);
                    -moz-transform: rotate(-315deg);
                    transform: rotate(-315deg);
                }
/*----------topページ------------*/
	#s05 ul li{
		align-items: center;
	}
	#s05 ul li .text{
		padding-top: 0;
	}
	#s06 .s6img{
		position: static;
		float: right;
		margin-bottom: 20px;
	}
	#s06 .container{
		padding-top: 0;
		padding-bottom: 5%;
	}
	#s06 .container p{
		clear: both;
	}
	#s06::before{
		width: 100%;
		height: 85%;
		top:inherit;
		bottom:0;
	}
	#s06 .container p{
		width: 100%;
	}
	#subimage{
		background-position: left center;
	}
	#contact01 .hstyle02{
		font-size:2vw;
	}
	#contact01 .hstyle01{
		background-size:100%;
	}
	#partner01 .check li,#partner01 ul.comlist li{
		margin-bottom: 10px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1099px) {
/*----------共通-----------*/
	#main{
		margin-top: 60px;
	}
	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}
.m01-s{margin-bottom:40px !important;}
.m02-s{margin-bottom:100px !important;}
.m80b-s{margin-bottom: 60px !important;}

	.hstyle02{
		font-size:140%;
	}
	.ulstyle01 {
		justify-content: center;
		max-width:800px;
		margin: 0 auto;
	}
	.ulstyle01 li,#s03 .ulstyle01 li{
		width: 48%;
		margin-bottom: 20px;
	}
	.ulstyle03{
		width:720px;
		margin: 0 auto;		
	}
	.ulstyle03 li{
		width: 48%;
	}
/*---------top-----------*/	
	#s02 .inner1 .boxstyle01 figure{
		padding-right: 3%;
	}
	#partner01 .text2{
		font-size:2.2vw;
	}
	#partner03 ul{
		max-width: 800px;
		margin: 0 auto;
	}
	#partner03 ul li{
		width: 48%;
	}
	#partner03 ul li:last-of-type{
		margin-top: -20px;
		margin-left: 10%;
	}
	#partner03 .container{
		background-size:100%;
	}
	#partner04 ul{
		width: 95%;
		margin-left: 5%;
	}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑タブレットサイズ
----------------------------------
↓spサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media screen and (max-width: 767px) {
	
/*----------共通------------*/	
body{
	font-size:14px;

}
.sp-dnon {
    display: none;
}
.pc-dnon,.pc-dnon2{
    display:  block;
}
.db-sp{
	display:block;
}
.sp-blk{
		display: block;
		margin: 0 auto !important;
}


/*margin padding変更*/
.m10b-s { margin-bottom: 5px !important; }
.m20b-s { margin-bottom: 10px !important; }
.m30b-s { margin-bottom: 15px !important; }
.m40b-s { margin-bottom: 20px !important; }
.m50b-s { margin-bottom: 25px !important; }
.m60b-s { margin-bottom: 30px !important; }
.m70b-s { margin-bottom: 30px !important; }
.m80b-s { margin-bottom: 30px !important; }
.p01-s { padding-top:7%; }
.p02-s { padding-left:3%;padding-right:3%; }
.m01-s{
		margin-bottom: 5%;
	}
.m02-s{
		margin-bottom:15%;
	}
.f-left-pc, .f-right-pc,#m-right,#m-left{
    float: none;
}
.wid01,.wid02{
		width: 100%;
	}
	.hstyle01{
		padding:15px 0;
		font-size:150%;
		height: inherit;
		background-size:contain!important;
	}
	.hstyle02{
		font-size:130%;
	}
	.cen-pc{text-align: left !important;}
	.cen-sp{text-align: center !important;}
	.span01{
		padding-bottom: 10px;
	}
	
/*----------footer------------*/
.footerlogo{
	max-width:180px;
	text-align: center !important;
	margin:0 auto;
}
	footer{
		position: relative;
		padding-bottom: 40px;
	}
	footer div.ttl{
		text-align: center;
	}
	footer .copy{
		position: absolute;
		bottom:10px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	footer .link01{
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	footer .foot-right{
		width: 100%;
	}
/*----------全体------------*/
	#main{
		margin-top: 56px;
	}

	.ulstyle01 li{
		width:48%;
		margin-bottom: 5%;
		box-shadow:0 0 8px #ccc;
	}
	.ulstyle01 li .ttl{
		height: 50px;
	}
	.ulstyle01 li .text{
		padding: 15px;
	}
	.ulstyle01 li .ttl .jp{
		font-size:100%;
		padding-right: 10px;
	}
	.ulstyle01 li .ttl .fo{
		font-size:110%;
	}
	.ulstyle01 li .text .price{
		font-size:120%;
	}
	.ulstyle01 li figure img{
		max-width: 70px;
	}
	.ulstyle02 li{
		width: 100%;
		margin-bottom: 7%;
		padding: 15px;
	}
	.ulstyle02 li .ttl{
		font-size:115%;
	}
	.link01 a{
		padding:15px 20px;
	}
	#breadcrumb ul{
		flex-wrap: wrap;
	}
	#subimage .container{
		min-height:200px;
	}
	#subimage .container h2{
		font-size:150%;
	}

/*----------------top------------------*/
	#topimage{
		margin-bottom: 5%;
	}
	#topimage .inner1 h2{
		width:98%;
		left: 1%;
		bottom: 10%;
	}
	#topimage .inner1::before{
		content: '';
		background-color: rgba(255,255,255,0.5);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	#topimage .inner1{
		height:68vh;
	}
	#topimage .inner2{
		padding: 5% 0 7%;
	}
	#topimage .inner2 .text1{
		font-size:110%;
	}
	#s01 .container{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#s01::before{
		width: 100%;
		height: 90%;
		top:inherit;
		bottom:0;
	}
	#s01 .boxstyle01 div.wid02{
		padding-top: 5%;
		width: 90%;
		margin-right: 5%;
	}
	#s02 .ulstyle01{
		margin-bottom: 5% !important;
	}
	#s02 .ullist1{
		margin-bottom:15%;
	}
	#s02 .inner1::before{
		width: 100%;
	}
	#s02 .inner1 .boxstyle01 div.wid02{
		width: 98%;
		margin-left: 1%;
	}
	#s02 .inner1 .boxstyle01 div.wid02 .hstyle02{
		font-size:120%;
		margin-top: 20px;
	}
	#s03 .ulstyle01 li{
		width: 90%;
		margin: 0 auto 20px;
	}
	#s03 .ulstyle01 li figure{
		min-height: inherit;
	}
	#s04 .container.first::before{
		width: 150px;
		height: 150px;
		background-size:contain;
		top:-15px;
	}
	#s04 .hstyle01{
		padding-left: 0;
	}
	#s04 .container.first{
		padding-top: 0;
		background-size:40%;
		background-position: top right 5%;
	}
	#s04 .inner1{
		padding: 40px 0;
	}
	#s04 .inner1 ul li{
		width: 30%;
	}
#s04 .inner1 ul li:nth-of-type(2){margin-top: 10px;}
#s04 .inner1 ul li:nth-of-type(3){margin-top: 20px;}
#s04 .inner1 ul li:nth-of-type(4){margin-top: 0px;}
#s04 .inner1 ul li:nth-of-type(5){margin-top: 10px;}
#s04 .inner1 ul li:nth-of-type(6){margin-top: 20px;}
	#s04 .inner1::before{
		top:25%;
		transform:rotate(6deg);
	}
	#s04 .inner1::after{
    content: " ";
    width: 100%;
    height: 5px;
    background: #e7e4e4;
    position: absolute;
    left: 0;
    bottom: 35%;
    z-index: 1;
    transform: rotate(6deg);
}
	#s05 ul li{
		padding: 15px;
	}
	#s05 ul li figure{
		width: 100%;
		text-align: center;
		padding:0 25% 5%;
	}
	#s05 ul li .text{
		width: 100%;
	}
	#s05 ul li .text h3{
		text-align: center;
	}
	#s06 .container p.hstyle02{
		font-size:110%;
	}
/*------------------実績と経験--------------*/
		#works #subimage .inner1{
		background-size:auto 60px;
	}
	#works01 figure{
		padding: 0;
		margin-top: 30px;
	}
	#works02 .pstyle01{
		padding: 5px;
	}
	#works02 .inner1 figure.wid01{
		padding-left: 10%;
		margin-bottom: 20px;
	}
	#works02 .inner1::before{
		width: 100%;
		height: 90%;
		top:inherit;
		bottom:0;
	}
	#works02 .inner1 .inner2{
		width: 100%;
		padding-bottom: 8%;
	}
	#works02 .inner1 p,#works02 .inner1 ul{
		width: 100%;
	}
	#works02 .inner1 .inner2 ul li{
		width: 48%;
		margin-bottom: 10px;
	}
	#works02 .inner1{
		margin-top: 40px;
		margin-bottom:40px;
	}
/*------------------代理店--------------*/
#partner01 .text1{
	text-align:center;
	font-size:130%;
}
		#partner #subimage .inner1{
		background-size:auto 60px;
	}
	#partner02 .container{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#partner02::before{
		width: 100%;
		height: 100%;
		top:inherit;
		bottom:0;
	}
	#partner02 div.wid02{
		width: 100%;
		margin-bottom: 20px;
	}
	#partner03 ul li:first-of-type, #partner03 ul li:last-of-type{
		margin-top: 0;
	}
	#partner03 .container{
		background-size:150%;
		padding-bottom: 200px;
	}
	#partner03 ul li{
		width: 90%;
		height: 200px;
		background-size:contain;
		background-position: center center;
	}
	#partner04 .hstyle01{
		background-size:auto 80px !important;
	}
	#partner05 .ulstyle01 li{
		width: 100%;
	}
	#partner05 .hstyle01,#partner06 .hstyle01{
		background-size:100% !important;
	}
	#partner04 ul li{
		width: 95%;
		margin-left: 5%;
		padding: 20px 15px;
	}
	#partner04 ul li .en{
		width: 60px;
		height: 60px;
		left: -5%;
		padding-top: 0;
	}
	#partner04 ul li .text{
		margin-left: 40px;
	}
	#partner05{
		padding-top: 0;
	}
	#partner05::before{
		background-size:100%;
		top:40px;
		height: 60px;
	}
	#partner05 .inner1{
		margin-top: -15px;
		padding: 40px 10px 30px;
	}
	#partner05 .ulstyle01 li figure{
		height: inherit;
	}
	#partner06 .ulstyle02 li{
		padding: 10px 20px 20px;
	}
/*------------------お問い合わせ--------------*/
		#contact #subimage .inner1{
		background-size:auto 60px;
	}
	#contact01 .hstyle02{
		font-size:120%;
		line-height: 2;
	}
	#contact01 .inner1::before{
		width: 90%;
		height: 100%;
		top:inherit;
		bottom:0;
	}
	#contact01 .inner1 div.wid02{
		width: 88%;
		margin-bottom: 20px;
	}
	#contact01 .inner1 .container{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#contact01 ul li{
		padding: 15px 0;
	}
	#contact01 ul li dl dt,#contact01 ul li dl dd{
		width: 100%;
	}
	#contact01 ul li dl dt{
		margin-bottom: 5px;
	}
	#contact .thanks{
	padding:10% 3% !important;
}
	#contact01 ul li::before{
		height: 25px;
	}
	#contact01 .kibou{
		flex-wrap: wrap;
	}
	#contact01 .kibou .date{
		width: 100%;
		margin-bottom: 10px;
	}
	#contact01 .kibou .time{
		width: 100%;
	}
	#contact01 .kibou .time span{
		display: block;
		margin-top: 10px;
	}
	#contact01 ul li.comment{
		padding-bottom: 30px;
	}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select{
	background: #fff;
	padding: 10px;
	font-size:90%;
	border:none;
	color: #333;
	border-radius: 3px;
}


}
@media screen and (max-width: 320px) {
	.link01 a{
		font-size:4vw;
			min-width: inherit;
	}
/*------------------実績と経験--------------*/
	#works02 .pstyle01{
		font-size:3.5vw;
	}
	#works02 .hstyle01{
		font-size:5.5vw;
	}
	#partner03 ul li p{
		font-size:4vw;
	}
}

.box00 {
    height: 250px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    max-width:980px;
    margin: 0 auto;
}
.border-box{
	padding:10px;
}