@charset "utf-8";

/*
module.css
共通パーツ制御
*/

/* wrapper
----------------------------------- */

/* header
----------------------------------- */

header {
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;

	width: 1200px;
	margin: 0 auto;
}

header .logo {
	margin: 0;
	padding: 5px 0 0 0;

	width: 250px;
	align-items: center;
}

header .btn_box {
	text-align: right;
	display: flex;
	align-items: center;

	margin: -5px 0 0 0;
}

header .btn_box li {
	margin: 0 0 0 20px;
}

header .btn {
	width: 270px;
	padding: 12px 20px 10px 20px;
}

/* scroll_header */
#header {
	position: fixed;
	right: 0;
	bottom: 0;
  z-index: 1000;

	transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.header-visible {
  opacity: 1!important;
  visibility: visible!important;
}

#header .qr {
	position: absolute;
	bottom: 70px;
	right: 30px;
}

@media screen and (max-width: 1440px) {
	#header .qr {
		right: 0;
	}
	#header .qr img {
		width: 80%;
	}
}

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

	.sp_none {
		display: none;
	}

	header {
		padding: 0 10px 0 0;
		display: flex;
		height: 62px;
	}

	header .inner {
		width: 100%;
		display: inherit;
	}

	header .logo {
		width: 155px;
		display: inline-block;
		vertical-align: middle;
		margin: 7px 0 0 10px;
	}

	header .btn_box {
		width: 260px;
		display: inline-block;

		vertical-align: middle;
	}

	header .btn_box li {
		margin: 0 0 0 5px;
		display: inline-block;
	}

	#header {
/*		padding: 1px 0 5px 0;*/
		height: 63px;
	}

	#header .logo {
		width: 150px;
		margin: 6px 5px 0 10px;
	}

	#header .qr {
		display: none;
	}

	.btn._line,
	.btn._mail {
		width: 100px;
		font-size: 12px;
		padding: 10px 0 6px 0;
	}

	header .btn._line::before,
	header .btn._mail::before {
		width: 20px;
		height: 20px;
		margin: 1px 5px 0 0;
	}

	header .btn._line::after,
	header .btn._mail::after {
		content: none;
	}

	/*

	#header .btn._line::before,
	#header .btn._mail::before {
		margin: 1px 5px 0 -10px;
	}

	#header .btn._line::after,
	#header .btn._mail::after {
		content: "";
	}

	#header .btn._mail::after {
		width: 8px;
		height: 15px;
		margin: -7px 0 0 15px;
	}
*/

}

/* .kv
----------------------------------- */

.kv {
	background: #384677 url(/wp/wp-content/themes/otomo_theme/assets/images/bg_kv.png) no-repeat 0 0;
	background-size: cover;
}

.kv .msg {
	width: 100%;
	background: #D45737 url(/wp/wp-content/themes/otomo_theme/assets/images/bg_line.png) repeat-x 0 100%;
	background-size: 14px;
}

.kv .msg .txt {
	display: block;

	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 20px 10px;

	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.kv .msg .txt::before {
	display: inline-block;
	vertical-align: middle;
}

.page-id-359 .kv .msg .txt .nayami {
	display: inline-block;
	margin: 0 5px 0 0;

	color: #fff;
	font-size: 42px;
}

.page-id-359 .kv .msg .txt .pro {
	font-size: 34px;
	letter-spacing: 1px;
	margin: 0 0 0 4px;
}

.page-id-359 .kv .msg .txt::before {
	width: 50px;
	height: 50px;
	margin: -10px 10px 0 -10px;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_danger_bakusai.svg) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
}

.kv .inner {
	width: 1200px;
	margin: 0 auto;
}

.kv .inner h1 {
	margin: 20px 0 40px 0;

	line-height: 1.3;

	font-size: 62px;
	color: #fff;
}

/* bakusai */
.page-id-359 .kv .inner picture {
	display: block;
	margin: -50px 0 0 0;
}

.kv .inner .left,
.kv .inner .right {
	display: inline-block;
	vertical-align: middle;
}

.kv .inner .left {
	width: 600px;
	margin: 0 0 40px 0;
}

.kv .inner .left .img_box {
	width: 535px;
	margin: -10px 0 15px -5px;
}

.kv .inner .left .img_box img {
	width: 100%;
}

.kv .inner .right {
	width: 500px;
	margin: 0 0 20px -90px;
}

.kv .inner .right img {
	max-inline-size: inherit;
	width: 700px;
	margin: 0;
}


