@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*
	font-family: 'メイリオ',meiryo,sans-serif;
	*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	-webkit-text-size-adjust:100%;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
	margin:0;
    padding:0;
}

p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

ul,ol {
	padding: 0 0 0 2em;
}

dd {
	margin: 0;
}

object,embed {
  vertical-align: top;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #005ab4;
	cursor: pointer;
}

a:not(.hover):hover,
a:not(.false):hover {
	opacity: 0.7;
}

a.false {
	opacity: 1!important;
}

a:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1em;
}

.layout {
	padding: 0;
	list-style: none;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}

/* move */
.move {
	opacity: 0;
	position: relative;
	top: 30px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}

.move.on {
	opacity: 1;
	top: 0;
}

@media all and (min-width: 769px) {
	body {
		min-width: 1000px;
	}

	.sp {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.pc {
		display: none;
	}
}

/* ----------------------------------------
	Common
---------------------------------------- */
#wrapper {
	overflow-x: hidden;
}

.inner {
	margin: 0 auto;
	position: relative;
}

	@media all and (min-width: 769px) {
		#wrapper {
			padding-top: 60px;
		}

		.inner {
			width: 1000px;
		}
	}

	@media all and (max-width: 768px) {
		.inner {
			padding: 0 10px;
			box-sizing: border-box;
		}
	}

/* ----------------------------------------
	gNavi
---------------------------------------- */
#gNavi {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 800;
}

#logo {
	margin: 0;
	position: absolute;
}

.contact {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

.contact a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 18.5px 0;
	background: #e00068;
}

.contact img {
	margin: 0 10px 0 0;
}

#nav {
	margin: 0;
}

#nav li a {
	color: #000;
	text-decoration: none;
}

	@media all and (min-width: 769px) {
		#gNavi {
			min-width: 1000px;
			height: 60px;
			overflow: hidden;
		}

		#menu-line {
			height: 5px;
			background: #00b0bb;
			position: absolute;
			bottom: 0;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all  0.3s ease;
			z-index: 1;
		}

		#btn {
			display: none;
		}

		#nav {
			display: block!important;
			font-size: 0;
			text-align: center;
			margin: 18.5px 0;
		}

		#nav li {
			display: inline-block;
			font-size: 14px;
			padding: 0 18px 0 15px;
			box-sizing: border-box;
		}

		#nav .sp {
			display: none;
		}

		#nav li a {
			padding: 0 0 6px;
			position: relative;
			z-index: 2;
		}

	}

	@media all and (max-width: 768px) {
		#gNavi {
			position: relative;
			padding: 0;
			top: 0;
		}

		#menu-line {
			display: none;
		}

		#btn {
			display: block;
			width: 50px;
			height: 50px;
			position: fixed;
			top: 0;
			right: 0;
			z-index: 900;
			text-align: center;
			background-color: #005ab4;
		}

		#btn a {
			display: flex;
			position: relative;
			width: 50px;
			height: 50px;
			align-items: center;
			flex-direction: column;
			padding-top: 8px;
		}

		#btn span {
			background-color: #fff;
			display: block;
			width: 25px;
			height: 2px;
			margin: 3px;
			transition: 0.3s ease;
		}

		#btn a span:nth-of-type(1) {
			top: 11px;
		}

		#btn a span:nth-of-type(2) {
			top: 18.5px;
		}

		#btn a span:nth-of-type(3) {
			top: 27px;
		}

		#btn.open a span:nth-of-type(1) {
			transform: translateY(6px) rotate(45deg);
		}

		#btn.open a span:nth-of-type(2) {
			transform: scale(0);
		}

		#btn.open a span:nth-of-type(3) {
			transform: translateY(-10px) rotate(-45deg);
		}

		.btn-menu-txt {
			bottom: 13px;
			color: #fff;
			line-height: 1em;
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			font-size: 10px;
			letter-spacing: 0.05em;
		}

		#nav {
			display: none;
			width: 100%;
			max-height: 100%;
			overflow: scroll;
			position: fixed;
			padding: 0;
			z-index: 800;
			top: 50%;
			transform: translate(0,-50%);
		}

		#nav > li {
			text-align: center;
		}

		#nav li a {
			display: block;
			color: #fff!important;
			padding: 14px 0;
		}

		.nav__sns_list li {
			display: inline-block;
			width: 25px;
			margin: 0 .3em;
		}

	}

