body {
	padding: 0;
	margin: 0;
}

body, input, textarea, select {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-weight: 200;
	font-size: 95%;
	font-style: normal;
	line-height: 1.5;
}
a {
	color: #000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover{
	color:#F15A24;
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
	max-width: 100%;
}
a img:hover{
	opacity:.8;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
ul {
	padding: 0;
}
li {
	list-style-type: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
section {
	padding: 3% 0;
}
.btn {
	display: inline-block;
	margin: 0 auto;
	background: #FF9933;
	border-radius: 3px;
	text-decoration: none;
	padding: 2% 10%;
	color: #fff;
	position: relative;
}
.btn:after {
	content: " \f105";
	font-family: FontAwesome;
	position: absolute;
	top: 55%;
	right: 10px;
	margin-top: -12px;
}
.btn:hover{
	opacity:.8;
	color:#fff;
}
.title_main {
	border-bottom: solid 4px #000;
	font-size: 30px;
	margin: 0 auto 3% auto;
	display: inline-block;
}
/* TOP */
#top_head {
	background: url(../../assets/images/top/top_head_img.png) no-repeat center center;
	background-size: 100% auto;
	background-attachment: fixed;
	text-align: center;
	position: relative;
	height: 600px;
	margin-bottom: 0;
	padding-top: 1%;
}
#top_head h1 {
	text-align: left;
	font-size: 12px;
	background-color: rgba(255,255,255,0.9);
    padding: 0 10px;
    display: table;
}
#top_head .img_penki {
	position: absolute;
	bottom: 0;
	left: 40%;
}
/* navi */
#menuList {
	width: 970px;
	margin: auto;
	position: relative;
	z-index: 10;
	padding: 15px 0 0;
}
#menuList ul {
	margin: 0 auto;
	width: 1140px;
	text-align: left;
}
#menuList ul li {
	float: left;
	padding: 0 2%;
	box-sizing: border-box;
	vertical-align: middle;
	height: 74px;
}
#menuList ul li:last-child {
	padding: 0 0 0 2%;
}
#menuList ul li a {
	font-weight: bold;
	line-height: 70px;
	display: block;
	text-align: center;
	text-decoration: none;
}
#menuList ul li > a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 4px solid #8CC63F;
	display: block;
}
#menuList ul li > a:hover:after {
	width: 100%;
	border-bottom: 4px solid #8CC63F;
}
#menuList ul li.pc > a:hover:after, #menuList ul li.pc > a::after{
	border-bottom:none !important;
}
#menuList > ul:before, #menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {
	clear: both;
}
#menuList ul li a:hover{
	color:#000 !important;
}
#menuList > ul {
*zoom: 1;
}
#to_owner {
	background: #F7F8F8;
	text-align: center;
}
#to_owner .row {
	position: relative;
}
.to_owner_home {
	position: absolute;
	right: 0;
	bottom: -55%;
}
.pg0 {
	padding: 0 !important;
}
#plan {
}
#plan [class^="col-md"] {
	margin-bottom: 2%;
}
.top_sec2_box {
	background: url(../../assets/images/top/top_sec02_01.png) no-repeat left center #8CC63F;
	height: 400px;
	padding: 3% 3% 3% 53%;
	color: #fff;
}
.top_sec2_box h3 {
	color: #fff;
	border-bottom: solid 2px #fff;
	padding-bottom: 5px;
	margin: 0 0 15px;
	font-weight: 100;
}
.top_sec2_box h3 span {
	font-size: 26px;
	font-weight: 500;
	display: block;
}
.top_sec2_box p, .top_sec3_box p {
	margin-bottom: 10px;
	font-size: 12px;
}
.top_sec3_box {
	background: #8CC63F;
	color: #fff;
	padding: 3%;
	text-align: center;
}
.top_sec3_box h3 {
	margin: 0 0 10px;
	font-size: 18px;
}
.top_service p {
	margin: 0;
}

