/*
Theme Name: 解決・空家サポート株式会社
Theme URL: kaiketu-akiya.com/
Description: 解決・空家サポート株式会社専用テーマ
Author: 解決・空家サポート株式会社
Version: 1.0
Tags: blog
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@charset "UTF-8";

html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    /* 10px */
}

body {
    width: 100%;
    height: 100%;
    color: #4f3f2f;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: relative;
    line-height: 1.8rem;
    background: #f8f7f2;
    margin: 0;
    padding: 0;
}

a {
    color: #4f3f2f;
    text-decoration: underline;
}

a:hover {
    color: #4f3f2f;
    text-decoration: none;
}

/******************************************************
header
******************************************************/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f8f7f2;
    width: 100%;
    padding: 15px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 999;
}

header .header-company-ttl {
    display: block;
    width: 100%;
    font-size: 1.0rem;
    padding-bottom: 10px;
    color: #4f3f2f;
}

header .header-main-area {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
}

header .header-main-area h1 {
    margin-right: auto;
}

header .header-main-area h1 img {
    height: 40px;
}
header .header-main-area h1 img.npo {
    margin-right: 20px;
}

header .header-main-area nav {
    box-sizing: border-box;
}

header .header-main-area nav ul.global-nav {
    list-style: none;
}

header .header-main-area nav ul.global-nav li {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

header .header-main-area nav ul.global-nav li:first-child {
    display: inline-block;
    text-align: center;
    margin-left: 0;
}

header .header-main-area nav ul.global-nav li a {
    display: inline-block;
    text-decoration: none;
}

header .header-main-area nav ul.global-nav li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

header .header-main-area nav ul.global-nav .nav-button-wrap,
header .header-main-area nav ul.global-nav .nav-open {
    display: block;
}

header .header-main-area nav ul.global-nav .nav-close {
    display: block;
}

header .header-main-area nav ul.global-nav li:last-child {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

/******************************************************
footer
******************************************************/
footer {
    width: 100%;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.8rem;
}

footer .footer-content {
    padding: 0 0 20px 0;
    font-size: 1.4rem;
}

footer .footer-address {
	float: left;
	font-size: 1.1em;
}

footer .sns {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

footer .footer-content .footer-logo {
    padding-bottom: 20px;
}

footer .footer-content .footer-logo img {
    height: 30px;
}

footer .footer-content .footer-sub-txt {
    font-size: 1.2rem;
}

footer .footer-bottom-area {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.0rem;
}

footer .footer-bottom-area .copyright {
    color: #aa9f92;
    flex: 1;
}

footer .footer-bottom-area .f-bottom-nav {
    margin-left: auto;
    list-style: none;
}

footer .footer-bottom-area .f-bottom-nav li {
    display: inline-block;
    margin-right: 15px;
}

footer .footer-bottom-area .f-bottom-nav li:last-child {
    display: inline-block;
    margin-right: 0;
}

/******************************************************
home
******************************************************/
#main-visual {
    max-width: 1000px;
    height: 500px;
    box-sizing: border-box;
    margin: 133px auto 50px auto;
    background-image: url(./assets/images/pic_home_top.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
}

#main-visual .main-ttl-pos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-visual .main-ttl-pos h2 {
    font-size: 6.4rem;
    line-height: 8.4rem;
    color: #F8F7F2;
    text-shadow: 2px 2px 10px #000;
}

#main-visual .main-ttl-pos h2 span.color-pt01 {
    color: #fac334;
}

#main-visual .main-ttl-pos h2 span.color-pt02 {
    color: #eb7f22;
}

#main-service-area {
    max-width: 1000px;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto 50px auto;
}

#main-service-area .main-service-pic {
    width: 400px;
    margin-right: 40px;
    box-sizing: border-box;
}

#main-service-area .main-service-txt {
    margin-left: auto;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    flex: 1;
    font-size: 1.8rem;
	line-height: 1.2em;
}

#main-service-area .main-service-txt h2 {
    font-size: 3.6rem;
    margin-bottom: 30px;
}

h2.home-main-ttl {
    font-size: 3.6rem;
    margin-bottom: 30px;
}

.home-news-area {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.home-news-area .h-news-inner {
    flex: 1;
}

.home-news-area .h-news-inner dl {
    width: 100%;
    font-size: 1.4rem;
}

.home-news-area .h-news-inner dl .icon-news {
    background: #fac334;
    padding: 5px 10px;
    margin-left: 20px;
    font-size: 1.2rem;
    color: #4f3f2f;
    box-sizing: border-box;
}

.home-news-area .h-news-inner dl dt {
    border-top: 1px solid #aa9f92;
    padding-top: 20px;
    margin-bottom: 10px;
}

.home-news-area .h-news-inner dl dd {
    margin-bottom: 20px;
}

.home-news-area .h-news-inner dl dd a {
    text-decoration: none;
}

.home-news-area .h-news-inner dl dd a:hover {
    text-decoration: underline;
}

.home-news-area .h-news-inner dl dd:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #aa9f92;
}