@media screen and (max-width: 768px), screen and (max-width: 1024px) {
	.kv .msg {
		padding: 0;
		font-size: .8em;
		background-size: 10px;
	}

	.kv .msg .txt {
		width: 100%;
		margin: 0;
		padding: 9px 20px 16px 20px;

		text-align: center;
		font-size: 1.6em;
		line-height: 1.3;
	}

	.kv h1 .first,
	.kv h1 .second {
		margin: 0 0 0 20px;
	}

	.kv .inner {
		width: 100%;
		margin: 0 0 -10px 0;
		padding: 0 10px;
	}

	.kv .inner .left {
		width: 100%;
		margin: 0;
	}

	.kv .inner .left .img_box {
		width: 100%;
		margin: 0 0 -2px 0;
		padding: 0;
	}

	.kv .inner .right {
		display: none;
		width: 100%;
		margin: -73px 0 0 0;
	}

	.kv .inner h1 {
		margin: 10px 0;

		line-height: 1.3;

		font-size: 32px;
		font-weight: 600;
		text-align: center;
	}

	.kv .inner .right img {
		width: 100%;
		margin: 0;
	}

	/* bakusai */
	.kv .inner {
		margin: 0 0 -10px 0;
		padding: 0;
	}

	.page-id-359 .kv .inner picture {
		margin: 20px 0 0 0;
	}

	.page-id-359 .kv .msg {
		position: relative;
		padding: 0 0 0 20px;
	}

	.page-id-359 .kv .msg .txt {
		padding: 10px 0 17px 10px;
		line-height: 1.4;
		text-align: left;
	}

	.page-id-359 .kv .msg .txt .nayami {
		font-size: 20px;
	}

	.page-id-359 .kv .msg .txt .pro {
		font-size: 18px;
		letter-spacing: 1px;
		margin: 0;
	}

	.kv .msg .txt::before {
		width: 30px;
		height: 30px;
		margin: 1px 10px 0 -40px;
	}

	.page-id-359 .kv .msg .txt::before {
		position: absolute;
		width: 30px;
		height: 30px;
		margin: 0 10px 0 -40px;
	}

}



/* .cta
----------------------------------- */

.cta {
	background: #911E35;
	padding: 30px 0 40px 0;

	color: #fff;
}

.cta a {
	color: #fff;
}

.cta .inner {
	width: 1000px;
	margin: 0 auto;
}

.cta .inner p {
	margin: 0;
}

.cta .inner .left,
.cta .inner .right {
	display: inline-block;
	vertical-align: middle;
}

.cta .inner .left {
	width: 550px;
	text-align: center;
}

.cta .inner .left .tel_ttl {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
}

.cta .inner .left .tel_ttl {
	margin: -5px 0 5px 0;
}

.cta .inner .left .tel_num {
	margin: 0 0 5px 0;
	line-height: 1;

	font-size: 58px;
	font-weight: bold;
	letter-spacing: 3px;
}

.cta .inner .left .tel_date {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
}

.cta .inner .left .tel_txt {
	margin: 20px 0 0 0;

	line-height: 1.4;
	font-size: 14px;
}

.cta .inner .right {
	width: 440px;
	text-align: center;
}

.cta .inner .right .ttl {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;

	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 2px;
}

.cta .inner .right .btn {
	width: 330px;
	margin: 0 0 20px 0;
	padding: 8px 10px 10px 30px;

	text-align: left;
	font-size: 1.6em;
}

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

	.cta {
		padding: 20px 0 40px 0;
	}

	.cta .inner {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}

	.cta .inner .left,
	.cta .inner .right {
		width: 100%;
		text-align: center;
	}

	.cta .inner .left .tel_num {
		font-size: 38px;
		font-weight: 600;
		letter-spacing: 1px;
	}

	.cta .inner .left .tel_ttl,
	.cta .inner .left .tel_date {
		font-size: 1em;
		font-weight: 600;
	}

	.cta .inner .left .tel_ttl {
		margin: 0;
	}

	.cta .inner .left .tel_txt {
		line-height: 1.6;

		text-align: center;
		font-size: 10px;
	}

	.cta .inner .right {
		margin: 30px 0 0 0;
	}

	.cta .inner .right .btn {
		width: 100%;
		padding: 8px 10px 10px 25px;
		text-align: center;
		font-size: 1.5em;
	}

	.cta .inner .right .btn._line::before,
	.cta .inner .right .btn._mail::before {
		width: 35px;
		height: 35px;
		margin: 0 15px 0 -20px;
	}

}

@media (orientation: landscape) {
	.cta .inner .right .btn {
		width: 70%;
	}
}

/* .trouble
----------------------------------- */

.trouble h2 span {
	display: block;
	font-size: .6em;
	color: #666;
}

.trouble .sub_ttl {
	font-size: 30px;
}

.trouble .txt {
	font-weight: normal;
}

.trouble .three_layout {
	display: flex;
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down_arrow02.svg) no-repeat 50% 100%;
}

.trouble .two_layout {
	display: flex;
	margin: 0;
	padding: 0;
}

.trouble .intervene_box {
	width: 48%;
	margin: 0 10px;
}

.trouble .intervene_box h4 {
	background: #911E35;
	border-radius: 15px 15px 0 0;
	padding: 15px;

	text-align: center;
	font-size: 22px;
	color: #fff;
}

.trouble #shita_content .intervene_box h4 {
	background: #384677;
}

.trouble .intervene_box p {
	border-radius: 0 0 15px 15px;
	padding: 20px 15px 20px 120px;

	line-height: 1.4;
	font-size: 18px;
}

.trouble .intervene_box._pt01 p {
	background: #fff url(/wp/wp-content/themes/otomo_theme/assets/images/img_sareta_okomari04.png) no-repeat 20px 50%;
	background-size: 80px;
}

.trouble .intervene_box._pt02 p {
	background: #fff url(/wp/wp-content/themes/otomo_theme/assets/images/img_sareta_okomari05.png) no-repeat 20px 50%;
	background-size: 80px;
}

