@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #333;
	background-color: #FFFFFF;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #333;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_left {
	float: left;
	display: block;
	margin-right: 50px;
	margin-bottom: 20px;
}
img.img_center {
	float: center;
	display: block;
	margin: 50px auto 30px;
}
img.img_left_noshadow {
	float: left;
	display: block;
	margin-right: 50px;
	margin-bottom: 20px;
}
img.img_right {
	float: right;
	display: block;
	margin-left: 50px;
	margin-bottom: 20px;
}

.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #006400;
	background-size: cover;
}

.toppage header {
	height: auto !important;
}

header.header_bg_01 {
	background-color:#FFF;
}
header.header_bg_02 {
	background-color:#FFF;
}
header.header_bg_03 {
	background-color:#FFF;
}
header.header_bg_04 {
	background-color:#FFF;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}
header .logo {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}
header .h_box,
header .h_btn {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}

header .h_box .h_lang {
	font-family: 'EB Garamond', serif;
}

header .h_btn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #006400;
	text-decoration: none;
	width: 210px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

header .h_btn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 2px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A2CAD5;
}

header .h_btn a:hover {
	color: #FFF;
	box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	background-color: #006400;
}

header .h_box {
	background-color: #004D00;
}

header .h_box .h_list li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
}

header .h_box .h_list li:last-child a {
	border-right-style: none;
}

header .h_box .h_list li a:hover {
	background-color: rgba(0,0,0,0.3);
}
header .h_box ul.h_lang {
	display: block;
	float: right;
	width: 270px;
	height: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #006400;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin-left: 10px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a:hover {
	background-color: rgba(255,255,255,0.5);
}
header .h_box .h_lang li a.selected {
	background-color: #006400;
	color: #FFFFFF;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
}

header .h_tel {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
	letter-spacing: 2px;
}

header .h_tel strong {
	font-weight: normal;
}

header .h_tel a {
	color: #004D00;
}

header .h_tel i {
	padding-right: 10px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-family: 'Noto Sans JP', sans-serif;
font-size: 15px;
font-weight: bold;
font-size: 1rem;
letter-spacing: 0.12em;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
	display: block;
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
}

.main_cont {
	margin-bottom: 10px;
}
.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p,.content_top p {
	line-height: 2;
	font-size: 16px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}
h2 {
	font-size: 28px;
	line-height: 40px;
	color: #333;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: normal;
}
h2 i {
	padding-right: 10px;
	color: #006400;
	font-size: 22px;
}
h2 a.btn_list {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding-left: 30px;
	color: #FFF;
	background-color: #006400;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

h2 a.btn_list::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 15px;
	content: '>';
}

h2 a.btn_list:hover {
	background-color: #FFF;
	color: #006400;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}

h2.h2_title_01 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006400;
	padding: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006400;
}
h2.h2_title_01 span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}
h2.h2_title_02 {
	background-color: #f50;
	padding: 30px;
	color: #FFF;
	text-align: center;
	font-size: 40px;
}
h2.h2_title_03 {
	background-color: #f50;
	padding: 0 0 30px 0;
	color: #FFF;
	text-align: center;
	font-size: 58px;
	line-height: 60px;
	font-weight: bold;
}
h2.h2_title_03g {
	padding: 50px 0 80px 0;
	color: #FFF;
	text-align: center;
	font-size: 68px;
	line-height: 60px;
	font-weight: bold;
}
.content .list_box5_1 h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #f50;
	display: block;
	position: relative;
	clear: both;
}
h3.h3_title {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	color: #333;
	letter-spacing: 1px;
	margin-top: 60px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 36px;
	background-color: #FFF;
	display: block;
	position: relative;
	border-left: thick solid #006400;
    padding-left: 10px;
	clear: both;
	text-align: left;
	padding-left: 20px;
}
@media screen and (max-width:560px){
h3.h3_title {
font-size: 18px;
margin: 5px;
}
h2.h2_title_02 {
	background-color: #f50;
	padding: 20px;
	color: #FFF;
	text-align: center;
	font-size: 24px;
}
h2.h2_title_03 {
	background-color: #f50;
    padding: 10px 0 10px 0;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
}
.content h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #006400;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #F6F6F6;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
}
.content h4::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #006400;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
お知らせ
-------------------------------------------*/

.content .news h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006400;
}
.content .news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A57B;
}
.content .news ul li a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}

/*
トップフォーム
-------------------------------------------*/

.top_catch {
	position: absolute;
	top: 40%;
	left: 44%;
	z-index: 100;
}

.top_form {
	position: absolute;
	top: 18%;
	left: 5%;
	width: 32%;
	max-width: 500px;
	max-height: 380px;
	height: 68%;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}

.top_img .top_form h2 {
	font-size: 20px;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 20px;
	padding-top: 10px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	color: #000;
}

.top_img .top_form dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 60px;
}

.top_img .top_form dl dt {
	float: left;
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	margin-left: 3%;
}
.top_img .top_form dl dd {
	float: right;
	display: block;
	width: 60%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	padding: 5px;
	min-width: 200px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #DDD;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form dl dd select:focus,
.top_img .top_form form dl dd input:focus {
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,1.0);
}

.top_img .top_form form .form_btn {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.2);
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.top_img .top_form form .form_btn input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
	font-size: 18px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #F90;
	background-color: #F90;
	text-align: center;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form .form_btn input:hover {
	border: 2px solid #000;
	background-color: #FFB900;
	cursor: pointer;
}

/*
３列メインコンテンツ
-------------------------------------------*/
.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cont_list .list_box {
	width: 32%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

.cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.cont_list .list_box h2 {
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}

.content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

.content .list_box p {
	font-size: 16px;
}

.cont_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
帯（サービス・スタッフ）部分
-------------------------------------------*/
.obi {
	background-color:#fff;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.obi h2 {
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
	background-image: url(img/obi.png);
	background-repeat: no-repeat;
	background-position: center 59px;
	padding-bottom: 15px;
}
.obi .content p {
  color: #333;
}
.obi_top {
	width: 100%;
	padding-bottom: 100px;
	height: 100px;
	background-color: #008000;
}
.obi_top h2 {
  font-size: 42px;
  text-align: center;
  color: #FFF;
  padding-bottom: 15px;
  padding-top: 25px;
  margin-top: 5px;
}
.obi_top h1 {
  font-size: 55px;
  text-align: center;
  color: #FFF;
  padding-bottom: 15px;
  padding-top: 25px;
  margin-top: 5px;
  line-height: 40px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.obi_top .content p {
	color:#FFFFFF;
	text-align: center;
	font-size: 20px;
	margin: 0;
}
.obi_gray {
	background-color: #f6f6f6;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.obi_gray_mt0 {
	background-color: #f6f6f6;
	width: 100%;
	padding-top: 0;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.obi_title {
	background: linear-gradient(#008000, #004d00);
	width: 100%;
}
.obi_title h2 {
  font-size: 36px;
  text-align: left;
  color: #FFF;
  padding-top: 25px;
  margin-left: 15px;
}
.obi_title  .content {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding:0;
}
@media screen and (max-width:560px){
.obi_top {
	width: 100%;
	padding-bottom: 0px;
	height: 100px;
	background-color: #008000;
}
.obi_top h2 {
  font-size: 28px;
  text-align: center;
  color: #FFF;
  background-image: url(img/obi.png);
  background-repeat: no-repeat;
  background-position: center 59px;
  padding-bottom: 15px;
  padding-top: 25px;
  margin-top: 5px;
}
.obi_top h1 {
  font-size: 24px;
  text-align: center;
  color: #FFF;
  line-height: 28px;
}
.obi_title h2 {
  font-size: 18px;
  text-align: left;
  color: #FFF;
  padding-top: 25px;
  margin-left: 20px;
}
}
.service ul,
.staff ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.service ul li,
.staff ul li {
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 50px;
	color: #FFF;
}
.staff ul li.head {
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF!important;
	background-color: #008000;
	margin-bottom: 50px;
}
.staff ul li.head p{
text-align: center;
  color: #FFF!important;
  font-size:36px!important;
  line-height: 38px;
  margin-top: 80px;
}
.service ul li p,
.staff ul li p {
	font-size: 16px;
	margin: 10px;
}
.service ul li a,
.staff ul li a {
	text-decoration: none;
	color: #FFF;
}
.service ul li p strong,
.staff ul li p strong {
	font-size: 24px;
	font-weight: normal;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.service ul li p .rubi,
.staff ul li p .rubi {
	font-size: 10px;
	letter-spacing: 2px;
}
.staff ul li p.head strong {
	font-size: 48px;
	font-weight: bold;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.service ul li p.head .rubi,
.staff ul li p .rubi {
	font-size: 16px;
	letter-spacing: 2px;
}
.service ul li a .mask,
.staff ul li a .mask,
.staff ul li .mask,
.mask  {
	width: 300px;
	height: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	border: 1px solid #333;
}
.service ul li a .mask {
	width: 300px;
	height: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.service ul li a img,
.staff ul li a img,
.staff ul li img  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.service ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.staff ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
@media screen and (max-width:760px) {
.staff ul li p.head strong {
  font-size: 24px;
	}
.staff ul li p .rubi {
	font-size: 12px;
}
}
.branch ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.branch ul li {
	display: block;
	width: 19%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
}
.branch ul li a .mask {
	width: 250px;
	height: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.branch ul li a img  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.branch ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.branch ul li a .sub_catch {
	font-size: 28px;
	line-height: 1;
	width: 83%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 38%;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.branch ul li a .sub_catch span {
	font-size: 40%;
}
@media screen and (max-width:1100px){
.branch ul li a .mask {
	width: 150px;
	height: 150px;
}
}
@media screen and (max-width:560px){
.branch ul li {
	display: block;
	width: 50%;
	padding: 0 0 30px 0;
}
.branch ul li img {
	width: 140px;
}

.branch ul li a .mask {
	width: 200px;
	height: 200px;
}
.branch ul li a .sub_catch {
	font-size: 6vw;
	top: 30%;
	left: 1%;
	line-height: 1;
	width: 80%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.branch ul li a .sub_catch span {
	font-size: 60%;
}
}
@media screen and (max-width:480px){
.branch ul li a .mask {
	width: 140px;
	height: 140px;
}
}
a.btn_more {
	display: block;
  width: 98%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #333;
    border-top-color: rgb(51, 51, 51);
    border-right-color: rgb(51, 51, 51);
    border-bottom-color: rgb(51, 51, 51);
    border-left-color: rgb(51, 51, 51);
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #333 !important;
}

a.btn_more::before {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 12px;
	content: ">";
	left: 5px;
	top: 5px;
}
a.btn_more:hover::before {
	left: 8px;
}

a.btn_more:hover {

}

.list_box a.btn_more {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #002744;
	margin-bottom: 20px;
}
.list_box a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

/*
FAQ
-------------------------------------------*/
.content .dl_faq dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #006400;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	position: relative;
}
.content .dl_faq dt::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "Q.";
	position: absolute;
	top: 0px;
	left: 10px;
}
.content .dl_faq dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
.content .dl_faq dd::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "A.";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #006400;
}

/*
お問い合わせ枠
-------------------------------------------*/
.content .contact {
	text-align: center;
	background-color: #F9F9F9;
	border: 2px solid #FFF;
	margin-bottom: 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	margin-top: 0px;
}
.content .contact  h2 {
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006400;
}
.content .contact .tel a {
	font-size: 30px;
	color: #006400;
	text-decoration: none;
}
.content .contact .tel a i {
	padding-right: 10px;
	color: #006400;
}
.content .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}

.btn_contact a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #f50;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
.btn_contact a:hover {
	background-color: #FFF;
	color: #f50;
	border: 1px solid #f50;
}
.btn_contact a i {
	padding-right: 10px;
}

.btn_link a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #f50;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 25%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #FFF;
	float: right;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
.btn_link a i {
	padding-right: 10px;
}
.btn_link_a a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #006400;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #FFF;
	float: right;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
.btn_link_a a:hover {
	background-color: #FFF;
	color: #006400;
	border: 1px solid #006400;
}
.btn_link_a a i {
	padding-right: 10px;
}
.btn_link_kuchikomi a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #006400;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 300px;
	margin-top: -70px;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 1px solid #FFF;
	float: right;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
.btn_link_kuchikomi a i {
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
.content .dl_faq dt {
	font-size: 18px;
	}
.btn_link a,.btn_link_a a,.btn_link_kuchikomi a {
	display: block;
padding-top: 15px;
padding-bottom: 13px;
font-size: 20px;
line-height: 30px;
text-decoration: none;
width: 90%;
margin-top: 20px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
float: none;
}	
.service ul li p strong,
.staff ul li p strong {
	font-size: 20px;
}
}
/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-bottom: 50px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #006400;
}
footer_lg {
	clear: both;
	padding-bottom: 50px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #4ead00;
}
.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.foot_logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 16px;
  	letter-spacing: 1px;
  	color: #fff;
}

.footer_box ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}

/*
PR枠
-------------------------------------------*/
.box_pr {
	font-size: 10px;
	line-height: 20px;
	color: #A2B6C8;
	background-color: #002139;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.box_pr li {
	display: inline-block;
	margin: 5px;
}
.box_pr li a {
	color: #A2B6C8;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: #006400;
	opacity: 0.7;
	
}
#to_top a:hover,
#to_top a:hover img {
	background-color: #006400;
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01,
#mailform table.table_form {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 30px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #006400;
	color: #fff;
	letter-spacing: 2px;
}

#mailform table.table_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background-color: #F9F9F9;
}
.content #mailform table.table_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 12px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
#mailform table.table_form td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
form input.form_btn {
	background-color: #F60;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	cursor: pointer;
}
form input.form_btn_gr {
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 14px;
	line-height: 24px;
}
form input.form_btn_gr:hover {
	background-color: #FFF;
	color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	cursor: pointer;
}

/*
テーブル（特殊清掃応急処置）
-------------------------------------------*/
.content table.table_02 {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: solid 0.5px #333;
}
.content table.table_02 th,
.content table.table_02 td {
	padding: 30px;
	font-size: 18px;
	font-weight: normal;
	border: solid 1px #999;
}
.content table.table_02 th {
	background-color: #ffedcc;
	color: #333;
	letter-spacing: 2px;
	width: 30%;
}
@media screen and (max-width:760px) {
.content table.table_02 th,
.content table.table_02 td {
	display: block;
	padding: 20px;
	width: 90%;
}
}

@media screen and (min-width:1800px) {

.top_form {
	top: 30%;
	left: 15%;
}

}

@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 200px;
}
header.h120 {
	height: 120px;
}