.home-worries-area {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.home-worries-area .worries-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.home-worries-area .worries-list li {
    width: 300px;
    background: #ffffff;
    box-sizing: border-box;
}

.home-worries-area .worries-list li .w-list-inner {
    padding: 10px;
    font-size: 1.4rem;
}
.home-worries-area .worries-list li .intro-pic-pos {
    width: 100%;
    height: 175px;
    overflow: hidden;
}
.home-worries-area .worries-list li .intro-pic-pos img {
    width: 100%;
    height: auto;
}
.home-worries-area .worries-list li .worries-date {
    padding-bottom: 10px;
}

.home-worries-area .worries-list li .worries-date span {
    background: #fac334;
    padding: 5px 10px;
    margin-left: 20px;
    font-size: 1.2rem;
    color: #4f3f2f;
    box-sizing: border-box;
}

.home-worries-area .worries-list a, .home-worries-area .worries-list a:hover {
    text-decoration: none;
}

.home-worries-area .worries-list li:hover {
    opacity: 0.8;
}


/****** home button ******/
.top-main-button {
    position: relative;
    display: inline-block;
    min-width: 70%;
    box-sizing: border-box;
    text-align: center;
    color: #4f3f2f;
    background: #fac334;
    font-size: 1.8rem;
	font-weight: 700;
    border-radius: 30px;
}

.top-main-button>a {
    color: #4f3f2f;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
}

.top-main-button:hover {
    text-decoration: none;
    opacity: 0.8;
}

.top-btn-right {
    text-align: right;
}

.top-btn-left {
    text-align: left;
}

.top-btn-center {
    text-align: center;
}

/******************************************************
consultation
******************************************************/
.consultation-area {
    width: 100%;
    background: #ebe7de;
    box-sizing: border-box;
    padding: 30px 0;
}

.consultation-area .consultation-ttl {
    max-width: 750px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin: 0 auto 20px auto;
}

.consultation-area .consultation-phone {
    text-align: center;
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin: 0 auto 20px auto;
    font-weight: bold;
}

.consultation-area .consultation-phone span {
    padding-left: 35px;
    background: url(./assets/images/icon_phone.png) no-repeat;
    background-position: middle left;
    background-size: auto 30px;
}

.consultation-area .consultation-date {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin: 0 auto 20px auto;
}

.consultation-btn {
    position: relative;
    width: 404px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background: #eb7f22;
    border-radius: 10px;
    font-size: 1.6rem;
    margin: 0 auto;
    display: block;
}

.consultation-btn>a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
}

.consultation-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.consultation-btn .consul-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.consultation-btn .consul-inner .consul-btn-txt {
    text-align: left;
    font-size: 2.0rem;
}

.consultation-btn .consul-inner .consul-btn-txt .consul-sub {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.consultation-btn .consul-inner .icon-mail {
    padding-top: 5px;
    padding-right: 10px;
}

/******************************************************
service
******************************************************/
#main-service {
    max-width: 1000px;
    height: 350px;
    box-sizing: border-box;
    margin: 133px auto 50px auto;
    background-image: url(./assets/images/pic_service_main.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
}

#main-service .service-ttl-pos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-service .service-ttl-pos h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}

#main-service .service-ttl-pos h2 .service-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}

#main-service .service-ttl-pos h2 .service-sub-txt {
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #4f3f2f;
}

.service-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    font-size: 1.4rem;
}
.service-content .service-l-pic {
    width: 650px;
}
.service-content .service-r-txt {
    padding-top: 50px;
    margin-left: -150px;
}
.service-content .service-r-txt .service-r-txt-inner {
    width: 500px;
    height: 400px;
    box-sizing: border-box;
    padding: 30px;
    background: #ffffff;
}
.service-content .service-r-txt .service-r-txt-inner .service-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    padding-left: 13px;
    border-left: 3px solid #fac334;
    margin-bottom: 30px;
}
.service-re-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.4rem;
}
.service-re-content .service-r-pic {
    width: 650px;
    margin-left: -150px;
}
.service-re-content .service-l-txt {
    padding-top: 50px;
}
.service-re-content .service-l-txt .service-l-txt-inner {
    width: 500px;
    height: 400px;
    box-sizing: border-box;
    padding: 30px;
    background: #ffffff;
}
.service-re-content .service-l-txt .service-l-txt-inner .service-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    padding-left: 13px;
    border-left: 3px solid #fac334;
    margin-bottom: 30px;
}

/******************************************************
company
******************************************************/
#main-company {
    max-width: 1000px;
    height: 350px;
    box-sizing: border-box;
    margin: 133px auto 50px auto;
    background-image: url(./assets/images/pic_company_main.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
}

#main-company .company-ttl-pos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-company .company-ttl-pos h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}

#main-company .company-ttl-pos h2 .company-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}

#main-company .company-ttl-pos h2 .company-sub-txt {
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #4f3f2f;
}

.company-message-content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    font-size: 1.4rem;
}
.company-message-content .message-ttl-pos {
    width: 400px;
    padding-right: 50px;
    box-sizing: border-box;
}
.company-message-content .message-ttl-pos h3.comp-message-ttl {
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #fac334;
}
.company-message-content .message-ttl-pos .comp-message-sub-ttl {
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #4f3f2f;
    margin-bottom: 20px;
}
.company-message-content .message-txt-pos {
    margin-left: auto;
}

.company-info-area {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.company-info-area h2.info-main-ttl {
    font-size: 3.6rem;
    margin-bottom: 30px;
}
.company-info-area dl.info-area  {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 50px;
}
.company-info-area dl.info-area dt {
    width: 20%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fac334;
    border-bottom: 1px solid #aa9f92;
}
.company-info-area dl.info-area dd {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #aa9f92;
}
.company-info-area .company-map-area {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.company-info-area .company-map-area iframe {
    width: 1000px;
    height: 450px;
}

/******************************************************
price
******************************************************/
#main-price {
    max-width: 1000px;
    height: 350px;
    box-sizing: border-box;
    margin: 133px auto 50px auto;
    background-image: url(./assets/images/pic_company_main.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
}

#main-price .price-ttl-pos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-price .price-ttl-pos h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}

#main-price .price-ttl-pos h2 .price-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}

#main-price .price-ttl-pos h2 .price-sub-txt {
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #4f3f2f;
}

.price-content {
	 width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-sizing: border-box;
    font-size: 1.4rem;
}

.price-content .price-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    padding-left: 13px;
    border-left: 3px solid #fac334;
    margin-bottom: 30px;
}