/* ----------------------------------------
	Header
---------------------------------------- */
#header {
	width: 100vw;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

#header:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.header__title01 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #ffeb00;
	text-align: center;
	position: absolute;
	top: 9vh;
	z-index: 3;
}

.header__title02 {
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 14vh;
	z-index: 3;
}
.header__title03 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 40vh;
	z-index: 3;
}
.header__ico {
	position: absolute;
	z-index: 3;
}

#header.change {
	animation: bgimg 2s;
	opacity: 1;
}

@keyframes bgimg {
	/*
	0% {opacity: .7;}
	100% {opacity: 1;}
	*/
}

.scroll-btn {
	text-align: center;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 3;
}

.slider {
	z-index: 1;
}

.slider:before,
.slider:after {
	display: block;
	content: "";
	width: 654px;
	height: 269px;
	margin: auto;
	position: absolute;
	bottom: -200px;
	right: 0;
	left: -67px;
	z-index: 1;
}

.slider ul {
	margin: 0;
}

.slider {
	width: 520px;
	height: 300px;
	background:#fff;
}

.slider li {
	border-radius: 0;
}

.slider__box {
	text-align: center;
}

.slider__box1 {
	padding: 34px 0 20px;
}

#slider1 .slider__box1 {
	padding: 30px 0 20px;
}

.slider__box1__text {
	font-size: 18px;
	color: #00b0bb;
}

#photo img {
    top: 0;
    left: 0;
    position: absolute;
		width:100%;
		height:100%;
		object-fit: cover;
}


@media all and (min-width: 769px) {
	#header {
		height: calc(100vh - 60px)!important;
	}

	.header__ico {
		right: 4vw;
		bottom: 4vh;
	}

}

@media all and (min-width: 769px) and (max-height: 770px) {
	.cardslider {
		bottom: 6vh;
	}

	.scroll-btn {
		bottom: 5px;
		z-index: 3;
	}
}

@media all and (max-width: 768px) {
	#header {
		height: 100vh;
	}

	.header__title01 {
		width: calc(100% - 35vw);
		font-size: 18px;
		top: 70px;
		right: 0;
	}

	.header__title02 {
		width: calc(100% - 35vw);
		font-size: 24px;
		top: 100px;
		right: 0;
	}

	.header__ico {
		width: 32vw;
		top: 30px;
		left: 15px;
	}

	.slider {
		left: 0;
		right: 0;
		margin: auto;
		transform: none;
	}

	.slider:before, .slider:after {
    display: block;
    content: "";
    width: 550px;
		height: 200px;
		left: -15px;
		bottom: -225px;
		background-size: contain!important;
	}

	.cardslider__cards {
		width: 450px;
		height: 220px;
		top: 80%;
		transform-style: unset;
	}

	.slider__box1 {
    padding: 20px 0 12px;
	}

	#slider1 .slider__box1 {
		padding: 20px 0 24px;
	}
}

@media all and (max-width: 480px) {
	.header__title01 {
		font-size: 13px;
		top: 50px;
	}

	.header__title02 {
		font-size: 18px;
		top: 80px;
	}

	.scroll-btn {
		width: 45px;
	}

	.cardslider {
		width: 100%;
	}

	.slider:before, .slider:after {
    width: 320px;
		height: 150px;
		left: -0px;
		bottom: -225px;
	}

	.cardslider__cards {
		width: 290px;
		height: 140px;
		top: 93%;
		z-index: 2;
		transform-style: unset;
	}

	.slider__box1 {
    padding: 15px 0 10px;
	}

	#slider1 .slider__box1 {
		padding: 18px 0 20px;
	}


	.slider__box1__text {
		font-size: 12px;
	}
}

/* ----------------------------------------
	Footer
---------------------------------------- */
#footer {
	padding: 30px 0 20px;
	background: #f8f8f8;
}