#news {
	background: #F7F8F8;
	margin-bottom: 0;
	position:relative;
}
.news_more_btn{
	position:absolute;
	top:4%;
	right:5%;
}
.news_list li {
	display: inline-block;
	font-size: 12px;
	margin-right: 2%;
	width: 23%;
	list-style-type: none;
	vertical-align:top;
}
.news_list li:last-child {
	margin-right: 0;
}
.news_list .news_data {
	font-size: 12px;
}
.news_list h4.news_tit {
	margin-bottom: 3%;
	font-size: 16px;
	font-weight: 600;
}
.news_list .news_btn a {
	background: #000 none repeat scroll 0 0;
	border-radius: 30px;
	border-right: 35px none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 25.6px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.news_list .news_btn a:hover{
	background:#333;
}
#recruit {
	background: url(../../assets/images/top/top_sec03_bg.jpg) no-repeat center center;
	background-size: 100% auto;
}
#plan_menu {
}
.plan_menu_wrap {
	width: 50%;
	float: left;
	height: 480px
}
.plan_menu_menu {
	background: #8CC63F;
	padding: 3%;
}
.plan_menu_wrap h4 {
	font-size: 16px;
	border-bottom: solid 1px #000;
	padding-bottom: 2%;
	margin: 0 0 5%;
}
.plan_menu_menu ul li {
	border-bottom: solid 1px #000;
	margin-bottom: 5%;
	padding-bottom: 3%;
}
.plan_menu_menu ul li:last-child {
	border-bottom: none;
}
.plan_menu_menu ul li:before {
	content: " \f105";
	font-family: FontAwesome;
	padding-right: 3px;
}
.plan_menu_list {
	padding: 3%;
	background: #F7F8F8;
}
.plan_menu_list ul li {
	width: 19%;
	display: inline-block;
	margin-bottom: 3%;
	vertical-align: top;
}
.plan_menu_wrap ul li a{
	text-decoration:none;
}
.plan_menu_list h5 {
	font-size: 11px;
	letter-spacing: -2px;
	line-height: 14px;
	margin: 1% 0 0;
	text-align: center;
}
.page_contact,
.page_recruit {
	background: none !important;
}
.page_contact footer ul li {
	display: block !important;
	text-align: left !important;
}
#contact {
	background: url(../../assets/images/top/top_sec05_bg.jpg) no-repeat center center;
	background-size: 100% auto;
}
#contact ul li {
	display: inline-block;
	text-align: center;
}
.contact_img_last {
	margin-left: 20px;
}
footer {
	background: #4D4D4D;
	padding: 3% 0;
	color: #fff;
	text-align: left;
}
footer h4 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 3%;
}
footer ul {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 2%;
}
footer .footer_list_first {
	width: 40%;
}
footer ul li {
	margin-bottom: 3%;
	font-size: 12px;
}
footer ul li:before {
	content: " \f105";
	font-family: FontAwesome;
	padding-right: 3px;
}
footer ul li a {
	text-decoration: none;
	color: #fff;
}
footer .row {
	padding: 0 20px;
}
.copy {
	font-size: 11px;
	font-weight: 100;
}



/* 下層ページ */
.breadcrumbs {
	margin: 1% 0 3%;
	font-size: 12px;
	text-align: left;
}
.page_title {
	padding: 2% 0;
	text-align: center;
	background: #E8F4D9;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
}
.page_title h2 {
	font-size: 24px;
	font-weight: 600;
	color:#555;
}
.underline {
	padding: 0 0.4em 0.1em;
	position: relative;
	z-index: 10;
	text-decoration: none;
	font-size: 24px;
}
.underline::after {
	background-color: #fcee21;
	bottom: 0;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.smaii_tit,
.wsp-pages-list li {
	border-bottom: 4px solid #ccc;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5%;
	padding-bottom: 0.5em;
	position: relative;
}
.wsp-pages-list {
	margin-bottom: 80px;
}
.wsp-pages-list li {
	margin-bottom: 2%;
}

.wsp-pages-list .page_item_has_children {
	border:  none;
	margin-bottom: 0;
}

.wsp-pages-list .page_item_has_children::after {
	display: none;
}

.wsp-pages-list .page-item-64 {
	margin-top: 1em;
}

.wsp-pages-list .children li {
	font-size: 0.8em;
	margin-left: 1em;
}

.wsp-pages-list .children li:before {
	content: "ー ";
	font-family: FontAwesome;
	padding-right: 3px;
}

.smaii_tit::after,
.wsp-pages-list li::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #8cc63f;
}
.wsp-pages-list a {
	text-decoration:  none;
}
blockquote {
	background: #EFEFEF;
	border-radius: 10px;
	padding: 3%;
}
#page_faq .smaii_tit {
	margin-bottom: 1%;
}
table {
	width: 100%;
}
.table th, .table td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align:left;
}
.table th {
	background: #f4f4f4;
}
.title_box_wrap{
	border:solid 1px #8CC63F;
}
.title_box_wrap h3 {
    background: #8CC63F none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 10px;
    padding: 4px 0;
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
    border: solid 1px #ddd;
    padding: 1%;
    border-radius: 5px;
    width: 100%;
}