.trouble .intervene_box._pt03 p {
	background: #fff url(/wp/wp-content/themes/otomo_theme/assets/images/img_shita_okomari04.png) no-repeat -10px 10px;
	background-size: 130px;
}

.trouble .intervene_box._pt04 p {
	background: #fff url(/wp/wp-content/themes/otomo_theme/assets/images/img_shita_okomari05.png) no-repeat 20px 50%;
	background-size: 80px;
}

.trouble .three_layout li {
    width: 33%;
    margin: 0 30px;

	text-align: center;
	font-weight: bold;
}

.trouble .item {
	display: flex;
	position: relative;

	background: #fff;
	padding: 40px 40px 10px 40px;
	border-radius: 15px;
}

.trouble .item .comment02 {
	position: absolute;
	bottom: 0;
	left: 340px;
	width: 560px;

	line-height: 1.6;
	font-size: 18px;
}

/* bakusai */
.page-id-359 .trouble .item .comment02 {
    top: 185px;
    line-height: 1.5;
    font-size: 17px;
}

.trouble .item .info {
	display: flex;
	padding: 0 0 30px 0;
}

.trouble .item .left {
	width: 30%;
	margin: 0 40px 0 0;
}

.trouble .item .right {
	width: 65%;
}

.trouble .item .right h3 {
	font-size: 22px;
}

.trouble .item .right .comment {
	font-size: 18px;
	line-height: 1.4;
}

.trouble .item .result {
	display: flex;
	margin: 30px 0;
}

.trouble .item .result dl {
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
}

.trouble .item .result dt {
	background: #911E35;
	width: 120px;
	padding: 20px;
	border-radius: 15px 0 0 15px;

	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.trouble #shita_content .item .result dt {
	background: #384677;
}

.trouble .item .result dd {
	background: #F8F8F8;
	width: 150px;
	padding: 20px;
	border-radius: 0 15px 15px 0;

	vertical-align: middle;

	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

/* bakusai */
.post-359 .trouble .item .result dd.two {
	margin: -1px 0 0 0;
	padding: 12px 10px;
	line-height: 1.2;
}

.trouble .item._item01 .result .va_m {
	padding: 30px 20px 20px 20px;
}

.trouble .slick-dots li button:before {
	top: 20px;
	font-size: 20px;
}

.trouble .slick-prev {
	background: #911E35;
	margin: 0 0 0 5px;
	border-radius: 10px 0 0 10px;
	height: 150px;
}

.trouble .slick-prev:before {
	content: "";
	position: absolute;
	top: 67px;
	left: 4px;

	display: inline-block;
	width: 12px;
	height: 20px;
	margin: 0;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_slider_prev.svg) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;

	color: #fff;
}

.trouble .slick-next {
	background: #911E35;
	margin: 0 5px 0 0;
	border-radius: 0 10px 10px 0;
	height: 150px;
}

.trouble .slick-next:before {
	content: "";
	position: absolute;
	top: 67px;
	right: 4px;

	display: inline-block;
	width: 12px;
	height: 20px;
	margin: 0;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_slider_next.svg) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;

	color: #fff;
}

.trouble #shita_content .slick-prev,
.trouble #shita_content .slick-next {
	background: #384677;
}

.trouble .slick-prev:hover,
.trouble .slick-next:hover,
.trouble .slick-prev:focus,
.trouble .slick-next:focus{
	background: #911E35;
}

.trouble .btn_twin {
	display: flex;
	width: 860px;
	margin: 80px auto 0 auto;
}

.trouble .btn_twin li:first-child {
	margin: 0 30px 0 -15px;
}

.trouble .three_layout li img {
	margin: 0 0 10px 0;
}