header h1 {
	left: 20px;
	top: 20px;
}
header .logo {
	left: 20px;
	top: 20px;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	width: 360px;
	padding-left: 10px;
}

header .h_btn {
	position: absolute;
	top: 55px;
	right: 20px;
	z-index: 1000;
	width: 240px;
}

header .h_tel {
	position: absolute;
	top: 40px;
	right: 25px;
	font-size: 40px;
	z-index: 1000;
}
header .h_tel i {
	padding-right: 10px;
}
header .h_tel strong {
	font-size: 50px;
}
/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 80px;
	background-color: #004d00;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
#g_navi ul.navi_base {
	height: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi ul.navi_base::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 50%;
	background-color: rgba(255,255,255,0.6);
	content: '';
	margin-left: -551px;
}

#g_navi ul li{
	width: 183px;
	height: 80px;
	float: left;
	display: block;
}
#g_navi li.right {
	width: 183px;
	height: 80px;
	float: left;
	display: block;
	margin-top: -23px;
}
#g_navi li a ,#g_navi li.right a {
	width: 183px;
	height: 80px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}


#g_navi ul li a.ac_menu {
	position: relative;
}
#g_navi ul li a.ac_menu::after {
	font-size: 10px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 3px;
	left: 82px;
	color: #FFFFFF;
}

#g_navi li a:hover,
#g_navi ul li:hover > a {
	background-color: #006400;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #006400;
}
#g_navi ul li ul{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#g_navi ul li ul li{
	height: 80px;
}

#g_navi ul li ul li a{
	opacity: 1.0;
	height: 80px;
}
#g_navi ul li ul li a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background-color: #008000;
}
#g_navi li li a::before,
#g_navi li li:first-child a::after {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.content_top {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 30px;
}
.pankuzu ul {
	display: block;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 400px;
}
.footer_box .box_in .foot_right p {
	font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #fff;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 250px;
	margin-right: 30px;
}


}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

img.img_left,
img.img_right {
	width: 94%;
margin: 20px 20px 20px 20px;
}
.mask{
width: 70%;
margin: 20px 20px 20px 20px;
height: auto;
}
/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}

header h1 {
	left: 10px;
	top: 10px;
	width: 180px;
}
header .logo {
	left: 10px;
	top: 10px;
	width: 180px;
}
header #h_box_sp {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 4000;
	background-color: #004d00;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	display: none;
}

header .h_tel {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 320px;
	font-size: 22px;
	text-align: center;
}

header .h_tel strong {
	font-size: 28px;
}
header .h_btn a {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
}

header .h_btn a::after {
	line-height: 36px;
}


header .h_box .h_list li a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

header .h_box ul.h_lang {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 35px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #003584;
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #006400;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 80%;
	height: 100%;
	padding-top: 80px;
	top: 0px;
	left: 20%;
	overflow: auto;
	z-index: 3000;
	background-color: #006400;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a ,#g_navi ul li.right:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008000;
}
#g_navi ul li a ,#g_navi ul li.right a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #006400;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li.right a {
	text-align:left;
}
#g_navi ul li a:hover ,#g_navi ul li.right a:hover {
	background-color: #008000;
}

.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #C1E2F2;
}
#g_navi ul li a.ac_menu.active {
	background-color: #008000;
	border-bottom-color: #cccccc;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a {
	padding-left: 30px;
	background-color: #008000;
	border-bottom-color: #cccccc;
}
#g_navi ul li ul li a:hover {
	background-color: #00b300;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content ,.content_top {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content p ,.content_top p {
	margin-right: 15px;
	margin-left: 15px;
}

.content .news {
	margin-right: 10px;
	margin-left: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.obi {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.obi_gray {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.obi h2 {
	margin-bottom: 20px;
}

/*
トップフォーム
-------------------------------------------*/
.top_catch {
	left: 400px;
}
.top_catch img {
	width: 500px;
}

.top_form {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 380px;
	height: 320px;
}

.top_img .top_form h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-top: 8px;
}

.top_img .top_form dl {
	height: 50px;
}

.top_img .top_form dl dt {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_img .top_form dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 14px;
	line-height: 20px;
}

.top_img .top_form form .form_btn input {
	min-width: 180px;
	font-size: 16px;
	line-height: 20px;
}


.service ul li,
.staff ul li {
	width: 25%;
}

.service ul li a .mask {
	width: 170px;
	height: 170px;
}

/*
フッター
-------------------------------------------*/
.footer_box .box_in {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 24%;
}
.footer_box .box_in .foot_right p {
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}

#to_top {
	bottom: 70px;
	right: 10px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:760px) {
	
header h1 {
	left: 5px;
	top: 5px;
}
header .logo {
	left: 5px;
	top: 5px;
}
.top_img {
	min-height: 360px;
}

/*
トップフォーム
-------------------------------------------*/
.top_catch {
	display: none;
}
.top_form {
	top: 70px;
	left: 15%;
	width: 70%;
	height: 260px;
}

.top_img .top_form h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.top_img .top_form dl {
	height: 40px;
}

.top_img .top_form dl dt {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 26%;
}
.top_img .top_form dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 64%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 12px;
	line-height: 18px;
}

.top_img .top_form form .form_btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_img .top_form form .form_btn input {
	font-size: 14px;
}

.service ul li,
.staff ul li,
.staff ul li.head {
	width: 50%;
}

.service ul li a .mask {
	width: 200px;
	height: 200px;
}
.branch ul li {
	width: 50%;
}

.buranch ul li a .mask {
	width: 200px;
	height: 200px;
}
/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td,
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 20px;
}

.content table.table_form th,
.content table.table_form td {
	text-align: center !important;
}

.content table.table_form th {
	border-right: none !important;
}

/*
フッター
-------------------------------------------*/
footer {
	padding-bottom: 50px;
}

.footer_box .box_in .foot_right {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_box .box_in .foot_right p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_box .box_in ul {
	width: 32%;
}
img.foot_logo {
	width: 150px;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:560px) {
	
img.img_left,
img.img_right {
	float: none;
	margin: auto;
}

header .h_box ul.h_lang {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

header .h_btn a {
	float: left;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 280px;
	background-position: 240px center;
}

header .h_btn a::after {
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 40px;
	padding-left: 20px;
}

h2 a.btn_list {
	font-size: 14px;
	line-height: 26px;
	width: 90px;
	top: 5px;
}

h2 a.btn_list::before {
	line-height: 26px;
}

.top_form {
	left: 5%;
	width: 90%;
}

.cont_list .list_box {
	width: 98%;
}
.service ul li,
.staff ul li {
	padding: 0 0 30px 0;
}
.service ul li img {
	width: 140px;
}

.service ul li a .mask,
.staff ul li a .mask,
.staff ul li .mask {
	width: 180px;
	height: 180px;
}


.footer_box .box_in {
	width: 100%;
}
.footer_box ul li .li_title {
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 15px;
}

.footer_box ul li a {
	padding-left: 20px;
	font-size: 14px;
	line-height: 18px;
}

.footer_box .box_in ul {
	width: 32%;
	margin-left: 1%;
	padding-right: 0px;
}

textarea,
input {
	max-width: 360px;
}


}
/*-----（/～560）-----*/

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

.content .news ul li a {
	font-size: 12px;
}

.top_form {
	left: 2%;
	width: 96%;
}

.top_img .top_form dl dt {
	width: 20%;
}
.top_img .top_form dl dd {
	width: 70%;
}

.service ul li a .mask {
	width: 150px;
	height: 150px;
}

.footer_box .box_in ul {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5px;
}

textarea,
input {
	max-width: 280px;
}


}
/*-----（/～400）-----*/


/*
スライドショー
---------------------------------------------------------*/
.top_img {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_img img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;
}

.top_img img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_img img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}
@media screen and (max-width:767px) {
.top_img {
	height: auto;
	width: 100%;
	max-width:767px;
	position: relative;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
}

@keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}
/*
看板動画（CMバージョン）
---------------------------------------------------------*/
.top_img2 {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_img2 img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_img2 img.img01,
.top_img2 img.img02,
.top_img2 img.img03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;
}

.top_img2 img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_img2 img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}
@media screen and (max-width:767px) {
.top_img2 {
	height: auto;
	width: 100%;
	max-width:767px;
	position: relative;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 360px;
}
}
/*
エフェクト
-------------------------------------------*/
.effect {
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}




/*追加記述CSS（トップページ）----------*/
.topimg_p {
  color: #fff;
  font-size: 300%;
  margin: 50px;
  position: absolute;
  z-index: 2;
  font-weight: bold;
  text-shadow: 0 0 10px #000;
  width: 1000px;
}
.topimg_p2 {
  color: #fff;
  font-size: 120%;
  margin: 50px;
  position: absolute;
  top: 150px;
  z-index: 2;
  text-shadow: 0 0 10px #000;
  width: 1000px;
}
@media screen and (min-width: 768px) and (max-width: 1650px)  {
.topimg_p {
    font-size: 300%;
	top:180px;
}
.topimg_p2 {
    font-size: 150%;
	top:350px;
}
}
@media (max-width: 767px) {
.topimg_p {
    color: #fff;
    font-size: 140%;
    margin:60px 10px 0px 10px;
	position:absolute;
	top:0px;
	width: 100%;
    z-index: 2;
}
.topimg_p2 {
    color: #fff;
    font-size: 100%;
    margin: 40px 10px;
	position:absolute;
	top:95px;
    z-index: 2;
}
}