.title_box {
    padding: 0 50px 20px;
}
.lavel{
	background: #ed1e79 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 78%;
    line-height: 1.3em;
    margin-right: 1%;
    margin-top: -4px;
    padding: 5px 10px;
}
#page_privacy p{
	margin-bottom:30px;
}
#page_privacy .smaii_tit{
	margin-bottom:2%;
}
#page_service img{
	display:block;
}
#page_service .col-md-4{
	margin-bottom:3%;
}
.price{
	color:#E32C2F;
	font-weight:bold;
	text-align:right;
}
.price_table{
	width:60%;
	margin:0 auto 3% auto;
}
.entry_btn{
	text-align:center;
}
.entry_btn li{
	display:inline-block;
	width:49%;
}
#page_entry placeholder{
	color:#999 !important;
}
#page_entry .table th{
	vertical-align:middle;
}
.hissu{
	color:#F91A1E;
	font-size:11px;
	font-weight:normal;
	padding-left:1%;
}
.wpcf7-submit, .wpcf7c-btn-confirm{
	margin:3% auto;
	background:#009933;
	color:#fff;
	padding:5px 30px;
	border:none;
	border-radius:5px;
	font-size:18px;
	cursor:pointer;
}
.wpcf7c-btn-back{
	margin:3% auto;
	background:#999;
	color:#fff;
	padding:5px 30px;
	border:none;
	border-radius:5px;
	font-size:18px;
	cursor:pointer;
	margin-right:20px;
}
.wpcf7-submit:hover, .wpcf7c-btn-confirm:hover, .wpcf7c-btn-back:hover{
	opacity:.6;
}
.wpcf7c-conf {
    background-color: #fff !important;
	border:none !important;
}
.yuubinbango input{
	width:20%;
	margin-bottom:1%;
}
.blog_data{
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	margin-bottom:3%;
}
.widget_title {
	border-bottom: 4px solid #ccc;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5%;
	padding-bottom: 0.5em;
	position: relative;
}
.widget_title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #8cc63f;
}

#sidebar {
	padding: 0 2em;
}

#sidebar ul{
	margin-bottom:5%;
}
#sidebar ul li:before {
	content: "> ";
	font-family: FontAwesome;
	padding-right: 3px;
}
#sidebar input[type="text"]{
	width:77%;
}

#sidebar input[type="submit"] {
    background: #666;
    color: #fff;
    padding: 1% 5%;
    border: none;
	border-radius:5px;
}

#sidebar .screen-reader-text{
	display:none;
}
#page_news_list .news_list li {
	display: block;
	width: 100%;
	border-bottom:dotted 1px #000;
	padding-bottom:10px;
	margin-bottom:5%;
}
.plan_tit{
	margin-bottom:10px;
}
.plan_tit .title_box {
    border: medium double #808080;
    padding: 1px 4px 0 2px;
}
.archive_list{
	text-align:center;
}
.archive_list li{
	vertical-align:top;
	display:inline-block;
	margin:0 1% 3% 1%;
	width: 16%;
}
.news_list .news_btn{
	margin-top:10px;
}

.date {
	margin-bottom: 5%;
	clear: both;
    float: none;
    overflow: hidden;
}

.archive .date a {
	text-decoration: none;
}

.archive .date .widget_title,
.search .date .widget_title {
	margin: 1% 0 3%;
}

.newMark {
	background-color: #fc3838;
    color: #fff;
    padding: 0.1em 0.5em;
    font-size: 0.8em;
    margin-left: 10px;
}

.pagenate{
	text-align:center;
	margin-top:3%;
}
.pagenate .page-numbers{
	border:solid 1px #000;
	padding-right:1%;
	padding: 2%;
}
.pagenate .current, .pagenate .page-numbers:hover{
	background:#E3E3E3;
}
.pagenate a{
	text-decoration:none;
}

.case .btn {
	width: 300px;
}

.case_img img {
	width: 300px;
    height: 200px;
    object-fit: cover;
}

.type-case img {
	width: 200px;
    height: 150px;
    object-fit: cover;
}

#page_service p {
	margin: 0;
}

.recaptcha_policy {
  padding: 0;
  margin-bottom: 5%;
  text-align: center;
}
.recaptcha_policy a {
    font-weight: bold;
    border-bottom: 1px solid #009933;
    text-decoration: none;
}
.grecaptcha-badge { visibility: hidden; }

.nav-links {
	margin-bottom: 3em;
}

.nav-links a {
	background-color: #ccc;
    padding: 0.1em 0.5em;
    text-decoration: none;
}

.nav-links span {
	padding: 0.1em 0.5em;
    border: 1px solid #ccc;
}


/*--------------

Responsive

--------------*/

