@charset "utf-8";

/* CSS Document */

/* -----------------------------
PC用レイアウト(768px以上スクリーン）
-----------------------------*/ 

/* body全体の初期スタイル調整 */
body{
    font-size: 62.5%;
    /* emの計算をしやすくするための定番設定 */
    font-family: "Hiragino Sans","Meiryo",sans-serif;
    font-weight: normal;
    color: #333333;
}

/* リンク文字の設定 */

a{
    text-decoration: underline;
}

a:link,a:visited{
    color:#006192;
}

a:hover,a:active{
    color:#c8363d;
}

/* ブラウザのCSSをリセット */

p{
    margin: 0 !important;
    margin: 0 !important;
}

section{
    clear: both;
    overflow: auto;
}


/* -----------------------------
見出しタグ設定(PC)
-----------------------------*/ 

h2{
    margin: 0.5em 0em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

h3{
    margin: 0.5em 0em;
    padding: 0.3em;
    font-size: 1.6em;
    font-weight: bold;
    /* border-left: 8px solid #006192; */
    border-bottom: 1px dotted #006192;
}

h4{
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    border: 1px solid #006192;
}

h5{
    margin: 0.5em 0em;
    padding: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #b8d7e8;
}

/* -----------------------------
全体レイアウト 背景設定(PC)
-----------------------------*/ 

/* 全体エリア（全体背景を設定するにはここ） */
.main{
    background-color: #f2f2f2;
}

/* 記事（ボディ）エリア */

.article{
    background-color: #fff;
    border-left: 1px solid #b8d7e8;
    border-right: 1px solid #b8d7e8;
    font-size: 1.6em; /*16px*/
    
}

/* 記事（ボディ）エリアの行間 */
.article p{
    line-height: 1.6;
}

/* カラム全体の幅を変更する */
.article{
    width: 700px;
    margin: 0 auto;/*真ん中に要素を置きたいときに使う
    /*margin: 0 0 0 10%;  /*右側に商品背景を置きたいときに使う*/
}

/* -----------------------------
上部固定ヘッダー設定
-----------------------------*/ 

/* 上部固定ヘッダー全体 */
.header{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #b8d7e8;
    overflow: auto;
}


/* ヘッダー内部をカラム幅にする */
.header_inr{
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

/* ヘッダーのロゴ */
.header_logo{
    width: 20%;
    float: left;
    margin: 0;
}


/* ヘッダーの問い合わせボタン */
.header_mail{
    width: 25%;
    float: right;
    margin: 0.8em 0em 0em;
}


/* ヘッダーの電話ボタン */
.header_tel{
    width: 30%;
    float: right;
    margin: 0.8em 0em 0em;
}


/* ヘッダー内の画像が常に幅100%になるように */
.header_logo img,.header_mail img,.header_tel img{
    width: 100%;
}


/* -----------------------------
sectionの設定
-----------------------------*/ 
.section_01{
    padding: 1.5em 3em;
}

.section_02{
    background-color: #eef7fc;
    padding: 1.5em 3em;
}

.section_housemap img{
    display: block;
    width: 100%;
}

.title_img{
    display: block;
    width: 100%;
    margin-top: 0;
}

.section_area{
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
}

/* -----------------------------
チェックリスト設定
-----------------------------*/ 
ul.checklist{
    border: 1px solid #b8d7e8;
    list-style: none;
    padding: 1em;
}

ul.checklist li{
    background-image: url(../images/icon-check03-red.png);
    background-repeat: no-repeat;
    background-size: 3.5%;
    padding-left: 1.8em;
    margin-bottom: 0.8em;
}

ul.checklist li:last-child{
    margin-bottom: 0em;
}

/* -----------------------------
テーブル設定
-----------------------------*/ 

table{
    width: 100%;
    border-top: 1px solid #b8d7e8;
    border-left: 1px solid #b8d7e8;
    margin: 1em 0em;
}

.area_table{
    margin-bottom: 0.3em;
}

th,td{
    padding: 0.5em;
    border-right: 1px solid #b8d7e8;
    border-bottom: 1px solid #b8d7e8;
}

th{
    background-color: #d7ebf8;
    font-weight: bold;
    text-align: center;
}

td{
    background-color: #fff;
    text-align: left;
}

.table_style_01{
    text-align: left;
    vertical-align: middle;
}

.company_table_head{
    width: 30%;
}

.company_table_body{
    width: 70%;
}

.company_table th{
    white-space: nowrap;
}

.area_table_type{
    text-align: center!important;
}

/* -----------------------------
フォーム設定
-----------------------------*/ 
.mailform{
    background-color: #fff;
    margin-bottom: 1em;
    padding: 1em 0em 1.5em;
}

.input{
    padding: 0 2em;
}

.input_style{
    background-color: #eef7fc;
    width: 100%;
    height: 60px;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 1.4em;
}

input[type="image"]{
    width: 100%;
}

.caution{
    text-align: center;
    font-size: 0.5em;
    color: #c8363d;
}

/* -----------------------------
よくある質問設定
-----------------------------*/ 
.box_qa{
    background-color: #d7ebf8;
    padding: 1em;
}

.section_faq{
    background-color: #fff;
}

.box_qa_item{
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
}

.box_qa_item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

.box_qa_q{
    background-color: #d7ebf8;
    padding: 1em 2em 1em 3em;
    border-bottom: 1px solid #b8d7e8;
    font-size: 1.2em;
    font-weight: bold;
    color: #006192;
    cursor: pointer;
    position: relative;
    padding-right: 3em;
}

.box_qa_a{
    background-color: #eef7fc;
    display: none;
    padding: 1em 2em 1em 3.5em;
}

.box_qa_item.is_open .box_qa_a{
    display: block;
}

.box_qa_q::after{
    content: "＋";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.box_qa_item.is_open .box_qa_q::after{
    content: "－";
}

.box_qa_q p,.box_qa_a p{
    text-indent: -1.8em;
}

.youtube_embed{
    aspect-ratio: 16 / 9;
    margin-left: -1.2em;
    margin-right: -0.7em;
    margin-top: 1em;
    width: 100%;
}

.youtube_embed iframe{
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

/* -----------------------------
悩みセクション
-----------------------------*/ 
.section_worry .checklist{
    background-color: #fff;
    border-color: #006192;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.section_worry .checklist li{
    background-image: none;
    padding-left: 1.2em;
    position: relative;
}

.section_worry .checklist li::before{
    color: #006192;
    content: "●";
    left: 0;
    position: absolute;
}

.section_worry_title img{
    display: block;
    width: 100%;
}

.section_worry_title{
    background-color: #eef7fc;
}

.section_worry{
    background-color: #eef7fc;
    padding-top: 0;
}

.point_list{
    margin: 1em 0;
}

.point_item{
    background-color: #fff;
    border: 1px solid #006192;
    border-radius: 10px;
    margin-bottom: 1em;
    padding: 1em;
}

.point_item:last-child{
    margin-bottom: 0;
}

.point_title_img{
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
}

.point_note{
    display: block;
    font-size: 0.833em!important;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}

.point_item h3{
    border: none;
    margin-top: 0;
    padding-left: 0;
}

.section_example{
    background-color: #fff;
}

.section_example_title{
    padding: 0;
}

.section_example_title .title_img{
    margin: 0;
}

.section_flow_title{
    background-color: #eef7fc;
    padding: 0;
}

.section_flow_title .title_img{
    margin: 0;
}

.example_slider{
    margin-bottom: 0;
    margin-left: -3em;
    margin-right: -3em;
    padding: 0;
    position: relative;
}

.example_scroll{
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
}

.example_nav{
    background-color: #006192;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    height: 34px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    z-index: 5;
}

.example_nav_next{
    right: 0.5em;
}

.example_nav_prev{
    left: 0.5em;
}

.example_item{
    background-color: #fff;
    border: 1px solid #006192;
    border-radius: 10px;
    box-sizing: border-box;
    left: 50%;
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
    padding: 1em;
    position: absolute;
    top: 0;
    transform: translateX(120%);
    transition: transform 0.35s ease;
    visibility: hidden;
    width: 86%;
    z-index: 1;
}

.example_item:last-child{
    margin-bottom: 0;
}

.example_item.is_prev,
.example_item.is_current,
.example_item.is_next{
    opacity: 1;
    visibility: visible;
}

.example_item.is_prev{
    transform: translateX(-152%);
}

.example_item.is_current{
    pointer-events: auto;
    transform: translateX(-50%);
    z-index: 2;
}

.example_item.is_next{
    transform: translateX(52%);
}

.example_item.no_transition{
    transition: none!important;
}

.example_face{
    display: block;
    margin-bottom: 1em;
}

.example_note{
    margin-bottom: 0!important;
    margin-top: 5px!important;
    text-align: left;
}

.example_note_line{
    display: block;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}

.example_item .checklist{
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.example_item h3{
    margin-top: 0;
}

.example_item p:last-child{
    margin-bottom: 0;
}

/* -----------------------------
流れ
-----------------------------*/ 
.flow{
    background-color: #eef7fc;
    padding: 0em 3em 1em 3em;
}

.flow_step{
    margin-bottom: 10px;
}

.flow_step_title{
    background-color: #006192;
    color: #fff;
    padding: 12px 16px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.flow_step_body{
    background-color: #fff;
    padding: 14px 16px;
    border-radius: 0 0 10px 10px;
    font-size: 100%;
    line-height: 1.6;
}

.flow_arrow{
    text-align: center;
    margin: 12px 0;
    font-size: 20px;
    color: #006192;
    line-height: 1;
}

/* -----------------------------
CTAエリア
-----------------------------*/ 
.area_cta{
    background-color: #006192;
    margin-top: 20px;
    overflow: visible;
    padding: 1em 1em 0.5em;
    position: relative;
    z-index: 2;
}

.area_cta_flow::before{
    background-color: #eef7fc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 1;
}

.area_cta_inr{
    background-color: #006192;
    color: #fff;
    padding: 0.5em 0.5em 0.25em;
    overflow: visible;
    position: relative;
    z-index: 3;
}

.cta_title_img{
    display: block;
    margin-bottom: -10px;
    position: relative;
    top: -40px;
    width: 100%;
    z-index: 4;
}

.area_cta_inr_left{
    float: none;
    width: 100%;

}

.area_cta_inr_right{
    float: none;
    width: 100%;
    margin-top: 1em;

}

/* -----------------------------
フッター部分
-----------------------------*/ 

.footer{
    background-color: #006192;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    padding: 2em 0em;
}

.footer a{
    color: #fff;
}

.fixed_footer_cta{
    display: none;
}