/*追加記述CSS（共通）----------*/
.box_left_img {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 50%;
}
.box_right_txt {
    padding: 0px 0px 0px 0px;
    float: right;
    width: 50%;
}
@media screen and (min-width: 768px)and (max-width: 1380px){
.box_left_img {
    padding: 0px 50px 0px 0px;
    float: left;
    width: 50%;
}
.box_right_txt {
    padding: 0px 0px 0px 0px;
    float: right;
    width: 50%;
}
}
@media screen and (max-width: 767px) {
.box_left_img {
	float: none;
	margin: auto;
	max-width: 380px;
	width: 100%;
}
.box_right_txt {
    padding: 0px 10px 0px 10px;
    float: left;
    width: 100%;
}
}
.box_left_txt {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 50%;
}
.box_right_img {
    padding: 0px 0px 0px 0px;
    float: right;
    width: 50%;
	text-align: right;
}
.p_wh_18 {
　line-height: 1.8;
　color: #FFF!important;  
　font-size: 18px;
  font-weight: normal;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1380px)  {
.box_right_img {
    padding: 0px 0px 50px 50px;
}
}
@media screen and (max-width: 767px) {
.box_left_txt {
    padding: 0px 10px 0px 10px;
    float: left;
    width: 100%;
}
.box_right_img {
	float: none;
	margin: auto;
	max-width: 380px;
	width: 100%;
	
}
}
@media (min-width: 767px) {
.staff_area{
height:400px;
}
.staff_yokoo_area{
height:330px!important;
margin-top: 30px;
}
}
h3.p_tbk_right,.p_tbk_right{
	color:#333;
	text-align:left;
	font-size:36px;
	margin:0px 15px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 50px;
}
.p_tg_right{
	color: #f50;
	text-align:left;
	font-size:36px;
	margin:0 auto 20px auto;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tog_right {
  color: #f50;
  text-align: left;
  font-size: 36px;
  margin: 0 auto 20px auto;
  font-weight: bold;
  padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h3.p_tbk_left,.p_tbk_left{
	color:#333;
	text-align:left;
	font-size:36px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h3.p_tbk_center,h2.p_tbk_center,.p_tbk_center{
	color:#333;
	text-align:center;
	font-size:36px;
	margin:0px 0px 30px 0px;
	font-weight:bold;
	padding: 0px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h3.p_wh_center{
	color:#FFF;
	text-align:center;
	font-size: 30px;
  margin: 16px 0px 0px 0px;
	font-weight:bold;
	padding: 0px 0 0px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_center_m0{
	color:#333;
	text-align:center;
	font-size:36px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	padding: 0px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tg{
	color: #07913a;
	text-align:left;
	font-size:24px;
	margin: 30px 0px 0px 0px;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tg20{
	color: #07913a;
	text-align:center;
	line-height:30px;
	font-size:18px;
	margin: 10px 20px 40px 0px;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left28{
	color:#333;
	text-align:left;
	font-size:28px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tg_right28{
	color: #f50;
	text-align:left;
	font-size:28px;
	margin:0 auto 20px auto;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_center28{
	color:#333;
	text-align:center;
	font-size:28px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left36{
	color:#333;
	text-align:left;
	font-size:36px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tg_right36{
	color: #f50;
	text-align:left;
	font-size:36px;
	margin:0 auto 20px auto;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_center36{
	color:#333;
	text-align:center;
	font-size:36px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h2.p_tbk_center36{
	color:#333;
	text-align:center;
	font-size:36px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left36a{
	color:#333;
	text-align:left;
	font-size:36px;
	margin:0px 5px 20px 0px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left48{
	color:#333;
	text-align:left;
	font-size:48px;
	font-weight:bold;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tg_right48{
	color: #f50;
	text-align:left;
	font-size:48px;
	font-weight:bold;
	margin:0 auto 20px auto;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_center48{
	color:#333;
	text-align:center;
	font-size:48px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h2.p_tbk_center48{
	color:#333;
	text-align:center;
	font-size:48px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h2.h2_tbk_left48{
	color:#333;
	text-align:left;
	font-size:48px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h2.h2_tg_right48{
	color: #f50;
	text-align:left;
	font-size:48px;
	font-weight:bold;
	margin:0 auto 20px auto;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h2.h2_tbk_center48{
	color:#333;
	text-align:center;
	font-size:48px;
	font-weight:bold;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left48a{
	color:#333;
	text-align:left;
	font-size:48px;
	margin:0px 5px 20px 0px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 60px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left55{
	color:#333;
	text-align:left;
	font-size:55px;
	font-weight:bold;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 70px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tg_right55{
	color: #f50;
	text-align:left;
	font-size:55px;
	margin:0 auto 20px auto;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left60{
	color:#333;
	text-align:left;
	font-size:60px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 70px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tg_right60{
	color: #f50;
	text-align:left;
	font-size:60px;
	margin:0 auto 20px auto;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_center60{
	color:#333;
	text-align:center;
	font-size:60px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 70px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h2.p_tbk_center60{
	color:#333;
	text-align:center;
	font-size:60px;
	margin:0px 0px 20px 15px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 70px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left60a{
	color:#333;
	text-align:left;
	font-size:60px;
	margin:0px 5px 20px 0px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 70px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
@media screen and (min-width: 1025px) and (max-width: 1231px)  {
h3.p_tbk_right,h3.p_tbk_left,h3.p_tbk_center,h2.p_tbk_center,.p_tbk_right,.p_tg_right,.p_tbk_left,.p_tg_left,.p_tog_right,.p_tbk_left36,.p_tbk_left36a,.p_tg_right36,.p_tbk_center36,.p_tbk_left48,.p_tbk_left48a,.p_tg_right48,.p_tbk_center48,.p_tbk_left60,.p_tbk_left60a,h2.p_tbk_center36,h2.p_tbk_center48,.p_tg_right60,h2.p_tbk_center60,.p_tbk_center60,.p_tbk_center_m0{
	font-size:36px;
	margin:0 auto 0 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px)  {
h3.p_tbk_right,h3.p_tbk_left,h3.p_tbk_center,h2.p_tbk_center,.p_tbk_right,.p_tg_right,.p_tbk_left,.p_tg_left,.p_tog_right,.p_tbk_left36,.p_tbk_left36a,.p_tg_right36,.p_tbk_center36,.p_tbk_left48,.p_tbk_left48a,.p_tg_right48,.p_tbk_center48,.p_tbk_left60,.p_tbk_left60a,h2.p_tbk_center36,h2.p_tbk_center48,.p_tg_right60,h2.p_tbk_center60,.p_tbk_center60,.p_tbk_center_m0{
	font-size:30px;
	margin:0 auto 0px 20px;
}
}
@media screen and (max-width: 767px) {
	.p_tg20{
	color: #07913a;
	text-align:left;
	line-height:30px;
	font-size:16px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
h3.p_tbk_right,.p_tbk_right{
	font-size:22px;
	margin:20px auto 20px auto;
	padding: 0 0 0 20px;
	line-height: 40px;
}
.p_tg_right,.p_tg_left,.p_tog_right,.p_tg_right36,.p_tg_right48,.p_tg_right60{
	font-size:22px;
}
h3.p_wh_center{
	font-size:22px;
}
h3.p_tbk_left,.p_tbk_left,.p_tbk_left36,.p_tbk_left36a,.p_tbk_left48,.p_tbk_left48a,.p_tbk_left60,.p_tbk_left60a{
	font-size:22px;
	margin:20px auto 20px auto;
	padding: 0 0 0 20px;
	line-height: 40px;
}
h3.p_tbk_center,h2.p_tbk_center,.p_tbk_center,.p_tbk_center36,.p_tbk_center48,h2.p_tbk_center36,h2.p_tbk_center48,h2.p_tbk_center60,.p_tbk_center60{
	color:#333;
	text-align:center;
	font-size:22px;
	margin:20px 0px 30px 0px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 35px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_center_m0{
	color:#333;
	text-align:center;
	font-size:22px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	padding: 0px 0 10px 0;
	line-height: 40px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.p_tbk_left55,.p_tg_right55{
	font-size:30px;
	line-height: 45px;
}
}
.br_10 ,.br_10a {
display: block;
content: "";
margin: 10px 0;
}
.br_-10 {
display: block;
content: "";
margin: -10px 0;
}
.br_20 {
display: block!important;
content: "";
margin: 20px 0!important;
}
.br_30 {
display: block;
content: "";
margin: 30px 0;
}
.content p.left_p {
	line-height: 2;
	font-size: 16px;
	margin:10px 20px 30px 0;
}
.content p.right_p {
	line-height: 2;
	font-size: 16px;
	margin:10px 0 30px 20px;
}
@media screen and (max-width: 767px) {
.br_10 ,.br_20,.br_30{
display: block;
content: "";
margin: 0;
}
.br_10a {
display: block;
content: "";
margin: 10px 0;
}
.content p.left_p {
	line-height: 2;
	font-size: 16px;
	margin:10px 10px 30px 10px;
}
.content p.right_p {
	line-height: 2;
	font-size: 16px;
	margin:10px 10px 30px 10px;
}	
}
.back_img {
	height: auto;
	max-height: 600px;
	width: 100%;
	display: block;
	margin: 60px auto 20px;
	position: relative;
	overflow: hidden;
}
.back_imgbtn {
  position: absolute;
  top: 80%;
  width: 100%;
  height: 68%;
  color: #FFF;
  right: 12%;
}

.back_img_btn a {
  display: block;
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #066C93;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  width: 20%;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 1px solid #FFF;
  float: right;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}

.top_catch {
	font-size: 3vw;
	line-height: 1.6;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	position: absolute;
	top: 40%;
	left: 10%;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.top_catch span {
	font-size: 50%;
}
.top_catch_btn a {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20%;
	font-size: 18px;
	color: #FFF;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FFF;
	line-height: 40px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.top_catch_btn a:hover {
	background-color: #FFF;
	color: #111;
}

@media screen and (max-width:640px){
.top_catch {
	font-size: 5.5vw;
	top: 35%;
	display: block;
	left: 2%;
	line-height: 2;
}
.top_catch_btn a {
	font-size: 16px;
	bottom: 10%;
	line-height: 32px;
	width: 260px;
	margin-left: -130px;
}
.top_catch span {
	font-size: 60%;
}
.back_img {
	height: auto;
	max-height: 600px;
	width: 100%;
	display: block;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.back_img img {
	height: 250px;
	width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}
}
.center_catch {
	font-size: 3vw;
	line-height: 1.8;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	position: absolute;
	top: 20%;
	left: 5%;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.center_catch span {
	font-size: 40%;
}

.center_catch_btn a {
	display: block;
	position: absolute;
	left: 80%;
	bottom: 20%;
	font-size: 18px;
	color: #FFF;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FFF;
	line-height: 40px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.center_catch_btn a:hover {
	background-color: #FFF;
	color: #111;
}
.list_box5_a .sub_catch {
	font-size: 2vw;
	line-height: 1;
	width: 90%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 35%;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.list_box5_a .sub_catch span {
	font-size: 60%;
}
@media screen and (max-width:640px){

.center_catch {
	font-size: 3.6vw;
	top: 15%;
	left: 2%;
	line-height: 1.6;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.center_catch span {
	font-size: 60%;
}
.center_catch_btn a {
	font-size: 16px;
	bottom: 10%;
	left: 50%;
	line-height: 32px;
	width: 260px;
	margin-left: -130px;
}
.list_box5_a .sub_catch {
	font-size: 6vw;
	top: 30%;
	left: 1%;
	line-height: 1.6;
	width: 80%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.list_box5_a .sub_catch span {
	font-size: 60%;
}
}
.content_line {
	width: 1300px;
	margin:100px auto 100px auto;
	padding: 0 50px 0 50px;
	border: 1px solid #999;
	background-color: #fff;
}
.content_line .content {
	width: 1300px;
}
.content_line_index {
	width: 1300px;
	margin:0px auto 100px auto;
	padding: 0 50px 0 50px;
	border: 1px solid #006400;
}
.content_line_index .content {
	width: 1300px;
	padding-top:50px;
}
.content_line_index .content p {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 30px;
}
.content_line2 {
	width: 920px;
	margin:100px auto 0px auto;
	padding: 0 50px 0 50px;
	border: 1px solid #006400;
}
.content_line2 .content {
	width: 920px;
}
.content_920 {
	width: 920px;
	margin:100px auto 0px auto;
	padding: 0 50px 0 50px;
}
.content_920 .content {
	width: 920px;
}
@media screen and (max-width:640px){
.content_line {
	margin: 50px 0px 50px 10px;
	padding: 10px 0px 0px 0px;
	width: 95%;
}	
.content_line .content {
	width: 100%;
}
.content_line .content .p_tbk_left{
	font-size:22px;
	margin:20px auto 20px auto;
	padding: 0 0 0 0;
	line-height: 40px;
	width: 90%;
}
.content_line_index {
	margin: 0px 0px 50px 10px;
	padding: 10px 0px 0px 0px;
	width: 95%;
}	
.content_line_index .content {
	width: 100%;
	padding-top:10px;
}
.content_line_index .content .p_tbk_left{
	font-size:22px;
	margin:20px auto 20px auto;
	padding: 0 0 0 0;
	line-height: 40px;
	width: 90%;
}
.content_line2 {
	margin: 50px 0px 50px 10px;
	padding: 10px 0px 0px 0px;
	width: 95%;
}	
.content_line2 .content {
	width: 100%;
}
.content_920 {
	margin: 50px 0px 50px 10px;
	padding: 10px 0px 0px 0px;
	width: 95%;
}	
.content_920 .content {
	width: 100%;
}
}
.cont_list .list_box5 {
	width: 19%;
	background-color: #EEE;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 20px;
	position: relative;
}
.cont_list .list_box5 .p_gr{
	text-align: center;
	font-size:20px;
	color: #004d00;
	font-weight: bold;
	margin: 0;
	line-height: 35px;
}
.cont_list .list_box5::after {
  font-size: 20px;
  display: block;
  height: 20px;
  width: 20px;
  content: "▶";
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 30px;
  top: 5%;
  color: #004d00;
}
.cont_list .list_box5_1 {
	width: 19%;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	position: relative;
	border: 1px solid #f93;
}
.cont_list .list_box5_1 .p_gr{
	text-align: center;
	font-size:20px;
	color: #004d00;
	font-weight: bold;
	margin: 0;
}
.cont_list .list_box4_1 {
	width: 24%;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	position: relative;
	border: 1px solid #f93;
}
.cont_list .list_box4_1 .p_gr{
	text-align: center;
	font-size:20px;
	color: #004d00;
	font-weight: bold;
	margin: 0;
}
.content .list_box4_1 h3 {
	font-size: 28px;
  line-height: 30px;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  background-color: #f50;
  display: block;
  position: relative;
  clear: both;
  font-weight: bold;
}
@media screen and (max-width:560px){
.cont_list .list_box5 {
	width: 49%;
}
.cont_list .list_box5_1 {
	width: 49%;
}
.cont_list .list_box5_1 img{
	width: 90%;
}
.cont_list .list_box4_1 {
	width: 49%;
}
.cont_list .list_box4_1 img{
	width: 100%;
}
.content .list_box4_1 h3 {
	font-size: 20px;
}
.cont_list .list_box5_a,.cont_list .list_box5_b {
	width: 19%;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 20px;
	position: relative;
}

.cont_list .list_box5_a:hover {
	
}
.cont_list .list_box5_a img {
filter: brightness(80%);
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px 0px;
}
footer ul.f_bn {
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #004d00;
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
	margin-left: 5px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 5px;
}

footer .f_bn li a:hover {
	background-color: #006400;
}

footer .f_bn li a i {
	padding-right: 5px;
	font-size: 200%;
	vertical-align: bottom;
}
}
@media screen and (max-width:560px){
.cont_list .list_box5_a {
	width: 49%;
}
footer .f_bn li a span {
	display: none;
}
}
.p_right {
  padding: 0px 0px 10px 0px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 18px;
  text-align: right;
  line-height: 30px;
  color: #222;
  float: right;
}
.p_left_16 {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
  text-align: left;
}
.no_shadow {
	-webkit-box-shadow: none!important;
}
.list_box_a {
	width:32%;
	margin-top: 30px;
}
/*5つの業務----------*/
.cont_list .list_box5t {
	width: 18%;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 0px;
	position: relative;
}
.cont_list .list_box5t .sub{
	text-align: left;
	font-size:16px;
	margin: 0;
	padding-top: 0 10px;
}
.cont_list .list_box5t a {
	text-align: left;
	font-size:16px;
	margin: 0;
	padding-top: 0 10px;
	line-height: 2;
	color:#333;
}
.cont_list .list_box5t img{
	width: 100%;
}
.cont_list .list_box5t .sub_catch {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #006400;
  text-align: center;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
@media screen and (max-width:560px){
.cont_list .list_box5t {
	width: 48%;
}
}
@media screen and (max-width:980px){
a.btn_more {
	width: 80%;
}
.list_box_a {
	margin:20px;
	width:100%;
}
.list_box_a  p{
	margin:0;
}
.list_box_a img {
	width:90%;
}
}
/*動画看板----------*/
video {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
	width:100%;
	object-fit: fill;
	display: block;
}
.video_p {
    color: #fff;
    font-size: 3vw;
	line-height: 85px;
    margin: 50px;
	position:absolute;
	top: 350px;
	left: 5%;
    z-index: 2;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.video_p2 {
    color: #fff;
    font-size: 1.5vw;
    margin: 50px;
	position:absolute;
	top: 550px;
	left: 5%;
    z-index: 2;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1650px)  {
.video_p {
    font-size: 200%;
	top:180px;
	margin:0;
	width: 100%;
	line-height: 60px;
}
.video_p2 {
    font-size: 150%;
	top:350px;
	margin:0;
}
}
@media (max-width: 767px) {
video {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
	height:70%;
	width:100%;
}
.video_p {
    color: #fff;
    font-size: 120%;
    margin:60px 0px 0px 0px;
	position:absolute;
	top:50px;
    z-index: 2;
	width: 100%;
	line-height: 35px;
}
.video_p2 {
    color: #fff;
    font-size: 90%;
    margin: 40px 0px;
	position:absolute;
	top:150px;
    z-index: 2;
}
}
/*動画看板（CMバージョン）----------*/
video2 {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
	width:100%;
	object-fit: fill;
	display: block;
}
.video2_p {
    color: #fff;
    font-size: 2.5vw;
	line-height: 85px;
    margin: 50px;
	position:absolute;
	top: 700px;
	right: 0%;
	text-align: right;
    z-index: 2;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.video2_p2 {
    color: #fff;
    font-size: 1.5vw;
    margin: 50px;
	position:absolute;
	top: 650px;
	right: 9%;
    z-index: 2;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1650px)  {
.video2_p {
    font-size: 200%;
	top:180px;
	margin:0;
	width: 100%;
	line-height: 60px;
}
.video2_p2 {
    font-size: 150%;
	top:350px;
	margin:0;
}
}
@media (max-width: 767px) {
video2 {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
	height:70%;
	width:100%;
	margin-top: 55px;
	object-fit: fill;
	display: block;
}
.video2_p {
    color: #fff;
    font-size: 100%;
    margin:60px 0px 0px 0px;
	position:absolute;
	top:70px;
    z-index: 2;
	width: 100%;
	line-height: 25px;
	text-align: right;
}
.video2_p2 {
    color: #fff;
    font-size: 90%;
    margin: 30px -30px 30px 0px;
	position:absolute;
	top:120px;
    z-index: 2;
	text-align: right;
}
}
/* 実例 */

.ziturei_1  { 
	width: 100%;
	margin: 0px 0 0px 0;
	}
.ziturei_1 th{
	padding: 0 0 50px 0 ;
	width: 70%;
	text-align: center;
	background-color:#FFFFFF;
}
.ziturei_1 td {
	padding: 0px 10px 50px 50px;
	width: 30%;
	text-align: left;
	background-color:#FFFFFF;
	}
.ziturei_1 td .box{
	padding: 0px;
	width: 100%;
	background-color:#FFFFFF;
	border-bottom:solid 1px #000;
	font-weight:normal;
}	
.ziturei_1 td .box .p_l{
	padding: 0px;
	text-align: left;
	font-size:18px;
	color:#000;
	line-height: 2;
	margin: 5px;
}
.ziturei_1 td .box .p_r{
	padding: 0 5px 0 0;
	float: right;
	font-size:18px;
	color:#000;
}
.ziturei_1 td .box .p_rr{
	padding: 0 0 0 0;
	float: right;
	font-size: 28px;
  	color: #F00;
  	line-height: 40px;
 	font-weight: bold;
}
.ziturei_1 td .box .p_rr_p0{
	padding: 0 0 0 0px;
	float: right!important;
	font-size:18px;
	color:#F00!important;
}
/* 実例（新しいデザイン） */
.case_hd {
  background: #006400;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 50px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  width: 1300px;
  margin: 0 auto 0 auto;
  border: 1px solid #006400;
}
.case  { 
	width: 100%;
	margin: 0px 0 0px 0;
	}
.case th{
	padding: 0 0 20px 20px;
	width: 70%;
	text-align: center;
	background-color:#FFFFFF;
}
.case td {
	padding: 0px 30px 0px 0px;
	width: 30%;
	text-align: left;
	background-color:#FFFFFF;
	}
.case td .box{
	padding: 0px;
	width: 100%;
	background-color:#FFFFFF;
	border-bottom:solid 1px #000;
	font-weight:normal;
}	
.case td .box .p_l{
	padding: 0px;
	text-align: left;
	font-size:18px;
	color:#000;
	line-height: 2;
	margin: 5px;
}
.case td .box .p_r{
	padding: 0 5px 0 0;
	float: right;
	font-size:18px;
	color:#000;
}
.case td .box .p_rr{
	padding: 0 0 0 0;
	float: right;
	font-size: 28px;
  	color: #F00;
  	line-height: 40px;
 	font-weight: bold;
}
.case td .box .p_rr_p0{
	padding: 0 0 0 0px;
	float: right!important;
	font-size:18px;
	color:#F00!important;
}
.case_line {
	width: 1300px;
  margin: 0px auto 100px auto;
  padding: 0 50px 0 50px;
  border: 1px solid #006400;
  background-color: #fff;
}
.case_line .content {
	width: 1300px;
	padding-top: 20px;
}
.case_line_index {
	width: 1300px;
	margin:0px auto 100px auto;
	padding: 0 50px 0 50px;
	border: 1px solid #006400;
}
.case_line_index .content {
	width: 1300px;
	padding-top:50px;
}
.case_line_index .content p {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) { 
.case_hd {
    font-size: 22px;
    padding: 15px 20px;
  }
.case td{
	width: 90%;
	float:left;
	font-size:16px;
	padding: 0 20px;
}
.case th {
	width: 100%;
	float:left;
	margin:0 0 0 0;
	padding:0;
	font-size:16px;
	}
.case_line {
	margin: 50px 0px 50px 10px;
	padding: 10px 0px 0px 0px;
	width: 95%;
}	
.case_line .content {
	width: 100%;
}
.case_line .content .p_tbk_left{
	font-size:22px;
	margin:20px auto 20px auto;
	padding: 0 0 0 0;
	line-height: 40px;
	width: 90%;
}
.case_line_index {
	margin: 0px 0px 50px 10px;
	padding: 10px 0px 0px 0px;
	width: 95%;
}	
.case_line_index .content {
	width: 100%;
	padding-top:10px;
}
.case_line_index .content .p_tbk_left{
	font-size:22px;
	margin:20px auto 20px auto;
	padding: 0 0 0 0;
	line-height: 40px;
	width: 90%;
}
}
@media only screen and (max-width: 568px) {
.case_hd {
    font-size: 18px;
    padding: 10px;
  }
.case td{
	width: 95%;
    float: left;
    font-size: 16px;
    padding: 5px;
}
.case th {
	width: 100%;
	float:left;
	margin:0 0 0 0;
	padding:0;
	font-size:16px;
	}
.case_line {
	margin: 0px 0px 50px 10px;
	padding: 10px 0px 0px 0px;
	width: 95%;
}	
.case_line .content {
	width: 100%;
}
.case_line .content .p_tbk_left{
	font-size:22px;
	margin:20px auto 20px auto;
	padding: 0 0 0 0;
	line-height: 40px;
	width: 90%;
}
.case_line_index {
	margin: 0px 0px 50px 10px;
	padding: 10px 0px 0px 0px;
	width: 95%;
}	
.case_line_index .content {
	width: 100%;
	padding-top:10px;
}
.case_line_index .content .p_tbk_left{
	font-size:22px;
	margin:20px auto 20px auto;
	padding: 0 0 0 0;
	line-height: 40px;
	width: 90%;
}
.case td .box .p_l{
	padding: 0px;
	text-align: left;
	font-size:16px;
	color:#000;
	line-height: 1.8;
	margin: 5px;
}
.case td .box .p_r{
	padding: 0 5px 0 0;
	float: right;
	font-size:16px;
	color:#000;
}
.case td .box .p_rr {
  padding: 0 0 0 0;
  float: right;
  font-size: 24px;
  color: #F00;
  line-height: 30px;
  font-weight: bold;
}
}
@media screen and (max-width: 767px) { 
.ziturei_1 td{
	width: 90%;
	float:left;
	font-size:16px;
	padding: 0 20px;
}
.ziturei_1 th {
	width: 100%;
	float:left;
	margin:0 0 0 0;
	padding:0;
	font-size:16px;
	}
}
/* 料金表 */
.price  { 
	width: 30%;
	height:auto;
	float:right; }
.price td{
	border: 1px solid #999;
	width: 20%;
	text-align: center;
	background-color:#F3F5F2;
	color:#000;
	height: 35px;
	font-size: 20px;
}
.price td.org {
	padding: 10px;
	border: 1px solid #999;
	width: 30%;
	text-align: center;
	background-color: #ff5500;
	color:#FFFFFF;
	font-size: 20px;
	}
.price td.gly {
	padding: 10px;
	border: 1px solid #999;
	width: 20%;
	text-align: center;
	background-color: #ff5500;
	color:#FFFFFF;
	font-size: 20px;
	}
.price td.org1 {
	padding: 10px;
	border: 1px solid #999;
	width: 30%;
	text-align: center;
	background-color:#F3F5F2;
	color:#000;
	font-size: 20px;
	}
.price td.org2 {
	padding: 10px;
	border: 1px solid #999;
	width: 50%;
	text-align: center;
	background-color:#FFFFFF;
	color:#000;
	font-size: 1.2em;
	color: #d64848;
	font-size: 20px;
	}
.price_left  { 
	width: 65%;
	height:auto;
	margin:0 30px 0 0;
	float:left; }
.price_left .btn_link a { 
	width: 50%;
}
@media screen and (max-width: 767px) { 
.price { 
	margin:0 10px 0 10px;
	width: 95%;
	height:auto;
	float:none; }

.price tr.sp_non{
        display:none;
    }

.price td.org,.price td.org2 {
	text-align:center;
	font-size: 1.2em;
    }
.price td,.price td.gly{
	font-size:90%;
	text-align:center;
}
.price_left  { 
	width: 100%;
	height:auto;
	float:none;}
.price_left .btn_link a { 
	width: 90%;
}
}
/* デジタル遺品整理の料金表 */
.price_1  { 
	width: 55%;
	height:auto;
	float:right; }
.price_1 td{
	border: 1px solid #999;
	width: 20%;
	text-align: left;
	background-color:#F3F5F2;
	color:#000;
	height: 35px;
	font-size: 16px;
	padding:10px;
}
.price_1 td.org {
	padding: 10px;
	border: 1px solid #999;
	width: 20%;
	text-align: center;
	background-color:#07913a;
	color:#FFFFFF;
	font-size: 18px;
	}
.price_1 td.gly {
	padding: 10px;
	border: 1px solid #999;
	width: 80%;
	text-align: center;
	background-color:#07913a;
	color:#FFFFFF;
	font-size: 18px;
	}
.price_1 td.org1 {
	padding: 10px;
	border: 1px solid #999;
	width: 30%;
	text-align: center;
	background-color:#F3F5F2;
	color:#000;
	font-size: 18px;
	}
.price_1 td.org2 {
	padding: 10px;
	border: 1px solid #999;
	width: 50%;
	text-align: center;
	background-color:#FFFFFF;
	color:#000;
	font-size: 1.2em;
	color: #d64848;
	font-size: 18px;
	}
.price_left_1  { 
	width: 40%;
	height:auto;
	margin:0 30px 0 0;
	float:left; }
.price_left_1 .btn_link a { 
	width: 50%;
}
@media screen and (max-width: 767px) { 
.price_1 { 
	margin:0 10px 0 10px;
	width: 95%;
	height:auto;
	float:none; }

.price_1 tr.sp_non{
        display:none;
    }

.price_1 td.org,.price td.org2 {
	text-align:center;
	font-size: 1.2em;
    }
.price_1 td,.price td.gly{
	font-size:90%;
	text-align:center;
}
.price_left_1  { 
	width: 100%;
	height:auto;
	float:none;}
.price_left_1 .btn_link a { 
	width: 90%;
}
}
/* 料金一覧表の料金表 */
.price_2  { 
	width: 55%;
	height:auto;
	float:right; }
.price_2 td{
	border: 1px solid #999;
	width: 50%;
	text-align: center;
	background-color:#F3F5F2;
	color:#000;
	height: 35px;
	font-size: 16px;
	padding:10px;
}
.price_2 td.org {
	padding: 10px;
	border: 1px solid #999;
	width: 50%;
	text-align: center;
	background-color:#07913a;
	color:#FFFFFF;
	font-size: 18px;
	}
.price_2 td.gly {
	padding: 10px;
	border: 1px solid #999;
	width: 50%;
	text-align: center;
	background-color:#07913a;
	color:#FFFFFF;
	font-size: 18px;
	}
.price_2 td.org1 {
	padding: 10px;
	border: 1px solid #999;
	width: 50%;
	text-align: center;
	background-color:#F3F5F2;
	color:#000;
	font-size: 18px;
	}
.price_2 td.org2 {
	padding: 10px;
	border: 1px solid #999;
	width: 50%;
	text-align: center;
	background-color:#FFFFFF;
	color:#000;
	font-size: 1.2em;
	color: #d64848;
	font-size: 18px;
	}
.price_left_2  { 
	width: 40%;
	height:auto;
	margin:0 30px 0 0;
	float:left; }
.price_left_2 .btn_link a { 
	width: 50%;
}
@media screen and (max-width: 767px) { 
.price_2 { 
	margin:0 10px 0 10px;
	width: 95%;
	height:auto;
	float:none; }

.price_2 tr.sp_non{
        display:none;
    }

.price_2 td.org {
	text-align:center;
	font-size: 1.2em;
    }
.price_2 td,.price td.gly{
	font-size:90%;
	text-align:center;
}
.price_left_2  { 
	width: 100%;
	height:auto;
	float:none;}
.price_left_2 .btn_link a { 
	width: 90%;
}
}
.price03  { 
	width: 100%;
	height:auto; }
.price03 td{
	padding: 10px 30px;
	border: 1px solid #999;
	width: 85%;
	text-align: left;
	background-color:#FFFFFF;
	line-height:4em;
	font-size:18px;
	color:#000;
}
.price03 th {
	padding: 10px;
	border: 1px solid #999;
	width: 15%;
	text-align: center;
	background-color:#F3F5F2;
	color:#333;
	font-size:18px;
	font-weight:normal;
	}
.price03 td.tbar{
	padding: 10px;
	border: 1px solid #999;
	width: 80%;
	text-align: left;
	background-color:#F3F5F2;
}
.price03 th.tbar {
	padding: 10px;
	border: 1px solid #999;
	width: 20%;
	text-align: left;
	background-color:#FDA93B;
	color:#FFFFFF;
	}
@media screen and (max-width: 767px) { 
.price03 { margin: 0; }
.price03 tr {
        display:block;
        margin-bottom: 10px;
    }
.price03 tr.sp_non{
        display:none;
    }
.price03 th {
        display:block;
        width: 100%;
		font-size:90%;
		padding: 5px 10px 5px 10px;
		border: 1px solid #999;
    }
.price03 td {
        display:block;
        width: 100%;
        border:none;
		font-size:90%;
		padding: 10px 10px 10px 10px;
		border-top:none;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
		line-height:25px;
		color:#000;
    }
}
/* 1/2ブロック(企業理念) */
.block_2  { 
	width: 100%;
	height:auto; }
.block_2 td{
	padding: 50px;
	border: 1px solid #07913a;
	width: 49%;
	text-align: left;
	background-color:#FFFFFF;
	line-height:4em;
	font-size:18px;
	color:#000;
}
.block_2 th {
	padding: 10px 80px 10px 10px;
	width: 49%;
	text-align: left;
	background-color:#FFFFFF;
	color:#333;
	font-size:18px;
	font-weight:normal;
	}
.block_2 td.tbar{
	padding: 10px;
	border: 1px solid #999;
	width: 80%;
	text-align: left;
	background-color:#FFFFFF;
}
.block_2 th.tbar {
	padding: 10px;
	border: 1px solid #999;
	width: 20%;
	text-align: left;
	background-color:#FFFFFF;
	}
@media screen and (max-width: 767px) { 
.block_2 { margin: 0; }
.block_2 tr {
        display:block;
        margin-bottom: 10px;
    }
.block_2 tr.sp_non{
        display:none;
    }
.block_2 th {
        display:block;
        width: 93%;
		font-size:90%;
		padding: 5px 5px 5px 10px;
		margin:10px;
    }
.block_2 td {
        display:block;
        width: 90%;
        border:none;
		font-size:90%;
		padding: 10px 10px 10px 10px;
		margin:10px;
		border: 1px solid #07913a;
		line-height:25px;
		color:#000;
    }
}
/* 1/2ブロック(枠なし) */
.block_2a  { 
	width: 100%;
	height:auto; }
.block_2a td{
	padding: 50px 10px 10px 10px;
	width: 49%;
	text-align: left;
	background-color:#FFFFFF;
	line-height:4em;
	font-size:18px;
	color:#000;
}
.block_2a th {
	padding: 50px 10px 10px 10px;
	width: 49%;
	text-align: left;
	background-color:#FFFFFF;
	color:#333;
	font-size:18px;
	font-weight:normal;
	}
.block_2a td.tbar{
	padding: 10px;
	width: 80%;
	text-align: left;
	background-color:#FFFFFF;
}
.block_2a th.tbar {
	padding: 10px;
	width: 20%;
	text-align: left;
	background-color:#FFFFFF;
	}
@media screen and (max-width: 767px) { 
.block_2a { margin: 0; }
.block_2a tr {
        display:block;
        margin-bottom: 10px;
    }
.block_2a tr.sp_non{
        display:none;
    }
.block_2a th {
        display:block;
        width: 93%;
		font-size:90%;
		padding: 5px 10px 5px 10px;
		margin:10px;
    }
.block_2a td {
        display:block;
        width: 93%;
        border:none;
		font-size:90%;
		padding: 10px 10px 10px 10px;
		margin:10px;
		line-height:25px;
		color:#000;
    }
}
.center{
	text-align:center;
}
.center_p{
	line-height: 2!important;
font-size: 24px!important;
margin-bottom: 0px!important;
margin-right: 15px!important;
margin-left: 15px!important;
margin-top: 30px!important;
font-weight: bold;
text-align:center;
}
.center_p1 {
  line-height: 2 !important;
  font-size: 24px !important;
  margin-bottom: 30px !important;
  margin-right: 15px !important;
  margin-left: 15px !important;
  margin-top: 0px !important;
  font-weight: bold;
  text-align: center;
}
.index {
display: block;
width: 33%;
text-align: left;
box-sizing: border-box;
padding: 20px;
}
/* hr線を背景グラデーション */
.bar {
  display:block;
  width: 60%;
  margin: -30px auto 50px;
  height: 10px;
  border: 0;
  border: 1px solid #cacaca;
  -webkit-border-radius: 10px;
  background: #005500; /* Old browsers */
  background: -moz-linear-gradient(left,  #005500 0%, #52b152 20%, #83c783 51%, #008a00 76%, #005500 96%, #005700 100%, #005500 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005500), color-stop(20%,#52b152), color-stop(51%,#83c783), color-stop(76%,#008a00), color-stop(96%,#005500), color-stop(100%,#005700), color-stop(100%,#005500)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #005500 0%,#52b152 20%,#83c783 51%,#008a00 76%,#005500 96%,#005700 100%,#005500 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to right,  #005500 0%,#52b152 20%,#83c783 51%,#008a00 76%,#005500 96%,#005700 100%,#005500 100%); /* W3C */
}
.bar_or {
  display: block;
  width: 70%;
  margin: -30px auto 50px;
  height: 5px;
  border: 0;
  -webkit-border-radius: 10px;
　background: #ff5500 !important;
  background-color: rgb(255, 85, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
}
/* hrを点線で中央に文字 */
.bar_point {
position: relative;
overflow: visible;
text-align: center;
color: #07913a;
border-width: 5px 0 0 0;
border-style: dotted;
border-color: #07913a;
padding-bottom: 10px;
}
.bar_point::after {
position: absolute;
top: -0.8em;
left: 45%;
display: inline-block;
content: 'POINT';
background: #ffffff;
font-size: 20px;
font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1300px)  {
.bar_or {
  margin: 20px auto 50px;
}
}
@media screen and (max-width: 767px) { 
.bar ,.bar_or{
  width: 90%;
  margin-bottom:20px;
}
.index {
width: 100%;
padding: 20px;
}
.center{
	text-align:left !important;
}
.bar_point::after {
left: 42%;
}
}
.img_no_shadow {
	box-shadow:none!important;
}
.img_shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px ;
}

/* インフォメーション問い合わせブロック */
.content_info {
	width: 1400px;
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color:#FFF;
}
.obi_info {
	background: #008000;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.obi_info h2 {
  text-align: center;
  color: #006400;
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size:20px;
}
.obi_info h2 .info_p{
  text-align: center;
  color: #006400;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size:20px;
}
.obi_info h2 .p_tel{
  text-align: center;
  color: #006400;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size:48px;
}
.obi_info h2 .p_tel_s{
  text-align: center;
  color: #006400;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 10px;
  margin-top: -10px !important;
  padding-bottom: 15px;
  font-size:24px;
}
.obi_info h2 a {
  text-decoration: none;
}
.obi_info .content p {
  color: #006400;
}
.btn_info a {
	display: block;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #f50;
	font-size: 32px;
	line-height: 50px;
	color: #FFF;
	text-decoration: none;
	width: 47%;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #FFF;
	float: right;
	text-align: center;
}
.btn_info .sab{
	font-size: 18px;
}
.btn_info a i {
	padding-right: 10px;
}
@media screen and (max-width: 1300px) { 
.content_info {
	width: 100%;
	height: 100%;
}
.btn_info a {
	display: block;
padding-top: 15px;
padding-bottom: 13px;
font-size: 20px;
line-height: 30px;
text-decoration: none;
width: 90%;
margin-top: 20px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
float: none;
}	
.obi_info h2 {
	line-height: 50px;
	font-size:18px;
}
.obi_info h2 .p_tel_s{
  text-align: center;
  color: #006400;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-bottom: 15px;
  font-size:24px;
}
}
.service_3 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.service_3 ul li {
	display: block;
	width: 33%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
}
.service_3 ul li p {
	font-size: 16px;
	margin: 10px;
}
.service_3 ul li a {
	text-decoration: none;
	color: #FFF;
}
.service_3 ul li p strong {
	font-size: 24px;
	font-weight: normal;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.service_3 ul li p .rubi {
	font-size: 10px;
	letter-spacing: 2px;
}
.service_3 ul li a .mask  {
	width: 350px;
	height: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.service_3 ul li a img  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.service_3 ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
@media screen and (max-width: 767px) { 
.service_3 ul li {
	width: 100%;
}
.service_3 ul li a .mask {
	width: 240px;
	height: 240px;
}
.obi_info h2 .p_tel {
  text-align: center;
  color: #006400;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 38px;
  border: 1px solid #006400;
  padding: 10px 10px 10px 10px;
}
 .obi_info h2 .p_tel_s {
    text-align: center;
    color: #006400;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-bottom: 15px;
    font-size: 18px;
  }
}
a.btn_more_gl {
	display: block;
	width: 80%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #006400;
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

a.btn_more_gl::before {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 12px;
	content: ">";
	left: 5px;
	top: 5px;
}
a.btn_more_gl:hover::before {
	left: 8px;
}

a.btn_more_gl:hover {
	background-color: #006400;
	border-top-color: #006400;
	border-right-color: #006400;
	border-bottom-color: #006400;
	border-left-color: #006400;
}
.service_3 ul li a.btn_more_gl {
  color: #006400;
}
.service_3 ul li a.btn_more_gl:hover {
  color: #FFF;
}
/*-- PC版表示CSS  --*/
@media screen and (min-width: 769px){
.pc_area{
  display:block !important;
}
.sp_area{
  display:none !important;
}
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
.pc_area{
    display:none !important;
  }
.sp_area{
    display:block !important;
  }
}
.pt200{
	padding-top:200px;
}
@media screen and (min-width: 768px) and (max-width: 1024px)  {
.pt200{
	padding-top:0px;
}
}
@media screen and (max-width: 768px){
.pt200{
	padding-top:50px;
}
}
/*-- その他の指定  --*/
.bkc_gray{
	background-color: #f6f6f6!important;
}
.left {
text-align: left;
font-size: 16px;
line-height: 2;
color: #333;
}
.center {
text-align: center;
}
.right {
text-align: right!important;
}
.p_12 {
	line-height: 2;
	font-size: 12px!important;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	text-align:left;
}
.p_16 {
	line-height: 2;
	font-size: 16px!important;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	text-align:left;
}
.p_20 {
	line-height: 2;
	font-size: 20px!important;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	text-align:left;
}
.p_24 {
  line-height: 2;
  font-size: 24px  !important;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 0px;
  margin-top: 10px;
  text-align: left;
  font-weight:bold;
}
.p_24_center {
  line-height: 2;
  font-size: 24px !important;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 0px;
  margin-top: 10px;
  text-align: center !important;
  font-weight:bold;
}
.p_36 {
  line-height: 1.5;
  font-size: 36px !important;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 0px;
  margin-top: 10px;
  text-align: left;
  font-weight:bold;
}
.p_48 {
  font-size: 48px !important;
}
.p_60 {
  font-size: 60px !important;
}
.p_80 {
  font-size: 80px !important;
}
.p_100 {
  font-size: 100px !important;
}
@media screen and (max-width: 768px){
.p_24,.p_24center {
  line-height: 2;
  font-size: 18px !important;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 0px;
  margin-top: 10px;
  text-align: center;
  font-weight:bold;
}
.p_36 {
  font-size: 24px !important;
}
.p_48 {
  font-size: 24px !important;
}
.p_60 {
  font-size: 24px !important;
}
.p_80 {
  font-size: 24px !important;
}
.p_100 {
  font-size: 24px !important;
}
}
@media screen and (min-width: 768px) {

.p_48 {
  font-size: 48px !important;
  font-weight:bold;
}
,.p_36{
  font-size: 20px !important;
  font-weight:bold;
}
}
/*-- マージンの指定  --*/
.mb-50{
	margin-bottom: -50px!important;
}
.mb0{
	margin-bottom: 0px!important;
}
.mb10{
	margin-bottom: 10px;
}
.mb25{
	margin-bottom: 25px;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb75{
	margin-bottom: 75px;
}
.mb100{
	margin-bottom: 100px;
}
.mb150{
	margin-bottom: 150px;
}
.mb200{
	margin-bottom: 200px;
}
.mb250{
	margin-bottom: 250px;
}
.mb300{
	margin-bottom: 300px;
}
.mt0{
	margin-top: 0px;
}
.mt25{
	margin-top: 25px;
}
.mt50{
	margin-top: 50px;
}
.mt75{
	margin-top: 75px;
}
.mt100{
	margin-top: 100px!important;
}
.mt125{
	margin-top: 125px;
}
.mt150{
	margin-top: 150px;
}
.mt200{
	margin-top: 200px;
}
.mt250{
	margin-top: 250px;
}
.mt300{
	margin-top: 300px;
}
.ml0{
	margin-left: 0px!important;
}
.mr0{
	margin-right: 0px!important;
}
.pt0{
	padding-top:0px!important;
}
.pt25{
	padding-top:25px;
}
.pt50{
	padding-top:50px;
}
.pt100{
	padding-top:100px;
}
.pb0{
	padding-bottom:0px;
}
.pb25{
	padding-bottom:25px;
}
.pb50{
	padding-bottom:50px;
}
.pb100{
	padding-bottom:100px;
}
.w_1000 {
	width: 1000px;
}
.p_gr {
  color: #07913a;
  text-align: left;
  font-size: 16px;
}
.p_bold {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.p_gr_bold {
  color: #07913a;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.p_wh {
	color:#FFF!important;
}
.red {
	color:#FF0000;
}
.img_border {
border: 1px solid #ccc;
}
.p_orange {
	color: #f50;
}
@media screen and (min-width: 768px) {
.pc_mt100{
	margin-top: 100px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.mt50{
	margin-top: 0px;
}
.mb150{
	margin-bottom: 50px;
}
}
/*-- スマホのみマージンの指定  --*/
@media screen and (max-width: 768px){
.mb50{
	margin-bottom: 0px!important;
}
.mb75{
	margin-bottom: 0px;
}
.mb100{
	margin-bottom: 0px;
}
.mb150{
	margin-bottom: 0px;
}
.mb200{
	margin-bottom: 0px;
}
.mb250{
	margin-bottom: 0px;
}
.mb300{
	margin-bottom: 0px;
}
.mt25{
	margin-top: 0px;
}
.mt50{
	margin-top: 0px!important;
}
.mt75{
	margin-top: 0px;
}
.mt100{
	margin-top: 0px!important;
}
.mt125{
	margin-top: 0px;
}
.mt150{
	margin-top: 0px;
}
.mt200{
	margin-top: 0px;
}
.mt250{
	margin-top: 0px;
}
.mt300{
	margin-top: 0px;
}
.pt_30 {
	padding-top:30px;
}
.pt50{
	padding-top:0px;
}
.pt100{
	padding-top:0px;
}
.pb0{
	padding-bottom:0px;
}
.pb50{
	padding-bottom:0px;
}
.pb100{
	padding-bottom:0px;
}
.sp_m0{
	margin: 0px;
}
.sp_mt0{
	margin-top: 0px;
}
.sp_mt20{
	margin-top: 20px;
}
.sp_mt25{
	margin-top: 25px!important;
}
.sp_mt30{
	margin-top: 30px;
}
.sp_mt50{
	margin-top: 50px;
}
.sp_mt75{
	margin-top: 20px;
}
.sp_mt100{
	margin-top: 100px;
}
.sp_mb0{
	margin-bottom: 0px;
}
.sp_mb10{
	margin-bottom: 10px;
}
.sp_mb20{
	margin-bottom: 20px;
}
.sp_mb30{
	margin-bottom: 30px;
}
.sp_mb50{
	margin-bottom: 50px;
}
.sp_mb150{
	margin-bottom: 150px;
}
.sp_p0{
	padding: 0px;
}
.sp_pt0{
	padding-top:0px;
}
.sp_pt30{
	padding-top:30px;
}
.sp_pt50{
	padding-top:50px !important;
}
.sp_pr0{
	padding-right: 0px;
}
.sp_pl0{
	padding-left: 0px;
}
.sp_pr10{
	padding-right: 10px;
}
.sp_pl10{
	padding-left: 10px;
}
.sp_pb0{
	padding-bottom: 0px;
}
.sp_fs16{
	font-size:16px;
}
.sp_mbox1{
	padding: 0px;
	margin: 0 10% 0 10%;
	width:30%;
}
.sp_mbox2{
	padding: 0px;
	margin: 20px 0 0 0;
	width:31%;
}
.sp_mbox2_center{
	padding: 0px;
	margin: 20px 10px 0 10px;
	width:31%;
}
.sp_p24{
	font-size:24px;
}
.w_1000 {
	width: 92%;
}
}
/*-- 体験談インデックス  --*/
.index_box  {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.index_box ul li .li_title {
padding-bottom: 10px;
margin-bottom: 30px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #49697A;
font-size: 24px;
letter-spacing: 1px;
text-align: center;
}

.index_box ul li a {
	color: #333;
text-decoration: none;
display: block;
padding-top: 10px;
padding-bottom: 5px;
padding-left: 30px;
font-size: 20px;
line-height: 40px;
position: relative;
}

.index_box ul li a::before {
	font-size: 20px;
display: block;
width: 20px;
line-height: 40px;
position: absolute;
top: 10px;
left: 0px;
content: '・';
}
.index_box ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.index_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.index_box ul li ul {
}
.index_box .box_in ul {
	display: block;
	float: left;
	margin-right: 30px;
	width: 100%;
}
.index_box .box_in ul.inside {
	display: block;
	float: left;
	margin-right: 30px;
	width: 47%;
}
@media screen and (max-width:560px) {
.index_box  {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.index_box ul li .li_title {
	font-size: 20px;
	letter-spacing: 0px;
}

.index_box ul li a {
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
}
.index_box ul li a::before {
line-height: 24px;
}
.index_box ul li ul {
	width: 95%;
	margin-left: 1%;
	padding-right: 0px;
}
.index_box .box_in {
	width: 100%;
}
.index_box .box_in ul {
	width: 95%;
	margin-left: 1%;
	padding-right: 0px;
}
.index_box .box_in ul.inside {
	display: block;
	float: left;
	margin-right: 30px;
	width: 100%;
}
textarea,
input {
	max-width: 360px;
}
}
/*-- トップ3つの安心  --*/
.top_box_a {
  width: 32%;
  position:relative;
  background-image:url(img/point2203_1.gif);
  background-repeat: no-repeat;
  background-size: contain;
  height: 420px;
  margin-bottom: 50px;
}
.top_box_b {
  width: 32%;
  position:relative;
  background-image:url(img/point2203_2.gif);
  background-repeat: no-repeat;
  background-size: contain;
  height: 420px;
  margin-bottom: 50px;
}
.top_box_c {
  width: 32%;
  position:relative;
  background-image:url(img/point2203_3.gif);
  background-repeat: no-repeat;
  background-size: contain;
  height: 420px;
  margin-bottom: 50px;
}
.top_box_a .p1,.top_box_b .p1,.top_box_c .p1 {
	position:absolute;
	text-align:center;
	top:35px;
	font-size:24px;
	color:#FFF;
	font-weight: bold;
	width: 390px;
}
.top_box_a .p2,.top_box_b .p2,.top_box_c .p2 {
	position: absolute;
	text-align: left;
	top: 130px;
	font-size: 16px;
	color: #333;
	margin-left: 45px;
	margin-right: 70px;
}
@media screen and (min-width: 851px) and (max-width: 1300px){
	.top_box_a ,.top_box_b ,.top_box_c  {
  width: 50%;
	}
}
@media screen and (min-width: 581px) and (max-width:850px) {
.top_box_a ,.top_box_b ,.top_box_c  {
  width: 100%;
  margin-bottom: 0px;
  margin: auto;
  max-width: 600px;
}
.top_box_a .p1,.top_box_b .p1,.top_box_c .p1 {
	position:absolute;
	text-align:center;
	top:35px;
	font-size:24px;
	color:#FFF;
	font-weight: bold;
	width: 89%;
	max-width: 420px;
}
.top_box_a .p2,.top_box_b .p2,.top_box_c .p2 {
	position: absolute;
text-align: left;
top: 120px;
font-size: 16px;
color: #333;
margin-left: 40px;
margin-right: 40px;
line-height: 28px;
max-width: 420px;
}
}
@media screen and (min-width: 391px) and (max-width:580px) {
.top_box_a ,.top_box_b ,.top_box_c  {
  width: 100%;
  margin-bottom: 0px;
  margin: auto;
  max-width: 600px;
}
.top_box_a .p1,.top_box_b .p1,.top_box_c .p1 {
	position:absolute;
	text-align:center;
	top:35px;
	font-size:24px;
	color:#FFF;
	font-weight: bold;
	width: 89%;
	max-width: 420px;
}
.top_box_a .p2,.top_box_b .p2,.top_box_c .p2 {
	position: absolute;
text-align: left;
top: 120px;
font-size: 16px;
color: #333;
margin-left: 40px;
margin-right: 40px;
line-height: 28px;
max-width: 420px;
}
}
@media screen and (min-width: 371px) and (max-width:390px) {
.top_box_a ,.top_box_b ,.top_box_c  {
  width: 100%;
  margin-bottom: 0px;
  margin: auto;
  max-width: 600px;
}
.top_box_a .p1,.top_box_b .p1,.top_box_c .p1 {
	position:absolute;
	text-align:center;
	top:35px;
	font-size:20px;
	color:#FFF;
	font-weight: bold;
	width: 89%;
	max-width: 420px;
}
.top_box_a .p2,.top_box_b .p2,.top_box_c .p2 {
	position: absolute;
    text-align: left;
    top: 110px;
    font-size: 14px;
    color: #333;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 20px;
    max-width: 420px;
}
}
@media screen and (max-width:370px) {
.top_box_a ,.top_box_b ,.top_box_c  {
  width: 100%;
  margin-bottom: 0px;
  margin: auto;
  max-width: 600px;
}
.top_box_a .p1,.top_box_b .p1,.top_box_c .p1 {
	position:absolute;
	text-align:center;
	top:35px;
	font-size:20px;
	color:#FFF;
	font-weight: bold;
	width: 89%;
	max-width: 420px;
}
.top_box_a .p2,.top_box_b .p2,.top_box_c .p2 {
	position: absolute;
    text-align: left;
    top: 100px;
    font-size: 14px;
    color: #333;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 20px;
    max-width: 420px;
}
}
.img01{
	width: 100%;
}
.line_glay {
	border: solid 1px #999;
}
/*-- 市町村ナビメニュー  --*/
#nav {
  list-style: none;
  display: flex;
  border: 1px solid #006400;
  width:100%;
  flex-wrap: wrap;
  padding: 30px;
  max-width: 1000px;
  margin: auto;
  background-color:#FFF;
}
#nav li {
  width: 16%;
  height: 40px;
  line-height: 40px;
  float:left;
  position: relative;
}
 
#nav li a {
  text-decoration: none;
  color: #333;
  padding: 20px;
}
#nav li::before {
  display: block;
  content: '';
  position: absolute;
  top: 1.0em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #006400;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width:560px) {
#nav {
  list-style: none;
  display: flex;
  border: 1px solid #006400;
  width:80%;
  flex-wrap: wrap;
  padding: 30px;
  max-width: 900px;
  margin: auto;
  background-color:#FFF;
}
#nav li {
  width: 50%;
  height: 40px;
  line-height: 40px;
  float:left;
  position: relative;
}	
}
/*-- 遺品整理横浜の3列テーブル  --*/
.tbl-r02{
  margin: 20px auto;
  padding-bottom: 20px !important;
  width: 80%;
}
.tbl-r02 tr {
  border: solid 3px #006400;
  padding: 10px;
}
.tbl-r02 th {
  background: #006400;
  border: solid 3px #006400;
  color: #fff;
  padding: 10px;
  width: 20%;
  font-size: 25px;
}
.tbl-r02 th p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.tbl-r02 td {
　border: solid 1px #006400;
  padding: 20px;
  line-height: 30px;
}
.tbl-r02 td p {
  font-size: 18px;
  font-weight: bold;
  color: #f50;
  text-align: center;
  margin: 20px auto 20px;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 3px #006400;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 95%;
  }
}
/*-- 代表挨拶の動画  --*/
	.youtube_img{
	margin: 0px 50px 30px 15px;
	float:left;
}
@media screen and (max-width: 640px) {
	.youtube_img{
	margin: 0px 20px 20px 0px;
	float: left;
	width: 92%;
}
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* 1/2ブロック(枠なし) 動画用*/
.block_youtube  { 
	width: 100%;
	height:auto; }
.block_youtube td{
	padding: 50px 10px 10px 10px;
	width: 49%;
	text-align: left;
	line-height:4em;
	font-size:18px;
	color:#000;
}
.block_youtube th {
	padding: 50px 10px 10px 10px;
	width: 49%;
	text-align: left;
	color:#333;
	font-size:18px;
	font-weight:normal;
	}
.block_youtube td.tbar{
	padding: 10px;
	width: 80%;
	text-align: left;
}
.block_youtube th.tbar {
	padding: 10px;
	width: 20%;
	text-align: left;
	}
@media screen and (max-width: 767px) { 
.block_youtube { margin: 0 0 0 -10px; 
}
.block_youtube tr {
        display:block;
        margin-bottom: 10px;
    }
.block_youtube tr.sp_non{
        display:none;
    }
.block_youtube th {
        display:block;
        width: 93%;
		font-size:90%;
		padding: 5px 10px 5px 10px;
		margin:10px;
    }
.block_youtube td {
        display:block;
        width: 93%;
        border:none;
		font-size:90%;
		padding: 10px 10px 10px 10px;
		margin:10px;
		line-height:25px;
		color:#000;
    }
.block_youtube p ,.block_2 p { margin: 0 5px 0 5px; 
}
.block_youtube .img_right {
  float: right;
  width: 70%;
  margin-top: 10px;
}
.w99 {
	width: 99%;
}
}
/* 1/2ブロック(枠なし) 画像用*/
.block_img  { 
	width: 100%;
	height:auto; }
.block_img td{
	padding: 50px 10px 10px 10px;
	width: 49%;
	text-align: left;
	line-height:4em;
	font-size:18px;
	color:#000;
}
.block_img th {
	padding: 50px 10px 10px 10px;
	width: 49%;
	text-align: left;
	color:#333;
	font-size:18px;
	font-weight:normal;
	}
.block_img .img_right {
  float: right;
  margin-left: 10px;
}
.block_img .img_left {
  float: left;
  margin-right: 10px;
}
.block_box{
  position: relative;
}
.block_img td .p1{
position: absolute;
text-align: left;
font-size: 16px;
color: #FFF;
bottom: 25px;
right: 25px;
}
.block_img th .p1{
position: absolute;
text-align: left;
font-size: 16px;
color: #FFF;
bottom: 25px;
right: 50px;
}
@media screen and (max-width: 767px) { 
.block_img { margin: 0 0 0 -10px; 
}
.block_img tr {
        display:block;
        margin-bottom: 10px;
    }
.block_img tr.sp_non{
        display:none;
    }
.block_img th {
        display:block;
        width: 98%;
		font-size:90%;
		padding: 5px 10px 5px 5px;
		margin:10px;
		position:relative;
    }
.block_img td {
        display:block;
        width: 93%;
        border:none;
		font-size:90%;
		padding: 10px 10px 10px 10px;
		margin:10px;
		line-height:25px;
		color:#000;
		position:relative;
    }
.block_img .img_right {
  float: right;
  width: 99%;
  margin: 10px -5px 10px 10px;
}
.block_img .img_left {
  float: right;
  margin: 10px;
}
.block_img td .p1{
position: absolute;
text-align: left;
font-size: 16px;
color: #FFF;
bottom: 25px;
right: 25px;
}
.block_img th .p1{
position: absolute;
text-align: left;
font-size: 16px;
color: #FFF;
bottom: 25px;
right: 50px;
}
}
.hoshi {
  color: #f50;
  text-align: left;
  font-size: 20px;
  margin: 0 auto 20px auto;
  font-weight: bold;
  padding: 10px 0 10px 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}
.hr_kuchikomi {
  border: 2px dashed #ccc;
  margin: 30px 0;
}
/*
FAQ形式の表（横浜）
-------------------------------------------*/
.content .dl_faq_y {
	padding-top: 30px;
	padding-bottom: 0px;
}
.content .dl_faq_y dt {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	background-color: #006400;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	text-align:center;
}
.content .dl_faq_y dd {
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	position: relative;
	text-align:left;
	line-height: 2;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
.content .dl_faq_y dt {
	font-size: 16px;
	}
}
h2.gr_t{
line-height: 2;
font-size: 16px;
margin-bottom: 20px;
margin-right: 15px;
margin-left: 15px;
margin-top: 10px;
color: #006400;
font-weight: bold;
}
/*
目次の表（インデックス）
-------------------------------------------*/
.toc-001 {
    margin: 30px;
    padding: 1em 1em 1em 2em;
    border: 1px solid #999;
    background-color: #f7f7f7;
}

.toc-001 div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.toc-001 ol {
    list-style-type: decimal;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.toc-001 ol ol {
    margin-top: 5px;
}

.toc-001 li {
    padding: 5px 0;
}

.toc-001 a {
    color: #166c9d;
}
/*
下線の指定
-------------------------------------------*/
.red {
	text-decoration:underline solid red;
}
.marker{
	font-weight: bold;
	background: linear-gradient(transparent 70% , yellow 70%);
} 
/*
幅寄せブロック（左右）
-------------------------------------------*/
@media screen and (min-width: 768px) {
.block_left {
max-width: 800px;
padding-right: 600px !important;
}
.block_right {
max-width: 800px;
padding-left: 600px !important;
}
}
.back_no {
display: block;
right: 0px;
z-index: -1;
text-align: right;
line-height: 1;
margin-bottom: -210px;
color: #f7e8d5;
font-family: 'STIX Two Text', serif;
font-weight: 600;
font-style: italic;
font-size: 16rem;
letter-spacing: 0;
position: relative;
top: -30px;
}
@media screen and (max-width: 767px) {
.block_left {
padding-right: 0px;
margin: 50px 0;
}
.block_right {
padding-leftt: 0px;
margin: 50px 0;
}	
.back_no {
right: 40px;
font-size: 8rem;
top: -70px;
}
}
.dots {
  -webkit-text-emphasis: filled red;
  text-emphasis: filled red;
}
/*アコーディオンメニュー*/
    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
padding: .7em;
padding-right: 0.7em;
display: block;
color: #333;
background: #f6f6f6;
font-size: 20px;
padding-right: 2em;
font-weight: bold;
    }
.Label::before{		/*タイトル横の矢印*/
content: "";
width: 10px;
height: 10px;
border-top: 5px solid #006400;
border-right: 5px solid #006400;
-webkit-transform: rotate(45deg);
position: absolute;
top: calc( 40% - 3px );
right: 50px;
transform: rotate(135deg);
    }
    .Label,
    .content_aco {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .content_aco {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    }
    .toggle:checked + .Label + .content_aco {	/*開閉時*/
    	height: auto;
    	padding:0px ;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }
	.Label .q {		/*QA*/
    	color: #006400;
    }
	.content_aco .a {		/*QA*/
    	color: #006400;
		font-weight: bold;
		font-size: 20px;
    }
@media screen and (max-width: 767px) {
.Label::before{		/*タイトル横の矢印*/
content: "";
width: 10px;
height: 10px;
border-top: 5px solid #006400;
border-right: 5px solid #006400;
-webkit-transform: rotate(45deg);
position: absolute;
top: calc( 40% - 3px );
right: 10px;
transform: rotate(135deg);
    }
.Label {		/*タイトル*/
padding: .7em;
padding-right: 0.7em;
display: block;
color: #333;
background: #f6f6f6;
font-size: 16px;
padding-right: 3em;
font-weight: bold;
line-height: 32px;
margin-top: 10px;
    }
}
 .labelacop {
    margin-right: 0px!important;
    margin-left: 0px!important;
    background-color: #f4dbab;
    padding: 10px;
	font-size:14px!important;
  }
/*ページネーション*/
.list-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background-color: #f6f6f6;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    list-style: none;
    text-align: center;
}

.pagination{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.list-group-item {
    background: #fff;
    margin: 30px 20px;
    padding: 0px;
	height: 350px;
	max-width: 22%;
}

.pagination li{
    margin: 5px;
    border: 3px solid #333;
}

.pagination a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 15px;
}

.pagination a:hover{
    background-color: #008e00;
    color: aliceblue;
}

.active{
    background-color: #d4ead4;
}
.list-group-item dt {
	font-size:14px;
	color: #999;
	text-align:left;
	margin: 20px 15px 5px 15px;
}
.list-group-item dd {
	font-size:16px;
	color: #333;
	text-align:left;
	margin: 5px 15px 20px 15px;
}

@media screen and (min-width: 768px) {
.list-group-item img{
display: block;
height:213px;
width: 308px;
}
}
@media screen and (max-width: 767px) {
.list-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f6f6f6;
    width: 92%;
    margin: 10px auto;
    padding: 20px;
    list-style: none;
    text-align: center;
}
.list-group-item img{
display: block;
width: 100%;
}
.list-group-item {
    background: #fff;
    margin: 30px 20px;
    height: auto;
padding-bottom: 10px;
max-width: 100%;
}
}


/*ページネーションテスト*/
.contents {
    display: flex;
    flex-wrap: wrap;
}
.contents > div {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 10px;
}
.contents img {
    width:  100%;
    height: 300px;
    object-fit: cover;
}
.next.disable,
.prev.disable {
    pointer-events: none;
    background: #ddd;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination p {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 5px;
    background: #606060;
    color: #fff
}
.next:hover, .prev:hover, .page_counter li:hover {
    cursor: pointer;
}
.page_counter {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0 10px;
}

.page_counter li {
    border: 1px solid #606060;
    padding: 5px 10px;
}

.page_counter li.current {
    background: #606060;
    color: #fff;
}

.page_counter li + li {
    margin-left: 5px;
}
/*体験談*/
.column_list {
	margin:0 50px 70px 50px;
}
.column_ttp {
  width: 100%;
  margin-bottom: 20px;
  border-left: 6px #008000 solid;
  color: #333;
  font-weight: bold;
  padding: 0px 25px;
  font-size: 1.6rem!important;
}
.column_category {
  display: inline-block;
  padding: 0 5px;
  background: #008000;
  color: #fff;
  font-size: 0.8rem;
  vertical-align: middle;
  margin: 0 0 3px 20px;
}
.column_category_img {
  display: inline-block;
  padding: 0 5px;
  background: #fff;
  color: #008000;
  border:solid 1px #008000;
  font-size: 0.8rem;
  vertical-align: middle;
  margin: 0 0 3px 20px;
}
a .column_p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
  text-decoration: none;
}
.column_list a,.column_list a:hover,.column_list a:visited{
    color: inherit;
}
@media screen and (max-width: 767px) {
.column_list {
	margin:0 0 50px 0 ;
}
.column_ttp {
    padding: 10px 15px;
    font-size: 1.2rem!important;
  }
}
.no_background {
	background-color: transparent;
}
.no_shadow {
	box-shadow:none;
}

/*評価の星マーク*/
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
	margin-left: 10px;
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}
.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}
.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*角丸の背景枠*/
.bgc {
	background-color: #006400;
	border-radius: 50px 50px 50px 50px;
	margin:30px;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	font-size:28px;
	}
	
/*大阪TOP看板*/	
#demo-1 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(img/osaka_topimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 480px;
}
.osaka_top {
  color: white;
  text-align: center;
  position: absolute;
  width: 100%
  padding: 0 13px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
  width: 100%;
  z-index:10;
}
.osaka_top .p1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  padding-top: 50px;
  line-height: 70px;
  z-index:10;
}
.osaka_top .p2 {
  font-size: 20px;
  padding-top: 50px;
  text-shadow: 1px 2px 3px #000;
  line-height: 40px;
  z-index:10;
}
.osaka_top .p3 {
  font-size: 1.5em;
  color: #ff0000;
}
.osaka_top .top_title {
  font-size: 24px;
  text-shadow: 1px 2px 3px #000;
  padding-top: 450px;
  filter: none;
}
@media only screen and (max-width: 767px) {
#demo-1 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(img/osaka_topimg_s.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 480px;
}
.osaka_top {
    color: white;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 0;
    padding: 0 13px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 101 !important;
    opacity: 1;
  }
.osaka_top .p1 {
  }
.osaka_top .p2 {
    font-size: 1.2em;
    padding-top: 50px;
    text-shadow: 1px 2px 3px #000;
    z-index: 101 !important;
    opacity: 1;
  }
.osaka_top .p3 {
    font-size: 1.2em;
  }
.osaka_top h2.top_title {
    font-size: 1.8em;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    z-index: 101 !important;
    opacity: 1;
  }
}
/*変形画像*/
img.img_left_gg {
  float: left;
  display: block;
  margin-right: 50px;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
  border-radius: 80% 30% 50% 50%/50%;
}
img.img_right_gg {
  float: right;
  display: block;
  margin-right: 50px;
  margin-bottom: 20px;
  border-radius: 80% 30% 50% 50%/50%;
}
.nami {
  background-image: url(img/back01.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
}
.obi_nami {
  background-image: url(img/back01.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 150px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
img.img_right_gg {
  display: block;
  margin-right: 5%;
  margin-bottom: 20px;
  border-radius: 80% 30% 50% 50%/50%;
  width: 90%;
}.obi_nami {
  background-image: url(img/back01.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 150px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
}
/*変形背景*/
.curved {
  position: relative;
  background: #004d00;
  border-bottom-left-radius: 50% 30%;
  border-bottom-right-radius: 50% 30%;
}
.triangle {
  position: relative;
  background: #004d00;
}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #004d00 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.p18w {
  line-height: 2;
  font-size: 18px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  background-color: #f50;
}
.content p.p18or {
  line-height: 2.5;
  font-size: 20px;
  color:#fff;
  background-color: #f50;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 35%;
  border-radius: 9999px;
  margin-bottom: 20px;
}
.content p.p28or {
  line-height: 2.5;
  font-size: 28px;
  color: #fff;
  background-color: #f50;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 48%;
  margin-bottom: 40px;
}
/*グリーン枠*/
.line_g {
  list-style: none;
  display: flex;
  border: 1px solid #006400;
  width:100%;
  flex-wrap: wrap;
  padding: 30px;
  margin: auto;
  background-color:#FFF;
}
@media only screen and (max-width: 767px) {
.p18w {
  font-size: 16px;
  text-align: left;
  font-weight:normal;
  padding: 0 20px 20px 20px;;
}
.content p.p18or {
  line-height: 2.5;
  font-size: 18px;
  color:#fff;
  text-align:center;
  background-color: #f50;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 90%;
  border-radius: 9999px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.content p.p28or {
  line-height: 2.5;
  font-size: 18px;
  color:#fff;
  text-align:center;
  background-color: #f50;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
  margin-top: 30px;
}
}
/*グリーン枠（タイトルバック）*/
.box29 {
    margin: 0 0 2em 0;
    background: #FFF;
	border: 1px solid #006400;
}
.box29 .box-title {
    font-size: 30px;
    background: #006400;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	padding: 20px;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
.list_box_a {
	width:32%;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.box29 {
    width: 93%;
    margin-left: 3%;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #006400;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 10px 10px;
    margin: 0;
}
.list_box_a {
	width:100%;
	margin: 10px 0;
}
.list_box_a  p{
	margin:0;
}
.list_box_a img {
	width:100%;
}
}
/*吹き出しの見出し飾り*/
.decotext1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:bold;
  text-align: center;
}
.decotext1::before,
.decotext1::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #f50;
}
.decotext1::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.decotext1::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.or {
	color: #f50;
}
/*丸枠を3つ横に並べる*/
.border-radius {
  width: 300px;
  height: 300px;
  line-height: 300px;
  background-color: green;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin: 20px;
  font-size: 26px;
  font-weight: bold;
}
.item-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
@media only screen and (max-width: 767px) {
.border-radius {
  width: 33%;
  height: 120px;
  line-height: 120px;
  background-color: green;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin: 5px;
  font-size: 16px;
  font-weight: bold;
}
}
.w100{
	width:100% !important;
	margin-right: 0px !important;
}
.float_right{
}
@media only screen and (min-width: 768px) {
.label_w100{
	width:100% !important;
	margin-right: 0px !important;
}
}
@media only screen and (max-width: 767px) {
.w100{
	width:90% !important;
	margin-right: 20px !important;
}
.float_right{
	float:none;
}
}
.wakaba_mark {
  margin-right: 15px;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
.wakaba_mark {
  margin-right: 15px;
  margin-top: 3px;
  width:20px;
}
}
/*クリックポイント（丸矢印）*/
.arrow_button {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 47px;
  background: #f50; /* デフォルトの背景色 */
  border-radius: 10px;
  color: #fff; /* テキストの色 */
  transition: background-color 1s, box-shadow 1.5s;
}
 
.arrow_button::before { /* 矢印の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
 
.arrow_button::after { /* 矢印の丸枠の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  border-radius: 50%;
}
 
.arrow_button:hover { /* マウスオーバー時のスタイル */
  background-color: #f50; /* マウスオーバー時の背景色 */
  box-shadow: 2px 3px 2px rgba(0,0,0,0.3) /* マウスオーバー時につける影 */
}

/*スマホ用タッチメニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   padding:0;
   margin:0;
   font-size: 18px;
   font-weight: bold!important;
   border-right: 1px solid #fff;
}
#sp-fixed-menu li span.small{
   justify-content: center;
   align-items: center;
   padding:0;
   margin:0;
   font-size: 12px;
}
/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:first-child{
   background: #f3a324;
   width: 50%;
}
/*2番目メニューをブルー色に*/
#sp-fixed-menu li:nth-child(2) {
background: #2461f3;
	width: 25%;
}
/*右側メニューを緑色に*/
#sp-fixed-menu li:last-child{
   background: #38b435;
   width: 25%;
}
/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding: 12px 0 8px 0;
  line-height: 18px;
}
/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}
/*スマホ用ヘッダー電話バナー*/
header .logo_sp_tel {
    position: absolute;
	left: 200px;
    top: 5px;
    z-index: 1000;
	width:250px;
  }
/*リンク矢印オレンジ*/
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-left: 15px;
  margin-bottom: 5px;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #f50;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.36em 0.62344em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*リンク矢印グリーン*/
.dli-caret-circle-fill-right_g {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-left: 15px;
  margin-bottom: 5px;
}

.dli-caret-circle-fill-right_g::before {
  content: '';
  color: #006400;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.36em 0.62344em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.btn_w50{
	width:50%!important;
}
@media (max-width: 767px) {
   .btn_w50{
      display:none;
    }
}
/* スタッフ紹介用youtube */
@media (min-width: 768px) {
.youtube_container {
	float: left;
  	display: block;
  	margin-right: 30px;
    margin-left: 30px;
  	margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.youtube_container {
	display: flex;
  justify-content: center;
  margin-top: 20px;
  	margin-bottom: 30px;
	margin-left: 20px;
    margin-right: 20px;
}   
}
html {
	overflow-x: hidden;
}
/* オドロック用２分割ブロック */
.cont_list .list_box2_1 {
	width: 49%;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	position: relative;
	border: 1px solid #f93;
	background-color: #f7df5b;
}
.cont_list .list_box2_1 .p_gr{
	text-align: center;
	font-size:40px;
	color: #004d00;
	font-weight: bold;
	margin: 0;
}
.content .list_box2_1 h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #f50;
	display: block;
	position: relative;
	clear: both;
}
.cont_list .list_box2_2 {
	width: 49%;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	position: relative;
	border: 1px solid #f93;
	background-color: #f7df5b;
}
.cont_list .list_box2_2 .p_gr{
	text-align: center;
	font-size:40px;
	color: #004d00;
	font-weight: bold;
	margin: 0;
}
.content .list_box2_2 h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #f50;
	display: block;
	position: relative;
	clear: both;
}
.cont_list .list_box2_3 {
	width: 49%;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	position: relative;
	border: 1px solid #f93;
	background-color: #f7df5b;
}
.cont_list .list_box2_3 .p_gr{
	text-align: center;
	font-size:40px;
	color: #004d00;
	font-weight: bold;
	margin: 0;
}
.content .list_box2_3 h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #f50;
	display: block;
	position: relative;
	clear: both;
}
.cont_list .list_box2_4 {
	width: 49%;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	position: relative;
	border: 1px solid #f93;
	background-color: #f7df5b;
}
.cont_list .list_box2_4 .p_gr{
	text-align: center;
	font-size:40px;
	color: #004d00;
	font-weight: bold;
	margin: 0;
}
.content .list_box2_4 h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #f50;
	display: block;
	position: relative;
	clear: both;
}
/* オドロック用斜め背景 */
.slant-bg {
    width: 100%;
    margin: 0;
    padding: 200px 0 100px;
    position: relative;
    top: 0px;
    overflow: hidden;
}
.slant-bg h2 {
  font-size: 42px;
  line-height: 40px;
  color: #333;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  font-weight: bold;
  text-align:center;
}
.slant-bg p {
    width: 85%;
    margin: 0 auto;
}
.slant-bg .r {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  font-weight: bold;
  text-align:right;
}
.slant-bg .rr {
  font-size: 24px;
  line-height: 40px;
  color: #f03;
  font-weight: bold;
  text-align:right;
}
.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D1E28A;
    transform: skewY(-7deg) translateY(110px);
    z-index: -1;
}
@media (max-width: 767px) {
	.slant-bg {
    width: 100%;
    margin: 0;
    padding: 150px 0 0px;
    position: relative;
    top: -100px;
    overflow: hidden;
}
	.slant-bg p {
    width: 95%;
    margin: 0 auto;
}
.slant-bg .r {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  font-weight: bold;
  text-align:right;
}
.slant-bg .rr {
  font-size: 18px;
  line-height: 40px;
  color: #f03;
  font-weight: bold;
  text-align:right;
}
	.slant-bg h2 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  font-weight: bold;
  text-align:center;
}
}

/* オドロック用比較表 */
.odo table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 850px;
  table-layout: fixed;
}

.odo table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}
.odo table tr:last-child{
  border: none;
}
.odo table th{
  padding: 2em;
  border-right: 2px solid #fff;
}
.odo table td {
  border-right: 2px solid #eee;
  text-align: center;
  font-weight: bold;
  font-size: 1.em;
}
.odo table th {
  font-size: 1.em;
}
.odo table thead tr{
  background-color: #50535d;
  color:#fff;
}
.odo table tbody th {
    border-right: 2px solid #eee;
}
.odo th.non {
    border-right: none;
}
.odo .txt{
   text-align: left;
   font-size: .85em;
}
.odo .price{
  color: #000;
  font-weight: bold;
  font-size:1.3em;
}
.odo .price span {
    font-size: .6em;
}
.odo .red_bk{
  background:#e81010;
}
.odo .gly_bk{
  background:#ccc;
}
.odo .red-txt{
  color:#e81010;
}
.odo .btn{
  background:#e81010;
  border: 2px solid #e81010;
  color:#fff;
  padding: 1em;
  border-radius:20px;
  display:block;
  text-decoration:none;
  font-size:.8em;
}
.odo .btn:hover{
  background: #fff;
  border: 2px solid #e81010;
  color: #e81010;
  transition: .2s;
}
.odo table .btnarea td {
  padding: .2em .5em;
  border-right:none;
}
@media screen and (max-width: 600px) {
  .odo{
     overflow-x: scroll;
  }
}
/* 下三角の吹き出し */
.balloon1 {
  position: relative;
  background-color: #f50;
  padding: 50px;
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  border: 80px solid transparent;
  border-top: 50px solid #f50;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
/* 下三角の吹き出し（背景薄緑） */
.balloon2 {
  position: relative;
  background-color: #4ead00;
  padding: 0 0 30px 0;
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  border: 80px solid transparent;
  border-top: 50px solid #4ead00;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
.balloon1 {
  position: relative;
  background-color: #f50;
  padding: 50px 0;
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  border: 80px solid transparent;
  border-top: 30px solid #f50;
}

.balloon1 p {
	font-size: 24px;
	line-height: 40px;
  margin: 0;
  padding: 0;
}	
.balloon2 {
  position: relative;
  background-color: #4ead00;
  padding: 50px 0;
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  border: 80px solid transparent;
  border-top: 30px solid #4ead00;
}

.balloon2 p {
	font-size: 24px;
	line-height: 40px;
  margin: 0;
  padding: 0;
}	
}
/* 電話番号のみ問い合わせブロック */
.content_tel {
	width: 1400px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #008000;
}
.obi_tel {
	background: #008000;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.ls_tel{
padding-top: 0px!important;
  padding-bottom: 100px!important;
}
.obi_tel h2 {
  text-align: center;
  color: #006400;
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size:20px;
}
.obi_tel h2 .info_p {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.obi_tel h2 .ls_p {
  text-align: center;
  color: #006400;
  background-color:#fff;
  margin-bottom: 15px;
  padding: 10px 50px;
  font-size: 20px;
  font-weight: bold;
}
.obi_tel h2 .p_tel {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 60px;
  font-weight: bold;
}
.obi_tel h2 .p_tel_s{
  text-align: center;
  color: #006400;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 10px;
  margin-top: -10px !important;
  padding-bottom: 15px;
  font-size:24px;
}
.obi_tel h2 a {
  text-decoration: none;
}
.obi_tel .content p {
  color: #006400;
}
.btn_tel a {
	display: block;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #f50;
	font-size: 32px;
	line-height: 50px;
	color: #FFF;
	text-decoration: none;
	width: 47%;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #FFF;
	float: right;
	text-align: center;
}
.btn_tel .sab{
	font-size: 18px;
}
.btn_tel a i {
	padding-right: 10px;
}
@media screen and (max-width: 1300px) { 
.content_tel {
	width: 100%;
	height: 100%;
}
.btn_tel a {
	display: block;
padding-top: 15px;
padding-bottom: 13px;
font-size: 20px;
line-height: 30px;
text-decoration: none;
width: 90%;
margin-top: 20px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
float: none;
}	
.obi_tel h2 {
	line-height: 50px;
	font-size:18px;
}
.obi_tel h2 .p_tel_s{
  text-align: center;
  color: #006400;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-bottom: 15px;
  font-size:24px;
}
}
@media (max-width: 767px) {
.obi_tel {
	background: #008000;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.obi_tel h2 .p_tel {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 38px;
  font-weight: bold;
  padding-left:0 !important;
}
.ls_tel{
padding-top: 0px!important;
  padding-bottom: 20px!important;
}
}
/* 歪んだ画像 */
.circle {
  margin:0 auto;
  display: block;
  width:640px;
  height:427x;
  border-radius:36% 43% 41% 32% / 33% 33% 34% 53%;
}
.order_tel{
	height: auto!important;
	padding-bottom: 15px!important;
}
/* ２分割（フッター） */
#child1 {
      background-color: #fff;
	  border-radius: 30px;
	  color: #333;
	  padding: 50px 30px;
    }
#child2 {
      background-color: #4ead00;
    }
@media (min-width: 600px) {
#parent {
        display: flex;
      }
#child1 {
        flex-grow: 1;
		width: 50%;
      }
#child2 {
        flex-grow: 1;
		margin: 20px 0 20px 100px;
    	font-weight: bold;
		width: 50%;
      }
    }
/* ラインヘイトの追加指定 */
.lh_80 {
line-height: 80px!important;
}
.lh_60 {
line-height: 60px!important;
}
.lh_40 {
line-height: 40px!important;
}
.lh_20 {
line-height: 20px!important;
}
@media (max-width: 767px) {
.lh_80 {
line-height: 40px!important;
}
.lh_60 {
line-height: 40px!important;
}
.lh_40 {
line-height: 40px!important;
}
.lh_20 {
line-height: 20px!important;
}
}