.price-content dl.pricelist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.price-content dl.pricelist dt {
	width: 29%;
	padding: 10px 0 10px 10px;
	margin-bottom: 2px;
	background-color: #fac334;
	font-weight: 700;
}
.price-content dl.pricelist dd {
	width: 69%;
	padding: 10px 0 10px 10px;
	margin-bottom: 2px;
	background-color: #ebe7de;
}

/******************************************************
area
******************************************************/
#main-crresponding-area {
    max-width: 1000px;
    height: 350px;
    box-sizing: border-box;
    margin: 133px auto 50px auto;
    background-image: url(./assets/images/pic_area_main.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
}

#main-crresponding-area .area-ttl-pos {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-crresponding-area .area-ttl-pos h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}

#main-crresponding-area .area-ttl-pos h2 .area-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}

#main-crresponding-area .area-ttl-pos h2 .area-sub-txt {
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #4f3f2f;
}
.crresponding-area-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 1.4rem;
}
.crresponding-area-content dl.crresponding-info-area  {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.4rem;
    border-top: 1px solid #aa9f92;
    padding-top: 20px;
}
.crresponding-area-content dl.crresponding-info-area dt {
    width: 10%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fac334;
    font-size: 1.6rem;
    border-bottom: 1px solid #aa9f92;
}
.crresponding-area-content dl.crresponding-info-area dd {
    width: 90%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #aa9f92;
}

/******************************************************
news
******************************************************/
#main-news {
    width: 1000px;
    margin: 133px auto 30px auto;
}
#main-news h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}
#main-news .news-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}
.news-area {
    width: 1000px;
    margin: 0 auto 50px auto;
    font-size: 1.4rem;
}
.news-area .news-inner {
    width: 100%;
    margin-bottom: 30px;
}

.news-area .news-inner dl {
    width: 100%;
    font-size: 1.4rem;
}

.news-area .news-inner dl .icon-news {
    background: #fac334;
    padding: 5px 10px;
    margin-left: 20px;
    font-size: 1.2rem;
    color: #4f3f2f;
    box-sizing: border-box;
}

.news-area .news-inner dl dt {
    border-top: 1px solid #aa9f92;
    padding-top: 20px;
    margin-bottom: 10px;
}

.news-area .news-inner dl dd {
    margin-bottom: 20px;
}

.news-area .news-inner dl dd a {
    text-decoration: none;
}

.news-area .news-inner dl dd a:hover {
    text-decoration: underline;
}

.news-area .news-inner dl dd:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #aa9f92;
}
.news-area .news-detail-ttl-area {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #aa9f92;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2.0rem;
}
.news-area .news-detail-ttl-area .news-detail-date {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.news-area .news-detail-ttl-area .icon-news {
    background: #fac334;
    padding: 5px 10px;
    margin-left: 20px;
    font-size: 1.2rem;
    color: #4f3f2f;
    box-sizing: border-box;
}
.news-btn-area {
    width: 1000px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.news-detail-button {
    position: relative;
    display: inline-block;
    min-width: 170px;
    box-sizing: border-box;
    text-align: center;
    color: #4f3f2f;
    background: #fac334;
    font-size: 1.6rem;
    border-radius: 30px;
}
.news-detail-button>a {
    color: #4f3f2f;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
}
.news-detail-button:hover {
    text-decoration: none;
    opacity: 0.8;
}

/******************************************************
privacy
******************************************************/
#main-privacy {
    width: 1000px;
    margin: 133px auto 30px auto;
}
#main-privacy h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}
#main-privacy .privacy-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}
.privacy-content {
    width: 1000px;
    margin: 0 auto 50px auto;
    font-size: 1.4rem;
}
.privacy-content .privacy-ttl {
    color: #fac334;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.privacy-content .privacy-txt {
    margin-bottom: 30px;
}
.privacy-content .privacy-sub-txt {
    margin-bottom: 20px;
}

/******************************************************
disclaimer
******************************************************/
#main-disclaimer {
    width: 1000px;
    margin: 133px auto 30px auto;
}
#main-disclaimer h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}
#main-disclaimer .disclaimer-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}
.disclaimer-content {
    width: 1000px;
    margin: 0 auto 50px auto;
    font-size: 1.4rem;
}
.disclaimer-content .disclaimer-ttl {
    color: #fac334;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.disclaimer-content .disclaimer-txt {
    margin-bottom: 30px;
}