.footer__address {
	margin: 27px 0 0;
}

.footer__copy {
	text-align: center;
}

#pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	z-index: 800;
}

#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 769px) {
	.footer__logo {
		float: left;
		margin: 0 30px .6em 100px;
	}

}

@media all and (max-width: 768px) {
	.footer__logo {
		text-align: center;
	}

	.footer__logo img {
		width: 250px;
	}

	.footer__address {
		font-size: 13px;
		text-align: center;
		margin: 1em 0;
	}
}

/* ----------------------------------------
	Contents
---------------------------------------- */
.section__title {
	font-size: 60px;
	color: #005ab4;
	text-align: center;
	line-height: 1.1;
}

.section__subtit {
	font-size: 18px;
	text-align: center;
	margin: 0 0 2.4em;
	font-weight: bold;
}

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

@media all and (max-width: 768px) {
	.section__title {
		font-size: 34px;
	}

	.section__subtit {
		font-size: 14px;
	}
}

/* about */
#section1 {
	padding: 70px 0 30px;
	position: relative;
}

#section1:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 47px solid #f4f2e8;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	position: absolute;
	bottom: -47px;
	right: 0;
	left: 0;
	z-index: 1;
}

.about__maintitle {
	font-size: 30px;
	color: #ffec00;
	text-align: center;
	line-height: 1;
	margin: 0 0 .8em;
	padding: 15px 0 13px;
	background: #00b0bb;
}

.about__list__item {
	width: 225px;
	text-align: center;
}

.about__list__item__text {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin: 0 0 24px;
	padding: 15px 0;
	background: #00b0bb;
	border-radius: 10px;
	position: relative;
}

.about__list__item__text:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 20px solid #00b0bb;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	z-index: 1;
}

@media all and (max-width: 768px) {
	#section1 {
		padding: 30px 0 20px;
	}

	#section1:after {
		border-top: 30px solid #f4f2e8;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		bottom: -30px;
	}

	.about__maintitle {
		font-size: 20px;
		margin: 0 -10px 1em;
	}

	.about__list {
		padding: 0 10px;
	}

	.about__list__item {
		width: 48%;
		margin: 0 0 2em;
	}

	.about__list__item > div {
		width: 100%;
		max-width: 250px;
		display: inline-block;
	}

	.about__list__item__text {
		font-size: 13px;
	}

	.about__list__item__icon {
		width: 60%;
	}
}

/* trouble */
#trouble {
	padding: 75px 0 0;
	background: url(../images/top/trouble_back02.jpg) no-repeat center;
	background-size: cover!important;
}

.trouble__list {
	text-align: center;
	margin: 0 0 2em;
}

.trouble__list li {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin: 0 .5px;
	padding: 8px 18px 5px;
	background: #0358a3;
}

.trouble__list li.bold {
	background: #e00068;
}

.trouble__title {
	text-align: center;
}

.trouble__text {
	padding: 60px 0 75px;
	background: url(../images/top/trouble_back_comment.png) no-repeat center top;
}

.trouble__text__text {
	font-size: 20px;
	color: #00337d;
	text-align: center;
}

@media all and (max-width: 768px) {
	#trouble {
		padding: 50px 0 0;
		background: url(../images/top/trouble_back02.jpg) no-repeat center;
	}

	.trouble__list {
		max-width: 280px;
		margin: 0 auto 2em;
	}

	.trouble__list li {
		font-size: 14px;
		margin: 0 .5px 7px;
		padding: 8px 15px 5px;
	}

	.trouble__list li.bold {
		width: 280px;
		box-sizing: border-box;
	}

	.trouble__title {
		margin: 0 0 2em;
		padding: 0 10px;
	}

	.trouble__text {
		padding: 1em 0 1.5em;
		background: url(../images/top/trouble_back_comment_sp.png) no-repeat center top;
		background-size: 355px auto;
	}

	.trouble__text__text {
		font-size: 12px;
		margin: 0;
	}
}

/* price */
#section2 {
	padding: 70px 0 50px;
}

.price__text {
	margin: 0;
}

.price__ex__list li {
	width: 470px;
	margin: 0 0 40px;
}

