@charset "utf-8";
/*
Theme Name: 株式会社戸頃建設
Author: 株式会社ジブラボ
Author URI:  https://reform-kakihara.com/
*/

section.section_kuchikomi {
	background: rgb(163, 205, 71);
    padding: 1em 0;
	text-align: center;
	margin-bottom: 0;
}
section.section_kuchikomi .in {
	animation: hurueru 0.5s infinite;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

#section_kuchikomi .in,
.section_kuchikomi .in {
    background: #fff;
    vertical-align: middle;
    padding: 10px;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
    width: 700px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
	flex-wrap: wrap;
}

#section_kuchikomi a,
.section_kuchikomi a {
	color: #111;
}

#section_kuchikomi .in {
	font-size: 2em;
}

#section_kuchikomi .in:before,
.section_kuchikomi .in:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -12px;
    left: calc(50% - 14px);
    border-top: 12px solid #fff;
    border-left: 2px solid transparent;
    border-right: 13px solid transparent
}

#section_kuchikomi {
	padding-top: 380px;
    margin-top: -340px;
}

.section_kuchikomi .flex,
#section_kuchikomi .flex {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section_kuchikomi .in img,
.section_kuchikomi .in img {
    display: inline;
    width: 96px;
    margin-right: 5px
}
#section_kuchikomi span {
	color: #f39800;
}

.left {
	float: left;
}
.right {
	float: right;
}
.pcfixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
}
.pcfixed .top {
	margin-bottom: 10px;
}
.spfixed {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	display: none;
	z-index: 998;
	justify-content:space-between;
	align-items:stretch;
	height: 50px;
}
.spfixed img {
	width: 100%;
}
.spfixed img {
	width: 100%;
}
.pageflex {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
.pageflex dl {
	width:100%;
	display:table;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pageflex dl dt {
	display:table-cell;
	vertical-align:middle;
}
.pageflex dl dd {
	display:table-cell;
	font-size:11px;
	font-weight: bold;
	vertical-align:middle;
	text-align: center;
}
.pageflex .tel a {
	padding: 8px 15px 8px 15px;
	color: #fff;
		border: solid 4px #dea106;
    box-sizing: border-box;
    background: #f39800;
	display: block;
}
.pageflex .tel dt {
	width:30px;
	padding-right: 10px;
}
.pageflex .line a {
	border: solid 4px #2fc62f;
	box-sizing: border-box;	background:#00b900;
	padding:8px 2px 8px 15px;
	display: block;
}
.pageflex .line dt {
	width:30px;
	padding-right: 10px;
}
.pageflex .line dd {
	color:#fff;
}

.combtn {
	padding: 40px 0;
}
.combtn a {
	display: block;
	width: 220px;
	height: 60px;
	line-height: 54px;
	text-align: center;
	border: 4px solid #775f43;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background-color: #775f43;
	margin: 0 auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	display: none;
	z-index: 999;
}
@media screen and (max-width: 768px) {
.pageTop {
	display: none !important;
}
.combtn {
	padding: 20px 0;
}
.combtn a {
	width: 180px;
	height: 50px;
	line-height: 45px;
	font-size: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
}
@media screen and (max-width: 520px) {
	.combtn a {
		width: 145px;
		height: 40px;
		line-height: 35px;
		font-size: 11px;
	}
}
/*----------------------header----------------------------- */
header {
	position: relative;
}
.header {
	position: relative;
}
.header:before {
	content: '';
	background: #f39800;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.header .headertxt {
	padding: 6px 0 0 0;
}
.header .headerLogo {
	position: relative;
	z-index: 2;
}
.header .headerLogo img {
	height: 50px;
}
.header h1 {
	float: left;
	font-size: 21px;
	font-weight: bold;
}
.header .headertxt .text {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
}
.header .headerbox {
	padding: 20px 0;
}
.header .headerbox .right {
	padding-top: 10px;
}
.header .headerbox .headertel img {
	height: 30px;
}
.header .headerbox .time .ico {
	background-color: #a3cd47;
	font-size: 14px;
	width: 88px;
	color: #fff;
	height: 28px;
	line-height: 28px;
	text-align: center;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;

}
.header .headerbox .time span {
	font-size: 15px;
	font-weight: bold;
}
@media screen and (max-width: 1149px) {

}
@media screen and (max-width: 768px) {
	.header:before {
		height: 10px;
	}
	.header .spheader .logo {
		width: 180px;
		padding: 20px 0 0 10px;

		position: relative;
		z-index: 2;
	}
	 .header .spheader .logo .sp_logo {
		 display: none;
	 }
	.header .spheader .menu {
		width: 15%;
		margin-top: 10px;
	}
	.navbarCollapse {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 10;
		overflow: auto;
	}
	.navbarCollapse:before {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.45);
		position: absolute;
		z-index: 10;
	}
	.navbarCollapse .box {
		background: #fff;
		padding: 10px 0;
		position: relative;
		z-index: 20;
	}
	.navbarCollapse .box .left {
		width: 768px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}

	.navbarCollapse .box .right {
		width: 30%;
		text-align: right;
		padding: 15px 10px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.navbarCollapse .box .right img {
		width: 30%;
	}
	.navbarCollapse ul {
		position: relative;
		z-index: 20;
	}
	.navbarCollapse>ul>li {
		border-bottom: 1px solid #eee;
		background: rgba(248, 253, 253,0.9);
	}
	.navbarCollapse ul li a {
		padding: 15px 10px;
		display: block;
		font-size: 16px;
		color: #000;
		position: relative;

	}
	.navbarCollapse>ul>li>a:before {
		position: absolute;
		content: "";
		background: url("images/pic_header08.png") no-repeat 0 0;
		width: 20px;
		height: 20px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		right: 10px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.navbarCollapse ul li .subBtn:before {
		background: url("images/pic_header10.png") no-repeat 0 0;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.navbarCollapse ul li .on:before {
		background: url("images/pic_header09.png") no-repeat 0 0;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.navbarCollapse ul li ul {
		display: none;
	}
	.navbarCollapse .link {
		background: url("images/bg_menu.jpg") no-repeat center top;
		background-size: cover;
		position: relative;
		z-index: 20;
		text-align: center;
	}
	.navbarCollapse .link a {
		display: inline-block;
		padding: 10px 5px;
	}
}
@media screen and (max-width: 667px) {
	.header .spheader .logo .sp_logo {
		display: block;
	}
	.header h1 {
		font-size: 15px;
		padding: 26px 0 0 18px;
	}
	.header .spheader .menu {
		width: 56px;
	}
	.navbarCollapse ul li a {
		font-weight: bold;
	}
}
@media screen and (max-width: 520px) {
	.navbarCollapse ul li a {
		font-size: 13px;
	}
	.navbarCollapse .box .left {
		width: 200px;
	}
}
.pageheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.article {
	margin: 118px 0 0;
}
@media screen and (max-width: 768px) {
	.article {
		margin: 45px 0 0;
	}
}
@media screen and (max-width: 667px) {
	.article {
		margin: 66px 0 0;
	}
}

.navifixed {
	position: fixed;
	top: 98px;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
}
/*----------------------mainimg----------------------------- */

#mainimg .imgslider img {
	margin: 0 auto;
	width: 100%;
}
#mainimg .imgslider .slick-slide {
	margin: 0 10px;
}
#mainimg .imgslider .slick-dots li button::before {
	content: "";
}
#mainimg .imgslider .slick-dots li button {
	height: 15px;
	width: 15px;
	background: url("images/pic_mainimg05.png") no-repeat 0 0;
}
#mainimg .imgslider .slick-dots .slick-active button {
	background: url("images/pic_mainimg04.png") no-repeat 0 0;
}
#mainimg .slick-slider {
	margin-bottom: 0;
}
#mainimg .slick-dots {
	bottom: -30px;
}
#mainimg .slick-next {
	background: url("images/pic_mainimg07.png") no-repeat 0 0;
	width: 47px;
	height: 49px;
	right: 40px;
	z-index: 5;
}
#mainimg .slick-prev {
	background: url("images/pic_mainimg06.png") no-repeat 0 0;
	width: 47px;
	height: 49px;
	left: 40px;
	z-index: 5;
}
@media screen and (max-width: 768px) {
#mainimg .imgslider .slick-slide {
	margin: 0;
}
#mainimg .imgslider .slick-dots li button {
	height: 10px;
	width: 10px;
	background: url("images/pic_mainimg05.png") no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
#mainimg .imgslider .slick-dots .slick-active button {
	background: url("images/pic_mainimg04.png") no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
#mainimg .slick-dots {
	bottom: -25px;
}
}
/*----------------------catalog----------------------------- */
.catalog {
	padding: 10px 0;
	background: #fff;
	z-index: 998;
}
.catalog ul li {
	text-align: center;
	width: 20%;
	float: left;
	border-right: 1px dashed #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog ul li a {
	display: block;
	padding: 15px 0;
	font-size: 15px;
	color: #333;
}
.catalog ul li a:hover {
	opacity: 0.7;
}
.catalog ul {
	border-left: 1px dashed #000;
}
.catalog .two {
	border-top: 1px dashed #000;
}

/*----------------------area----------------------------- */
.area {
	background: url("images/bg_area01.jpg") no-repeat center bottom;
	background-size: 100%;
	margin-top: 20px;
	min-height: 750px;
}
.area .inner{
	position: relative;
}
.area .box01 {
	padding: 105px 0 0;
	margin-top: 50px;
}
.area .box01 .txt {
	font-size: 21px;
	font-weight: 500;
	line-height: 2.4;
	position: relative;
	top: 0;
	padding-left: 430px;
}
.area .box02 {
	position: absolute;
	top: 260px;
	left: -40px;
}
.area .box02 .ico {
	display: none;
}
.area .box02 .map {
	text-align: center;
    margin: -257px 0 0 -50px;
}

