/* #region 共通 */
@import "tailwindcss";

/* ★はみ出し検証用 */
/* * {
    outline: 1px rgb(255, 0, 208) 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: 1rem;
    line-height: 1.8rem;
}


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;
    flex-flow: column;
    margin-left: 5px;
}

.title_column {
    display: flex;
    flex-flow: column;
}

.title_yago {
    display: flex;
    flex-flow: column;
}

.yago {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 6px;
}

/* 住所・免許番号 */
.title_address {
    display: flex;
    flex-flow: column;
}

.title_address_box {
    display: flex;
    flex-flow: column;
}

.zip {
    font-size: 0.8rem;
}

.address {
    font-size: 0.8rem;
}

.title_company {
    display: flex;
    flex-flow: column;
}

.company {
    font-size: 0.6rem;
    margin-right: 6px;
    margin-top: 2px;
}

.company {
    font-size: 0.9rem;
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.licence {
    font-size: 0.6rem;
}

/* タイトルスペーサー */
.title_spacer {
    width: auto;
    flex-grow: 1;
    /* overflow: hidden; */
}

/* メールで問い合わせ */
.title_phone {
    margin: 3px 0 0 0;
}

.title_phone_box {
    display: block;
}

.contact_mail {
    text-align: center;
}

/* お問い合わせボタンを非表示 */
.mail_button {
    display: none;
}

.phone {
    font-size: 0.8rem;
    text-align: center;
}

/* #endregion ヘッダーend */

/* #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: 2%;
}

/* #endregion フッタend*/

/* #region メニュー */
.nav_menu {
    padding: 0;
}

.header_menu {
    width: 100%;
    margin: 0px;
    padding: 0;
    border-width: 0;
    font-size: 0.6rem;
    font-weight: 900;
    line-height: 0.8rem;
    color: #131313;
}

nav {
    margin-top: 0;
    /* margin-left: 5px; */
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100%;
    text-align: center;

}

nav ul {
    /* width: 100vw; */
    display: table;
    /* margin: 0 auto; */
    /* display: inline-block;の隙間を埋めるおまじない */
    /* font-size: 0; */
}

nav ul li {
    display: inline-block;
    width: 13%;
    min-width: 50px;
    /* border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    /* font-size: 14px; */
}

nav ul li a {
    display: block;
    width: 100%;
    padding: 8px 2px 3px 2px;
    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: 3px solid #f49300;
}

/* nav ul li a.menu_property:hover {
    color: #ccc;
    border-bottom: 5px solid #f49300;
} */

.menu_property_sub {
    width: 13vw;
    font-size: .6rem;
    color: #ccc;
}

span.menu {
    display: inline-block;
}

/* #endregion メニューend */

/* #region 連絡はこちら */
.contact_wrap {
    display: flex;
    flex-direction: row;
    margin: 2% 0 0 0;
}

.contact {
    position: relative;
    width: 75vw;
    margin: 3% 0 0 0;
    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 */
.photo_index {
    display: flex;
    justify-content: center;
}

.return_button {
    width: 20vw;
    height: 4vw;
    padding: 0 4vw 0 4vw;
    text-align: center;
    border: 1px solid #bb9900;
    border-radius: 5px;
    background-color: #ffe293;
    color: #4a4a4a;
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.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;
}

.tips_title {
    box-sizing: border-box;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    padding-top: 10px;
}


.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: 18vw;
    height: 18vw;
}

.tips_letter_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 1vw;
    border-bottom: solid 8px #463701;
    /* padding: 0 3% 0 2%; */
}

.tips_lead {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 3.8vw;
    text-wrap-mode: nowrap;
    line-height: 1.5rem;
    margin: 2% 0 0 2%;
}

.tips_lead_bold {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 3.8vw;
    text-wrap-mode: nowrap;
    line-height: 1.5rem;
    font-weight: 900;
    margin: 2% 0 0 2%;
}

.tips_content {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 4.4vw;
    text-wrap-mode: nowrap;
    line-height: 1.7rem;
    margin: 1% 0 0 2%;
    color: #463701;
}

.tips_content_bold {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 4.4vw;
    font-weight: 600;
    text-wrap-mode: nowrap;
    line-height: 1.7rem;
    margin: 1% 0 0 2%;
    color: #463701;
}

/* #endregion Main_title */


/* #region content */
.content_wrap {
    margin: 0 0 0 1vw;
}

/* 行間空け */
.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.3rem;
    border-bottom: solid 5px #deaf05;
    line-height: 2.4rem;
}

/* 黄色背景タイトル */
.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.4rem;
}


.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.5rem;
}

/* 赤下線 */
.underline {
    border-bottom: solid 3px #f679a1;
}

.content_space_1 {
    margin-top: 1%;
}

.tips_pic_50 {
    width: 80%;
    height: 80%;
}

.tips_pic_40 {
    width: 60%;
    height: 60%;
}

.tips_pic_30 {
    width: 50%;
    height: 50%;
}

.tips_pic_20 {
    width: 30%;
    height: 30%;
}

.tips_pic_10 {
    width: 20%;
    height: 20%;
}

.point_pic {
    display: flex;
    flex-direction: row;
    margin: 2%;
}

.pic_consultation {
    float: right;
    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;
    line-height: 1.5rem;
}

/* 安心サポート */
.ansin_support {
    /* display: flex; */
    /* justify-content: flex-start; */
    border: solid 2px #fd0495;
    border-radius: 15px;
    margin: 10vw 0 10vw 0;
    padding: 3px 1px 20vw 1px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.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;
}



/* #endregion content */

.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;
}