.price__list li {
	width: 300px;
	text-align: center;
	padding: 0 0 40px;
	vertical-align: top;
}

.price__list__img {
	margin: 0 0 2em;
}
.price__list__img {
	width:auto;
	height:130px;
}
.price__list__title {
	font-size: 16px;
	color: #e00068;
	margin: 0 0 .7em;
	font-weight: bold;
}

.price__list__text {
	text-align: left;
}

.price__table {
	width: 60%;
	margin: 0 auto 1em;
	border-collapse: collapse;
	border-top: 1px solid #999999;
}

.price__table th,
.price__table td {
	font-size: 16px;
	padding: 15px 0;
	border-bottom: 1px solid #999999;
}

.price__table th {
	width: 40%;
	padding: 15px 10px;
	text-align: left;
}
.price__table td {
	text-align: center;
}

.price__table tr td:first-of-type {
	width: 30%;
}

.price__table td span {
	color: #e00068;
	font-weight: bold;
	text-align: center;
}

.price__table + .notes {
	font-weight: bold;
	margin: 0 auto 4em;
	width:60%;
}

.contact_btn {
	width: 600px;
	margin: 0 auto;
}

.contact_btn a {
	display: block;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 16px 0 14px;
	background: #e00068;
	border-bottom: 5px solid #8d0041;
	border-radius: 50px;
}

.contact_btn a img {
	margin: 0 13px 0 0;
}

@media all and (max-width: 768px) {
	#section2 {
		padding: 30px 0 0;
	}

	.price__text {
		padding: 0 10px;
	}

	.price__list li {
		width: 100%;
		display: flex;
		align-items: flex-start;
		text-align: left;
		margin: 0 0 10px;
		padding: 0;
	}

	.price__list__img {
		width: 100px;
	}

	.price__list li > div {
		width: calc(100% - 100px);
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}

	.price__table {
		width: 100%;
		margin: 0 auto 1em;
	}

	.price__table th,
	.price__table td {
		list-style: none;
		width: 40%;
		font-size: 14px;
		padding: 0 10px;
	}

	.price__table td {
		width: 30%;
		pading:
	}

	.price__table + .notes {
		text-indent: 0;
		margin: 0 0 2em;
		width: 100%;
	}

	.contact_btn {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}

	.contact_btn a {
		font-size: 18px;
		padding: 18px 0 16px;
		border-bottom: 5px solid #8d0041;
		border-radius: 0;
	}

	.contact_btn a img {
		width: 20px;
		margin: -2px 10px 0 0;
		vertical-align: middle;
	}
}

/* design */
#section3 {
	padding: 70px 0 50px;
	background: url(../images/top/design_bg01.jpg) no-repeat center top;
	background-size: cover;
}

.design__list li {
	width: 300px;
	height: 120px;
	margin: 0 0 30px;
	position: relative;
}
.design__list li:nth-child(3) {

}

.design__list li:nth-child(2) {
	background: url(../images/top/design_sample03.png) no-repeat;
}

.design__list li:nth-child(3) {

}

.design__list {
	margin: 2.5em 0 3em;
}

.design__list a {
	display: block;
	width: 100%;
	height: 100%;
}

.design__list .layer {
	width: 50%;
	height: 100%;
	color: #fff;
	background: rgba(84,172,184,.8);
	position: absolute;
	right: 0;
}

.design__list__title {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

.design__list p {
	font-size: 10px;
	margin: 0;
	position: absolute;
	bottom: 3px;
	right: 6px;
}

.design__list p span {
	margin-left: 7px;
}

.design__title02 {
	font-size: 26px;
	color: #005ab4;
	text-align: center;
	margin: 0 0 .6em;
}

.design__title03 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 2.5em;
}

.design__list02 li {
	width: 300px;
	text-align: center;
}

.design__list02__icon {
	margin: 0 0 1.7em;
	width:auto;
	height:130px;
}

.design__list02__title {
	font-size: 16px;
	font-weight: bold;
	color: #005ab4;
}

.design__list02__text {
	text-align: left;
}