.trouble .three_layout li p {
	margin: 10px 0;

	line-height: 1.4;
	font-size: 18px;
}

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

	.trouble .txt {
		margin: 10px 0;
		font-size: 1.1em;
	}

	.trouble .three_layout {
		margin: -10px 0 10px 0;
		padding: 0 0 40px 0;
		background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down_arrow02.svg) no-repeat 50% 100%;
	}

	.trouble .three_layout li {
		width: inherit;
		margin: 0 3px;

		line-height: 1.3;
		text-align: center;
		font-size: .7em;
	}

	.trouble .three_layout li p {
		line-height: 1.4;
		font-size: 1em;
	}

	.trouble .three_layout li p.two {
		margin: 17px 0 0 0;
	}

	.trouble .sub_ttl {
		font-size: 1.1em;
		margin: 0 0 20px 0;
		padding: 0;
	}

	.trouble .two_layout {
		display: inherit;
	}

	.trouble .intervene_box {
		width: 100%;
		margin: 0;
	}

	.trouble .intervene_box h4 {
		padding: 8px 0 10px 0;
		font-size: 1em;
	}

	.trouble .intervene_box p {
		padding: 10px 15px 10px 90px;
		font-size: .8em;
	}

	.trouble .intervene_box._pt01 p,
	.trouble .intervene_box._pt02 p,
	.trouble .intervene_box._pt04 p {
		background-size: 50px;
	}

	.trouble .intervene_box._pt03 p {
		background: #fff url(/wp/wp-content/themes/otomo_theme/assets/images/img_shita_okomari04.png) no-repeat -10px 6px;
		background-size: 105px;
	}

	.trouble .item {
		display: inherit;
		position: inherit;
		padding: 20px 15px 1px 15px;
	}

	.trouble .item .comment02 {
		position: inherit;
		width: inherit;
		margin: 0 0 15px 0;

		font-size: .8em;
	}

	.trouble .item .info {
		padding: 0;
	}

	.trouble .item .result {
		width: 100%;
		display: inherit;
		margin: 20px 0;
	}

	.trouble .item .left {
		width: 85px;
		margin: 0;
		vertical-align: middle;
	}

	.trouble .item .right {
		width: 75%;
		vertical-align: middle;
		margin: 0 0 0 15px;
	}

	.trouble .item .right h3 {
		margin: -5px 0 -10px 0;
		text-align: left;
		font-size: .9em;
	}

	.trouble .item .right .comment {
		font-size: 12px;
		line-height: 1.4;
	}

	.trouble .item .result dl {
		margin: 0 0 5px 0;
		width: 100%;
	}

	.trouble .item .result dt {
		width: 36%;
		border-radius: 5px 0 0 5px;

		padding: 5px;
		font-size: .7em;
	}

	.trouble .item .result dd {
		width: 62%;
		padding: 5px;
		border-radius: 0 5px 5px 0;

		font-size: .7em;
	}

	.trouble .slider01,
	.trouble .slider02 {
		margin: 0 15px;
	}

	.trouble .btn_twin {
		display: inherit;
		width: 100%;
		margin: 80px auto 20px auto;
	}

	.trouble .btn_twin li {
		margin: 20px 0 0 0;
	}

	.trouble .btn_twin li:first-child {
		margin: 0;
	}

	.trouble .btn._navy,
	.trouble .btn._orange {
		width: 100%;
	}

	.trouble .slick-prev,
	.trouble .slick-next {
		height: 100px;
	}

	.trouble .slick-prev:before,
	.trouble .slick-next:before {
		top: 41px;
	}

	.slick-dots {
		bottom: 0;
	}

	/* bakusai */
	.page-id-359 .trouble .item .comment02 {
		font-size: .8em;
	}

	.post-359 .trouble .item .result dd.two {
		margin: 0;
		padding: 5px;
		line-height: inherit;
	}

}

/*
@media (orientation: landscape) {
	.trouble .btn_twin {
		margin: 70px 0 30px 5px;
		text-align: center;
	}

	.trouble .btn_twin li {
		display: inline-block;
	}

	.trouble .btn._navy,
	.trouble .btn._orange {
		width: 300px;
		margin: 0 10px;
	}

	.trouble .item .left {
		width: 160px;
		margin: 0 0 0 15px;
	}

	.trouble .item .right {
		width: 600px;
		margin: 15px 0 20px 30px;
	}

	.trouble .item .result dt {
		width: 30%;
	}

	.trouble .item .result dd {
		width: 65%;
	}
}
*/

/* .speed
----------------------------------- */

/* arrow_down */
.page-id-359 .arrow_down01 {
	margin: -5px 0 0 -20px;
}

.arrow_down01 {
	background: #181F39;
	padding: 20px 0 15px 0;
	margin: -30px 0 0 -20px;

	text-align: center;
	font-size: 24px;
	color: #fff;
}

.arrow_down01::before,
.arrow_down01::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: contain;
	vertical-align: middle;
}

.arrow_down01::before {
	margin: 0 20px 0 0;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down00.svg) no-repeat 0 5px;
}

.arrow_down01::after {
	margin: 0 0 0 20px;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down00.svg) no-repeat 0 5px;
}

.arrow_down02 {
	padding: 20px 0 15px 0;
	margin: 40px 0 40px -20px;

	text-align: center;
	font-size: 30px;
	color: #D45737;
}

.arrow_down02::before,
.arrow_down02::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: contain;
	vertical-align: middle;
}

.arrow_down02::before {
	margin: 0 20px 0 0;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down_arrow02.svg) no-repeat 0 5px;
}

.arrow_down02::after {
	margin: 0 0 0 20px;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down_arrow02.svg) no-repeat 0 5px;
}

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

	.page-id-359 .arrow_down01 {
		margin: -14px 0 0 0;
	}

	.arrow_down01 {
		position: relative;

		margin: 0;
		padding: 15px 0;
	}

	.arrow_down01::before {
		position: absolute;
		left: 10px;
		bottom: 32%;

		margin: 0 10px 0 0;
		background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down00.svg) no-repeat 0 50%;
	}

	.arrow_down01::after {
		position: absolute;
		right: 10px;
		bottom: 32%;

		margin: 0 0 0 10px;
		background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down00.svg) no-repeat 0 50%;
	}

	.arrow_down01::before,
	.arrow_down01::after {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		background-size: contain!important;
		vertical-align: middle;
	}

	.arrow_down01 span {
		display: block;
		line-height: 1.4;
		font-size: .8em;
	}

	.arrow_down02 {
		margin: 0 auto 20px auto;
		text-align: center;
		font-size: 1em;
	}

	.arrow_down02::before {
		margin: 0 10px 0 0;
		background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down_arrow02.svg) no-repeat 0 0;
	}

	.arrow_down02::after {
		margin: 0 0 0 10px;
		background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_down_arrow02.svg) no-repeat 0 0;
	}

	.arrow_down02::before,
	.arrow_down02::after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background-size: contain!important;
		vertical-align: middle;
	}

}