/*--------------
max-width: 767px
--------------*/
@media (max-width: 767px) {
a[href^="tel:"] {
    pointer-events: auto;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
section {
	padding: 10% 2%;
}
.title_main {
	font-size: 18px;
}
#top_head {
	background-size: auto 100%;
	height: 60%;
	padding: 3%;
}
#top_head .img_penki {
	left: 20%;
}
.top_sec2_box {
	background: url(../../assets/images/top/top_sec02_01.png) no-repeat top center #8CC63F;
	height: auto;
	padding: 130% 3% 3% 4%;
}
.news_list li {
	width: 100%;
	border-bottom: dotted 1px #000;
	padding-bottom: 3%;
	margin-bottom: 3%;
}
.news_list li .mb30 {
	margin-bottom: 10px;
}
.title_box_wrap h3 {
	font-size: 16px;
}
#recruit {
	background-size: auto 100%;
}
.plan_menu_wrap {
	width: 100%;
	height: auto;
}
.plan_menu_list ul li {
	width: 32.5%;
}
.plan_menu_menu {
	padding: 10%;
}
.plan_menu_list {
	padding: 6% 3%;
}
#contact .mr10, #contact .ml10 {
	margin: 0 0 10px 0;
}

.contact_img_last {
	margin-left: 0;
}
footer {
	padding: 10% 2%;
}
footer ul {
	margin: 0;
}
footer ul,
footer .footer_list_first {
	width: 100%;
}
footer h4 {
	margin-top: 5%;
	border-top: solid 1px #fff;
	padding-top: 3%;
}
.table {
	margin-bottom: 5%;
}
.table th, .table td {
	width: 100%;
	display: block;
	border-top: none;
}
.table tr:first-child th {
	border-top: 1px solid #ddd;
}
#page_to_owner blockquote {
	background: none;
	padding: 0;
}
.price_table {
	width: 100%;
}
.title_box {
	padding: 0 15px 15px;
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
	border: solid 1px #ddd;
	padding: 3%;
	border-radius: 5px;
	width: 100%;
}
.yuubinbango input {
	width: 100%;
}
.archive_list {
	text-align: left;
}
.archive_list li {
	margin: 0 0 3% 0;
	width: 49%;
	text-align: center;
}
#contents {
	width: 100%;
}
#contents p {
	padding: 0 20px 2em 20px;
}
.top_sec2_box p.txtr {
	text-align: center;
}
.case .btn,
.case_img img,
.type-case img {
	width: 100%;
}
}

/*--------------
max-width: 543px
--------------*/
@media (max-width: 543px) {
body, input, textarea, select {
	font-size: 85%;
}
}

/* ------------------------------
   navi
------------------------------ */
@media only screen and (max-width: 800px) {
#menuList ul {
	width: 100%;
}
#menuList ul li {
	width: 20%;
}
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
#menuList {
	display: none;
}
#rwdMenuWrap {
	width: 100%;
	border-bottom: #aaa 1px solid;
}
.sp_logo {
	position: absolute;
	top: 8px;
	left: 3%;
}
.sp_logo img {
	width: 200px;
}
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 60px;
	background: #3c3c3c;
	position: relative;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #a7a7a7;
	position: absolute;
	border-radius: 5px;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 18px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rwdMenuWrap ul {
	width: 100%;
	display: none;
}
#rwdMenuWrap ul li {
	width: 100%;
	border-bottom: #aaa 1px solid;
}
#rwdMenuWrap ul li a {
	padding: 15px 20px;
	text-align: left;
	display: block;
	background: #ebebeb;
	position: relative;
	text-decoration: none;
}
#rwdMenuWrap ul li a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #b0b0b0;
	border-right: 2px solid #b0b0b0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
}

/*--------------
ipad
--------------*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
body {
	position: relative;
	overflow-x: hidden;
	min-width: initial;
}
#top_head {
	background-size: auto 100%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
#top_head .img_penki {
	left: 29%;
}
#plan .col-md-4 {
	width: 49.9%;
}
.top_sec2_box {
	background: url(../../assets/images/top/top_sec02_01.png) no-repeat -80% center #8CC63F;
}
.plan_menu_list ul li {
	width: 18%;
}
.archive_list li {
	width: 22%;
}
#contact ul li{
	width:30%;
}
#contact ul li.mr10, #contact ul li.ml10{
	margin-left:0;
	margin-right:0;
}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
body {
	width: 130%;
}
#top_head {
	background-size: auto 100%;
}
.top_sec2_box {
	background: url(../../assets/images/top/top_sec02_01.png) no-repeat -10% center #8CC63F;
}
}

/*--------------
 iPhone 5
--------------*/
@media only screen
and (min-device-width:320px)
and (max-device-width:568px) {
	.plan_menu_list ul li {
    width: 32.1%;
}
}