/* 2021 0909 */
#index h4 {
    box-sizing: border-box;
    border-left: 5px solid #f0905a;
    color: #f07a37;
    font-size: 2rem;
    font-family: 游明朝,YuMincho,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ\ Ｐ明朝,ＭＳ\ 明朝,serif;
    line-height: 1.4;
    text-align: left;
	padding: .5rem 2.2rem .5rem 2.2rem;
    margin: 4rem auto 2rem;
}



/*----------------------------------------------------
    共通css
----------------------------------------------------*/

#contents .sec-03 .content-title h2 {
    background: #f7fbfb;
    background-size: 2.5%;
    border-top: 5px solid #4eacb4;
    box-sizing: border-box;
    display: block;
    font-size: 3.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.45;
    padding: 2rem 6rem 2rem 10rem;
    margin: 9.0rem auto 0;
    position: relative;
    width: 100%;
}
#contents .sec-03 .content-title h2::before,
#contents .sec-08 .content-title h2:before,
#contents .sec-09 .content-title h2:before {
    content: '';
    background: url(img/pc/h1_ill.png) no-repeat right center;
    background-size: 90%;
    height: 44px;
    width: 44px;
    position: absolute;
    left: 25px;
}
#contents .sec-03 .box-wrap-title {
    display: block;
    box-sizing: border-box;
    width: 94%;
    font-size: 2.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    background: #fbe5d8;
    border-left: 5px solid #f0905a;
    margin: 0 auto;
    padding: 2.0rem 6rem 2.0rem 4rem;
    position: relative;
}
#contents .sec-08 .content-title h2,
#contents .sec-09 .content-title h2 {
    background: #f7fbfb;
    background-size: 2.5%;
    border-top: 5px solid #4eacb4;
    box-sizing: border-box;
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.45;
    padding: 2rem 6rem 2rem 10rem;
    margin: 9.0rem auto 2.5rem;
    position: relative;
    width: 100%;
}
.blnd {
    display: none;
}
footer .areaInner .logo {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
#index .sec-01 .btn-web.up a {
    width: 80%;
}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

#contents .sec-03 .content-title h2 {
    border-top: 3px solid #4eacb4;
    background-size: 5.5%;
    margin: 0 auto;
    font-size: 2.0rem;
    padding: 1rem 0 1rem 4rem;
}
#contents .sec-03 .content-title h2::before,
#contents .sec-08 .content-title h2:before,
#contents .sec-09 .content-title h2:before	{
    background-size: 100%;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
}
#contents .sec-03 .box-wrap-title {
    border-left: 3px solid #f0905a;
    margin: 0 auto 1rem;
    padding: 1rem 2.5rem 1rem 1rem;
    font-size: 1.7rem;
    width: 100%;
}	
#contents .sec-08 .content-title h2,
#contents .sec-09 .content-title h2	{
    background-size: 5.5%;
    border-top: 3px solid #4eacb4;
    margin: 0 auto;
    font-size: 2.0rem;
    padding: 1rem 2rem 1rem 4rem;
}
footer .areaInner .logo {
    font-size: 1.4rem;
}
	
	
#index .sec-01 .btn-web a {
    width: 80%;
    margin: 2rem auto;
    padding: 1.5rem;
    box-shadow: 0 4px 8px #0005;
    font-size: 14px;
}

#index .sec-01 .feature .merit-box .picArea {
    width: 100%;
}

#index .sec-01 .feature .merit-box .picArea .pic {
    width: 75%;
    margin: 0 auto;
}

#index .sec-01 .consult .btn-web a, #index .sec-01 .consult .btn-web a:hover {
    padding: 2rem;
}

#contents .sec-06 .content-box .catch {
    line-height: 1.3;
    padding: 1.5rem 0;
}

#contents .sec-06 .content-title h2, #contents .sec-08 .content-title h2, #contents .sec-09 .content-title h2 {
    padding-left: 5rem;
}

footer .botArea {
    padding-bottom: 0;
}

#index .sec-01 .consult .consult-box .holiday > span, #index .sec-01 .consult .consult-box .consult-height .consult-color, #index .sec-01 .consult .consult-box .circle {
    font-size: 3.5rem;
    margin: 0 2px;
}

#contents .sec-01 .check {
    line-height: 1.4;
    padding: 1.5rem;
    margin-bottom: 2rem;
}


#index .sec-01 .content-title {
    background: #ffffffeb;
    width: 90%;
    margin: -8rem auto 1rem;
    padding: 0.5rem 1rem 1rem;
}

#index .sec-01 .content-title h2 {
    margin-top: 1rem;
}

#contents .sec-08 .frame-wrap .frame-body .caption {
    line-height: 1.1;
    text-align: left;
}

#contents .sec-08 .frame-wrap .frame.type-b .frame-head {
    padding: 2rem 0 1.2rem;
}	
.btnarea {
    padding: 2rem;
}	
	
#index .sec-01 .consult .consult-box .consult {
    width: 101%;
    margin: 0 0 0 -1%;
}
}