/* .happen
----------------------------------- */

.happen .point {
	color: #FFB29E;
}

/* .sareta */
.sareta {
	display: flex;
	width: 900px;
	margin: 0 auto 40px auto;

	background: #911E35;
	border-radius: 200px;

	font-size: 1.2em;
	color: #fff;
}

.sareta .left,
.sareta .right {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.sareta .left {
	margin: 0 0 -11px 0;
	width: 25%;
}

.sareta .right {
	width: 70%;
	margin: 0 0 0 40px;
}

.sareta li {
    list-style-type: disc;
	line-height: 1.6;
    margin: 30px 0;
}

/* .shita */
.shita {
	display: flex;
	width: 900px;
	margin: 0 auto;

	background: #384677;
	border-radius: 200px;

	font-size: 1.2em;
	color: #fff;
}

.shita .left,
.shita .right {
	display: inline-block;
	vertical-align: middle;
}

.shita .left {
	margin: 0 0 -13px 0;
	width: 25%;
}

.shita .right {
	width: 70%;
	margin: 0 0 0 40px;
}

.shita li {
    list-style-type: disc;
	line-height: 1.6;
    margin: 66px 0;
}

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

	.sareta,
	.shita {
		width: 95%;
		margin: 0 auto 20px auto;
		border-radius: 200px;
		font-size: 1.2em;
		color: #fff;
	}

	.sareta li,
	.shita li {
		margin: 0;
		line-height: 1.4;
		list-style-type: none;
	}

	.sareta li {
		margin: 0 0 5px 0;
	}

	.sareta li:last-child {
		margin: 0;
	}

	.sareta .left {
		margin: 0 0 -18px 0;
		width: 90px;
	}

	.shita .left {
		margin: 0 0 -12px 0;
		width: 90px;
	}

	.sareta .right {
		width: 69%;
		height: 90px;
		margin: 15px 0 -15px 10px;
		font-size: .5em;
	}

	.shita .right {
		width: 65%;
		height: 90px;
		margin: 25px 0 -25px 10px;
		font-size: .5em;
	}

}

/*
@media (orientation: landscape) {
	.sareta .right {
		margin: 30px 0 30px 25px;
	}

	.shita .right {
		margin: 55px 0 50px 25px;
	}
}
*/


/* .danger
----------------------------------- */

.danger {
	background: #ECEEF5;
	margin: 70px 0 0 0;
}

.danger .caution {
	width: 1000px;
	margin: 40px auto 10px auto;
	font-size: 22px;
	font-weight: bold;
}

.danger .caution p {
	line-height: 1.6;
	text-align: center;
}

.danger .caution::before,
.danger .caution::after {
	content: "";
	display: inline-block;
	width: 1000px;
	height: 60px;
	background-size: contain;
	vertical-align: middle;
}

.danger .caution::before {
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/border01.svg) no-repeat 0 0;
}

.danger .caution::after {
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/border02.svg) no-repeat 0 0;
}

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

	.danger {
		padding: 0 0 20px 0;
	}

	.danger .txt {
		text-align: left;
	}

	.danger .caution {
		width: 100%;
		margin: 40px auto 0 auto;

		font-size: 1em;
		font-weight: bold;
	}

	.danger .caution::before,
	.danger .caution::after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 60px;
		background-size: contain;
		vertical-align: middle;
	}

	.danger .caution::before {
		background: url(/wp/wp-content/themes/otomo_theme/assets/images/border01_sp.svg) no-repeat 50% 50%;
		height: 40px;
	}

	.danger .caution::after {
		background: url(/wp/wp-content/themes/otomo_theme/assets/images/border02_sp.svg) no-repeat 50% 50%;
		height: 40px;
	}

	.danger .caution p {
		margin: 10px 0 0 0;
		padding: 0;
	}

}

/* .correspondence
----------------------------------- */

.correspondence {
	background: #ECEEF5;
	padding: 0 0 40px 0;
}

.correspondence .sub_ttl {
	margin: 0 0 20px 0;
	padding: 0;

	font-size: 30px;
	color: #384677;
}

.correspondence .block {
	width: 1000px;
	background: #fff;
	margin: 0 auto 40px auto;
	padding: 30px 40px;

	border-radius: 20px;
}

.correspondence .block p {
	margin: 0;
}

.correspondence .block .caution {
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 18px;
}

.correspondence .left,
.correspondence .right {
	display: inline-block;
	vertical-align: middle;
}

.correspondence .left {
	margin: 0 30px 0 0;
	width: 25%;
}

.correspondence .right {
	width: 71%;
	margin: 0;
}

.correspondence .right .name {
	margin: 0 0 20px 0;
	font-size: 1.4em;
}

