/* #region 共通 */
@import "tailwindcss";

/* ★はみ出し検証用 */
/* * {
    outline: 1px red solid;
} */

body {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    overflow-x: hidden;
    /* 横スクロール防止 */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

p {
    margin-top: 0px;
    margin-left: 1%;
    font-size: 1.4rem;
    line-height: 2.5rem;
}


h1,
h2,
h3,
nav,
table,
.address,
.melmaga_btn {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

h1 {
    margin-top: 3%;
}

.main_container {
    /* max-width: 1320px; */
    margin: 0 auto;
}

.inner_container {
    margin: 1% 5%;
}

/* #endregion 共通end*/

/* #region ヘッダー */

header {
    background-color: #fff;
    padding-top: 10px;
    position: sticky;
    top: 0px;
    z-index: 1;
}

.logo {
    display: flex;
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    margin-left: 12px;
}

/* 屋号・会社名 */
.title_smartphone {
    display: flex;
}

.title_column {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.title_yago {
    display: flex;

}

.yago {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 6px;
}


/* 住所・免許番号 */
.title_address {
    display: flex;

}

.title_address_box {
    display: block;
    margin: 0 0 0 6px;
}

.zip {
    font-size: 0.8rem;
}

.address {
    font-size: 0.8rem;
}

.title_company {
    display: flex;
    margin: 4px 0 7px 0;
}

.company {
    font-size: 0.8rem;
    margin-right: 6px;
}

.licence {
    font-size: 0.8rem;
}

/* タイトルスペーサー */
.title_spacer {
    width: auto;
    flex-grow: 1;
    overflow: hidden;
}

/* メールで問い合わせ */
.title_phone {
    width: 150px;
    flex-shrink: 0;
}

.title_phone_box {
    display: block;
}

.contact_mail {
    margin-top: 20px;
    text-align: center;
}

.mail_button {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 500;
    width: 140px;
    height: 22px;
    background-color: #f49300;
    color: white;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 28px;
}

.mail_button:hover {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 500;
    width: 140px;
    height: 22px;
    background-color: #ffd015;
    color: white;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 28px;
}

/* 電話 */
.phone {
    font-size: 0.8rem;
    text-align: center;
}



/* #endregion ヘッダーend */

/* #region メニュー */
.header_menu {
    width: 99vw;
    margin: 0px;
    padding: 0;
    border-width: 0;
    color: #131313;
}

nav {
    margin-top: 0;
    margin-left: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100vw;
    text-align: center;
}

nav ul {
    display: table;
}

nav ul li {
    display: inline-block;
    width: 13vw;
    font-size: 1rem;
    text-align: center;

}


nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0px 5px 0px;
    text-decoration: none;
    color: #484848;
    border-bottom: 5px solid white;
}

nav ul li ul {
    display: none;
    position: absolute;
    width: auto;
}

nav ul li ul:hover {
    display: block;
}

/* サブメニュー用 */
nav ul li ul li {
    width: 100%;
}

nav ul li ul li a {
    padding: 10px 0px 5px 0px;
    text-decoration: none;
    color: #aaa;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}

nav ul li:hover ul {
    display: block;
}

nav ul li a:hover {
    background-color: #ccc;
    color: white;
    border-bottom: 5px solid #f49300;
}

nav ul li a.menu_property:hover {
    color: #ccc;
    border-bottom: 5px solid #f49300;
}

.menu_property_sub {
    width: 12.7vw;

}

span.menu {
    display: inline-block;
    letter-spacing: 0.2vw;
    line-height: 1.2rem;
}

/* #endregion メニューend */

/* #region 連絡はこちら */
.contact_wrap{
    display: flex;
    flex-direction: row;
    margin: 2% 0 0 0;
}
.contact {
    position: relative;
    width: 30rem;
    margin: 3% 0 0 5%;
    padding: 0.5rem 1rem;
    border: solid 3px #ff3f7c;
}

.contact .title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    background: #ff3f7c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.contact p {
    margin: 0;
    padding: 0;
}

.contact_phone {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 600;
}

/* #endregion 連絡はこちら */

/* #region Main_Title */
.tips_title {
    display: flex;
    width: 40vw;
    margin: 0 auto;
    padding-top: 3vw;
}

.tips_item {
    display: flex;
    flex-direction: row;
    margin: 1% 2% 1% 2%;
    justify-content: center;
}

.tips_pic_wrap {
    display: inline-block;
    width: 7rem;
    align-items: center;
}

.tips_pic {
    width: 12vw;
    height: 12vw;
    display: inline-block;
    justify-content: center;
}

.tips_letter_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-bottom: solid 8px #463701;
    padding: 0 3% 0 2%;
}

.tips_lead {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 3vw;
    text-wrap-mode: nowrap;
    line-height: 5vw;
    margin: 2% 0 0 2%;
}

.tips_lead_bold {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 3vw;
    text-wrap-mode: nowrap;
    line-height: 5vw;
    font-weight: 900;
    margin: 2% 0 0 2%;
}

.tips_content {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 3vw;
    text-wrap-mode: nowrap;
    line-height: 5vw;
    margin: 1% 0 0 2%;
    color: #463701;
}

.tips_content_bold {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 3vw;
    font-weight: 600;
    text-wrap-mode: nowrap;
    line-height: 5vw;
    margin: 1% 0 0 2%;
    color: #463701;
}

/* #endregion Main_title */


/* #region content */
.content_wrap {
    margin: 0 0 0 2%;
}

/* 行間空け */
.spacer_L{
    padding-top: 2%;
    padding-bottom: 2%;
}
.spacer {
    padding-top: 1%;
    padding-bottom: 1%;
}

/* アンダーライン付きサブタイトル */
.content_title_1{
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.7rem;
    border-bottom: solid 5px #deaf05;
}

/* 黄色背景タイトル */
.gothic_1 {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 900;
    background-color: #ffdd53;
}

/* ゴシック太め */
.gothic_2 {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 600;
}

/* ゴシック細め */
.gothic_3 {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 300;
}

.gothic_4 {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7rem;
}


.mincyo_1{
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 400;
}

/* 明朝のまま強調 */
.mincyo_2{
    color: #463701;
    font-weight: 600;
}

.mincyo_4{
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.7rem;
}

/* 赤下線 */
.underline{
    border-bottom: solid 3px #f679a1;
}
.content_space_1{
    margin-top: 1%;
}

.tips_pic_50{
    width: 50%;
    height: 50%;
}

.tips_pic_40{
    width: 40%;
    height:40%;
}

.tips_pic_30{
    width: 30%;
    height:30%;
}

.tips_pic_20{
    width: 20%;
    height: 20%;
}

.tips_pic_10{
    width: 10%;
    height: 10%;
}

.point_pic{
    display: flex;
    flex-direction: row;
    margin: 2%;
}

.pic_consultation{
    width: 30%;
    height:30%;
    margin: 1% 0 0 5%;
}
.point_text{
    padding: 0 5% 0 1%;
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 400;
}

/* 安心サポート */
.ansin_support{
    display: flex;
    justify-content: flex-start;
    border: solid 2px #fd0495;
    border-radius: 15px;
    margin: 3% 0 3% 1%;
    padding: 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    max-width: 1000px;
}

.ansin_text{
    font-size: 1.2rem;
    line-height: 1.5rem;
    justify-content: center;
    margin: 1% 0 1% 3%;
}

.ansin_pic{
    margin: 0;
    padding: 0;
    width: 100%;
}

.caution_title{
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
}
.caution_text{
    font-size: 0.9rem;
    line-height: 1rem;
}

.return_button {
    width: 12vw;
    height: 3vw;
    padding: 0.5rem 4vw 0.5rem 4vw;
    text-align: center;
    border: 1px solid #bb9900;
    border-radius: 10px;
    background-color: #ffe293;
    color: #4a4a4a;
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}

.return_button:hover {
    background-color: #bb9900;
    color: #fff;
}

.return_button_top{
    position: absolute;
    margin: 8vw 0 0 80vw;

}
.return_button_bottom{
    margin: 5vw 0 0 6vw;
}

/* #endregion content */

/* #region フッタ */
.footer {
    width: 100%;
    height: 50px;
    background-color: #ccc;
}

.footer_address {
    color: #005caf;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.realpartnerci {
    float: right;
    position: relative;
    top: 8px;
    margin-right: 50px;
}

/* #endregion フッタend*/

.calc_remawari_button{
    width: 12vw;
    height: 3vw;
    padding: 0.5rem 4vw 0.5rem 4vw;
    text-align: center;
    border: 1px solid #bb9900;
    border-radius: 10px;
    background-color: #ffe293;
    color: #4a4a4a;
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}

.calc_remawari_button:hover{
    background-color: #bb9900;
    color: #fff;
}