@media screen and (min-width: 1921px) {
	.area {
		background-size: cover;
		height: 1000px;
	}
}
@media screen and (max-width: 1024px) {
	.area .box01 {
		margin-left: 0;
	}
	.area .box01 .txt {
		margin-right: 0;
	}

}
@media screen and (max-width: 768px) {
	.area {
		background: url("images/bg_area01.jpg") no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		margin-top: 30px;
	}
	.area .box01 {
		margin-right: 0;
		margin-top: 20px
	}
	.area .box01 .pic {
		display: none;
		margin-left: 0;
		margin-left: -70px;
		text-align: center;
		padding: 30px 0 20px;
	}

	.area .left {
		float: none;
	}

	.area .box01 .pic img {
		width: 56%;
	}
	.area .box01 .txt {
		padding-left: 0;
		margin-bottom: 1em;
		font-size: 20px;
	}
	.area .box01 .txt br {
		display: none;
	}
	.area .box01 {
		padding: 0;
	}
	.area .box02 .ico {
		display: inherit;
		padding: 0;
		text-align: center;
		padding: 20px 0 10px;
	}
	.area .box02 .ico img {
		width: 32%;
	}
	.area .box02 .map {
		padding: 0;
	}
}
 @media screen and (max-width: 667px) {
	.area {
		background: url("images/bg_area01.jpg") no-repeat;
		background-position: center bottom;
	 }
	.area .box01 .txt {
		font-size: 15px;
		line-height: 1.6;

	 }
	 .area .box02 {
		 position: relative;
		 top: inherit;
		 left: inherit;
		 padding-top: 15px;
	 }
	 .area .box02 .ico {
		width: 140px;
		height: 140px;
		 padding: 0 0 10px;
	 }
	.area .box02 .ico img {
		width: 100%;
	}
	 .area .box02 .map {
		 width: 86%;
		 position: absolute;
		 top: 20px;
		 left: 0;
		 right: 0;
		 text-align: left;
		 margin: 0 auto;
	 }

}
 @media screen and (max-width: 520px) {
	.area {
		background: url("images/bg_area01_sp.jpg") no-repeat center bottom;
		margin-top: 0;
		min-height: 800px;
		background-size: 100%;
	}
	.area .box01 .pic img {
		width: 64%;
	}

	.pageflex dl {
		width: 50%;
	}

}
/*----------------------notice----------------------------- */
.notice {
	padding: 60px 0 70px;
}
.notice .tit {
	text-align: center;
	padding-bottom: 20px;
}
.notice table {
	width: 100%;
	font-size: 15px;
	border-top: 2px solid #000;
}
.notice table th {
	width: 16%;
	padding: 25px 0;
	color: #f39800;
	vertical-align: top;
	border-bottom: 1px dashed #000;
}
.notice table .new {
	position: relative;
}
.notice table .new:before {
	position: absolute;
	content: "";
	top: 25px;
	left: 100px;
	background: url("images/pic_notice02.jpg") no-repeat 0 0;
	width: 60px;
	height: 21px;
}
.notice table td {
	padding: 25px 0;
	line-height: 1.6;
	border-bottom: 1px dashed #000;
}
.notice table td a {
	color: #333;
}
.notice table td a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.notice {
		padding: 30px 0 20px;
	}

	.notice table {
		font-size: 13px;
	}
	.notice table th {
		display: block;
		padding: 10px 0 5px;
		border-bottom: none;
	}
	.notice table .new {
		position: relative;
	}
	.notice table .new:before {
		top: 10px;
		left: 85px;
		background: url("images/pic_notice02.jpg") no-repeat 0 0;
		-webkit-background-size: contain;
		background-size: contain;
		width: 50px;
	}
	.notice table td {
		display: block;
		padding: 0 0 10px;
	}
}
@media screen and (max-width: 520px) {
	.notice {
		padding: 15px 0 10px;
	}
	.notice .tit {
		padding-bottom: 10px;
	}
	.notice .tit img {
		max-width: 180px;
	}
	.notice table .new:before {
		left: 90px;
	}
}
/*----------------------works count----------------------------- */
.workscount {
	background: url("images/bg_workscount.jpg") no-repeat center;
	background-size: cover;
	padding: 50px 0;
	position: relative;
}
.workscount:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(84,188,225,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.workscount .inner {
	background: #fff;
	border-radius: 10px;
	padding: 40px 55px 50px;
	position: relative;
	text-align: center;
	z-index: 10;
}
.workscount .inner .contBox {
	border: solid 5px #cf5313;
	border-radius: 10px;
	margin-top: 15px;
	position: relative;
}
.workscount .inner .contBox:before {
	content: '';
	background: url("images/img_workscount03.png") no-repeat;
	width: 218px;
	height: 200px;
	position: absolute;
	top: -117px;
	left: 9px;
}
.workscount .inner .contBox:after {
	content: '';
	background: url("images/img_workscount04.png") no-repeat;
	width: 192px;
	height: 193px;
	position: absolute;
	top: -198px;
	right: 4px;
}
.workscount .inner .contBox h2 {
	background: #cf5313;
	padding: 10px;
	line-height: 1;
}
.workscount .inner .contBox ul {
	display: flex;
	width: 92%;
	margin: 25px auto;
}
.workscount .inner .contBox li {
	width: 100%;
	margin: 0 2%;
	border: solid 3px #f39800;
	border-radius: 10px;
	font-weight: bold;
}
.workscount .inner .contBox li dl dt {
	background: #f39800;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	padding: 0.2em 0.5em;
}
.workscount .inner .contBox li dl dd strong {
	font-size: 48px;
	color: #f90;
}
.workscount .inner .contBox li dl dd span {
	font-size: 22px;
	margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
	.workscount .inner .contBox:before,
	.workscount .inner .contBox:after {
		display: none;
	}
}
@media screen and (max-width: 667px) {
	.workscount {
		padding: 20px 4%;
	}

	.workscount .inner {
		padding: 20px 22px;
	}
	.workscount .inner .mark {
		width: 76%;
		margin: auto;
	}
	.workscount .inner .contBox {
		border-width: 4px;
	}
	.workscount .inner .contBox ul {
		display: block;
		width: auto;
		margin: 0 0 13px 0;
		padding: 0 4%;
	}
	.workscount .inner .contBox ul li {
		float: left;
		width: 46%;
		margin: 0 4% 0 0;
		margin-top: 13px;
		border-width: 2px;
	}
	.workscount .inner .contBox ul li:nth-child(2n) {
		margin-right: 0;
	}
	.workscount .inner .contBox li dl dt {
		font-size: 13px;
		font-weight: bold;
	}
	.workscount .inner .contBox li dl dd strong {
		font-size: 24px;
	}
	.workscount .inner .contBox li dl dd span {
		font-size: 11px;
	}
}
/*----------------------blogBnr----------------------------- */
.blogBnr {
	margin-top: 45px;
}
.blogBnr ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.blogBnr ul li:last-child {
	margin-right: 0;
}
.blogBnr ul li a {
	display: block;
	border: solid 7px #215cac;
	border-radius: 9px;
}
@media screen and (max-width: 667px) {
	.blogBnr {
		margin-top: 20px;
	}
	.blogBnr ul li {
		float: none;
		width: 92%;
		margin: 15px auto 0 !important;
	}
	.blogBnr ul li a {
		border-width: 6px;
	}

}
/*----------------------blog----------------------------- */
.blog {
	background: url("images/bg_blog01.jpg") ;
}
.blog.works {
	background: none;
}
.blog.works .inner-container {
	background: #fff;
}
.blog .tit {
	padding: 30px 0 0;
	text-align: center;
}
.blog ul {
	margin-left: -16px;
}
.blog ul li {
	width: 33.3%;
	padding-left: 16px;
	float: left;
	margin: 24px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog.index ul li .ico a {
	color: #fff;
}
.blog.index ul li .txt a {
	color: #000;
}

.blog ul li .box {
	padding: 30px 25px;
	background-color: #fff;
}
.blog ul li .box .pic {
	overflow: hidden;
}
.blog ul li .box .pic:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 0.5s;
}
.blog ul li .box .pic img {
	width: 100%;
	transition: all 0.5s;
}
.blog ul li .box .title {
	padding: 13px 0;
}
.blog ul li .box .title .ico {
	text-align: center;
	height: 28px;
	line-height: 28px;
	background-color: #f39800;
	color: #fff;
	font-size: 15px;
	padding: 0 1.3em;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
}
.blog ul li .box .title .ico a {
	color: #fff;
}
.blog ul li .box .title .time {
	color: #f15a24;
	font-size: 17px;
}
.blog ul li .box .txt {
	font-size: 17px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.blogCont ul li .box .txt a {
	color: #000 !important;
}

.blog ul li .box .txt:hover {
	opacity: 0.7;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.blog ul .new {
	position: relative;
}
.blog ul .new:before {
	position: absolute;
	content: "";
	top: 11px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: url("images/pic_blog03.png") no-repeat 0 0;
	width: 70px;
	height: 70px;
	z-index: 2;
}
.blog.index ul .new:before {
	top: -18px;
}
.blog .regucategorymain {
	background: url("images/bg_blog01.jpg") center top;
	padding-bottom: 1px;
	margin-bottom: 30px;
}
.review.blog ul .new:before {
	top: -19px;
}

@media screen and (max-width: 768px) {
	.blog .tit {
		padding: 30px 0;
	}
	.blog ul {
		margin: -10px 0 0 -10px;
	}
	.blog ul li {
		width: 50%;
		padding: 10px 0 0 10px;
		margin: 10px 0 0;
	}
	.blog.only ul li:nth-child(4) {
		display: inherit;
	}
	.blog ul li .box {
		padding: 10px;
	}
	.blog ul li .box .title {
		padding: 5px 0;
	}
	.blog ul li .box .title .ico {
		display: inline-block;
		height: 24px;
		line-height: 24px;
		font-size: 13px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
		border-radius: 12px;
		float: none;
	}
	.blog ul li .box .title .time {
		display: block;
		font-size: 15px;
		padding-top: 5px;
		float: none;
	}
	.blog ul li .box .txt {
		font-size: 14px;
	}
	.blog ul .new {
		position: relative;
	}
	.blog ul .new:before {
		position: absolute;
		content: "";
		top: 12px;
		left: 12px;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		background: url("images/pic_blog03.png") no-repeat 0 0;
		-webkit-background-size: contain;
		background-size: contain;
		width: 50px;
		height: 50px;
		z-index: 2;
	}
	.blog.index ul .new:before {
		top: 12px;
	}
	.review.blog ul .new:before {
		top: inherit;
	}
}
@media screen and (max-width: 520px) {
	.blog {
		padding-top: 15px;
		margin-top: 10px;
	}
	.blog .tit {
		padding: 0 0 10px;
	}
	.blog .tit img {
		max-width: 180px;
	}
	.blog ul li {
		margin: 0;
	}
	.blog ul li .box .title {
		padding: 5px 0 0;
	}
	.blog ul li .box .title .ico {
		font-size: 11px;
		height: 20px;
		line-height: 20px;
	}
	.blog ul li .box .title .time {
		font-size: 10px;
	}
	.blog ul li .box .title .time {
		padding-top: 2px;
	}
	.blog ul li .box .txt {
		font-size: 12px !important;
		line-height: 1.4;
	}
	.blogSingle ul li:nth-child(3) {
		display: none;
	}
	.blog ul .new:before {
		width: 40px;
		height: 40px;
	}
}
/*----------------------video----------------------------- */
.video {
	padding: 50px 0 40px;
}
.video .bg {
	box-sizing: border-box;
	max-width: 822px;
	margin: 0 auto;
	padding: 26px;
	text-align: center;
	position: relative;
}
.video .bg .tit {
	position: absolute;
	width: 650px;
	height: 166px;
	top: -170px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.video .sptit dt {
	display: none;
}
.video .sptit dd {
	background: url("images/pic_video01.png") no-repeat center center;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 125px 0 35px;
}
.video .bg iframe {
	width: 100%;
	height: 430px;
}
@media screen and (max-width: 768px) {
	.video {
		padding: 0;
	}
	.video .bg {
		background: none;
		padding: 0;
	}
	.video .bg iframe {
		width: 100%;
		height: 300px;
		margin: 20px 0;
	}
	.video .sptit {
		padding-top: 20px;
	}
	.video .sptit img {
		width: 100%;
	}
	.video .sptit dt {
		background: url(images/bg_reason01.gif);
		font-size: 14px;
		color: #634e2f;
		text-align: center;
		font-weight: bold;
		padding: 0.3em 1em 0.2em;
	}
	.video .sptit dd {
		font-size: 18px;
	}
}
@media screen and (max-width: 667px) {
	.video .bg {
		width: auto;
		border: none;
	}
}
@media screen and (max-width: 520px) {
		.video .sptit dd {
		font-size: 16px;
		margin-bottom: 0;
		padding: 80px 0 20px;
		background-size: 140%;
	}
	.video .bg iframe {
		height: 200px;
	}
}
/*----------------------Newest----------------------------- */
.newest {
	background: url("images/bg_newest01.jpg") no-repeat left top;
	background-size: cover;
}
.newest .tit {
	text-align: center;
	padding: 56px 0 26px;
}
.newest .txt {
	border-bottom: solid 2px #000;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
	padding-bottom: 13px;
}
.good_deal_img {
	width: 550px;
	box-shadow:0px 0px 10px 1px #b5b5b5;
}

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

	.newest .tit {
		padding: 30px 0 10px;
	}
	.newest .tit img {
		width: 36%;
	}
	.newest .txt {
		font-size: 15px;
		padding-bottom: 25px;
	}
	.newest .left {
		float: none;
		text-align: center;
	}
	.newest .right {
		padding-top: 10px;
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 667px) {
	.good_deal_img {
		width: auto;
	}
	.newest {
		background-size: auto;
	}
}
@media screen and (max-width: 520px) {
	.newest {
		background: url("images/bg_newest01.jpg")no-repeat left -360px  top;
	}
	.newest .txt {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
}
/*----------------------project----------------------------- */
.project .tit {
	padding: 100px 0 40px;
	text-align: center;
}
.project .tit span {
	position: relative;
	display: inline-block;
}
.project .tit span:before {
	position: absolute;
	content: "";
	left: -165px;
	bottom: -40px;
	background: url("images/pic_project02.png") no-repeat 0 0;
	width: 162px;
	height: 154px;
}
.project .con .left {
	width: 50%;
	background: url("images/bg_project01.jpg") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	height: 470px;
	text-align: center;
	display: table;
}
.project .con .left span {
	vertical-align: middle;
	display: table-cell;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.project .con .right {
	width: 50%;
	background: url("images/bg_project02.jpg") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	height: 470px;
	text-align: center;
	display: table;
}
.project .con .right span {
	display: table-cell;
	vertical-align: middle;
}
.project .con .left span:hover, .project .con .right span:hover {
	opacity: 0.7;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
@media screen and (max-width: 768px) {
.project .tit {
	padding: 30px 0 20px;
}
.project .tit img {
	width: 80%;
}
.project .tit span:before {
	background: none;
}
.project .con .left {
	width: 100%;
	background: url("images/bg_project01.jpg") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	height: 300px;
	float: none;
}
.project .con .left img {
	width: 65%;
}
.project .con .right {
	width: 100%;
	background: url("images/bg_project02.jpg") no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	height: 300px;
	float: none;
}
.project .con .right img {
	width: 65%;
}
}
@media screen and (max-width: 520px) {
.project .con .left img,  .project .con .right img {
	width: 80%;
}
}
.top-message {
	background: url("images/bg_blog01.jpg");
	padding: 80px 0 0;
}
.top-message .tit {
	text-align: center;
	margin-bottom: 30px;
}

.top-message .inner>div {
	display: flex;
	justify-content: space-between;
}
.top-message .inner>div .img {
	width: 500px;
	max-width: 100%;
}
.top-message .inner>div .text {
	width: calc(100% - 540px);
	font-size: 16px;
	line-height: 1.8;
}
.top-message .inner>div .text p {
	margin-bottom: 1em;
}
@media screen and (max-width:768px) {
	.top-message .inner>div {
		display: block;
	}
	.top-message .inner>div .img {
		margin-bottom: 15px;
	}
	.top-message .inner>div .text {
		width: 100%;
	}
}

/*----------------------reason----------------------------- */
.reason .bg {
	padding: 170px 0 240px;
	min-height: 1139px;
}
.reason .bg .inner {
	position: relative;
}
.reason .bg .inner .box {
	position: absolute;
	top: -100px;
	background: #f39800;
	width: 100%;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reason .bg .inner .box .boxbg {
	background: #fff;
	height: 100%;
	padding: 40px 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reason .bg .inner .box .boxbg ul {
	margin: 0 0 0 -40px;
}
.reason .bg .inner .box .boxbg ul li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 0 40px;
	float: left;
}

.reason .bg .inner .box .boxbg ul li .numbox {
	position: relative;
	background: #fff;
	width: 100%;
	height: 356px;
	/*background: url("images/bg_reason04.png") no-repeat 0 0;*/
	box-shadow:2px 2px 0px 4px #000000;
	border-radius:2px;
	border:1px solid #000000;
	box-sizing: border-box;
}
.reason .bg .inner .box .boxbg ul li:first-child .numbox {
	box-shadow: none;
	border: none;
	padding-top: 50px;
}
.reason .bg .inner .box .boxbg ul li .none {
	background: none;
}
.reason .bg .inner .box .boxbg ul li .numbox .num {
	position: absolute;
	left: 20px;
	top: -7px;
	width: 76px;
}
.reason .bg .inner .box .boxbg ul li .numbox .pic {
	position: absolute;
	top: 112px;
	left: 30px;
}
.reason .bg .inner .box .boxbg ul li .numbox .pic.nor {
	width: 182px;
}
.reason .bg .inner .box .boxbg ul li .numbox .first {
	top: 95px;
	left: 40px;
	width: 172px;
}
/*.reason .bg .inner .box .boxbg ul li .map .pic {
	left: -40px;
}*/
.reason .bg .inner .box .boxbg ul li .numbox .tit {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 21px;
	width: 360px;
}
.reason .bg .inner .box .boxbg ul li .numbox .tit .line {
	background-image: linear-gradient(transparent 18px, #ffba00 50%, #ffba00 100%);
	line-height: 21px;
}
.reason .bg .inner .box .boxbg ul li .numbox .txt {
	position: absolute;
	top: 105px;
	right: 24px;
	font-size: 16px;
	width: 245px;
	line-height: 1.625;
}
@media screen and (max-width: 768px) {
	.reason {
		padding: 20px 0;
	}
	.reason .bg {
		background: url("images/bg_reason01.gif") repeat 0 0;

		height: auto;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.reason .bg .inner {
		position: static;
	}
	.reason .bg .inner .box {
		position: static;
		width: 100%;
		height: auto;
		padding: 5px;
	}
	.reason .bg .inner .box .boxbg {
		height: 100%;
		padding: 0 20px;
	}
	.reason .bg .inner .box .boxbg ul {
		margin: 0;
	}
	.reason .bg .inner .box .boxbg ul li {
		width: 100%;
		padding: 20px 0 0;
		float: none;
	}
	.reason .bg .inner .box .boxbg ul li .numbox {
		position: relative;
		width: 100%;
		height: auto;
		border: none;
		box-shadow: 1px 1px 0px 3px #000000;
	}
	.reason .bg .inner .box .boxbg ul li .none {
		background: none;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .num {
		position: absolute;
		left: 15px;
		top: -7px;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .num img {
		width: 40px;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .pic {
		position: static;
		text-align: center;
		padding: 10px 0;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .pic.nor {
		width: inherit;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .first {
		width: inherit;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .pic img {
		width: 80%;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .first img {
		width: 64%;
	}
	/*.reason .bg .inner .box .boxbg ul li .map .pic {
		left: -40px;
	}*/
	.reason .bg .inner .box .boxbg ul li .numbox .tit {
		position: static;
		font-size: 18px;
		width: auto;
		padding: 10px 5px 0 60px;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .tit .line {
		background-image: linear-gradient(transparent 18px, #ffdb79 50%, #ffdb79 100%);
		line-height: 21px;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .txt {
		position: static;
		font-size: 14px;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 667px) {
	.reason .bg .inner .box .boxbg ul li:first-child .numbox {
		padding-top: 30px;
		padding-bottom: 15px;
		text-align: center;
	}
}
@media screen and (max-width: 520px) {
	.reason {
		padding: 0;
	}
	.reason .bg .inner .box .boxbg ul li:first-child .numbox {
		padding-top: 0;
	}

	.reason .bg .inner .box .boxbg ul li:nth-child(2) {
		padding: 5px 0 0;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .tit {
		font-size: 16px;
		line-height: 1.4;
		padding: 15px 10px 0 55px;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .txt {
		font-size: 13px;
		line-height: 1.4;
		padding: 10px 13px 15px;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .num {
		left: 8px;
	}
	.reason .bg .inner .box .boxbg ul li .numbox .tit .line {
		background-image: linear-gradient(transparent 10px, #ffdb79 50%, #ffdb79 100%);
	}
	.reason .bg .inner .box .boxbg ul li .numbox .first {
		width: auto;
	}
}
/*----------------------works----------------------------- */
.works {
	background: url("images/bg_works.jpg") no-repeat center bottom;
}
.works .top {
	text-align: center;
	border-bottom: 5px solid #f39800;
}
.works .top img {
	margin-bottom: -7px;
}
.works .tit {
	padding: 10px 0 0;
}
.works ul li {
	padding-top: 30px;
}
.works ul li .box {
	background: url("images/bg_regulation05.jpg") repeat center;
}
.works ul li .box .pic {
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.works ul li .box .txt {
	padding-top: 15px;
	font-size: 18px;
}
.works ul li .box .txt a {
	color: #000;
}

.works .combtn {
	padding: 40px 0;
}
/* page navi */
.pagination {
	text-align: center;
	margin: 30px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	border: solid 2px #000 !important;
	box-sizing: border-box;
	padding: 7px 14px !important;
	font-size: 16px !important;
	color: #000 !important;
	font-weight: bold !important;
}
.wp-pagenavi .current {
	background: #000;
	color: #fff !important;
}
@media screen and (min-width: 1921px) {
	.works {
		background-size: cover;
	}
}
@media screen and (max-width: 768px) {
	.works .tit {
		padding: 5px 0 10px;
	}

	.works .top {
		border-bottom: 4px solid #f39800;
	}
	.works .top img {
		width: 150px;
		margin-bottom: -6px;
	}
	.works ul li {
		padding-top: 10px;
	}
	.works ul li .box .pic {
		border: 4px solid #fff;
	}
	.works ul li .box .txt {
		padding-top: 10px;
		font-size: 14px;
	}
	.works .combtn {
		padding: 20px 0;
	}
}
@media screen and (max-width: 667px) {
	.works {
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 520px) {
	.works {
		background-size: 300%;
	}
	.works ul li .box .pic {
		border: 2px solid #fff;
	}
	.works ul li .box .txt {
		padding-top: 5px !important;
	}
	.pagination {
		margin: 15px 0;
	}
	.wp-pagenavi .pages {
		display: none;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 11px !important;
	}
	.works .top img {
		margin-bottom: -4.4px;
	}
	.works.blogCont .top img {
		margin-bottom: -4px
	}
}
/*----------------------review----------------------------- */
.review {
	background: none;
	margin-bottom: 30px;
}
.review .bg {
	background: #fafaf8;
}
.review .top {
	text-align: center;
}
.review .tit {
	padding: 10px 0 30px;
}
.regureview.tax .review .tit {
	padding: 10px 0 25px;
}
.review ul li .box .title {
	font-size: 18px;
}

.review ul li .box .txt {
	font-size: 15px;
}
.review ul li .box .title a,
.review ul li .box .txt a {
	color: #000;
}
.review .regureviewinfo {
	margin-top: 7px;
}
.review .regureviewinfo .link a {
	font-size: 13px;
	margin: 3px;
}

.tagName {
	text-align: center;
	margin-bottom: 20px;
}
.tagName span {
	background: #333;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 0.3em 1.3em;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
	.review .tit {
		padding: 5px 0 20px;
	}
	.regureview.tax .review.tit {
		padding: 5px 0 20px;
	}
	.review .tit img {
		width: 100px;
	}
	.review .top img {
		width: 150px;
	}
	.review ul li .box .title {
		font-size: 16px;
	}
	.review ul li .box .txt {
		font-size: 12px;
	}
}
@media screen and (max-width: 520px) {
	.review {
		margin-top: 0;
		margin-bottom: 0;
	}
	.review ul li .box .title {
		font-size: 12px;
	}
	.review .regureviewinfo {
		margin-top: 10px;
	}
	.review .regureviewinfo .link a {
		font-size: 11px;
		margin: 1px;
		padding: 3px 10px;
	}
	.tagName span {
		font-size: 12px;
	}
}
/*----------------------voice----------------------------- */
.voice {
	padding: 30px 0;
}
.voice .voicetit {
	padding: 0 0 20px 0;
	text-align: center;
	border-bottom: solid 2px #000;
	box-sizing: border-box;
}
.voice ul {
	margin: 0 0 0 -50px;
}
.voice ul li {
	float: left;
	width: 50%;
	padding: 0 0 0 50px;
	margin: 40px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.voice .voicebox {
	background: url("images/pic_voice02.jpg") repeat center;
}
.voice .voicebox .tit {
	background: #f39800;
	padding: 18px 0 18px 20px;
	color: #fff;
	font-size: 18px;
}
.voice .voicebox .tit span {
	display: inline-block;
	width: 84px;
	height: 28px;
	text-align: center;
	font-size: 16px;
	color: #282828;
	border-radius: 14px;
	margin: 0 12px 0 0;
	background: #fff;
	vertical-align: middle;
	line-height: 28px;
}
.voice .voicebox .voiceboxin {
	padding: 30px 25px;
}
.voice .voicebox .voiceboxin .boxL {
	float: left;
}
/*.voice .voicebox .voiceboxin .boxL img {
	border: 5px solid #fff;
	box-sizing: border-box;
}*/
.voice .voicebox .voiceboxin .boxR {
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	line-height: 1.75;
	padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
	.voice {
		padding: 30px 0 20px;
	}
	.voice .voicetit {
		padding: 0;
	}
	.voice ul {
		margin: 0;
	}
	.voice ul li {
		float: left;
		width: 100%;
		padding: 0;
		margin: 10px 0 0 0;
	}
	.voice .voicebox {
		height: auto;
	}
	.voice .voicebox .tit {
		padding: 9px 0 9px 10px;
		font-size: 15px;
	}
	.voice .voicebox .tit span {
		width: 60px;
		height: 28px;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.voice .voicebox .voiceboxin {
		padding: 15px 13px;
	}
	.voice .voicebox .voiceboxin .boxL img {
		border: 4px solid #fff;
		width: 130px;
	}
	.voice .voicebox .voiceboxin .boxR {
		overflow: hidden;
		font-size: 14px;
		line-height: 1.5;
		padding: 0 0 0 15px;
	}
}
@media screen and (max-width: 520px) {
	.voice {
		padding: 15px 0 20px;
		;
	}
	.voice .voicetit {
		margin-top: 10px;
	}
	.voice .voicetit img {
		max-width: 180px;
	}
	.voice .voicebox .tit {
		font-size: 12px;
	}
	.voice .voicebox .voiceboxin .boxR {
		font-size: 11px;
	}
	.voice .voicebox .tit span {
		font-size: 11px;
		height: 19px;
		line-height: 19px;
	}
	.voice .voicebox .voiceboxin .boxL img {
		border: 3px solid #fff;
	}
}
/*----------------------banner----------------------------- */
.bannerBox {
	text-align: center;
}
.bannerBox .tl {
	background: #f55e5e;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
	color: #fff;
	padding: 0.1em 1.3em;
	margin-bottom: 5px;
}
.bannerBox ul li {
	width: 50%;
	float: left;
}
.bannerBox ul li a img {
	max-width: inherit;
	width: 100%;
}

@media screen and (max-width: 667px) {
	.bannerBox .tl {
		font-family: inherit;
		font-size: 16px;
		line-height: 1.2;
		padding: 0.5em 1.3em;
	}
}
@media screen and (max-width: 520px) {
	.bannerBox .tl {
		font-size: 14px;
	}
	.bannerBox ul li {
		float: none;
		width: auto;
	}

}

/*----------------------footer----------------------------- */
.footer {
	background: url("images/bg_footer01.jpg") no-repeat center bottom;
	background-size: cover;
    background-position: center bottom;
}

.footer .line img {
	width: 42px;
}

.footer .links {
	text-align: right;
	padding-bottom: 100px;
}
.footer .facebook {
	padding-right: 16px;
}
.footer .time .ico {
	margin: 0 10px 0 15px;
}
.footer .time .ico02 {
	margin: 0 10px 0 35px;
}
.footer .location br {
	display: none;
}
@media screen and (min-width: 1921px) {
	.footer {
		background-size: cover;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		text-align: center;
		margin-bottom: 50px;
	}
	.footer .left {
		float: none;
	}
	.footer .right {
		float: none;
	}
	.footer .header .headertxt {
		padding-top: 40px;
	}
	.footer .links {
		text-align: center;
	}
	.footer .headerLogo {
		padding: 10px 0;
	}
	.footer .header .headerbox .right {
		padding: 0;
	}
	.footer .headerIn .headerbox .time {
		width: 235px;
		margin: 0 auto;
		text-align: left;
		padding: 10px 0 0;
	}
	.footer .location {
		font-size: 14px;
		padding-top: 10px;
	}
	.footer .facebook {
		padding-right: 10px;
	}
	.footer .time .ico {
		margin: 0 10px 0 0;
	}
	.footer .time .ico02 {
		margin: 0 10px 0 0;
	}
	.footer .header .headerbox .time span {
		font-size: 14px;
	}
	.footer .header .headerbox .time .ico {
		font-size: 13px;
	}
}
@media screen and (max-width: 667px) {
	.footer .header:before {
		height: 30px;
	}
	.footer .header .headertxt .text {
		position: absolute;
		top: 5px;
		left: 0;
		right: 0;
	}
	.footer .headerLogo {
		padding: 50px 0 10px;
	}
	.footer .header h1 {
		float: none;
		padding: 0;
		margin-bottom: 20px;
	}
	.footer .location {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 520px) {
	.footer .headerLogo {
		max-width: 200px;
		margin: auto;
	}
	.footer .headerLogo img {
		height: auto;
	}
	.footer .header h1 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.footer .header .headerbox .right {
		max-width: 300px;
		margin: 0 auto;
	}
	.footer .links {
		padding-bottom: 40px;
	}
	.footer .links a img {
		max-width: 36px;
	}
	.footer .header .headerbox .right:first-child {
		margin: 5px auto 10px;
	}
	.footer .header .headerbox .time .ico {
		width: 70px;
		font-size: 11px;
		height: 22px;
		line-height: 22px;
	}
	.footer .header .headerbox .time span {
		font-size: 13px;
	}
	.footer .location {
		font-size: 12px;
	}
	.footer .location br {
		display: block;
	}
	.footer .header:before {
		height: 26px;
	}
	.footer .header .headertxt .text {
		font-size: 13px;
		top: 4px;
	}
	.footer .headerLogo {
		padding: 10px 0;
	}
}
/*----------page01.php----------- */

.pageteaser {
	background: url(images/bg_teaser.jpg) center center no-repeat;
	background-size: cover;
	background-position: left center;
	margin-bottom: 20px;
	/*margin-top: 118px;*/
}
.pageteaser.reviewTeaser {
	position: relative;
}
.pageteaser.reviewTeaser:before {
	content: '';
	background: url(images/bg_teaser_review.jpg) center center no-repeat;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1920px;
	height: 400px;
	margin: auto;

}
.pageteaser .inner {
	position: relative;
	background-size: 100%;
	height: 200px;
}
.pageteaser.reviewTeaser .inner {
	background: none;
	height: 400px;
}
.teasertit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.teasertit span {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight:500;

}
@media screen and (min-width: 1921px) {
	.pageteaser.reviewTeaser:before {
		width: 100%;
		background-size: cover;

	}
}
@media screen and (max-width: 768px) {
	.pageteaser {
		margin-bottom: 0;
	}
	.pageteaser .inner {

		background-size: cover;
		height: 100px;
	}
	.teasertit {
		font-size: 18px;
		width: 100%;
	}
	.teasertit span {
		font-size: 10px;
	}
	.pageteaser.reviewTeaser:before {
		width: 100%;
	}
}
@media screen and (max-width: 520px) {
	.teasertit {
		top: 58%;
	}
	.pageteaser.reviewTeaser {
		background-size: cover;
	}
	.pageteaser.reviewTeaser .inner {
		height: 150px;
	}
	.pageteaser.reviewTeaser:before {
		width: auto;
		height: 150px;
		background-size: cover;
	}
}
.pagesec {
	background: url(images/img_page01.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	height: 900px;
	text-align: center;
}
.pagesec.service {
	background: url(images/bg_akiya-service.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 240px;
}
.pagesecbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.57);
}
.pagesec.service .pagesecbg {
	background: rgba(255,255,255,0.75);
}
.pagesec .inner {
	position: relative;
	height: 900px;
	padding: 120px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pagesec .tit {
	background: rgba(200,47,0,.9);
	display: table;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.pagesec.service .tit {
	background: rgba(32,103,10,.9);
}
.pagesec .tit span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 23px;
	color: #fff;
}
.pagesec .txt {
	margin: 30px 0;
	color: #fff;
	font-size: 18px;
}
.pagesec.service .txt {
	color: #000;
}
.pagesec.service .desc {
	border-top: solid 9px #20670a;
	box-sizing: border-box;
	background: #fff;
	padding: 50px 70px;
	margin-top: 330px;
	box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.1);
}
.pagesec.service .desc dt {
	font-size: 24px;
	color: #20670a;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.pagesec.service .desc dd {
	font-size: 18px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.pagesec {
		height: 300px;
	}
	.pagesec .inner {
		height: 300px;
		padding: 40px 10px 0;
	}
	.pagesec .tit {
		width: 140px;
		height: 140px;
	}
	.pagesec .tit span {
		font-size: 14px;
	}
	.pagesec .txt {
		margin: 15px 0;
		color: #fff;
		font-size: 11px;
		letter-spacing: -0.05em;
	}
}
@media screen and (max-width: 520px) {
	.pagesec.service {
		margin-bottom: 180px;
	}
	.pagesec.service .txt {
		text-align: left;
	}
	.pagesec.service .txt br {
		display: none;
	}
	.pagesec.service .desc {
		border-top: solid 4px #20670a;
		padding: 15px 20px;
		margin-top: 30px;
	}
	.pagesec.service .desc dt {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.pagesec.service .desc dd {
		font-size: 12px;
	}
}
.pagepanel {
	padding: 50px 0 0;
}
.pagesection + .pagesection {
	margin: 100px 0 0;
}
.pagetit01 {
	background: #e5e2d7;
	text-align: center;
	font-size: 24px;
	padding: 10px 0;
	font-weight: bold;
	margin-bottom: 40px;
}
.pagetit02 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 40px;
}
.pageproject01 dt {
	float: left;
}
.pageproject01 dd {
	padding: 0 0 0 35px;
	overflow: hidden;
	font-size: 18px;
}
.pageproject02 dt {
	float: right;
}
.pageproject02 dd {
	padding: 0 35px 0 0;
	overflow: hidden;
	font-size: 18px;
}
.pageproject01 dd p + p {
	margin: 30px 0 0;
}
.pageproject02 dd .list01 li {
	font-size: 18px;
	padding: 0 0 0 60px;
	background: url(images/ico_page01.png) 15px center no-repeat;
}
.pageproject02 dd .list01 li + li {
	margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
	.pagepanel {
		padding: 20px 0 0;
	}
	.pagetit02 {
		font-size: 13px;
		margin-bottom: 10px;
		padding: 0 15px;
		text-align: left;
	}
	.pagepanel .inner {
		padding: 0;
	}
	.pageprojectinner {
		padding: 10px 30px;
	}
	.pageprojectinner02 {
		padding: 10px 15px;
	}
	.pagesection + .pagesection {
		margin: 20px 0 0;
	}
	.pagetit01 {
		font-size: 13px;
		padding: 12px 0;
		margin-bottom: 15px;
	}
	.pageproject01 dt {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.pageproject01 dd {
		padding: 0;
		font-size: 12px;
		line-height: 1.6;
	}
	.pageproject02 dt {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.pageproject02 dd {
		padding: 0;
		font-size: 12px;
	}
	.pageproject01 dd p + p {
		margin: 15px 0 0;
	}
	.pageproject02 dd .list01 li {
		font-size: 12px;
		padding: 0 0 0 25px;
		background: url(images/ico_page01.png) 0 3px no-repeat;
	}
	.pageproject02 dd .list01 li + li {
		margin: 20px 0 0;
	}
}
@media screen and (max-width: 520px) {
	.pageproject01 dd p br {
		display: none;
	}
	.pageproject02 dd .list01 li + li {
		margin: 10px 0 0;
	}
}
.pagebox {
	background: #efefef;
	padding: 35px 0;
	margin: 120px 0 50px;
}
.pageboxpanel {
	position: relative;
	padding: 0 80px 0 0;
}
.pagebox.service .pageboxpanel {
	padding: 0;
}
.pageboxpanel .img01 {
	position: absolute;
	top: 50%;
	left: 70px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}
.pageboxpanel .img02 {
	text-align: right;
}
@media screen and (max-width: 768px) {
.pagebox {
	padding: 15px 0;
	margin: 15px 0 0;
}
.pageboxpanel {
	padding: 0;
}
.pageboxpanel .img01 {
	position: inherit;
	top: auto;
	left: auto;
	transform: none;
	-webkit-transform: none;
	z-index: inherit;
	float: left;
	width: 60px;
}
.pageboxpanel .img02 {
	text-align: left;
	overflow: hidden;
	padding: 5px 0 0 10px;
}
}
.pageproject01 dd .list02 li {
	font-size: 18px;
	padding: 0 0 0 35px;
	background: url(images/ico_page02.png) 0 5px no-repeat;
}
.pageproject01 dd .list02 li + li {
	margin: 20px 0 0;
}
.pageprojictin + .pageprojictin {
	margin: 30px 0 0;
}
.pagetab01 {
	width: 100%;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pagetab01 th {
	width: 115px;
	background: #20670a;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pagetab01 td {
	font-size: 18px;
	padding: 20px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.pagetab01 td span {
	display: inline-block;
	width: 95px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #333;
	padding: 5px 0;
	vertical-align: middle;
	margin-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pagetab01 .pageplan {
	background: #efefef;
	font-weight: bold;
	padding: 10px 0 10px 20px !important;
	font-size: 21px;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
.pageproject01 dd .list02 li {
	font-size: 12px;
	padding: 0 0 0 35px;
	background: url(images/ico_page02.png) 0 2px no-repeat;
}
.pageproject01 dd .list02 li + li {
	margin: 10px 0 0;
}
.pageprojictin + .pageprojictin {
	margin: 10px 0 0;
}
.pagetab01 th {
	display: none;
}
.pagetab01 td {
	font-size: 12px;
	padding: 10px;
}
.pagetab01 td span {
	display: none;
}
.pagetab01 .pageplan {
	background: #efefef;
	font-weight: bold;
	padding: 10px 0 10px 10px !important;
	font-size: 12px;
	vertical-align: middle;
}
}
.pagetit03 {
	text-align: center;
	font-size: 19px;
	border: 1px solid #333;
	font-weight: bold;
	border-bottom: 4px solid #457b2e;
	padding: 10px 0;
	margin-bottom: 40px;
}
.pageprojectlist {
	margin: -30px 0 0 -15px;
}
.pageprojectlist li {
	float: left;
	width: 33.33%;
	padding: 0 0 0 15px;
	margin: 30px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pageprojectcont {
}
.pageprojectcont .tit {
	background: #4c9a8c;
	padding: 18px 20px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.pageprojectcont .tit span {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #fed23b;
	color: #333;
	width: 70px;
	padding: 2px 0;
	margin-right: 7px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.pageprojectbox {
	background: url(images/bg_page01.png) 0 0 repeat;
	padding: 24px 28px;
}
.pageprojectcont .img {
	border: 5px solid #fff;
}
.pageprojectcont .txt {
	font-size: 15px;
	margin: 10px 0 0;
}
.faqBox {
	margin: 100px 0 30px;
}
@media screen and (max-width: 768px) {
	.pagetit03 {
		font-size: 12px;
		border-bottom: 2px solid #457b2e;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.pageprojectlist {
		margin: -5px 0 0 -5px;
	}
	.pageprojectlist li {
		float: left;
		width: 50%;
		padding: 0 0 0 5px;
		margin: 5px 0 0;
	}
	.pageprojectcont .tit {
		padding: 10px 5px;
		font-size: 11px;
		font-weight: bold;
	}
	.pageprojectcont .tit span {
		font-size: 10px;
		width: 42px;
		padding: 0;
		margin-right: 5px;
	}
	.pageprojectbox {
		background: url(images/bg_page01.png) 0 0 repeat;
		padding: 10px;
	}
	.pageprojectcont .img {
		border: 2px solid #fff;
	}
	.pageprojectcont .txt {
		font-size: 11px;
		margin: 10px 0 0;
	}
}
@media screen and (max-width: 520px) {
	.pagetit03 {
		border-left: 0;
		border-right: 0;
	}
	.faqBox {
		margin: 20px 0;
	}
	.faqBox .inner{
		padding: 0 15px;
	}
}
.pageprojectbest {
	background: url(images/bg_page02.gif) 0 0 repeat;
	padding: 6px;
}
.pagebestbox {
	text-align: center;
	background: #fff;
	padding: 15px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
}
.pagebestbox .txt01 {
	display: inline-block;
	color: #c82f00;
	background: url(images/bg_line.png) 0 65% repeat-x;
	font-size: 22px;
}
.pagebestbox .txt02 {
	font-size: 22px;
}
@media screen and (max-width: 768px) {
	.pageprojectbest {
		padding: 4px;
	}
	.pagebestbox {
		padding: 10px;
		font-size: 12px;
	}
	.pagebestbox .txt01 {
		font-size: 14px;
	}
	.pagebestbox .txt02 {
		font-size: 14px;
	}
}
@media screen and (max-width: 520px) {
	.pagebestbox {
		text-align: left;
	}
	.pagebestbox p br {
		display: none;
	}
	.pagebestbox .txt01 {
		font-size: 16px;
	}
}
.pageprice {
	margin: 60px 0 0;
}
.pagepricemain + .pagepricemain {
	margin: 70px 0 0;
}
.pagepricemain .img {
	overflow: hidden;
	padding: 0 0 0 40px;
}
.pagepricebox {
	float: left;
	width: 285px;
	display: table;
}
.pagepriceinfo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pagepricebox .tit {
	font-size: 19px;
	font-weight: bold;
}
.pagepricebox .price {
	background: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	width: 180px;
	margin: 10px auto 0;
}
.pagepricein01 {
	background: #d7e5e2;
	height: 140px;
}
.pagepricein02 {
	background: #ff9933;
	border: 6px solid #ffd3a7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 275px;
}
@media screen and (max-width: 768px) {
	.pageprice {
		margin: 15px 0 0;
	}
	.pagepricemain + .pagepricemain {
		margin: 15px 0 0;
	}
	.pagepricemain .img {
		padding: 0;
		margin: 15px 0 0;
	}
	.pagepricebox {
		float: none;
		width: 100%;
		display: block;
		padding: 10px 0;
	}
	.pagepriceinfo {
		display: block;
	}
	.pagepricebox .tit {
		font-size: 12px;
	}
	.pagepricebox .price {
		font-size: 14px;
		width: 180px;
	}
	.pagepricein01 {
		height: auto;
	}
	.pagepricein02 {
		border: 3px solid #ffd3a7;
		height: auto;
	}
}
@media screen and (max-width: 520px) {
	.pagepricebox .tit br {
		display: none;
	}
	.pagepricebox .price {
		margin-top: 5px;
	}
}
.pagecase + .pagecase {
	margin: 60px 0 0;
}
.casetit {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.casetit th {
	background: #000;
	width: 115px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	padding: 15px 0;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.casetit td {
	font-size: 21px;
	font-weight: bold;
	padding: 15px 20px;
}
.bxslider01 li {
	max-height: 700px;
}
.bx-wrapper img {
	max-height: 700px;
}
.pagecase .pagecasebox01 {
	float: left;
	width: 680px;
}
.pagecase .pagecasebox02 {
	overflow: hidden;
	padding: 10px 0 0 30px;
	font-size: 18px;
}
.pagecase .pagecasebox02 .tit {
	border-left: solid 6px #94452d;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	padding: 5px 0 5px 15px;
	margin: 0 0 20px;
}
.slider img {
	margin: 0 auto;
}
.slider .bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/prev.png) no-repeat 0 0;
}
.slider .bx-wrapper .bx-next {
	right: 10px;
	background: url(images/next.png) no-repeat right 0;
}
.pagelist01 {
	text-align: center;
	margin: 15px 0 0 -10px;
}
.pagelist01 li {
	float: left;
	width: 20%;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pagelist01 li a {
	display: block;
}
.pagelist02 {
	text-align: center;
	margin: 15px 0 0 -10px;
}
.pagelist02 li {
	float: left;
	width: 20%;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pagelist02 li a {
	display: block;
}
@media screen and (max-width: 768px) {
	.slider .bx-wrapper .bx-prev {
		left: 5px;
		background: url(images/prev.png) no-repeat 0 0;
		background-size: 18px 18px;
	}
	.slider .bx-wrapper .bx-next {
		right: 5px;
		background: url(images/next.png) no-repeat right 0;
		background-size: 18px 18px;
	}
	.pagecase + .pagecase {
		margin: 30px 0 0;
	}
	.casetit {
		margin-bottom: 20px;
	}
	.casetit th {
		width: 60px;
		font-size: 14px;
		padding: 10px;
	}
	.casetit td {
		font-size: 14px;
		padding: 10px;
	}
	.pagecase .pagecasebox01 {
		float: none;
		width: 100%;
		margin-bottom: 15px
	}
	.pagecase .pagecasebox02 {
		padding: 0;
		font-size: 12px;
	}
	.pagecase .pagecasebox02 .tit {
		font-size: 12px;
		padding: 0 0 0 10px;
		margin: 0 0 25px;
	}
}
@media screen and (max-width: 520px) {
	.casetit th {
		font-size: 12px;
	}
	.casetit td {
		font-size: 13px;
	}
	.pagecase .pagecasebox02 .tit {
		border-left: solid 3px #94452d;
		padding: 0 0 0 10px;
		margin: 0 0 10px;
	}
}
.pagevoice {
	padding-bottom: 40px;
}
.pagevoice .pagevoicebox01 {
	float: left;
	width: 47%;
}
.pagevoice .pagevoicebox02 {
	float: right;
	width: 47%;
}
.pagevoice .tit {
	background: #713d2d;
	padding: 18px 20px;
	font-size: 18px;
	color: #fff;
}
.pagevoice .tit span {
	display: inline-block;
	width: 85px;
	color: #fff;
	background: #ff9933;
	text-align: center;
	font-size: 16px;
	padding: 3px 0;
	margin-right: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.pagevoicein {
	padding: 30px 25px;
	background: url(images/bg_page01.png) 0 0 repeat;
}
.pagevoicein dl dt {
	float: left;
	border: 4px solid #fff;
}
.pagevoicein dl dd {
	overflow: hidden;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.pagevoice {
		padding-bottom: 20px;
	}
	.pagevoice .pagevoicebox01 {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.pagevoice .pagevoicebox02 {
		float: none;
		width: 100%;
	}
	.pagevoice .tit {
		padding: 10px;
		font-size: 12px;
	}
	.pagevoice .tit span {
		width: 55px;
		font-size: 10px;
		margin-right: 15px;
	}
	.pagevoicein {
		padding: 15px 15px;
		background: url(images/bg_page01.png) 0 0 repeat;
	}
	.pagevoicein dl dt {
		border: 2px solid #fff;
		width: 50%;
	}
	.pagevoicein dl dd {
		padding: 0 0 0 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 520px) {
	.pagevoice .tit {
		font-weight: bold;
	}
	.pagevoice .tit span {
		margin-right: 7px;
	}
}
.pagecontact {
	background: url(images/img_page21.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 40px;
	padding: 50px 0;
}
.pagecontact:before {
	content: '';
	background: rgba(7,21,34,0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.pagecontact .inner {
	position: relative;
	z-index: 3;
}
.pagecontinfo {
	border: 2px solid #fff;
	padding: 50px 0 70px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.pagecontinfo .tit {
	font-size: 22px;
	position: relative;
	font-weight: bold;
}
.pagecontinfo .tit:before {
	background: #c82f00;
	width: 42px;
	height: 5px;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
.pagecontinfo .txt {
	margin: 40px 0 0;
	line-height: 1.8;
}
.pagecontinfo .tel {
	text-align: center;
	margin: 40px 0 15px;
}
.pagecontinfo .note {
	text-decoration: underline;
}
.pagecontinfo .time {
	margin: 20px 0 0;
}
.pagecontinfo .time .time01 + .time01 {
	margin-left: 10px;
}
.pagecontinfo .time .time01 i {
	font-style: normal;
	display: inline-block;
	background: #fff;
	font-size: 14px;
	text-align: center;
	width: 88px;
	color: #333;
	padding: 4px 0;
	margin-right: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.pagecontinfo {
		border: 1px solid #fff;
		padding: 25px 10px;
		font-size: 12px;
	}
	.pagecontinfo .tit {
		font-size: 15px;
		padding-bottom: 5px;
	}
	.pagecontinfo .tit:before {
		width: 20px;
	}
	.pagecontinfo .txt {
		margin: 25px 0 0;
	}
	.pagecontinfo .tel {
		margin: 40px 0 15px;
	}
	.pagecontinfo .note {
		text-decoration: underline;
	}
	.pagecontinfo .time {
		margin: 20px 0 0;
		text-align: left;
	}
	.pagecontinfo .time .time01 {
		display: block;
	}
	.pagecontinfo .time .time01 + .time01 {
		margin-left: 0;
		margin-top: 10px;
	}
	.pagecontinfo .time .time01 i {
		font-style: normal;
		display: inline-block;
		background: #fff;
		font-size: 14px;
		text-align: center;
		width: 88px;
		color: #333;
		padding: 4px 0;
		margin-right: 10px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 520px) {
	.pagecontact {
		padding: 25px 0;
		margin-bottom: 20px;
	}
	.pagecontinfo {
		padding: 25px 15px;
	}
	.pagecontinfo .txt {
		text-align: left;
	}
	.pagecontinfo .txt br {
		display: none;
	}
	.pagecontinfo .time .time01 i {
		font-size: 11px;
		width: 60px;
		padding: 2px 0;
	}
}
/*----------regulation.php----------- */

#breadcrumb {
	margin: 10px 0 25px;
}
#breadcrumb a {
	font-size: 13px;
	text-decoration: underline;
	color: #333;
}
#breadcrumb a:hover {
	text-decoration: none;
}
#breadcrumb span {
	display: inline-block;

}
.regulationbg {
	background: url(images/bg_blog01.jpg);
}
.regulagtionsec01 {
	background: url("images/bg_blog01.jpg") left top;
	padding: 0 0 50px;
	margin: 60px 0 30px;
}
.regulagtionsec01 .inner {
	position: relative;
}
.regulagtionsec01 .img {
	padding: 70px 0 0;
}
.regulagtionsec01 .img img {
	width: 100%;
}
.regutit01 {
	position: absolute;
	top: -35px;
	left: 0;
	z-index: 2;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #f39800;
	padding: 15px 0;
}
.regulationbg02 {
	background: url("images/bg_blog01.jpg");
	margin: 70px 0 20px;
}
.regulationbg02 .inner {
	position: relative;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.mainpic {
	text-align: center;
}
.regulationreason {
	background: #f39800;
	padding: 7px;
}
.regureasonmain {
	background: #fff;
	padding: 25px 50px 45px;
}
.regureasonmain .tl {
	text-align: center;
	margin: 30px 0;
}
.regureasonsec {
	background: #fff;
	border: 3px solid #333;
	border-bottom: 7px solid #333;
	padding: 40px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.regureasonsec + .regureasonsec {
	margin: 40px 0 0;
}
.regureasontit {
	display: table;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.regureasontit h4 {
	display: table-cell;
	vertical-align: middle;
	height: 88px;
	padding: 0 0 0 130px;
}
.regureasontit .img {
	position: absolute;
	bottom: 0;
	left: 35px;
	z-index: 2;
}
.regureasontit .img img {
	width: 76px;
}
.regureasontit span {
	font-size: 24px;
	font-weight: bold;
	background: url(images/bg_line.png) 0 85% repeat-x;
}
.regureasonbox {
	padding: 30px 30px 0;
}
.regureasonbox dt {
	float: left;
	width: 260px;
}
.regureasonbox dd {
	overflow: hidden;
	padding: 0 0 0 40px;
	font-size: 18px;
}
.regureasonbox dd p + p {
	margin: 30px 0 0;
}
.regureasonitem {
	margin: 100px 0 0;
	padding: 0 30px;
}
.regureasonitem .tit {
	text-align: center;
	position: relative;
	padding: 60px 0 70px;
}
.regureasonitem .tit:before {
	background: url(images/img_regulation04.jpg) 0 0 no-repeat;
	width: 158px;
	height: 187px;
	top: 0;
	left: 45px;
	content: "";
	z-index: 2;
	position: absolute;
}
.regureasoninfo {
	font-size: 16px;
}
.regureasoninfo .regureasonbox01 {
	float: left;
	width: 47%;
	border: 3px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.regureasoninfo .regureasonbox02 {
	float: right;
	width: 47%;
	border: 3px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.regureasoninfo .txt01 {
	padding: 20px;
}
.regureasontxt {
	font-size: 18px;
	line-height: 1.7;
	margin: 35px 0 0;
	padding: 0 2em;
}

@media screen and (max-width: 768px) {
	.regulagtionsec01 {
		margin: 0 0 20px;
		padding: 0 0 30px;
	}
	.regutit01 {
		font-size: 16px;
		top: 0;
		padding: 10px 15px;
	}
	.regulagtionsec01 .img + .img {
		padding: 20px 0 0;

	}
	.regulagtionsec02 {
		margin: 0;
		padding: 15px 0;
		margin-bottom: 20px;
	}
	.regulationbg02 .inner {
		position: inherit;
	}
	.regulationreason {
		padding: 4px;
	}
	.regureasonmain {
		padding: 20px 10px;
	}
	.regureasonsec {
		background: #fff;
		border: 2px solid #333;
		border-bottom: 4px solid #333;
		padding: 15px 0;
		margin: 20px 0 0;
	}
	.regureasonsec + .regureasonsec {
		margin: 20px 0 0;
	}
	.regureasontit {
		display: block;
		background: none;
	}
	.regureasontit h4 {
		display: block;
		height: auto;
		padding: 0 10px 0 55px;
	}
	.regureasontit .img {
		position: absolute;
		bottom: auto;
		top: -20px;
		left: 10px;
		z-index: 2;
		width: 38px;
	}
	.regureasontit span {
		font-size: 14px;
		background: url(images/bg_line.png) 0 85% repeat-x;
	}
	.regureasontit span br {
		display: none;
	}
	.regureasonbox {
		padding: 10px 15px 0;
	}
	.regureasonbox dt {
		float: none;
		width: 80%;
		margin: auto;
		text-align: center;
		margin-bottom: 15px;
	}
	.regureasonbox dd {
		padding: 0;
		font-size: 11px;
	}
	.regureasonbox dd p + p {
		margin: 15px 0 0;
	}
	.regureasonitem {
		margin: 0;
		padding: 0 15px;
	}
	.regureasonitem .tit {
		text-align: center;
		position: relative;
		padding: 15px 0;
	}
	.regureasonitem .tit:before {
		display: none;
	}
	.regureasoninfo {
		font-size: 11px;
	}
	.regureasoninfo .regureasonbox01 {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		border: 3px solid #333;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.regureasoninfo .regureasonbox02 {
		float: none;
		width: 100%;
		border: 3px solid #333;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.regureasoninfo .txt01 {
		padding: 10px;
	}
	.regureasontxt {
		font-size: 11px;
		margin: 15px 0 0;
		padding: 0 1em;
	}
}
@media screen and (max-width: 520px) {
	.regureasonbox dt {
		width: inherit;
	}
	.regureasonbox dt img {
		width: 100%;
	}
	.regureasonbox dt img.map {
		width: 64%;
	}
	.regureasonsec.first .regureasonbox dt {
		width: 70%;
		margin: 0 auto 15px;
	}

}
.regucategory {
	padding-bottom: 40px;
	border-bottom: 5px solid #f39800;
	margin-bottom: 54px;
}
.regucategory.bottom {
	border-bottom: 0;
	margin-bottom: 20px;
}
.regucategorylist {
	margin: -10px 0 0 -5px;
}
.regucategorylist li {
	float: left;
	width: 33.33%;
	padding: 0 0 0 15px !important;
	margin: 10px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.regucategorylist li a {
	display: block;
	background: #fbf0d1;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	color: #333;
	position: relative;
	-webkit-transition: opacity 0.7s ease-out;
	-moz-transition: opacity 0.7s ease-out;
	-ms-transition: opacity 0.7s ease-out;
	transition: opacity 0.7s ease-out;
}
.regucategorylist li a:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.7s ease-out;
	-moz-transition: opacity 0.7s ease-out;
	-ms-transition: opacity 0.7s ease-out;
	transition: opacity 0.7s ease-out;
}
.regucategorylist li a:before {
	background: url(images/ico_arrow01.png) 0 0 no-repeat;
	width: 43px;
	height: 16px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}

@media screen and (max-width: 768px) {
	.regucategory {
		padding: 15px 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	.regucategorylist li a {
		font-size: 12px;
	}
	.regucategorylist li a:before {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	.regucategory {
		padding: 0 0 15px;
	}
	.regucategory.bottom {
		margin-bottom: 10px;
	}
	.regucategory .inner {
		padding: 0 15px;
	}
	.regucategory .inner ul {
		margin: 10px 0 0;
	}
	.regucategory .inner ul li {
		padding: 0 !important;
		margin: 2px 0;
		width: 49%;
	}
	.regucategory .inner ul li:nth-child(2n+1) {
		margin-right: 2%;
	}
}
.regucase {
	padding-bottom: 20px;
	margin: 20px 0 0;
}
.regucasemain {
	background: url(images/bg_regulation05.jpg) left top;
	padding: 50px 0;
}
.regucasepanel {
	background: #fff;
	border: 6px solid #f39800;
	padding: 45px 50px;
}
.regucasecat {
	margin-bottom: 15px;
}
.regucasecat a {
	display: inline-block;
	text-align: center;
	background: #f39800;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 1.5em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.regucasetit {
	position: relative;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.8em 150px 0.8em 1em;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
}
.regucasetit img {
	position: absolute;
	right: 0px;
	top: -38px;
	z-index: 2;
	width: 200px;
}
.regucaseinfo {
	margin: 60px 0 0;
}
.regucaseinfo .img img {
	width: 100%;
}
.regucaseinfo .process {
	position: absolute;
	top: -40px;
	left: 20px;
	z-index: 2;
}
.regucasebox01 {
	float: left;
	width: 345px;
	position: relative;
}
.regucasebox01:before {
	background: url(images/ico_arrow02.png) 0 0 no-repeat;
	width: 69px;
	height: 56px;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
.regucasebox02 {
	float: right;
	width: 660px;
	position: relative;
}
.regucasebox03 {
	float: left;
	width: 463px;
	background: url(images/bg_before.gif);
	text-align: center;
}
.regucasebox04 {
	float: right;
	width: 463px;
	background: url(images/bg_after.gif);
	text-align: center;
}
.regucasebox04.bgW {
	background: #fff;
}
.regucasebox03 p + p, .regucasebox04 p + p {
	margin: 30px 0 0;
}
.regucasebox03 .before {
	position: relative;
	background: #fff;
}
.regucasebox03 .before:before {
	background: url(images/ico_arrow03.png) 0 0 no-repeat;
	width: 72px;
	height: 48px;
	top: 50%;
	right: -85px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
.regucasebox03 p,
.regucasebox04 p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.regucasetxt {
	font-size: 18px;
	margin: 35px 0 0;
	padding: 0 30px;
}
.regucasetxt img {
	height: auto;
}
.regucasein + .regucasein {
	margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
	.regucase {
		padding-bottom: 10px
	}
	.regucasemain {
		padding: 25px 0;
	}
	.regucasepanel {
		border: 3px solid #634e2f;
		padding: 15px;
	}
	.regucasecat {
		width: 130px;
		margin: 0 auto 8px;
	}
	.regucasecat a {
		font-size: 12px;
	}
	.regucasetit {
		font-size: 15px;
		padding: 10px;
		border-bottom: 4px solid #000;
		border-top: 4px solid #000;
	}
	.regucasetit img {
		display: none;
	}
	.regucaseinfo {
		margin: 25px 0 0;
	}
	.regucaseinfo .process {
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		z-index: 2;
		width: 64px;
	}
	.regucasebox01 {
		float: none;
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.regucasebox01:before {
		display: none;
	}
	.regucasebox02 {
		float: none;
		width: 100%;
		position: relative;
	}
	.regucasebox03 {
		float: left;
		width: 46%;
	}
	.regucasebox04 {
		float: right;
		width: 46%;
	}
	.regucasebox03 p + p, .regucasebox04 p + p {
		margin: 8px 0 0;
	}
	.regucasebox03 .before:before {
		background: url(images/ico_arrow03.png) 0 0 no-repeat;
		background-size: 100%;
		width: 35px;
		height: 30px;
		top: 50%;
		right: -27px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		content: "";
		z-index: 2;
		position: absolute;
	}
	.regucasetxt {
		font-size: 11px;
		margin: 12px 0 0;
		padding: 0;
	}
	.regucasein + .regucasein {
		margin: 10px 0 0;
	}
}
@media screen and (max-width: 520px) {
	.regucasetit {
		border-bottom: 3px solid #000;
		border-top: 3px solid #000;
	}
	.regucasebox03 p,
	.regucasebox04 p {
		font-size: 15px;
	}
	.regucasebox03.tit img,
	.regucasebox04.tit img {
		max-width: 100px;
	}
}
.regucategorymain {
	background: url(images/bg_regulation01.png) 0 0 repeat;
	padding-bottom: 130px;
}
.regucategorymain .box {
	background: #fff !important;
	color: #333 !important;
}
.regucategorymain .box .txt {
	color: #333 !important;
}
.regucategorymain .txt {
	padding: 10px 0 0 !important;
}
.blogcate {
	margin: 15px 0 0;
}
.blogcate a {
	display: inline-block;
	text-align: center;
	background: #f39800;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 0 1em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
@media screen and (max-width: 768px) {
	.regucategorymain {
		padding-bottom: 15px;
	}
	.blogcate {
		margin: 15px 0 0;
	}
	.blogcate a {
		font-size: 11px;
	}
}
@media screen and (max-width: 520px) {
	.blogcate {
		margin: 7px 0 0;
	}
	.blogcate a {
		padding: 0.2em 1em;
	}
}
.categorybox {
	margin: 10px 0 0;
}
.categorybox .cate {
	float: left;
}
.categorybox .cate a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: #f39800;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 0 1.3em;
	margin-right: 8px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

.categorybox .date {
	float: right;
	color: #f39800;
	font-size: 17px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.categorybox {
		margin: 10px 0 0;
	}
	.categorybox .cate {
		float: none;
		width: 100px;
	}
	.categorybox .cate a {
		font-size: 11px;
		padding: 0 1em;
	}
	.categorybox .date {
		display: none;
	}
}
@media screen and (max-width: 520px) {
	.categorybox {
		margin: 7px 0 0;
	}
	.categorybox .cate {
		width: auto;
	}
	.categorybox .cate a {
		height: 20px;
		line-height: 20px;
		margin-top: 3px;
	}
}
.regunews {
	padding: 50px 0;
	margin: 25px 0 0;
}
.regunews.single {
	margin: 25px 0 30px;
}
.regunewspanel {
	background: #fff;
	padding: 50px 60px;
}
.regunewspanel .regucasetit {
	/*border-color: #e24d4c;*/
	margin-bottom: 30px;
}
.regunewstop {
}
.regunewstop .regucasecat {
	float: left;
}
.regunewstop .regucasecat a {
	background: #f39800;
	color: #fff;
	margin: 5px 7px 0 0;
}
.regunewstop .date {
	float: right;
	font-size: 20px;
	color: #94452d;
	padding: 10px 0 0;
}
.regunewsbox + .regunewsbox {
	margin: 50px 0 0;
}
.regunewsbox p {
	margin: 25px 0 0;
	font-size: 16px;
}
.regunewstit01 {
	font-size: 20px;
	font-weight: bold;
	background: #f1f1f1;
	padding: 20px 25px;
	margin: 30px 0;
}
.regunewstit02 {
	border-left: solid 6px #189ddc;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 25px;
	position: relative;
	margin: 30px 0;
}
.regunewsbox img {
	max-width: 100%;
	height: auto;
}
.regunewsother .tit {
	text-align: center;
	margin: 50px 0 0;
}
.regunewsother .box {
	background: #fff !important;
	color: #333 !important;
}
.regunewsother .box .txt {
	color: #333 !important;
}
.works.single {
	background: none;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.regunews {
		padding: 25px 0;
		margin: 10px 0 0;
	}
	.regunewspanel {
		padding: 25px 20px;
	}
	.regunewspanel .regucasetit {
		margin-bottom: 12px;
	}
	.regunewstop .regucasecat {
		float: left;
	}
	.regunewstop .date {
		font-size: 12px;
		padding: 8px 0 0;
	}
	.regunewsbox + .regunewsbox {
		margin: 10px 0 0;
	}
	.regunewsbox p {
		margin: 0;
		font-size: 12px;
	}
	.regunewstit01 {
		font-size: 12px;
		padding: 10px;
		margin-bottom: 15px;
	}
	.regunewstit02 {
		font-size: 12px;
		padding: 0 0 0 20px;
		margin-bottom: 15px;
	}
	.regunewstit02:before {
		height: 100%;
	}
	.regunewsother .tit {
		margin: 25px 0;
	}
}
@media screen and (max-width: 520px) {
	.regunewstit01,
	.regunewstit02 {
		margin: 20px 0;
	}
	.regunewstit02 {
		border-left: solid 4px #d07f15;
	}
	.regunewsother .tit {
		margin: 15px 0;
	}
	.regunewsother .tit img {
		max-width: 180px;
	}
	.regucasecat.sin {
		width: auto;
		text-align: center;
	}
}

.reguflowtit {
	background: url(images/bg_blog.jpg) center center no-repeat;
	max-width: 1100px;
	margin: 0 auto;
	background-size: cover;
	font-size: 24px;
	padding: 35px 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-shadow:
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}
.reguflowpanel {
	position: relative;
}
.reguflowpanel + .reguflowpanel {
	margin: 85px 0 0;
}
.reguflowpanel + .reguflowpanel:before {
	background: url(images/bg_regulation09.png) 0 0 no-repeat;
	width: 10px;
	height: 50px;
	top: -70px;
	left: 60px;
	content: "";
	z-index: 2;
	position: absolute;
}
.reguflowpanel:last-child {
	margin-bottom: 50px;
}
.reguflowpanel.thanks {
	margin-bottom: 30px;
}
.reguflowpanel.thanks .txt:first-child {
	margin-bottom: 1.3em;
}
.flowsteptit {
	padding: 10px;
	background: #f39800;
}
.flowsteptit dt {
	float: left;
	width: 110px;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #fce63a;
	font-size: 20px;
	padding: 5px 0;
}
.flowsteptit dd {
	overflow: hidden;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	padding: 6px 0 0 20px;
}
.flowbox {
	border-left: 3px solid #f39800;
	border-right: 3px solid #f39800;
	border-bottom: 3px solid #f39800;
	box-sizing: border-box;
	padding: 25px 45px;
}
.flowbox .txt {
	font-size: 16px;
}
.flowbox .tit {
	font-size: 17px;
	font-weight: bold;
}
.flowinfo {
	width: 830px;
	margin: 20px 0 0;
	padding: 35px 0 30px 35px;
	font-size: 16px;
	border: 1px solid #f39800;
	border-top: 10px solid #f39800;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.flowcont {
	margin-bottom: 12px;
}
.flowcont .tel {
	float: left;
}
.flowcont .tel {
	width: 260px;
}
.flowcont .date {
	float: left;
	margin-left: 20px;
}
.flowcont .date .txt01 + .txt01 {
	margin-left: 10px;
}
.flowcont .date .txt01 i {
	font-style: normal;
	margin-right: 10px;
	display: inline-block;
	background: #775f43;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 88px;
	padding: 5px 0;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.flowbox ul li {
	font-size: 16px;
	margin: 5px 0 0;
}
.inner.faqCont {
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.reguflow {
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.reguflowtit {
		width: 100%;
		text-align: center;
		font-size: 14px;
		padding: 15px 0;
		margin-bottom: 10px;
	}
	.reguflowpanel + .reguflowpanel {
		margin: 35px 0 0;
	}
	.reguflowpanel + .reguflowpanel:before {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);

	}
	.flowsteptit {
		padding: 10px;
	}
	.flowsteptit dt {
		width: 60px;
		font-size: 11px;
	}
	.flowsteptit dd {
		font-size: 13px;
		padding: 5px 0 0 10px;
	}
	.flowbox {
		padding: 10px 15px;
	}
	.flowbox .txt {
		font-size: 12px;
	}
	.flowbox .tit {
		font-size: 14px;
	}
	.flowinfo {
		width: 100%;
		margin: 10px 0 0;
		padding: 20px 25px;
		font-size: 12px;
		border-top: 5px solid #f39800;
	}
	.flowcont {
		margin-bottom: 10px;
	}
	.flowcont .tel {
		float: none;
		margin-bottom: 10px
	}
	.flowcont .date {
		float: none;
		margin-left: 0;
	}
	.flowcont .date .txt01 {
		display: block;
	}
	.flowcont .date .txt01 + .txt01 {
		margin-left: 0;
		margin-top: 5px;
	}
	.flowcont .date .txt01 i {
		font-size: 12px;
	}
	.flowbox ul li {
		font-size: 12px;
	}
	.inner.faqCont {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 520px) {
	.reguflowpanel.thanks {
		margin-bottom: 20px;
	}
	.reguflowpanel + .reguflowpanel:before {
		background: url(images/bg_regulation09.png) 0 0 no-repeat;
		background-size: 100%;
		width: 5px;
		height: 25px;
		top: -31px;
	}
}
.regureview .bg {
	padding-bottom: 10px;
}
.regureviewmain {
	background: url("images/bg_reivew.jpg") no-repeat center top;
	background-size: cover;
	padding: 50px 0;
	margin: 20px 0;
}
.regureviewpanel {
	background: #fff;
	padding: 24px 65px 40px;
}
.regureviewpanel .top {
	text-align: center;
	margin-bottom: 20px;
}
.regurevieico {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 3px 1.3em;
	margin: 0 0 15px;
	background: #f39800;
}
.regureviewmain .regucasetit {
	/*border-color: #47814c;*/
	margin-bottom: 30px;
	padding: 0.8em 1em;
}
.regureviebox {
	margin-bottom: 40px;
}
.regureviebox dt {
	float: left;
	width: 463px;
}
.regureviebox dd {
	overflow: hidden;
	padding: 0 0 0 50px;
}
.regureviewinfo + .regureviewinfo {
	margin: 40px 0 0;
}
.regutit02 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 35px;
	margin-bottom: 15px;
	background: url(images/ico_regulation01.png) 0 0 no-repeat, url(images/txt_shadow.png) 0 bottom repeat-x;
}
.regureviewinfo .txt {
	font-size: 18px;
}
.regureviewinfo .txt + .txt {
	margin: 30px 0 0;
}
.regureviewinfo .link a {
	display: inline-block;
	padding: 5px 15px;
	font-size: 15px;
	margin: 0 3px;
	color: #333;
	font-weight: bold;
	border: 1px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.regureviewinfo .link a:hover {
	background: #ccc;
}

@media screen and (max-width: 768px) {
	.regureview .bg {
		padding-bottom: 15px;
	}
	.regureviewmain {
		padding: 25px 0;
		margin: 20px 0 0;
		background-size: 208%;
	}
	.regureviewpanel {
		background: #fff;
		padding: 10px 25px 15px;
	}
	.regureviewpanel .top {
		margin-bottom: 10px;
	}
	.regureviewpanel .top img {
		width: 85px;
	}
	.regurevieico {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 15px;
		padding: 3px 0.8em;
	}
	.regureviewmain .regucasetit {
		margin-bottom: 16px;
		padding: 0.8em 0;
	}
	.regureviebox {
		margin-bottom: 20px;
	}
	.regureviebox dt {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 15px;
	}
	.regureviebox dd {
		overflow: hidden;
		padding: 0;
	}
	.regureviewinfo + .regureviewinfo {
		margin: 20px 0 0;
	}
	.regutit02 {
		font-size: 12px;
		padding: 0 0 5px 20px;
		margin-bottom: 10px;
		background: url(images/ico_regulation01.png) 0 0 no-repeat, url(images/txt_shadow.png) 0 bottom repeat-x;
		background-size: 15px 15px, auto auto;
	}
	.regureviewinfo .txt {
		font-size: 12px;
	}
	.regureviewinfo .txt + .txt {
		margin: 14px 0 0;
	}
	.regureviewinfo .link {
		margin: -10px 0 0;
	}
	.regureviewinfo .link a {
		padding: 5px 10px;
		font-size: 12px;
		margin-top: 10px;
	}
	.regureviewinfo .link a:hover {
		background: #ccc;
	}
}
@media screen and (max-width: 667px) {
	.regureviewmain {
		background-size: 340%;
	}
	.regureview .bg {
		background-size: auto;
	}
}
@media screen and (max-width: 520px) {
	.regureview {
		margin-bottom: 20px;
	}
	.regureview.tax {
		margin-bottom: 0;
	}

	.regureview .bg {
		padding-bottom: 5px;
		background-size: 334%;
	}
	.regureviewmain {
		padding: 25px 0 0;
	}
}
.reguvoice .voice {
	padding-top: 0;
}
.reguqa {
	background: #f39800;
	padding: 6px;
	margin: 30px 0 0;
}
.reguqapanel {
	background: #fff;
	padding: 30px 55px 20px
}
.reguq {
	padding: 10px 0 10px 65px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
	background: url(images/ico_q.png) 0 0 no-repeat;
}
.regua {
}
.regua dt {
	float: left;
}
.regua dd {
	overflow: hidden;
	padding: 10px 0 0 20px;
	font-size: 16px;
}
.regua dd p + p {
	margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
	.reguqa {
		margin: 10px 0 0;
	}
	.reguqapanel {
		background: #fff;
		padding: 20px 15px
	}
	.reguq {
		padding: 3px 0 3px 30px;
		font-size: 13px;
		margin-bottom: 10px;
		background: url(images/ico_q.png) 0 0 no-repeat;
		background-size: 22px;
	}
	.regua dt {
		width: 22px;
	}
	.regua dd {
		padding: 3px 0 3px 8px;
		font-size: 13px;
	}
	.regua dd p + p {
		margin: 15px 0 0;
	}
}
@media screen and (max-width: 520px) {
	.reguqa {
		padding: 4px;
	}
}
.regupres {
	background: url("images/bg_area01.jpg") no-repeat center bottom;
	background-size: 100%;
	position: relative;
	padding-bottom: 30px;
}

.regupres .inner {
	position: relative;
	padding: 100px 0;
}
.regupresbox dt {
	float: left;
}
.regupresbox dd {
	overflow: hidden;
	padding: 20px 0 0 27px;
}
.regupresbox dd p,
.regupres .cont_txt{
	font-size: 21px;
	line-height: 1.6;
	text-shadow:
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}
.regupresbox dd p + p,
.regupres .cont_txt + .cont_txt {
	margin: 30px 0 0;
}

.regupresimg {
	position: absolute;
	left: -20px;
	bottom: 28px;
	z-index: 2;
}
.regupresimg .img01 img, .regupresimg .img02 img {
	width: 100%;
}
.regupresimg .img01 {
	border: 6px solid #fff;
	width: 310px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.regupresimg .img02 {
	border: 9px solid #fff;
	width: 360px;
	position: relative;
	margin-left: 30px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
	.regupres .inner {
		padding: 20px 10px 0;
	}
	.regupresbox dt {
		float: none;
		text-align: center;
		margin: 15px auto;
		width: 72%;
	}
	.regupresbox dd {
		overflow: hidden;
		padding: 0 1.3em;
		font-size: 14px;
		font-weight: bold;
	}
	.regupresimg {
		position: inherit;
		left: auto;
		bottom: auto;
		z-index: auto;
		padding: 18px 10px 0;
	}
	.regupresimg p {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.regupresimg .img01 {
		border: 2px solid #fff;
		float: right;
		width: 50%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	.regupresimg .img02 {
		border: 2px solid #fff;
		float: left;
		width: 50%;
		position: relative;
		margin-left: 0;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

}
@media screen and (max-width: 667px) {
	.regupres .cont_txt {
		padding: 0 20px;
		font-weight: bold;
	}

}
@media screen and (max-width: 520px) {
	.regupresbox dd p,
	.regupres .cont_txt {
		font-size: 14px;
	}
	.regupresbox dd p + p,
	.regupres .cont_txt + .cont_txt {
		margin: 20px 0 0;
	}
	.regupresbox dt {
		width: 100%;
	}
}
.regustaff {
	background: url(images/bg_regulation01.png) 0 0 repeat;
	padding: 75px 0;
	margin-bottom: 30px;
}
.regustaffbox {
	/*padding:0 220px 0 0;*/
}
.regustaffin {
	position:relative;
	font-size:18px;
	padding:0 370px 0 0;
	line-height:1.8;
}
.regustaffin * {
	display:block;
}
.regustaffin .tit {
	font-size:24px;
	font-weight:bold;
	margin:20px 0 45px;
}
.regustaffin .img02 {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:2;
}
.regustaffbox .title {
	text-align: center;
	margin-bottom: 20px;
}

.regustaffbox .staffBox li {
	width: 48%;
	float: left;
	background: #fff;
	margin-top: 30px;
	border-radius: 24px 0px 24px 0px ;
}
.regustaffbox .staffBox li:nth-child(2n) {
	margin-left: 4%;
}
.regustaffbox .staffBox li .name {
	background: #189ddc;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.7em 1.3em;
	border-radius: 24px 0px 0px 0px ;
}
.regustaffbox .staffBox li .photo {
	text-align: center;
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.regustaff {
		padding: 25px 0;
		margin-bottom: 20px;
	}
	.regustaffbox {
		padding:0;
	}
	.regustaffin {
		font-size:12px;
		padding:0 1.3em;
	}
	.regustaffin .tit {
		font-size:14px;
		margin: 15px 0 ;
		text-align:center;
	}
	.regustaffin .img01 {
		margin:0 auto;
	}
	.regustaffin .img02 {
		position: inherit;
		right:0;
		top: auto;
		transform:none;
		-webkit-transform:none;
		z-index: inherit;
		width:135px;
		margin:0 auto 10px;
	}
}
@media screen and (max-width: 520px) {
	.regustaffbox .title {
		width: 80px;
		margin: 0 auto;
	}
	.regustaffbox .staffBox li {
		float: none;
		width: auto;
	}
	.regustaffbox .staffBox li:nth-child(2n) {
		margin-left: inherit;
	}
	.regustaffbox .staffBox li .name {
		font-size: inherit;
	}
}
.regucompany {
	background: url("images/bg_area01.jpg") no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 30px;
	position: relative;
}

.regucompanybg {
	min-height: 1200px;
	padding: 20px 0 50px;
	position: relative;
	z-index: 30;
}
.outlineImage01 {
	width: 100%;
	height: 470px;
	background: url(images/img_outline01.jpg) center center no-repeat;
}
.outlineImage02 {
	text-align: center;
	margin-bottom: 60px;
}
.regucompanytab {
	border-top: solid 7px #f39800;
	box-sizing: border-box;
	width: 100%;
	color: #000;
	font-size: 16px;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}
.regucompanytab tr {
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}
.regucompanytab th {
	padding: 26px 0 26px 60px;
	position: relative;
}
.regucompanytab td {
	padding: 15px 0 15px 140px;
}
.googlemap {
	height: 460px;
	position: relative;
	z-index: 4;
	opacity: 1;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.googlemap iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.regucompany {
		height: auto;
	}
	.regucompanybg {
		padding: 25px 0 0;
		min-height: inherit;
	}
	.regucompanytab {
		border-top: solid 4px #f39800;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.regucompanytab th {
		width: 90px;
	}
	.regucompanytab td {
		padding: 10px 0;
	}
	.regucompanytab td a {
		color: #fff;
	}
	.googlemap {
		height: 193px;
		position: relative;
		z-index: 4;
		opacity: 1;
		border: 3px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.googlemap iframe {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 667px) {
	.regucompany {
		background-size: contain;
	}
}
@media screen and (max-width: 520px) {
	.outlineImage01 {
		height: 230px;
		background-size: 100%;
	}
	.outlineImage02 {
		margin-bottom: 20px;
	}
	.regucompanytab tr {
		margin-bottom: 10px;
	}
	.regucompanytab th {
		padding: 10px 0 10px 12px;
	}
}
.reguform {
	padding: 30px 0 0;
}
.formimg {
	margin-top: 30px;
	text-align: center;
}
.formimg img {
	width: 395px;
}
.reguformstep {
	width: 925px;
	margin: 0 auto 40px;
}
.reguformstep .list {
	margin: 0 0 0 -60px;
}
.reguformstep .list li {
	float: left;
	width: 33.33%;
	padding: 0 0 0 60px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.reguformstep .list li + li:before {
	background: url(images/ico_arrow04.png) 0 0 no-repeat;
	width: 35px;
	height: 12px;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
.reguformstep .list li p {
	border: 1px solid #333;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
.reguformstep .list li p.now {
	border: 3px solid #f39800;
	box-sizing: border-box;
	background: #f39800;
	color: #fff;
}
.reguformstep .list li p span {
	font-size: 20px;
	font-weight: bold;
	color: #f39800;
	margin-right: 25px;
}
.reguformstep .list li p.now span {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.reguform {
		padding: 30px 0 0;
	}
	.formimg {
		text-align: center;
	}
	.reguformstep {
		width: 100%;
		margin: 0 auto 15px;
	}
	.reguformstep .list {
		margin: 0 0 0 -15px;
	}
	.reguformstep .list li {
		float: left;
		width: 33.33%;
		padding: 0 0 0 15px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.reguformstep .list li + li:before {
		background: url(images/ico_arrow04.png) 0 0 no-repeat;
		background-size: 100%;
		width: 15px;
		height: 5px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		content: "";
		z-index: 2;
		position: absolute;
	}
	.reguformstep .list li p {
		padding: 10px 5px;
		font-size: 12px;
		text-align: left;
		line-height: 1.2;
	}
	.reguformstep .list li p.now {
		border: 1px solid #14729f;
	}
	.reguformstep .list li p span {
		display: block;
		font-size: 16px;
		font-weight: bold;
		margin-right: 0;
	}
}
@media screen and (max-width: 520px) {
	.reguform {
		padding: 15px 0 0;
	}
	.formimg {
		margin-top: 15px;
	}

}
.reguformbox {
	border: 6px solid #f39800;
	padding: 45px 75px 30px 55px;
	margin-bottom: 15px;
}
.reguformtab {
	width: 100%;
}
.reguformtab th {
	width: 320px;
	font-size: 18px;
	padding: 20px 0;
	vertical-align: top;
}
.reguformtab th .must {
	display: inline-block;
	font-size: 14px;
	width: 55px;
	background: #e02a3b;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	margin-right: 10px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.reguformtab th .any {
	display: inline-block;
	background: #333;
	font-size: 14px;
	width: 55px;
	text-align: center;
	padding: 5px 0;
	margin-right: 10px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.reguformtab td {
	padding: 15px 0;
	font-size: 16px;
}
.reguformtab input[type=text],
.reguformtab input[type=tel],
.reguformtab input[type=number],
.reguformtab input[type=email]{
	width: 330px;
	height: 45px;
	border: 1px solid #e5e2d7;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.reguformtab .short {
	width: 77px !important;
}
.reguformin {
	margin: 15px 0 0;
}
.reguformtab select {
	width: 330px;
	height: 45px;
	border: 1px solid #e5e2d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.reguformtab textarea {
	height: 130px;
	width: 100%;
	resize: none;
	border: 1px solid #e5e2d7;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto Condensed',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.reguformin01 {
	float: left;
}
.reguformin01 + .reguformin01 {
	margin-left: 25px;
}
.reguformtab .list li {
	float: left;
}
.reguformtab .list li + li {
	margin-left: 15px;
}
.reguformnote {
	text-align: center;
	font-size: 16px;
	margin: 25px 0;
}
.reguformbtn {
	width: 220px;
	margin: 0 auto;
}
.reguformbox input {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.reguformbox input[type=submit] {
	width: 100%;
	height: 60px;
	font-size: 18px;
	background: #333;
	color: #fff;
	cursor: pointer;
	border: 3px solid #634e2f;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	outline: none;
}
.reguformbox input[type=button] {
	width: 100%;
	height: 60px;
	color: #333;
	font-size: 18px;
	background: #e3e3e3;
	cursor: pointer;
	border: 3px solid #d8d8d8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	outline: none;
}
.reguformbtnbox {
	width: 470px;
	margin: 20px auto 0;
}
.reguformbtnbox .btn01 {
	float: left;
	width: 220px;
}
.reguformbtnbox .btn02 {
	float: right;
	width: 220px;
}
 @media screen and (max-width: 768px) {
	.reguformbox {
		padding: 15px;
		margin-bottom: 15px;
	}
	.reguformtab {
		width: 100%;
	}
	.reguformtab, .reguformtab tbody, .reguformtab tr, .reguformtab th, .reguformtab td {
		display: block;
		width: 100% !important;
	}
	.reguformtab th {
		font-size: 12px;
		padding: 5px 0;
	}
	.reguformtab th .must {
		font-size: 12px;
	}
	.reguformtab th .any {
		font-size: 12px;
	}
	.reguformtab td {
		padding: 5px 0;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.reguformtab input[type=text],
	.reguformtab input[type=tel],
	.reguformtab input[type=number],
	 .reguformtab input[type=email] {
		width: 100%;
		height: 35px;
	}
	.reguformtab .short {
		width: 65px !important;
	}
	.reguformin {
		margin: 15px 0 0;
	}
	.reguformtab select {
		width: 100%;
		height: 35px;
	}
	.reguformtab textarea {
		height: 125px;
	}
	.reguformin01 {
		float: none;
	}
	.reguformin01 + .reguformin01 {
		margin-left: 0;
		margin-top: 10px;
	}
	.reguformtab .list li {
		float: none;
	}
	.reguformtab .list li + li {
		margin-left: 0;
	}
	.reguformnote {
		font-size: 12px;
		text-align: left;
		margin: 10px 0;
	}
	.reguformbtn {
		width: 150px;
	}
	.reguformbox input[type=submit] {
		height: 48px;
		font-size: 12px;
		border: 2px solid #808080;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.reguformbox input[type=button] {
		width: 100%;
		height: 40px;
		font-size: 12px;
		border: 2px solid #d8d8d8;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	 }
	.reguformbtnbox {
		width: 100%;
		margin: 10px auto 0;
	}
	.reguformbtnbox .btn01 {
		float: none;
		width: 150px;
		margin: 0 auto 10px;
	}
	.reguformbtnbox .btn02 {
		float: none;
		width: 150px;
		margin: 0 auto;
	}
}
.radioBox {
	padding: 5px 0;
}
.radioBox label {
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}
.radioBox label + label {
	margin-left: 5px;
}


.radioBox input[type=radio] {
	display: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
.radioBox .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 10px 0 10px 28px;
    border-radius: 2px;
    color: #3e4956;
    text-align: center;
    line-height: 1;
}
.radioBox .wpcf7-list-item-label:before{
	position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #dbdbdb;
    box-sizing: border-box;
}

.radioBox input[type=radio]:checked ~ span:before{
	opacity: 1!important;
}
.radioBox input[type="radio"]:checked + span.wpcf7-list-item-label:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 6px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #000;
}


@media screen and (max-width: 768px) {
	.radioBox label {
		float: none;
	}
	.radioBox label + label {
		margin-left: 0;
		margin-top: 3px;
	}
}
.checkBox {
	padding: 5px 0;
}
.checkBox label {
	display: block;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.checkBox label span {
	display: block;
	background: url(images/ico_chechbox01_no.png) 0 3px no-repeat;
	background-size: 18px 18px;
	padding: 3px 10px 3px 30px;
	font-size: 14px;
	line-height: 1.4;
}
.checkBox label span.on {
	background-image: url(images/ico_chechbox01_on.png) !important;
}
.checkBox input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-moz-opacity: 0.0001;
	opacity: 0.0001;
	width: 23px;
	height: 23px;
}

@media screen and (min-width: 769px) {
	.pcnon {
		display: none;
	}
	.review.blog ul li:last-child {
		display: none;
	}
	section.section_kuchikomi .in {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.section_kuchikomi .flex, #section_kuchikomi .flex {
		width: auto;
	}
}
/*----------------------youtubechannel----------------------------- */
.youtubechannel {
	max-width: 1150px;
	background: url(images/img_channel.png) no-repeat 40px 18px;
	margin: 60px auto;
}
.youtubechannel h2 {
	background: url(images/logo_youtube.png) no-repeat center 45px;
	padding-top: 128px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 55px;
}
.youtubechannel h2 span {
	color: #fe9900;
}
.youtubechannel ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	border-top: solid 7px #f39800;
	box-sizing: border-box;
	background: #f1f1f1;
	padding: 22px 18px;
	margin-bottom: 40px;
}
.youtubechannel ul li:nth-child(3n) {
	margin-right: 0;
}
.youtubechannel ul li .tl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 5px;
}
.embed-container iframe{
	width: 100%;
	height: 224px;
}
@media screen and (max-width: 767px) {
	.youtubechannel {
		background: none;
	}
	.youtubechannel ul {
		padding: 0 10px;
	}
	.youtubechannel ul li {
		width: 49%;
		margin-right: 1%;
		font-size: 14px;
		padding: 14px 10px;
		margin-bottom: 20px;
	}
	.youtubechannel ul li .tl {
		font-size: 14px;
	}
	.youtubechannel ul li:nth-child(3n) {
		margin-right: 1%;
	}
	.youtubechannel ul li:nth-child(2n) {
		margin-right: 0;
	}
	#section_kuchikomi {
    padding-top: 80px;
    margin-top: -40px;
	}
}
@media screen and (max-width: 520px) {
	.youtubechannel {
		margin: 0 auto;
	}
	.youtubechannel h2 {
		background: url(images/logo_youtube.png) no-repeat center 22px;
		font-size: 20px;
		margin-bottom: 20px;
		padding-top: 90px;
	}
	.youtubechannel ul li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.youtubechannel ul li:nth-child(3n) {
		margin-right: 0;
	}
	.youtubechannel ul li:nth-child(n+5) {
		display: none;
	}
	.youtubechannel.archive ul li:nth-child(n+5) {
		display: inherit;
	}
.video-container {
	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#section_kuchikomi .in, .section_kuchikomi .in {
		font-size: 1.2em;
	}
}