/******************************************************
contact
******************************************************/
#main-contact {
    width: 1000px;
    margin: 133px auto 30px auto;
}
#main-contact h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}
#main-contact .contact-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}
.contact-content {
    width: 1000px;
    margin: 0 auto 50px auto;
    font-size: 1.4rem;
}
.contact-content form dl {
    margin-bottom: 50px;
    box-sizing: border-box;
    border-top: 1px solid #aa9f92;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.contact-content form dl dt {
    flex-basis: 20%;
    box-sizing: border-box;
    padding-top: 20px;
    border-bottom: 1px solid #aa9f92;
}
.contact-content form dl dt .contact-ttl {
    padding-top: 10px;
}
.contact-content form dl dt .txt-caution {
    display: inline-block;
    margin-left: 10px;
    color: #ffffff;
    background: #eb7f22;
    font-size: 1.0rem;
    padding: 0 5px;
}
.contact-content form dl dd {
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    flex-basis: 80%;
    border-bottom: 1px solid #aa9f92;
}
.contact-content form dl dd .name {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #aa9f92;
    color: #4f3f2f;
}
.contact-content form dl dd .email {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #aa9f92;
    color: #4f3f2f;
}
.contact-content form dl dd .tel {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #aa9f92;
    color: #4f3f2f;
}
.contact-content form dl dd .message {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #aa9f92;
    resize: none;
    color: #4f3f2f;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.contact-content form dl dd .status-set-select {
    overflow: hidden;
    width: 270px;
    height: 40px;
    box-sizing: border-box;
}
.contact-content form dl dd .status-set-select select {
    width: 100%;
    padding-right: 1.4rem;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    color: #4f3f2f;
}
.contact-content form dl dd .status-set-select select::-ms-expand {
    display: none;
}
.contact-content form dl dd .status-set-select.set-status-select {
    position: relative;
    border: 1px solid #aa9f92;
    background: #ffffff;
}
.contact-content form dl dd .status-set-select.set-status-select::before {
    position: absolute;
    top: 1.6rem;
    right: 0.7rem;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fac334;
    pointer-events: none;
}
.contact-content form dl dd .status-set-select.set-status-select select {
    padding: 11px 38px 5px 10px;
}
.contact-content form dl dd input.error-input {
    background: #ffeded;
    border: 1px solid #ff0000;
}
.contact-content form dl dd textarea.error-textarea {
    background: #ffeded;
    border: 1px solid #ff0000;
}
.contact-content form dl dd .error-txt {
    color: #ff0000;
    font-size: 0.8rem;
    padding-top: 5px;
}
.contact-content .privacy-policy-txt {
    margin-bottom: 50px;
    text-align: center;
}
.contact-content .privacy-policy-txt a {
    color: #fac334;
    text-decoration: none;
}
.contact-content .privacy-policy-txt a:hover {
    color: #fac334;
    text-decoration: underline;
}
.contact-content .contact-btn-area {
    text-align: center;
}
.contact-content .contact-btn-area button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 170px;
    box-sizing: border-box;
    text-align: center;
    color: #4f3f2f;
    background: #fac334;
    border: none;
    font-size: 1.6rem;
    border-radius: 30px;
    padding: 15px 25px;
}
.contact-content .contact-btn-area button:hover {
    opacity: 0.8;
    cursor: pointer;
}
.contact-content .contact-btn-area button.cont-btn-return {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 170px;
    box-sizing: border-box;
    text-align: center;
    color: #404040;
    background: #e4e4e4;
    border: none;
    font-size: 1.6rem;
    border-radius: 30px;
    padding: 15px 25px;
    margin-right: 30px;
  }

/******************************************************
examples
******************************************************/
#main-examples {
    width: 1000px;
    margin: 133px auto 30px auto;
}
#main-examples h2 {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #fac334;
}
#main-examples .examples-sub-ttl {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #4f3f2f;
}
.examples-area {
    width: 1000px;
    margin: 0 auto 50px auto;
    font-size: 1.4rem;
}
.examples-navi-area {
    width: 1000px;
    margin: 0 auto 30px auto;
    list-style: none;
    text-align: center;
    font-size: 1.6rem;
}
.examples-navi-area li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #aa9f92;
    font-weight: bold;
}
.examples-navi-area li:last-child {
    display: inline-block;
    margin-right: 0;
    border-right: none;
}
.examples-navi-area li a, .examples-navi-area li a:hover, .examples-navi-area li a:visited {
    color: #4f3f2f;
    text-decoration: none;
    font-weight: bold;
}
.examples-navi-area li.examples-navi-active {
    font-weight: bold;
}
.examples-navi-area li.examples-navi-active a, .examples-navi-area li.examples-navi-active a:hover, .examples-navi-area li.examples-navi-active a:visited {
    color: #4f3f2f;
    text-decoration: none;
    font-weight: bold;
}

.example-list-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.example-list-area .example-item {
    width: 300px;
    background: #ffffff;
    box-sizing: border-box;
    margin-right: 50px;
    margin-bottom: 30px;
}
.example-list-area .example-item:nth-child(3n) {
    margin-right: 0;
}
.example-list-area .example-item .ex-inner {
    padding: 10px;
    font-size: 1.4rem;
}
.example-list-area .example-item .ex-pic-pos {
    width: 100%;
    height: 175px;
    overflow: hidden;
}
.example-list-area .example-item .ex-pic-pos img {
    width: 100%;
    height: auto;
}
.example-list-area .example-item .ex-date {
    padding-bottom: 10px;
}

.example-list-area .example-item .ex-date span {
    background: #fac334;
    padding: 5px 10px;
    margin-left: 20px;
    font-size: 1.2rem;
    color: #4f3f2f;
    box-sizing: border-box;
}

.example-list-area .example-item a, .example-list-area .example-item a:hover {
    text-decoration: none;
}

.example-list-area .example-item:hover {
    opacity: 0.8;
}