.correspondence .right .sub_ttl02 {
	background: #384677;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	border-radius: 10px;

	line-height: 1.6;

	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.correspondence .right .caption p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.correspondence .flow {
	width: 1000px;
	margin: 0 auto 40px auto;
}

.correspondence .flow .flow_list {
	display: inline-block;

	width: 490px;
	margin: 0 10px 0 0;
}

.correspondence .flow .flow_list.end {
	margin: 0;
}

.correspondence .flow .flow_list li {
	position: relative;
	width: 100%;
	padding: 0 0 25px 0;

	font-weight: bold;
}

.correspondence .flow .flow_list li .inner {
	background: #fff;
	margin: 10px 0;
	padding: 20px;

	border-radius: 10px;
	font-size: 18px;
}

.correspondence .flow .flow_list li::after {
	position: absolute;
	left: 50%;

	content: "";
	display: inline-block;

	width: 40px;
	height: 40px;
	background-size: contain;
	vertical-align: middle;
}

.correspondence .flow .flow_list li::after {
	margin: 0 20px 0 0;
	background: url(/wp/wp-content/themes/otomo_theme/assets/images/icon_flow.svg) no-repeat 0 5px;
}

.correspondence .flow .flow_list.end li:last-child::after {
	background: none;
}


.correspondence .flow .flow_list .flow_txt {
	display: inline-block;
}

.correspondence .flow .flow_list .attention {
	position: absolute;
    right: 20px;

	display: inline-block;
	font-weight: normal;
	color: #D45737;
}

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

	.correspondence {
		padding: 0 10px;
	}

	.correspondence .sub_ttl {
		margin: 0 0 10px 0;
		padding: 0;

		font-size: 1.1em;
	}

	.correspondence .block,
	.correspondence .flow {
		width: 100%;
	}

	.correspondence .block {
		padding: 20px 15px 10px 15px;
	}

	.correspondence .block .caution {
		margin: 10px 0;
		font-size: .6em;
	}

	.correspondence .caption p {
		line-height: 1.6;
		margin: 0 0 10px 0;
	}

	.correspondence .flow .flow_list {
		width: 100%;
	}

	.correspondence .flow .flow_list li {
		font-size: .8em;
	}

	.correspondence .left,
	.correspondence .right {
		width: 100%;
	}

	.correspondence .left {
		text-align: center;
		margin: 0;
	}

	.correspondence .left img {
		width: 50%;
	}

	.correspondence .right .name {
		text-align: center;
		font-size: 1em;
	}

	.correspondence .right .sub_ttl02 {
		font-size: 14px;
		font-weight: 600;
	}

	.correspondence .right .caption {
		font-size: .9em;
	}

	.correspondence .right .caption p {
		font-size: .9em;
		line-height: 1.5;
		margin: 0 15px 15px 15px;
	}

	.correspondence .flow .flow_list li .inner {
		font-size: 1em;
	}

}

/* .faq
----------------------------------- */

.faq {
	padding: 0 0 40px 0;
}

.faq .block {
	width: 1000px;
	background: #ECEEF5;
	margin: 0 auto 40px auto;
	border-radius: 15px;
}

.faq .block h3 {
	background:#384677;
	padding: 15px 20px;
	border-radius: 15px 15px 0 0;

	font-size: 20px;
	color: #fff;
}

/*
.faq .block h3:first-child {
	margin: 0;

}

.faq .block h3:first-child:before {
	content:"Q. ";
	margin: 0 10px 0 -2rem;
}
*/

.faq .block p {
	padding: 20px 25px;
	font-size: 18px;
}

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

	.faq {
		padding: 0 10px 30px 10px;
	}

	.faq .block {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.faq h2.ttl {
		padding: 0 0 40px 0;
	}

	.faq .block h3 {
		font-weight: 600;
		font-size: .9em;
	}

	.faq .block p {
		margin: 0;
		padding: 10px 20px 15px 20px;

		line-height: 1.5;
		font-size: .9em;
	}

}


/* .shock
----------------------------------- */

.shock {
	position: relative;
	width: 100%;

	background: #911E35 url(/wp/wp-content/themes/otomo_theme/assets/images/bg_line02.png) repeat-x 0 0;
	background-size: 14px;

	padding: 0;
}

.shock .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}

.shock .inner::after {
	display: block;
	margin: 0 auto;

	content: "";
	display: block;

	background: url(/wp/wp-content/themes/otomo_theme/assets/images/down_arrow_three.svg) no-repeat 0 0;

	width: 150px;
	height: 40px;
	background-size: contain;
	vertical-align: middle;
}

.shock .left,
.shock .right {
	display: inline-block;
	vertical-align: middle;
}

.shock .left {
	margin: 0 30px 0 0;
}