@media all and (min-width: 769px) {
	.design__text {
		text-align: center;
	}
}

@media all and (max-width: 768px) {
	#section3 {
		padding: 30px 0;
	}

	.design__list li {
		width: 49%;
		max-width: 300px;
		height: 18vw;
		max-height: 120px;
		margin: 0 0 10px;
		background-size: cover!important;
	}

	.design__list__title {
		font-size: 10px;
	}

	.design__list p {
		transform: scale(.8);
		right: 0;
	}

	.design__title02 {
		font-size: 20px;
	}

	.design__title03 {
		font-size: 16px;
		margin: 0;
	}

	.design__list02 {
		display: flex;
		flex-wrap: wrap;
		align-items: column;
		justify-content: center;
	}

	.design__list02 li {
		width: 100%;
		display: flex;
		align-items: flex-start;
		text-align: left;
		margin: 0 0 10px;
	}

	.design__list02__icon {
		width: 50px;
		margin: 0;
		height: auto;
	}

	.design__list02 li > div {
		width: calc(100% - 50px);
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}

	.design__list02__title {
		margin: 0;
	}
}

/* flow */
#section4 {
	padding: 60px 0 35px;
	background: url(../images/top/flow_bg01.jpg) no-repeat center;
	background-size: cover!important;
}

.flow__text {
	text-align: center;
	margin: 0 0 3em;
}

.flow__list {
	margin: 1em 0 0;
}

.flow__list li {
	width: 300px;
	margin: 0 0 20px;
	padding: 20px 25px 10px;
	background: #fff;
	box-sizing: border-box;
}

.flow__list__step {
	color: #e00068;
	margin: 0 0 .1em;
}

.flow__list__title {
	font-size: 18px;
	color: #005ab4;
	font-weight: bold;
	margin: 0 0 .3em;
}

@media all and (max-width: 768px) {
	#section4 {
		padding: 30px 0;
		background: url(../images/top/flow_bg01_sp.jpg) no-repeat center;
	}

	.flow__list li {
		width: 100%;
	}
}

/* faq */
#section5 {
	padding: 60px 0 10px;
	background: #f4f2e8;
}

.faq__list li {
	width: 470px;
	margin: 0 0 40px;
}

.faq__list span {
	margin-right: 10px;
}

.faq__list__title {
	font-size: 18px;
	font-weight: bold;
	color: #005ab4;
	margin: 0 0 .7em;
}

.faq__list__text {
	padding: 0 0 0 35px;
	position: relative;
}

.faq__list__text span {
	position: absolute;
	top: 0;
	left: 0;
}

#contact {
	padding: 60px 0 110px;
}

.contact__text {
	text-align: center;
}
/*--------------------------
	form
--------------------------*/
.contact_heading {
	font-size: 1.5em;
	line-height: 33px;
	margin: 30px 0 10px;
	padding: 0;
	color: #0c2c7f;
	font-weight: bold;
	background: none;
	border: none;
}

.contact_heading .contact_icon {
	margin: 0 5px 0 0;
}

.contact_tel__txt,
.contact_tel__txt span {
	vertical-align: middle;
}

.page_guide {
text-align: center;
margin: 50px;
padding-top: 30px;
}

.contact_submit {
text-align: center;
}

.contact_submit input {
-webkit-appearance: none;
border: none;
background-repeat: no-repeat;
background-position: center;
text-indent: -9999px;
overflow: hidden;
}

.contact_submit input:disabled {
opacity: .5;
}

.agree-box {
margin: 0 0 40px;
}

.agree-box__title {
text-align: center;
margin: 0 0 25px;
}

.privacy-box {
width: 800px;
height: 200px;
margin: 0 auto 2em;
padding: .5em;
box-sizing: border-box;
border: 1px solid #cccccc;
background: #fff;
box-sizing: border-box;
overflow: hidden;
overflow-y: scroll;
}

.privacy-wrap {
padding: 14px;
}

.agree-input {
text-align: center;
}

.contact_form__table input[type="text"],
.contact_form__table input[type="email"],
.contact_form__table textarea {
max-width: 100%;
border: 1px solid #bbb;
padding: 5px;
box-sizing: border-box;
}