.examples-area .examples-detail-ttl-area {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #aa9f92;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2.0rem;
}
.examples-area .examples-detail-ttl-area .examples-detail-date {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.examples-area .examples-detail-ttl-area .icon-examples {
    background: #fac334;
    padding: 5px 10px;
    margin-left: 20px;
    font-size: 1.2rem;
    color: #4f3f2f;
    box-sizing: border-box;
}
.examples-btn-area {
    width: 1000px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.examples-detail-button {
    position: relative;
    display: inline-block;
    min-width: 170px;
    box-sizing: border-box;
    text-align: center;
    color: #4f3f2f;
    background: #fac334;
    font-size: 1.6rem;
    border-radius: 30px;
}
.examples-detail-button>a {
    color: #4f3f2f;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
}
.examples-detail-button:hover {
    text-decoration: none;
    opacity: 0.8;
}

/******************************************************
pager
******************************************************/
.pager-area .pagination {
    text-align: center;
    font-size: 1.4rem;
}
.pager-area .pagination li {
    display: inline;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    background:#ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    color: #4f3f2f;
}
.pager-area .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #4f3f2f;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-radius: 50%;
}
.pager-area .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}
.pager-area .pagination li a:hover,
.pager-area .pagination li a.active{
    color: #ffffff;
    background: #fac334;
    box-sizing: border-box;
}
.wp-pagenavi {
    margin: 0 auto;
    text-align: center;
    align-items: baseline;
    padding-bottom: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    color: #4f3f2f;
    font-size: 1.4rem;
    border-radius: 50%;
}

.wp-pagenavi a:hover {
    color: #ffffff;
    background: #fac334;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-radius: 50%;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
    margin: 0 10px;
    padding: 2px 0 0 0;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    color: #4f3f2f;
    line-height: 2.4rem;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #ffffff;
    background: #fac334;
    border: none;
    box-sizing: border-box;
}

.wp-pagenavi .extend {
    border: none;
    background: transparent;
}

/******************************************************
tel-consultation
******************************************************/
.tel-consultation-area {
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ebe7de;
    border-radius: 5px 0 0 5px;
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 1000;
}

.tel-consultation-area .tel-con-ttl {
    padding-left: 25px;
    background: url(./assets/images/icon_con_phone.png) no-repeat;
    background-position: middle left;
    background-size: auto 20px;
    font-size: 2.0rem;
    line-height: 2.0rem;
    margin-bottom: 10px;
}

.tel-consultation-area .tel-number {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.tel-consultation-area .tel-con-s-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.tel-consultation-area .tel-con-txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.tel-consultation-area .consultation-btn {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background: #fac334;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0 auto;
    display: block;
}

.tel-consultation-area .consultation-btn>a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.tel-consultation-area .consultation-btn span {
    padding-left: 26px;
    background: url(./assets/images/icon_con_mail.png) no-repeat;
    background-position: middle left;
    background-size: auto 16px;
}

.tel-consultation-area .consultation-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

/******************************************************
breadcrumb
******************************************************/
.breadcrumb-area {
    width: 100%;
    margin: 0 auto 50px auto;
    font-size: 1.2rem;
    box-sizing: border-box;
}

.breadcrumb-area .breadcrumb-inner {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.breadcrumb-area .breadcrumb-inner li {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb-area .breadcrumb-inner li:last-child {
    display: inline-block;
    margin-right: 0;
}

.breadcrumb-area .breadcrumb-inner li a {
    text-decoration: underline;
}

.breadcrumb-area .breadcrumb-inner li a:hover {
    text-decoration: none;
}
.breadcrumb-area .breadcrumb-inner li.bread-arrow {
    color: #fac334;
}

/******************************************************
404
******************************************************/
#error-404-area {
    width: 1000px;
    margin: 0 auto 50px auto;
    padding-top: 50px;
}
#error-404-area .not-found-ttl {
    font-size: 15rem;
    text-align: center;
    padding-bottom: 100px;
}
#error-404-area .not-found-txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 100px;
}
.error-404-pos {
    padding-top: 183px;
}

/******************************************************
mw_wp_form
******************************************************/

.contact-content .mw_wp_form .error {
    padding-top: 5px;
    color: #ff0000 !important;
}
.contact-content .mw_wp_form_confirm form dl dd .status-set-select {
	position: relative;
	border: none;
	background: #f8f7f2;
}
.contact-content .mw_wp_form_confirm form dl dd .status-set-select select {
	padding: 0;
}
.contact-content .mw_wp_form_confirm form dl dd .status-set-select.set-status-select {
	position: relative;
	border: none;
	background: #f8f7f2;
    height: auto;
}
.contact-content .mw_wp_form_confirm form dl dd .status-set-select.set-status-select::before {
	position: absolute;
	top: 1.0rem;
	right: 0.7rem;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 0;
	border-right: 0;
	border-top: 0;
	pointer-events: none;
}
.contact-content .mw_wp_form_confirm form dl dd .status-set-select.set-status-select select {
	padding: 0;
}
.contact-content .mw_wp_form_confirm form dl dt .contact-ttl {
    padding-top: 0;
}
.contact-content .mw_wp_form_confirm form dl dt {
	padding: 20px 0;
}
.contact-content .mw_wp_form_confirm form dl dd {
	padding: 20px 0;
}
.contact-content .mw_wp_form_confirm .txt-caution {
    display: none;
}
.contact-content .mw_wp_form_confirm .privacy-policy-txt {
	display: none;
}
.contact-content h3.contact-comp-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: bold;
}
.contact-content .contact-comp-txt {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 100px;
}
.contact-content .contact-btn-area {
    text-align: center;
    display: block;
}
.contact-content .contact-btn-area .contact-back-button {
    position: relative;
    display: inline-block;
    min-width: 170px;
    box-sizing: border-box;
    text-align: center;
    color: #4f3f2f;
    background: #fac334;
    font-size: 1.6rem;
    border-radius: 30px;
}
.contact-content .contact-btn-area .contact-back-button>a {
    color: #4f3f2f;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
}
.contact-content .contact-btn-area .contact-back-button:hover {
    text-decoration: none;
    opacity: 0.8;
}