.shock .right {
	line-height: 1.6;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.shock .right .point {
	color: #FFB29E;
}


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

	.shock {
		padding: 0;
		background-size: 7px;
	}

	.shock .inner {
		width: 100%;
	}

	.shock .left {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.shock .left img {
		width: 100px;
	}

	.shock .right {
		width: 100%;

		text-align: center;
		font-size: .9em;
	}

	.shock .inner::after {
		width: 100px;
		height: 25px;
	}

}

/* .page_contact
------------------------------------------------------------------------ */

.page_contact {
    background: #181F39;
    padding: 0 0 60px 0;
}

.page_contact .ttl {
    padding: 70px 0;
    color: #fff;
}

.page_contact .content,
.page-template-default .content {
	margin: 60px 0;
	padding: 0;
}

/* table */
.page_contact .tbl {
	width: 1000px;
	margin: 0 auto 40px auto;
	border-collapse: collapse;
}

.page_contact .tbl p {
	margin: 0;
}

.page_contact .tbl th {
	width: 100%;
    padding: 20px 0;

    text-align: left;
    font-size: 20px;
    color: #fff;
}

.page_contact .tbl td {
	width: 100%;

    font-size: 1em;
    color: #fff;
}


/* input
------------------------------------ */

.wpcf7-list-item,
.page_contact .type01,
.page_contact ._two .mwform-radio-field,
.page_contact ._three .mwform-radio-field,
.page_contact ._six .mwform-radio-field,
.page_contact .type02,
.page_contact .type03 {
  display: inline-block;
  background: #fff;
  padding: 15px;
  margin: 0 0 15px 10px;

	border: none;
  border-radius: 10px;
  color: #222;
}

.page_contact .type04 {
	width: 100%;
  padding: 15px;
	border: none;
  border-radius: 10px;
  color: #222;
}

.page_contact .radio_td label {
    display: block;
}

.page_contact .wpcf7-text {
	border: none;

    margin: 0 0 15px 0;
    padding: 15px 10px;
	border-radius: 10px;

    color: #444;
}

.page_contact .type01 {
    width: 100%;
}

.page_contact ._one .type01 {
	width: 995px;
}

.page_contact ._two .wpcf7-list-item,
.page_contact ._two .type02 {
	display: inline-block;
	width: 485px;
	margin: 0 0 15px 25px;
}

.page_contact ._two .wpcf7-list-item.first {
	margin: 0 0 15px 0;
}

.page_contact ._two .mwform-radio-field {
	display: inline-block;
	width: 47%;
	margin: 0 0 15px 25px;
}

.page_contact ._three .mwform-radio-field,
.page_contact ._three .type02,
.page_contact ._three .type03,
.page_contact ._six .mwform-radio-field,
.page_contact ._six .wpcf7-list-item,
.page_contact ._six .type02 {
	display: inline-block;
	width: 30.3%;
	margin: 0 0 15px 30px;
}

.page_contact ._three .wpcf7-list-item.first,
.page_contact ._six .wpcf7-list-item:nth-child(1),
.page_contact ._six .wpcf7-list-item:nth-child(4) {
	margin: 0 0 15px 0;
}

.page_contact ._three .wpcf7-list-item,
.page_contact ._six .wpcf7-list-item {
	width: 313px;
	margin: 0 0 15px 30px;
}

.page_contact ._three .mwform-radio-field,
.page_contact ._six .mwform-radio-field {
	display: inline-block;
    width: 30%;
    margin: 0 0 15px 30px;
}

/*

.page_contact .radio_td._two p {
	margin: 0 0 0 -15px;
}

.page_contact .radio_td._three p,
.page_contact .radio_td._six p {
	margin: 0 0 0 -30px;
}

.page-id-359 .page_contact .radio_td._three p,
.page-id-359 .page_contact .radio_td._six p {
	margin: 0 0 0 -20px;
}*/

/* / input */

.page_contact .pp_caution {
    padding: 20px 0;

	text-align: center;
	font-size: 18px;
}

.page_contact .pp {
    width: 70%;
    height: 180px;

	background: #fff;
    margin: 0 auto;
	padding: 20px 20px 20px 20px;
    border-radius: 10px;

    font-size: 16px;
    color: #222;
}

.page_contact .pp .pp_inner {
    height: 140px;
	padding: 0 15px 0 0;

	overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.page_contact .pp p {
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.page_contact .pp h3 {
    padding: 0 0 20px 0;

	text-align: center;
	font-size: 20px;
}

.page_contact .pp h4 {
    padding: 0 0 10px 0;
}

.page_contact .pp ul {
    margin: 20px 20px 40px 20px;
}

.page_contact .pp li {
    list-style-type: disc;
    line-height: 2;
}

.wpcf7 form .wpcf7-response-output,
.page_contact .wpcf7-response-output {
	width: 600px;
	margin: 0 auto;

	background: #fffc00;
	border: none;

	padding: 10px;

	text-align: center;
	transition: all .2s;
}

.page_contact .wpcf7-not-valid-tip {
	color: #fffc00;
}

.wpcf7-spinner {
	display: none;
}

.page_contact .btn {
	width: 360px;
	font-size: 28px;
}


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

	.page_contact {
		padding: 0 0 10px 0;
	}

	.page_contact .ttl {
		padding: 40px 0 20px 0px;
	}

	.page_contact .btn {
		width: 95%;
	}

	.page_contact ._right {
		font-size: .8em;
	}

	.page_contact .inner {
		padding: 0 15px;
	}

	.page_contact .tbl {
		width: 100%;
		margin: 0 auto 40px auto;
	}

	.page_contact .tbl th {
		padding: 10px 0;
		font-size: 12px;
	}

	.correspondence .flow .flow_list {
		margin: 0;
	}

	/* input */
	.page_contact .wpcf7-text,
	.page_contact .wpcf7-list-item {
		font-size: 14px;
		padding: 10px;
	}

	.page_contact .wpcf7-radio {
		font-size: 14px;
		padding: 10px 0;
	}

	.page_contact .type01 {
		width: 99%;
	}

	.page_contact ._three .wpcf7-list-item.last,
	.page_contact ._three .type03 {
		width: 99%;
		margin: 0 0 15px 15px;
	}

	.page_contact ._six .wpcf7-list-item,
	.page_contact ._two .wpcf7-list-item,
	.page_contact ._two .type02 {
		width: 47.7%;
		margin: 0 0 15px 15px;
	}

	.page_contact ._two .wpcf7-list-item.first,
	.page_contact ._three .wpcf7-list-item.first,
	.page_contact ._three .wpcf7-list-item.last {
		margin: 0 0 15px 0;
	}

	.page_contact ._three .wpcf7-list-item,
	.page_contact ._three .type02,
	.page_contact ._six .type02,
	.page_contact ._six .wpcf7-list-item:nth-child(4) {
		width: 47.7%;
		margin: 0 0 15px 15px;
	}

	.page_contact ._six .wpcf7-list-item:nth-child(1),
	.page_contact ._six .wpcf7-list-item:nth-child(3),
	.page_contact ._six .wpcf7-list-item:nth-child(5) {
		width: 47.7%;
		margin: 0 0 10px 0;
	}

	/* / input */

	.page_contact .sub .tbl th,
	.page-template-default .sub .tbl th {
		text-align: left;
		width: 100%;
	}

	.page_contact .pp_caution {
		font-size: .67em;
		padding: 10px 0 20px 0;
	}

	.page_contact .pp {
		width: 90%;
		border-radius: 10px;
	}

	.page_contact .pp h3 {
		font-size: 14px;
	}

	.page_contact .pp p {
		font-size: 11px;
	}

	.pp_inner p {
		line-height: 1.4;
	}

	.wpcf7 form .wpcf7-response-output,
	.page_contact .wpcf7-response-output {
		width: 90%;
		margin: 0 auto 40px auto;
	}

	.page_contact .btn {
		width: 300px;
		font-size: 22px;
	}

	/* input_mw */

	.page_contact .radio_td._two p,
	.page-id-359 .page_contact .radio_td._three p,
	.page-id-359 .page_contact .radio_td._six p {
		margin: 0;
	}

	.page-id-359 .page_contact .type01,
	.page_contact ._two .mwform-radio-field,
	.page_contact ._three .mwform-radio-field,
	.page_contact ._six .mwform-radio-field {
		padding: 10px 15px;
		font-size: 14px;
	}

	.page_contact .mwform-radio-field {
		padding: 10px 15px;
		margin: 0 0 10px 0;
	}

	.page_contact ._one .type01 {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.page_contact ._two .mwform-radio-field:nth-child(1) {
		width: 47%;
		margin: 0 0 10px 0;
	}

	.page_contact ._two .mwform-radio-field {
		width: 47%;
		margin: 0 0 0 15px;
	}

	.page_contact ._three .mwform-radio-field:nth-child(1) {
		width: 47%;
		margin: 0;
	}

	.page_contact ._three .mwform-radio-field,
	.page_contact ._six .mwform-radio-field {
		display: inline-block;
	    width: 47%;
	    margin: 0 0 15px 15px;
	}

	.radio_td._three span:nth-child(3) {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.page_contact ._six .mwform-radio-field:nth-child(1),
	.page_contact ._six .mwform-radio-field:nth-child(3),
	.page_contact ._six .mwform-radio-field:nth-child(5) {
		width: 47%;
		margin: 0 0 10px 0;
	}

	.page_contact ._six .mwform-radio-field {
		width: 47%;
		margin: 0 0 10px 15px;
	}

}


/*
@media (orientation: landscape) {

	.page_contact .radio_td._two .wpcf7-form-control-wrap .type02,
	.page_contact .radio_td._two .mwform-radio-field {
		width: 48.8%;
	}

	.page_contact .radio_td._three .type03 {
		width: 98.8%;
	}

	.page_contact .btn {
		width: 300px;
		font-size: 22px;
	}

}
*/

/* .company
----------------------------------- */

.company .inner {
	display: flex;
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 90px 0;
}

.company .left,
.company .right {
	display: inline-block;
	vertical-align: middle;
}

.company .left {
	margin: 20px 20px 0 0;
	width: 450px;
	overflow: hidden;
}

.company .left iframe {
	width: 450px;
	height: 700px;
	margin-top: -170px;
}

.company .right {
	width: 520px;
    border-collapse: collapse;
}

.company .right tr {
    border-bottom: 1px solid #e5e5e5;
}

.company .right tr:last-child {
	border: none;
}

.company th {
	width: 120px;
	padding: 15px;
}

.company td {
	width: 450px;
	padding: 15px;

	font-size: 18px;
}

.company td span {
	display: block;
	font-size: 14px;
}

.company .map {
	width: 100%;
	height: 400px;
	margin: 0 0 -40px 0;
}


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

	.company .inner {
		display: inherit;
		width: 100%;
	}

	.company .left {
		position: relative;
		width: 100%;
		margin: 0;

		overflow: hidden;
	}

	.company .left iframe {
		width: 100%;
		height: 620px;
		margin-top: -170px;
	}

	.company .right {
		width: 100%;
		padding: 0 10px;
	}

	.company th {
		width: 170px;
		font-size: .9em;
	}

	.company td {
		font-size: .9em;
	}

	.company .inner {
		padding: 0 0 40px 0;
	}

}


/* .footer
----------------------------------- */

footer {
	width: 100%;
	background: #222;
	padding: 30px 0;

	text-align: center;
}

footer small {
	color: #fff;
	font-size: 1em;
}

@media screen and (max-width: 768px), screen and (max-width: 1024px) {
	footer {
		margin: 0;
		font-size: .7em;
	}
}