@media all and (min-width: 769px) {
.contact_tel__number {
		font-size: 32px;
		margin: 0 30px;
}

.contact_form__table {
	width: 100%;
	border-top: 1px solid #ddd;
	margin: 0 auto 30px;
}

.contact_form__table th {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	padding: 25px 20px 25px 20px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	width: 25%;
	white-space: nowrap;
	position: relative;
}

.required {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background: #cc0000;
	line-height: 1;
	margin: 0 0 0 10px;
	padding: 5px;
	letter-spacing: .05em;
}

.contact_form__table th .required {
	position: absolute;
	top: 25px;
	right: 20px;
}

.contact_form__table td {
	padding: 25px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.contact_form__table td label {
	margin: 0 15px 0 0;
}

.contact_form__table td textarea {
	height: 185px;
}

.contact_form__table td input[type="text"],
.contact_form__table td input[type="email"],
.contact_form__table td textarea {
		font-size: 14px;
}

.contact_form__table td #company,
.contact_form__table td #name,
.contact_form__table td #kana,
.contact_form__table td #tel {
				width: 50%;
}

.contact_form__table td #address,
.contact_form__table td .mail,
.contact_form__table td textarea {
	width: 100%;
}

.contact_form__table td .row1 {
	margin: 0 0 10px;
}

.contact_form__table td .error {
	color: #cc0000;
}

.contact_form__table td span.note {
	font-size: 13px;
}

.contact_form__table td #zip1, #contact-form td #zip2 {
	margin: 0 0 8px;
}

.contact_submit {
	margin: 0 0 50px;
}

.contact_submit input {
	width: 215px;
	height: 60px;
	cursor: pointer;
	margin: 0 7px;
}

.contact_submit input[name="submitConfirm"] {
	width: 450px;
	background-image: url(../images/contact/btn_confirm.png);
}

.contact_submit input[name="submitBack"] {
	background-image: url(../images/contact/btn_back.png);
}

.contact_submit input[name="submit"] {
	background-image: url(../images/contact/btn_submit.png);
}

.contact_agree {
	padding: 20px 0;
}

.contact_agree .privacybox {
	height: 160px;
	overflow-y: scroll;
	border: 1px solid #dddddd;
	padding: 20px;
	margin: 26px 0 30px;
}

.contact_agree .checkwrap {
	text-align: center;
	margin: 0 0 10px;
}
}
@media all and (max-width: 768px) {
.contact_tel__number {
	font-size: 20px;
	margin: 0 10px;
}

.contact_form__table {
	margin: 0 0 20px;
	padding: 10px 0 0;
	line-height: 1.5em;
}

.contact_form__table,
.contact_form__table tbody,
.contact_form__table tr,
.contact_form__table th,
.contact_form__table td {
	display: block;
	text-align: left;
	font-weight: normal;
}

.contact_form__table td {
	margin: 0 0 15px;
}

.contact_form__table input,
.contact_form__table textarea {
	margin: 3px 0;
	font-size: 16px;
}
input[type="submit"] {
	margin: 0 10px 0 0;
}

.required,
.contact_form__table .error {
	color: red;
}

.contact_form__table label {
	display: block;
}

.mw_wp_form .contact_form__table .horizontal-item + .horizontal-item {
	display: block;
	margin: 0;
}

.page_guide {
	margin: 20px 0;
}

.contact_agree {
	padding: 0 0 20px;
}

.contact_agree .privacybox {
	height: 140px;
	overflow-y: scroll;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 26px 0 10px;
}

.privacy-box {
	width: 100%;
	height: 150px;
}

.contact_submit input {
	width: 110px;
	height: 42px;
	margin: 0 5px;
	background-size: contain;
}

.contact_submit input[name="submitConfirm"] {
	width: 225px;
	background-image: url(../images/contact/btn_confirm_sp.png);
}

.contact_submit input[name="submitBack"] {
	background-image: url(../images/contact/btn_back_sp.png);
}

.contact_submit input[name="submit"] {
	background-image: url(../images/contact/btn_submit_sp.png);
}
}
