@charset "UTF-8";
/*
Theme Name: hinoki
Author: nihonhouse
Description: hinoki
*/
/* 伏見さまへ、このファイルを使って更新してください。
 * 特定ページ専用で他では使わないCSSはそれぞれのページにあるSimpleCSSの中に書いてもいいと思います。
 * 
 */

/* 通常 */


/* PC版専用 */
@media print, screen and (min-width: 721px) {
/*本社追記240727 */
.ptitle {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    color: #1a1a1a;
    padding-bottom: 20px;
    text-align:center;
}
.h_style3-2 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 20px;
    border-top: dashed 2px #58A597;
    line-height: 1;
    margin-top: 40px;
    color: #1a1a1a;
}
.btn_s_strong {
    width: 100%;
    text-align: left;
    background: #86D0C2;
    color: #000;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    margin-top: 25px;
	position: relative;
}
.btn_s_strong::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(/mytown/wp-content/uploads/2024/07/arrow_black.png);
    background-size: cover;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
}
.btn_s_strongEX::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(/mytown/wp-content/uploads/2024/07/arrow_black.png);
    background-size: cover;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    transform: rotate(90deg)
}
.anchor {
  padding-top: 100px;
  margin-top: 100px;
}
}


/* SP版専用 */
@media screen and (max-width: 720px) {
.ptitle {
    font-size: calc(15* var(--sp_vw));
}

.btn_s_strong {
    font-size: calc(13* var(--sp_vw));
}
}