/******************************************************
smartphone
******************************************************/
@media screen and (max-width: 768px) {
    header .header-company-ttl {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
    .nav-button-wrap {
        display: block;
        position: absolute;
        right: 0px;
        top: 30px;
        z-index: 100;
        cursor: pointer;
        padding: 20px;
    }

    header .header-main-area .global-nav {
        display: none;
    }

    header .header-main-area .global-nav .nav-close {
        display: none;
    }

    header .header-main-area nav.nav-open .global-nav {
        display: block;
        padding: 40px 20px 20px 20px;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(248, 247, 242, 1);
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
    }

    header .header-main-area nav.nav-open .global-nav li {
        display: block;
        text-align: left;
        padding-bottom: 20px;
        margin-left: 0;
    }

    nav.nav-open .global-nav li:hover {
        background: transparent;
    }

    .nav-button, .nav-button span {
        display: inline-block;
        transition: all 0.3s;
    }

    .nav-button {
        z-index: 20;
        width: 25px;
        height: 19px;
        position: relative;
    }

    .nav-button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fac334;
        border-radius: 4px;
    }

    .nav-button span:nth-of-type(1) {
        top: 0;
    }

    .nav-button span:nth-of-type(2) {
        top: 8px;
    }

    .nav-button span:nth-of-type(3) {
        bottom: 0;
    }

    .nav-active .nav-button span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
    }

    .nav-active .nav-button span:nth-of-type(2) {
        opacity: 0;
    }

    .nav-active .nav-button span:nth-of-type(3) {
        transform: translateY(-6px) rotate(45deg);
    }

    header .header-main-area nav ul.global-nav li:last-child {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner {
        width: 100%;
        border: 1px solid #ebe7de;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 5px;
        background: #ffffff;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner .n-tel-con-ttl {
        padding-left: 25px;
        background: url(./assets/images/icon_con_phone.png) no-repeat;
        background-position: middle left;
        background-size: auto 20px;
        font-size: 2.0rem;
        line-height: 2.0rem;
        margin-bottom: 10px;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner .n-tel-number {
        font-size: 2.0rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner .n-tel-con-s-txt {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner .n-tel-con-txt {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner .n-consultation-btn {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff;
        background: #fac334;
        border-radius: 5px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin: 0 auto;
        display: block;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner .n-consultation-btn>a {
        color: #ffffff;
        text-decoration: none;
        display: block;
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner .n-consultation-btn span {
        padding-left: 26px;
        background: url(./assets/images/icon_con_mail.png) no-repeat;
        background-position: middle left;
        background-size: auto 16px;
    }

    header .header-main-area nav ul.global-nav li .list-tel-con-inner .n-consultation-btn:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    /****** footer ******/
    footer .footer-bottom-area {
        width: 100%;
        display: block;
        font-size: 1.0rem;
        text-align: center;
    }

    footer .footer-bottom-area .copyright {
        color: #aa9f92;
    }

    footer .footer-bottom-area .f-bottom-nav {
        list-style: none;
        margin-bottom: 10px;
    }

    /****** home ******/
    #main-visual {
        max-width: 100%;
        height: 250px;
        box-sizing: border-box;
        margin: 133px auto 30px auto;
        background-image: url(./assets/images/pic_home_top.png);
        background-size: 100% 250px;
        background-repeat: no-repeat;
        background-position: right top;
        display: flex;
    }

    #main-visual .main-ttl-pos h2 {
        margin-left: -20px;
        font-size: 3.4rem;
        line-height: 4.4rem;
    }

    #main-service-area {
        width: 94%;
        display: block;
        margin: 0 auto 50px auto;
    }

    #main-service-area .main-service-pic {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
        box-sizing: border-box;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    #main-service-area .main-service-pic img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        display:block;
    }

    #main-service-area .main-service-txt {
        margin-left: auto;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
    }

    #main-service-area .main-service-txt h2 {
        font-size: 2.6rem;
        line-height: 3.6rem;
        margin-bottom: 30px;
    }

    h2.home-main-ttl {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }

    .home-news-area {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding-bottom: 50px;
    }

    .home-worries-area {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding-bottom: 50px;
    }

    .home-worries-area .worries-list {
        list-style: none;
        display: block;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .home-worries-area .worries-list li {
        width: 100%;
        background: #ffffff;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .home-worries-area .worries-list li:last-child {
        width: 100%;
        background: #ffffff;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .home-worries-area .worries-list li .intro-pic-pos {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .home-worries-area .worries-list li .intro-pic-pos img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /****** home button ******/
    .top-btn-right {
        text-align: center;
    }

    .top-btn-left {
        text-align: center;
    }

    /****** consultation ******/
    .consultation-area .consultation-ttl {
        width: 94%;
        text-align: center;
        font-size: 2.4rem;
        line-height: 3.4rem;
        margin: 0 auto 20px auto;
    }

    .consultation-area .consultation-date {
        width: 94%;
        text-align: center;
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 0 auto 20px auto;
    }

    .consultation-btn {
        position: relative;
        width: 94%;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff;
        background: #eb7f22;
        border-radius: 10px;
        font-size: 1.6rem;
        margin: 0 auto;
        display: block;
    }

    /****** service ******/
    #main-service {
        max-width: 100%;
        height: 175px;
        box-sizing: border-box;
        margin: 133px auto 30px auto;
        background-image: url(./assets/images/pic_service_main.png);
        background-repeat: no-repeat;
        background-size: auto 175px;
        background-position: right top;
        display: flex;
    }
    
    #main-service .service-ttl-pos h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
        padding-left: 10px;
    }
    
    #main-service .service-ttl-pos h2 .service-sub-ttl {
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #4f3f2f;
    }
    
    #main-service .service-ttl-pos h2 .service-sub-txt {
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #4f3f2f;
    }
    .service-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        box-sizing: border-box;
        display: block;
        font-size: 1.4rem;
    }
    .service-content .service-l-pic {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .service-content .service-l-pic img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .service-content .service-r-txt {
        width: 94%;
        padding-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .service-content .service-r-txt .service-r-txt-inner {
        position: relative;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 15px;
        background: #ffffff;
    }
    .service-content .service-r-txt .service-r-txt-inner .service-ttl {
        font-size: 1.8rem;
        line-height: 1.8rem;
        padding-left: 13px;
        border-left: 3px solid #fac334;
        margin-bottom: 15px;
    }

    .service-re-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        box-sizing: border-box;
        display: block;
        font-size: 1.4rem;
    }
    .service-re-content .service-r-pic {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .service-re-content .service-r-pic img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .service-re-content .service-l-txt {
        width: 94%;
        padding-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .service-re-content .service-l-txt .service-l-txt-inner {
        position: relative;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 15px;
        background: #ffffff;
    }
    .service-re-content .service-l-txt .service-l-txt-inner .service-ttl {
        font-size: 1.8rem;
        line-height: 1.8rem;
        padding-left: 13px;
        border-left: 3px solid #fac334;
        margin-bottom: 15px;
    }


    /****** price ******/
    #main-price {
        max-width: 100%;
        height: 175px;
        box-sizing: border-box;
        margin: 133px auto 30px auto;
        background-image: url(./assets/images/pic_service_main.png);
        background-repeat: no-repeat;
        background-size: auto 175px;
        background-position: right top;
        display: flex;
    }

    #main-price .price-ttl-pos h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
        padding-left: 10px;
    }

    #main-price .price-ttl-pos h2 .price-sub-ttl {
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #4f3f2f;
    }

    #main-price .price-ttl-pos h2 .price-sub-txt {
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #4f3f2f;
    }
	
    .price-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        box-sizing: border-box;
        display: block;
        font-size: 1.4rem;
    }
	.price-content p {
		padding: 0 10px;
	}
	.price-content dl.pricelist {
        display: list-item;
        width: 100%;
        margin-bottom: 50px;
    }
	.price-content dl.pricelist dt {
		width: 100%;
      padding: 10px 0 10px 10px;
      background-color: #fac334;
      font-weight: 700;
    }
	.price-content dl.pricelist dd {
		width: 100%;
      padding: 10px 0 10px 10px;
      background-color: #ebe7de;
    }

    /****** company ******/
    #main-company {
        max-width: 100%;
        height: 175px;
        box-sizing: border-box;
        margin: 133px auto 30px auto;
        background-image: url(./assets/images/pic_company_main.png);
        background-repeat: no-repeat;
        background-size: auto 175px;
        background-position: right top;
        display: flex;
    }
    
    #main-company .company-ttl-pos {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #main-company .company-ttl-pos h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
        padding-left: 10px;
    }
    
    #main-company .company-ttl-pos h2 .company-sub-ttl {
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #4f3f2f;
    }
    
    #main-company .company-ttl-pos h2 .company-sub-txt {
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #4f3f2f;
    }

    .company-message-content {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-sizing: border-box;
        display: block;
        font-size: 1.4rem;
    }
    .company-message-content .message-ttl-pos {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .company-message-content .message-ttl-pos h3.comp-message-ttl {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
    }
    .company-message-content .message-ttl-pos .comp-message-sub-ttl {
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #4f3f2f;
        margin-bottom: 10px;
    }

    .company-info-area {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding-bottom: 30px;
    }
    .company-info-area h2.info-main-ttl {
        font-size: 3.4rem;
        margin-bottom: 30px;
    }
    .company-info-area dl.info-area  {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .company-info-area dl.info-area dt {
        width: 20%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding-right: 10px;
        color: #fac334;
        border-bottom: 1px solid #aa9f92;
    }
    .company-info-area dl.info-area dd {
        width: 80%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #aa9f92;
    }
    .company-info-area .company-map-area {
        width: 94%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .company-info-area .company-map-area iframe {
        width: 100%;
        height: 350px;
    }

    /****** area ******/
    #main-crresponding-area {
        max-width: 100%;
        height: 175px;
        box-sizing: border-box;
        margin: 133px auto 30px auto;
        background-image: url(./assets/images/pic_area_main.png);
        background-repeat: no-repeat;
        background-size: auto 175px;
        background-position: right top;
        display: flex;
    }
    
    #main-crresponding-area .area-ttl-pos {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #main-crresponding-area .area-ttl-pos h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
        padding-left: 10px;
    }
    
    #main-crresponding-area .area-ttl-pos h2 .area-sub-ttl {
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #4f3f2f;
    }
    
    #main-crresponding-area .area-ttl-pos h2 .area-sub-txt {
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #4f3f2f;
    }

    .crresponding-area-content {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
    .crresponding-area-content dl.crresponding-info-area  {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.4rem;
        border-top: 1px solid #aa9f92;
        padding-top: 20px;
    }
    .crresponding-area-content dl.crresponding-info-area dt {
        width: 20%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        color: #fac334;
        font-size: 1.6rem;
        border-bottom: 1px solid #aa9f92;
    }
    .crresponding-area-content dl.crresponding-info-area dd {
        width: 80%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #aa9f92;
    }

    /****** news ******/
    #main-news {
        width: 94%;
        margin: 133px auto 30px auto;
    }
    #main-news h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
    }
    #main-news .news-sub-ttl {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #4f3f2f;
    }
    .news-area {
        width: 94%;
        margin: 0 auto 50px auto;
    }
    .news-btn-area {
        width: 94%;
        margin: 0 auto 50px auto;
        text-align: center;
    }

    /****** privacy ******/
    #main-privacy {
        width: 94%;
        margin: 133px auto 30px auto;
    }
    #main-privacy h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
    }
    #main-privacy .privacy-sub-ttl {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #4f3f2f;
    }
    .privacy-content {
        width: 94%;
        margin: 0 auto 50px auto;
        font-size: 1.4rem;
    }

    /****** disclaimer ******/
    #main-disclaimer {
        width: 94%;
        margin: 133px auto 30px auto;
    }
    #main-disclaimer h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
    }
    #main-disclaimer .disclaimer-sub-ttl {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #4f3f2f;
    }
    .disclaimer-content {
        width: 94%;
        margin: 0 auto 50px auto;
        font-size: 1.4rem;
    }

    /****** contact ******/
    #main-contact {
        width: 94%;
        margin: 133px auto 30px auto;
    }
    #main-contact h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
    }
    #main-contact .contact-sub-ttl {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #4f3f2f;
    }
    .contact-content {
        width: 94%;
        margin: 0 auto 50px auto;
    }
    .contact-content form dl {
        flex-flow: column;
        margin-bottom: 30px;
        border-top: none;
      }
      .contact-content form dl dt {
        width: 100%;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 10px;
      }
      .contact-content form dl dd {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
      }
      .contact-content form dl dd:last-child {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 0;
      }
      .contact-content form dl dd .name {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #aa9f92;
        -webkit-appearance: none;
        border-radius: 0;
        color: #4f3f2f;
      }
      .contact-contentform dl dd .email {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #aa9f92;
        -webkit-appearance: none;
        border-radius: 0;
        color: #4f3f2f;
      }
      .contact-contentform dl dd .tel {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #aa9f92;
        -webkit-appearance: none;
        border-radius: 0;
        color: #4f3f2f;
      }
      .contact-content form dl dd .message {
        width: 100%;
        height: 150px;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #aa9f92;
        resize: none;
        -webkit-appearance: none;
        border-radius: 0;
        color: #4f3f2f;
      }



    /****** examples ******/
    #main-examples {
        width: 94%;
        margin: 133px auto 30px auto;
    }
    #main-examples h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
        color: #fac334;
    }
    #main-examples .examples-sub-ttl {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #4f3f2f;
    }
    .examples-area {
        width: 94%;
        margin: 0 auto 50px auto;
    }
    .examples-navi-area {
        width: 94%;
        margin: 0 auto 30px auto;
        list-style: none;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.0rem;
    }
    .example-list-area {
        display: block;
        margin-bottom: 0;
    }
    .example-list-area .example-item {
        width: 100%;
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .example-list-area .example-item .ex-pic-pos {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .example-list-area .example-item .ex-pic-pos img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .example-list-area .example-item:nth-child(3n) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .examples-btn-area {
        width: 94%;
        margin: 0 auto 50px auto;
        text-align: center;
    }

    /****** tel-cosultation ******/
    .tel-consultation-area {
        display: none;
    }

    /****** breadcrumb ******/
    .breadcrumb-area {
        width: 100%;
        margin: 30px auto 30px auto;
        font-size: 0.8rem;
        box-sizing: border-box;
      }
      .breadcrumb-area .breadcrumb-inner {
        width: 94%;
        margin: 0 auto;
        text-align: left;
        box-sizing: border-box;
      }

      /****** 404 ******/
        #error-404-area {
            width: 94%;
            margin: 0 auto 50px auto;
            padding-top: 50px;
        }
        #error-404-area .not-found-ttl {
            font-size: 10rem;
        }
        #error-404-area .not-found-txt {
            font-size: 1.4rem;
            line-height: 1.8rem;
            text-align: center;
            margin-bottom: 50px;
        }
        .error-404-pos {
        padding-top: 83px;
    }

}

/****** clearfix ******/
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/****** common style ******/
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb80 {
    margin-bottom: 80px;
}

.pt6 {
    padding-top: 6px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.center {
    text-align: center;
}

.pos-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pos-left {
    float: left;
}

.pos-right {
    float: right;
}

.right {
    text-align: right;
}

/*
 * フッタタブ
 */
.sp-footer__btn {
	display: none;
}
@media screen and (max-width: 500px){
	.sp-footer__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		position: fixed;
		bottom: -10px;
		left: 0;
		z-index: 10;
	}
	.sp-footer__li {
		max-width : 50%;
	}
	.sp-footer__li img {
		max-width : 100%;
	}
}