@charset "utf-8";

@media print, screen and (min-width: 828px){
/**************************
PC用スタイル
**************************/
/* ヘッダ */
.Hed_bg{
    margin-bottom: 20px;
    width: 100%;
    background-color: #FFFFFF;
}
.Hed_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Hed_box{
    display: flex;
    justify-content: space-between;
}
.Hed_box_left{
    width: 55%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Hed_box_right{
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.Hed_box_h1_txt{
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-left: 87px;
    color: #626262;
}
.Hed_box_logo{
    width: 40%;
    margin-top: -20px;
}
.Hed_box_logo img{
    width: 100%;
}
.Hed_box_tel{
    width: 55%;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
}
.Hed_box_tel h3{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 3px;
    }
.Hed_box_contact1{
    width: 50%;
    height: 100%;
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
}
.Hed_box_contact1 a {
    display: block;
    width: 100%;
    height: 75px;
    background-color: var(--bg1-col);
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 27px;
    padding-left: 85px;
    background-image: url(../img/hed/contact_01.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    background-size: 40px auto;
}
.Hed_box_contact1 a:hover {}
.Hed_box_contact2{
    width: 50%;
    height: 100%;
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
}
.Hed_box_contact2 a {
    display: block;
    width: 100%;
    height: 75px;
    background-color: var(--bg2-col);
    color: #FFFFFF;
    padding-top: 7px;
    padding-left: 60px;
    background-image: url(../img/hed/contact_02.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    background-size: 40px auto;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
}
.Hed_box_contact2 a:hover {}

/*　ヘッダメニュー 開閉CSSは最下部に有り　*/
.Hed_menu_bloc{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.fixed {
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
.Hed_menu {
    text-align: center;
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* ヘッダーからのコンテンツまでの隙間 */
.Hed_contens_space{
    display: none;
}
/* スライドCSS */
.swiper {
    margin-bottom: 100px;
}
.swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 600px!important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 98% auto;
    text-align: center;
}
.swiper-slide h2{
    margin-top: 450px;
    font-size: 32px;
    line-height: 48px;
    /* [disabled]margin-bottom: 10px; */
    display: block;
    background-color: rgba(255, 255, 255, 0.562);
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
}
.swiper-slide h3{
    font-size: 24px;
    line-height: 30px;
    display: block;
    background-color: rgba(255, 255, 255, 0.562);
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}
/* ページ共通 H1タイトル・コメント */
.Page_title1{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 80px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #C5C5C5;
    border-bottom: 3px solid var(--bg2-col);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_title2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #C5C5C5;
    border-bottom: 3px solid var(--bg2-col);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_title3{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--bg2-col);
    color: #FFFFFF;
    padding-bottom: 15px;
    padding-top: 10px;
}
.Page_title4{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 10px;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    background-color: var(--bg2-col);
    color: #FFFFFF;
    display: inline-block;
}
.Page_title5{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    line-height: 80px;
    margin-bottom: 20px;
    background-color: #EDEFFF;
    border-left: 20px solid #285772;
    text-align: left;
    padding-left: 10px;
}
.Page_title6{
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    border-bottom: 3px solid var(--bg2-col);
    display: inline-block;
}
.Page_coment1{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 80px;
}
.Page_coment2{
    font-weight: 700;
    font-style: normal;
    margin-bottom: 80px;
    text-align: left;
    font-size: 18px;
    line-height: 38px;
}
.Page_coment2 p{
    margin-bottom: 20px;
}
.Page_coment2 p:last-of-type{
    margin-bottom: 0px;
    background-repeat: no-repeat;
}
.Page_coment3{
    width: 98%;
    margin-left: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 80px;
    text-align: left;
    font-size: 18px;
    line-height: 38px;
    background-color: #ECDBDC;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 50px;
    margin-top: -70px;
    padding-bottom: 30px;
}
/* ページ共通 BGカラー＆壁紙 */
.bloc_bg1{
    background-image: url(../img/bg/pic_01.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: 50% auto;
}
.bloc_bg2{
    background-image: url(../img/bg/pic_02.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: 20% auto;
    /* 右肩上がり 
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    */
    /* 右肩下がり */
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
}
.bloc_bg3{
    background-color: #111455;
}
/* ページ共通 blogカテゴリーBGカラー */
.Cat_blog_01{
    background-color: #5674FF;
    color: #FFFFFF;
}
.Cat_blog_02{
    background-color: #FFC22E;
    color: #FFFFFF;
}
.Cat_blog_03{
    background-color: #8CFF55;
    color: #FFFFFF;
}
.Cat_blog_04{
    background-color: #FF7055;
    color: #FFFFFF;
}
.Cat_blog_05{
    background-color: #F555FF;
    color: #FFFFFF;
}
/* ページ共通 事例カテゴリーBGカラー */
.Cat_case_01{
    background-color: #5674FF;
    color: #FFFFFF;
}
.Cat_case_02{
    background-color: #F0AA00;
    color: #FFFFFF;
}
.Cat_case_03{
    background-color: #44D300;
    color: #FFFFFF;
}
.Cat_case_04{
    background-color: #FF7055;
    color: #FFFFFF;
}

/* Top お知らせ */
.Top_news_bg{
    margin-bottom: 200px;
}
.Top_news_bloc{}
/*タブ切り替え全体のスタイル*/
.Top_news_tabs {
    background-color: #fff;
    width: 1000px;
    margin: 0 auto;
}

/*タブのスタイル*/
.Top_news_tab_item {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: calc(80%/3);
    height: 50px;
    background-color: var(--bg2-col);
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-left: 50px;
    margin-bottom: -2px;
    border-right: 2px solid var(--bg2-col);
    border-left: 2px solid var(--bg2-col);
    border-top: 2px solid var(--bg2-col);
}
.Top_news_tab_item:hover {
  opacity: 1;
}

/*ラジオボタンを全て消す*/
.Top_news_bloc input[name="Top_news_tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.Top_news_tab_content {
    display: none;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 2px solid var(--bg2-col);
    text-align: left;
}


/*選択されているタブのコンテンツのみを表示*/
#blog:checked ~ #blog_content,
#construction:checked ~ #construction_content,
#voice:checked ~ #voice_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.Top_news_tabs input:checked + .Top_news_tab_item {
    background-color: #FFFFFF;
    color: #000000;
}
.Top_news_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.Top_news_tab_content a{
    background-image: url(../img/icon/next_01.png);
    background-repeat: no-repeat;
    background-position: 99% 35%;
    background-size: 10px auto;
    text-decoration: none;
    color: #000000;
    display: block;

}
.Top_news_tab_content a:hover{
    background-position: 100% 35%;
}
.Top_news_item_categ{
    width: 20%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
}
.Categ_cal00{
    background-color: #E1E1E1;
    color: #000000;
}
.Categ_cal01{
    background-color: #FFF5CC;
}
.Categ_cal02{
    background-color: #B9FFAF;
}
.Categ_cal03{
    background-color: #FDD6FF;
}
.Categ_cal04{
    background-color: #D7DBFF;
}
.Categ_cal05{
    background-color: #FFBBBB;
}
.Top_news_item_date{
    width: 15%;
}
.Top_news_item_coment{
    width: 60%;
    padding-right: 3%;
    line-height: 168%;
}
/* Top こんな会社 */
.Top_company_bg{}
.Top_company_bloc{}
.Top_company_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 80px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #C5C5C5;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Top_company_title:before,
.Top_company_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--bg2-col);
  width: 4px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.Top_company_title:before {
  transform: rotate(-35deg);
}
 
.Top_company_title:after {
  transform: rotate(35deg);
}
.Top_company_coment{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 88px;
}
.Top_company_txt01{
    color: var(--text1-col);
    font-weight: 700;
}
.Top_company_line{
    margin-top: 100px;
    margin-bottom: 100px;
}
.Top_company_line img{
    width: 100%;
}
.Top_company_staff_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 80px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #C5C5C5;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Top_company_staff_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.Top_company_staff_box .swiper{}
.Top_company_staff_box .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 300px!important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
    text-align: center;
    margin-bottom: 100px;
}
.Top_company_staff_box .swiper-slide h2{
    margin-top: 300px;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding-bottom: 5px;
    color: #000000;
    font-family: "メイリオ", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 20px;
}
.Top_company_staff_box .swiper-slide h3{
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
    color: #000000;
    font-family: "メイリオ", serif;
    font-weight: 400;
    font-style: normal;
}
/* 前への矢印 */
.Top_company_staff_box .swiper-button-prev {
    left: -70px;
}
/* 次への矢印 */
.Top_company_staff_box .swiper-button-next {
  right: -70px;
}
/* 前へ次への矢印カスタマイズ */
.Top_company_staff_box .swiper-button-prev,
.Top_company_staff_box .swiper-button-next {
    width: 50px!important;
    top: 35%!important;
}

.Top_company_staff_box .swiper-button-prev::after,
.Top_company_staff_box .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: ""!important;
    height: 50px;
    margin: auto;
    width: 100px;
    display: inline-block;
}
/* 前への矢印カスタマイズ */
.Top_company_staff_box .swiper-button-prev::after {
    background-image: url(../img/icon/back_02.png);
}
/* 次への矢印カスタマイズ */
.Top_company_staff_box .swiper-button-next::after {
    background-image: url(../img/icon/next_02.png);
}
/* Top 強み*/
.Top_strengths_bg{
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 200px;
}
.Top_strengths_bloc{
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Top_strengths_title p{
    font-size: 52px;
    line-height: 64px;
}
.Top_strengths_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.Top_strengths_list a{
    display: block;
    width: 46%;
    text-align: center;
    text-decoration: none;
    color: #3D3D3D;
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.Top_strengths_list a:hover{
    background-color: var(--bg2-col);
    color: #FFFFFF;
}
.Top_strengths_item{}
.Top_strengths_item img{
    width: 100px;
    margin-bottom: 30px;
}
.Top_strengths_list a:hover img{
     filter: invert(100%);
}
.Top_strengths_item_coment p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 3px;
}
a .Top_strengths_item_txt1{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: var(--text2-col);
}
a:hover .Top_strengths_item_txt1{
    color: #FFFFFF;
}
/* Top サービス*/
.Top_service_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Top_service_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.Top_service_left_box{
    width: 35%;
    text-align: left;
}
.Top_service_left_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
}
.Top_service_left_coment{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 60px;
}
.Top_service_right_box{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Top_service_right_box a{
    display: block;
    width: 48%;
    text-decoration: none;
    color: #272727;
}
.Top_service_right_box a:nth-child(even){
    padding-top: 50px;
}
a:hover .Top_service_right_item img{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
    margin-top: -10px;
}
.Top_service_right_item{
    height: 250px;    
}
.Top_service_right_item img{
    width: 100%;
    margin-bottom: 10px;
}
a .Top_service_right_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
}
a:hover .Top_service_right_item_title{
    color: #A62B2B;
    transition: 0.2s linear;
}
/* Top 料金*/
.Top_pay_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Top_pay_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Top_pay_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.Top_pay_coment{
    color: #FFFFFF;
    margin-bottom: 50px;
}
.Top_pay_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Top_pay_list a{
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    width: 48%;
}
.Top_pay_item{
    margin-bottom: 250px;
    text-align: right;
}
.Top_pay_item_img{
    width: 70%;
    overflow: hidden; /*拡大した時はみ出た部分を隠す*/
    margin-left: auto;
}
.Top_pay_item img{
    width: 100%;
    object-fit: cover; /* この一行を追加するだけ！ */
    position: relative;
}
a:hover .Top_pay_item img{
    transition-duration: 0.2s; /*動く時間(なめらかになる)*/
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.Top_pay_item_title_cal1{
    background-color: var(--bg2-col);
}
.Top_pay_item_title_cal2{
    background-color: #7E4C1C;
}
.Top_pay_item_title_cal3{
    background-color: #1C7E30;
}
.Top_pay_item_title_cal4{
    background-color: #7E1C1C;
}
.Top_pay_item_title_cal5{
    background-color: #7E1C68;
}
.Top_pay_item_title{
    color: #FFFFFF;
    clip-path: polygon(0% 0%, 55% 0%, 35% 100%, 0% 100%);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    line-height: 38px;
    padding-top: 20px;
    position: relative;
    margin-top: -55%;
    text-align: left;
    padding-left: 20px;
    height: 250px;
}
.Top_pay_item_price{
    display: flex;
    flex-direction: column-reverse;
    background-color: #FFFFFF;
    position: relative;
    color: var(--text3-col);
    width: 300px;
    margin-top: -130px;
    left: 20px;
    padding-right: 10px;
}
.Top_pay_item_price p{
    z-index: 10;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;

}
.Top_pay_item_price_txt1{
    font-size: 52px;
    line-height: 64px;
    font-weight: 700;
}
.Top_pay_item_price_txt2{
    color: #414141!important;
    padding-bottom: 10px;    
}
/* Top 事例*/
.Top_case_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Top_case_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Top_case_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 80px;
}
.Top_case_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Top_case_list a{
    width: 49%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.Top_case_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Top_case_item{
    position: relative;
    text-align: left;
}
.Top_case_item_new{
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.Top_case_item_new img{
    width: 100%;
}
.Top_case_item_img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.Top_case_item_img p{
    width: 49.5%;
}
.Top_case_item_img img{
    width: 100%;
}
.Top_case_item_toi{
    text-align: right;
    position: relative;
    margin-top: -36px;
    margin-bottom: 10px;
}
.Top_case_item_toi p{
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Top_case_item_date{
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}
.Top_case_item_acc{
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    background-color: #E1E1E1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
}
Top_case_item_btm{}
/* Top ブログ*/
.Top_blog_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Top_blog_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Top_blog_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 80px;
}
.Top_blog_list{
    display: flex;
    justify-content: space-between;
    height: 460px;
    margin-bottom: 100px;
}
.Top_blog_list a{
    width: 24%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.Top_blog_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
    margin-top: -10px;
}
.Top_blog_item{
    text-align: right;
}
.Top_blog_item_img{}
.Top_blog_item_img img{
    width: 100%;
    height: 250px;
    object-fit: cover; /* この一行を追加するだけ！ */
}
.Top_blog_item_cate{
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -26px;
}
.Top_blog_item_cate p{
    color: #FFFFFF;
}
.Top_blog_item_cate a:hover{}
.Top_blog_item_date{
    text-align: left;
    margin-top: -16px;
    margin-bottom: 10px;
}
.Top_blog_item_txt1{
    text-align: left;
    font-size: 18pt;
    line-height: 30pt;
}
/* Top お客様の声*/
.Top_voice{
    position: relative;
    padding: 50px 0 10px;
    margin: 0 0 100px;
}

.Top_voice::before{
  position:absolute;
  left:0px;
  top:0px;
  width:calc(50vw + 429px);
  height:400px;
  background:#032137;
  content:"";
  z-index:-2;
}
.Top_voice::after{
    position: absolute;
    right: 0px;
    bottom: -100px;
    width: calc(50vw + 429px);
    height: 413px;
    background-color: #F5F5F5;
    content: "";
    z-index: -1;
}

.Top_voice_bg{
    padding-top: 0px;
    padding-bottom: 100px;
}
.Top_voice_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Top_voice_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.Top_voice_coment{
    color: #FFFFFF;
    margin-bottom: 50px;
}
.Top_voice_img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Top_voice_img p{
    width: 49%;
}
.Top_voice_img img{
    width: 100%;
}
.Top_voice_user_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Top_voice_user_list::after{
      content:"";
      display: block;
      width:32%;
}
.Top_voice_user_list a{
    width: 32%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
}
.Top_voice_user_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Top_voice_user_item{
    text-align: left;
    position: relative;
}
.Top_voice_user_item_score_box{
    border-radius: 120px;
    border: 3px solid var(--text3-col);
    display: inline-block;
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 15px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: -20px;
}
.Top_voice_user_item_score_txt1{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.Top_voice_user_item_score_ten{
    color: var(--text3-col);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.Top_voice_user_item_score_img{
    margin-bottom: 10px;
}
.Top_voice_user_item_score_img img{
    width: 100%;
    object-fit: cover;/* 画像をクリッピングマスクする*/
    height: 200px;
    object-position: 0% 0%
}
.Top_voice_user_item_score_date{
    margin-bottom: 10px;
}
.Top_voice_user_item_score_title{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
}
.Top_voice_user_item_score_txt2{
    font-size: 14px;
    line-height: 26px;
}
/* Top 目安箱*/
.Top_guide_box_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Top_guide_box_bloc{
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Top_guide_box_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #000000;
}
.Top_guide_box_btm_bg{
    background-repeat: no-repeat;
    background-image: url(../img/top/soudanbako.png);
    background-position: 96% center;
    background-size: 200px auto;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: left;
}
.Top_guide_box_btm_txt{
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 80px;
}
/* Top コンテンツメニュー*/
.Top_content_menu_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Top_content_menu_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Top_content_menu_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}
.Top_content_menu_item{
    background-repeat: no-repeat;
    background-position: center center;
    width: 250pt;
    height: 140pt;
    display: block;
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-size: 100% auto;
    transition-duration: 0.2s; /*動く時間(なめらかになる)*/
}
.Top_content_menu_list a{
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
a:hover .Top_content_menu_item{
    transition-duration: 0.2s; /*動く時間(なめらかになる)*/
    opacity: .8;
    background-size: 120% auto;
}
.Top_content_menu_bg1{}
a .Top_content_menu_bg1{
    color: #FFFFFF;
    background-image: url(../img/top/banner_img01.jpg);
}
.Top_content_menu_bg2{}
a .Top_content_menu_bg2{
    color: #000000;
    background-image: url(../img/top/banner_img05.jpg);
}
.Top_content_menu_bg3{}
a .Top_content_menu_bg3{
    color: #FFFFFF;
    background-image: url(../img/top/banner_img02.jpg);
}
.Top_content_menu_bg4{}
a .Top_content_menu_bg4{
    color: #000000;
    background-image: url(../img/top/banner_img04.jpg);
}
.Top_content_menu_bg5{}
a .Top_content_menu_bg5{
    color: #FFFFFF;
    background-image: url(../img/top/banner_img03.jpg);
}
.Top_content_menu_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
}
/* Top ご挨拶*/
.Top_greeting_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Top_greeting_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Top_greeting_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #000000;
}
.Top_greeting_sub_txt{
    background-color: #121752;
    display: inline-block;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 50px;
}
.Top_greeting_sub_txt p{
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Top_greeting_img{}
.Top_greeting_img img{
    width: 450px;
}
.Top_greeting_name_box{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
    display: inline-block;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: -50px;
    background-color: #FFFFFF;
}
.Top_greeting_name_box_cp_txt{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 38px;
}
.Top_greeting_name_box_ceo_txt{
    font-size: 16px;
    line-height: 41px;
    vertical-align: text-top;
}
.Top_greeting_name_box_name_txt{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 38px;
    display: inline;
}
/*　ページ共通　*/
.Page_hed_bg{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center;    /* 垂直方向の中央揃え */
    background-position: center center;
}
.Page_hed_bg::before{
background-color: rgba(0,0,0,.7);
}
.Page_hed_bloc{}
.Page_hed_title_bg{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.Page_hed_title_bg::before{
  background-color: rgba(115,115,115,0.50);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.Page_hed_title_txt{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    letter-spacing: 5px;
    text-shadow: 0px 0px 10px #FFFFFF;
}
.anime_txt{
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.anime_txt:first-child {
  animation: catch_anime 1.4s forwards 0.5s;　
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime_txt1{
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.anime_txt1.active:first-child {
  animation: catch_anime 1.4s forwards 0.5s;　
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　ページ 失敗しない為の業者選び　*/
.Page_failure_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_failure_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_failure_title{
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 50px;
}
.Page_failure_coment{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: left;
}
.Page_failure_coment p{
    margin-bottom: 20px;
}
.Page_failure_box1{
    width: 1380px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}
.Page_failure_box2{
    width: 1380px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}
.Page_failure_box1_txt_box1{
    width: 80%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
    right: -100px;
    background-color: #FFFFFF;
}
.Page_failure_box1_txt_box2{
    width: 80%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    left: -100px;
}
.Page_failure_box1_no{
    font-size: 42px;
}
.Page_failure_box1_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: left;
}
.Page_failure_box1_coment{
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}
.Page_failure_box1_img_box1{
    position: relative;
    z-index: 1;
    left: -100px;
}
.Page_failure_box1_img_box2{
    position: relative;
    z-index: 1;
    right: -100px;
}
.Page_failure_box1_img_box1 img{
    width: 100%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
}
.Page_failure_box1_img_box2 img{
    width: 100%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
}
/*　ページ 失敗しない為の業者選び 見極め方　*/
.Page_failure_good_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_failure_good_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_failure_good_title{
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 10px;
}
.Page_failure_good_coment{
    font-size: 20px;
    line-height: 36px;
}
.Page_failure_good_sub_title{
    font-size: 24px;
    line-height: 40px;
    border-top: 3px double var(--bg2-col);
    border-bottom: 3px double var(--bg2-col);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.Page_failure_good_sub_coment{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 100px;
    text-align: left;
}
.Page_failure_good_item_box{
    text-align: left;
    position: relative;
    margin-bottom: 100px;
}
.Page_failure_good_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.Page_failure_good_item_title_head{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-right: 5px;
}
.Page_failure_good_item_txt{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
}
.Page_failure_good_item_img{
    position: absolute;
    right: 0px;
    top: 0px;
}
.Page_failure_good_item_img p{
    margin-bottom: 10px;
}
.Page_failure_good_item_img p:last-of-type{
    margin-bottom: 0px;
}
.Page_failure_good_item_img img{
    width: 300px;
}
.Page_failure_good_item_list{
    background-color: #ECECEC;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
    width: 70%;
}
.Page_failure_good_item_list li{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    background-image: url(../img/icon/check_05.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    background-size: 15px auto;
    margin-bottom: 30px;
    padding-left: 25px;
}
.Page_failure_good_main_box{}

.Page_failure_good_main_txt{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 50px;
}
.Page_failure_good_main_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Page_failure_good_main_list_item{
    width: 24%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.Page_failure_good_main_list_item img{
    border-radius: 50%;
    margin-bottom: 20px;
    width: 160px;
}
.Page_failure_good_main_list_item h3{
    width: 100%;
    border-radius:50%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.Page_failure_good_main_box2{
    background-color: #ECECEC;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 100px;
}
.Page_failure_good_main_box2_title{
    font-size: 24px;
    line-height: 34px;
}
.Page_failure_good_main_box2_coment{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.Page_failure_good_main_box2_img{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.Page_failure_good_main_box2_img img{
    width: 100%;
}
.Page_failure_good_innovation_box{
    margin-bottom: 100px;
}
.Page_failure_good_innovation_list{
    display: flex;
    justify-content: space-between;
}
.Page_failure_good_innovation_item{
    width: 30%;
    border: 6px double #285772;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.Page_failure_good_innovation_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 2px solid #285772;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.Page_failure_good_innovation_item_txt{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
}
.Page_failure_good_innovation_item_txt ul{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 25px;
}
.Page_failure_good_innovation_item_txt ul li{
    margin-bottom: 20px;
}
.Page_failure_good_comparison_box{
    margin-bottom: 50px;
}
.Page_failure_good_comparison_title{
    margin-bottom: 50px;
}
.Page_failure_good_comparison_list1{
    width: 100%;
    display: table;
    background-color: #285772;
}
.Page_failure_good_comparison_list1 p{
    width: 16.6%;
    height: 100px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
}
.Page_failure_good_comparison_list1 p img{
    width: 50px;
}
.Page_failure_good_comparison_list2{
    width: 100%;
    display: table;    
}
.Page_failure_good_comparison_list2 p{
    width: 16.6%;
    height: 100px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    background-color: #EAEDFF;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_good_comparison_list2 p img{
    width: 50px;
}
.Page_failure_good_comparison_list3{
    width: 100%;
    display: table;    
}
.Page_failure_good_comparison_list3 p{
    width: 16.6%;
    height: 100px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    background-color: #EFEFEF;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_good_comparison_list3 p img{
    width: 50px;
}
.Page_failure_good_comparison_kigou_explanation {
    display: flex;
    margin-top: 15px;
}
.Page_failure_good_comparison_kigou_explanation p{
    display: flex;
    align-items: center;
}
.Page_failure_good_comparison_kigou_explanation img{
    width: 20px;
}
/* 矢印アニメーション */
.cp_arrows {
  position: relative;
  display: flex;
  height: 100px;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;/*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 3px;
  background: #E91E63;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 40%;/*スタート地点(cp_arrowsの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
/*　ページ 成功へ導く外壁リフォームの専門知識　*/
.Page_failure_success_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_failure_success_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_failure_success_title{
    margin-bottom: 20px;
    text-align: left;
}
.Page_failure_success_coment{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 100px;
    text-align: left;
}
.Page_failure_success_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 150px;
}
.Page_failure_success_list_item{
    width: 46%;
}
.Page_failure_success_list_item_title{
    border-radius: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 52px;
    position: relative;
    z-index: 5;
    background-color: #FFFFFF;
    border: 5px double #9F9F9F;
    padding-bottom: 3px;
}
.Page_failure_success_list_item ul{
    text-align: left;
    background-color: #F1FFDA;
    font-style: normal;
    font-size: 18px;
    line-height: 46px;
    margin-top: -30px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: 1px solid #9F9F9F;
    height: 250px;
}
.Page_failure_success_list_item ul li{
    background-image: url(../img/icon/icon_trouble_01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    padding-left: 20px;
    font-weight: 700;
}
.Page_failure_success_list_item2{
    width: 100%;
    padding-top: 30px;
    text-align: left;
}
.Page_failure_success_list_item2 p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 42px;
}
.Page_failure_success_comparison_box{
    margin-bottom: 50px;
}
.Page_failure_success_comparison_title{
    margin-bottom: 20px;
}
.Page_failure_success_comparison_sub_coment{
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 5px;
}
.Page_failure_success_comparison_sub_coment2{
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 20px;
    border-top: 3px double var(--bg2-col);
    border-bottom: 3px double var(--bg2-col);
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_success_comparison_title{
    margin-bottom: 50px;
}
.Page_failure_success_comparison_list1{
    width: 100%;
    display: table;
    background-color: #285772;
}
.Page_failure_success_comparison_list1 p{
    width: 16.6%;
    height: 100px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
}
.Page_failure_success_comparison_list1 p img{
    width: 50px;
}
.Page_failure_success_comparison_list2{
    width: 100%;
    display: table;    
}
.Page_failure_success_comparison_list2 p{
    width: 16.6%;
    height: 100px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    background-color: #EAEDFF;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_success_comparison_list2 p img{
    width: 50px;
}
.Page_failure_success_comparison_list3{
    width: 100%;
    display: table;    
}
.Page_failure_success_comparison_list3 p{
    width: 16.6%;
    height: 100px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    background-color: #EFEFEF;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_success_comparison_list3 p img{
    width: 50px;
}
.Page_failure_success_summary_title{
    text-align: left;
}
.Page_failure_success_summary_coment{
    text-align: left;
}
.Page_failure_success_summary_coment p{
    font-size: 18px;
    line-height: 38px;
}
.Page_failure_success_summary_coment ul{
    font-size: 18px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Page_failure_success_summary_coment ul li{
    background-image: url(../img/icon/check_05.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    padding-left: 20px;
}
/*　ページ 施工品質について　*/
.Page_quality_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_quality_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_quality_top_img{
    width: 100%;
    margin-bottom: 50px;
    background-image: url(../img/quality/pic_01_01.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0% center;
    position: relative;
}
.Page_quality_top_img::before {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.Page_quality_top_img p{
    position:relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 70px;
    text-align: left;
    color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
}
.Page_quality_coment_box{
    text-align: left;
    margin-bottom: 100px;
}

.Page_quality_coment_txt1{
    width: 100%;
}
.Page_quality_coment_txt1 p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 42px;
    color: #000000;
}
.Page_quality_construction_box{
    margin-bottom: 100px;
}
.Page_quality_construction_title{
    margin-bottom: 30px;
}
.Page_quality_construction_coment{
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 100px;
}
.Page_quality_construction_item{
    margin-bottom: 100px;
}
.Page_quality_construction_box .Page_quality_construction_item:last-of-type{
    margin-bottom: 0px;
}
.Page_quality_construction_item_img_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_quality_construction_item_img_pic{
    width: 32%;
}
.Page_quality_construction_item_img_pic img{
    width: 100%;
}
.Page_quality_construction_item_img_pic p{
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 42px;
}
.Page_quality_construction_item h2::first-letter{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-right: 5px;
}
.Page_quality_construction_item h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-align: left;
}
.Page_quality_construction_item_coment{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 50px;
}
.Page_quality_construction_item_risk{
    text-align: left;
    margin-bottom: 50px;
}

.Page_quality_construction_item_risk h3{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg2-col);
}
.Page_quality_construction_item_risk ul{
    background-color: #E1E3F0;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.Page_quality_construction_item_risk ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 38px;
    background-image: url(../img/icon/check_02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    padding-left: 20px;
}
.Page_quality_construction_item_pro_title{
    margin-bottom: 20px;
}
.Page_quality_construction_item_pro_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Page_quality_construction_item_pro_item{
    width: 32%;
    border: 5px double var(--bg2-col);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.Page_quality_construction_item_pro_item h3{
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg2-col);
    padding-bottom: 5px;
}
.Page_quality_construction_item_pro_item ul{}
.Page_quality_construction_item_pro_item ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    background-image: url(../img/icon/list_icon_01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 18px auto;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 20px;
}
.Page_quality_construction_item_pro_item ul li:last-of-type{
    margin-bottom: 0px;
}
.Page_quality_construction_item_merit{}
.Page_quality_construction_item_merit_title{
    text-align: left;
}
.Page_quality_construction_item_merit ul{
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #E5D4D4;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: -50px;
}
.Page_quality_construction_item_merit ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 42px;
    background-image: url(../img/icon/kigou_2maru.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
    padding-left: 25px;
}
.Page_quality_construction_end_txt{
    font-size: 24px;
    line-height: 44px;
    border-top: 3px double #606060;
    border-bottom: 3px double #606060;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.Page_quality_construction_end_txt2{
    font-size: 18px;
    line-height: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    background-color: ;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #E7DDFF;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
/*　ページ 施工の流れ　*/
.Page_flow_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_flow_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_flow_title{
    margin-bottom: 20px;
    text-align: left;
}
.Page_flow_coment{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 100px;
    text-align: left;
}
.Page_flow_item{
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: -5px;
}
.Page_flow_item_title_hed{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    margin-right: 5px;
}
.Page_flow_item_title{
    font-size: 40px;
    line-height: 60px;
}
.Page_flow_item_content{
    border-left: 1px solid #1C5A7E;
    margin-left: 30px;
    padding-left: 30px;
    padding-top: 55px;
    padding-bottom: 60px;
}
.Page_flow_item_content_box{
    font-size: 18px;
    line-height: 38px;
}
.Page_flow_item_content_box_coment{}
.Page_flow_item_content_box_coment p{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 20px;
}
.Page_flow_item_content_box_tel{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 52px;
}
.Page_flow_item_content_box_btm1{
    font-size: 18px !important;
    width: 200px !important;
    margin-top: 30px;
}
.Page_flow_item_content_box_img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.Page_flow_item_content_box_img img{
    width: 100%;
}
.Page_flow_item_content_box_coment a{
    width: 250px !important;
    font-size: 18px;
    display: inline-block;
    margin-left: 73%;
}
/*　ページ 相談箱　*/
.Page_consultation_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_consultationw_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_consultationw_btm_list{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_consultationw_btm_list a{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    text-decoration: none;
}
.Page_consultationw_btm_list a::after{
    width: 100%;
    bottom: 10px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    text-align: center;
    display: inline-block;
    margin-top: 0px;
}
.Page_consultationw_btm_item1{
    width: 45%;
}
.Page_consultationw_btm_item1 a{
    border:1px solid var(--bg2-col);
    color: var(--bg2-col);
}
.Page_consultationw_btm_item1 a:hover{
    background-color: var(--bg2-col);
    color: #FFFFFF;
}
.Page_consultationw_btm_item2{
    width: 45%;
}
.Page_consultationw_btm_item2 a{
    border:1px solid var(--text1-col);
    color: var(--text1-col);
}
.Page_consultationw_btm_item2 a:hover{
    background-color: var(--text1-col);
    color: #FFFFFF;
}
.Page_consultationw_title{
    font-size: 24px;
    line-height: 40px;
    border-top: 3px double var(--bg2-col);
    border-bottom: 3px double var(--bg2-col);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.Page_consultationw_coment{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 100px;
    text-align: left;
}
.Page_consultationw_fome_box{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg3-col);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.Page_consultationw_fome_icon img{
    max-width: 50px;
    margin-bottom: 30px;
}
.Page_consultationw_fome_box span.wpcf7-not-valid-tip {
    display: block;
    color: red;
    margin-top: -25px; /* 上に寄せたい時はマイナス */
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_consultationw_fome_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #C5C5C5;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_consultationw_fome_title:before,
.Page_consultationw_fome_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--bg2-col);
  width: 4px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.Page_consultationw_fome_title:before {
  transform: rotate(-35deg);
}
 
.Page_consultationw_fome_title:after {
  transform: rotate(35deg);
}
.Page_consultationw_fome_coment {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
}
.Page_consultationw_fome_step_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.Page_consultationw_fome_step_box h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    background-color: #FFED00;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_consultationw_fome_step_box h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}
.Page_consultationw_fome_step_box h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
}
.Page_consultationw_fome_box ul{
    margin-bottom: 50px;
}
.Page_consultationw_fome_box input[type='text'],.Page_consultationw_fome_box input[type='email']{
    font: 16px/2.0 sans-serif;
    box-sizing: border-box;
    width: 90%;
    padding: 0.6em;
    color: #000000;
    border: 1px solid #1b2538;
    border-radius: 4px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.Page_consultationw_fome_box label {
    transition: all 0.2s ease;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.Page_consultationw_fome_box label:hover {
    background-color: #DCDCFF;
}
.Page_consultationw_fome_box label{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 10px;
    text-align: left;
    display: inline-block;
}
.Page_consultationw_fome_box input[type='file']{
    font: 16px/2.0 sans-serif;
    box-sizing: border-box;
    width: 90%;
    padding: 0.6em;
    color: #000000;
    border-radius: 4px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.Page_consultationw_fome_box textarea{
    font: 16px/2.0 sans-serif;
    box-sizing: border-box;
    width: 90%;
    padding: 0.6em;
    color: #000000;
    border: 1px solid #1b2538;
    border-radius: 4px;
    transition: 0.3s;
}
.Page_consultationw_fome_box .button01{
    width: 40%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    border-radius: 10px;
    border: 3px solid var(--bg2-col);
}
.Page_consultationw_ranking_box{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: ;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #D4FFFA;
}
.Page_consultationw_ranking_title{}
.Page_consultationw_list{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_consultationw_item{
    text-align: left;
    margin-bottom: 100px;
}
.Page_consultationw_item_cate{
    text-align: right;
    color: #808080;
}
.Page_consultationw_item_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.Page_consultationw_item_title_txt{
    width: 86%;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    border-left: 5px solid #0029AF;
    padding-left: 5px;
}
.Page_consultationw_item_title_view{
    width: 120px;
    font-size: 14px;
    line-height: 28px;
    background-image: url(../img/icon/icon_02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 50%;
    padding-left: 3.5%;
}
.Page_consultationw_item_coment_box{
    font-size: 16px;
    line-height: 28px;
}
.Page_consultationw_item_coment_box {
    overflow: hidden;
    max-height: 3.6em; /* 2行分の高さ (適宜調整) */
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 10px;
}
.Page_consultationw_item_coment_box h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    border-left: 5px solid #B95600;
    padding-left: 5px;
    margin-bottom: 10px;
    color: #1C5A7E;
}
.Page_consultationw_item_coment_box h3{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.Page_consultationw_item_coment_box p{
    margin-bottom: 28px;
}
.Page_consultationw_item .toggleButton.close{
    background-color: #0A9600; /* 閉じる時の色（赤） */
    border: 3px solid #0A9600;
}
.Page_consultationw_item .toggleButton.close:hover{
    background-color: #E5FFEE; /* 閉じる時の色（赤） */
}
.Page_consultationw_normal_box{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: ;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*　ページ サービス　*/
.Page_service_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_service_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_service_list{}
.Page_service_item1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_service_item2{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_service_item_title_box{
    width: 55%;
    text-align: left;
}
.Page_service_item_title{}
.Page_service_item_title h2::first-letter{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-right: 3px;
}
.Page_service_item_title h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-align: left;
}
.Page_service_item_title_sub{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    background-color: #1C5A7E;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #FFFFFF;
}
.Page_service_item_img{
    width: 43%;
}
.Page_service_item_img img{
    width: 100%;
}
.Page_service_item_coment{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 34px;
}
.Page_service_item_coment p{
    margin-bottom: 30px;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
.Page_service_item_coment p:last-of-type{
    margin-bottom: 0px;
}
/*　ページ 料金　*/
.Page_fee_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_fee_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_fee_title{}
.Page_fee_coment{
    text-align: center;
}
.Page_fee_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_fee_list a{
    width: 48%;
    text-decoration: none;
    margin-bottom: 50px;
}
.Page_fee_item{
    box-shadow: 0px 0px 10px #ACACAC;
    -webkit-box-shadow: 0px 0px 10px #ACACAC;
}
.Page_fee_item_bg1{
    background-image: url(../img/fee/coating_fee_pic_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg2{
    background-image: url(../img/fee/coating_fee_pic_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg3{
    background-image: url(../img/fee/coating_fee_pic_03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg4{
    background-image: url(../img/fee/coating_fee_pic_04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg5{
    background-image: url(../img/fee/coating_fee_pic_05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg1:hover,.Page_fee_item_bg2:hover,.Page_fee_item_bg3:hover,.Page_fee_item_bg4:hover,.Page_fee_item_bg5:hover{
    background-size: 110%; /* 背景画像を拡大 */
}
.Page_fee_item_line{
    width: 100%;
    height: 20px;
}
.Page_fee_item_line_cal1{
    background: linear-gradient(to bottom right, #66E771, #00840B);
}
.Page_fee_item_line_cal2{
    background: linear-gradient(to bottom right, #667CE7, #334BC0);
}
.Page_fee_item_line_cal3{
    background: linear-gradient(to bottom right, #E76666, #A40404);
}
.Page_fee_item_line_cal4{
    background: linear-gradient(to bottom right, #E79666, #863100);
}
.Page_fee_item_line_cal5{
    background: linear-gradient(to bottom right, #E7E266, #837E00);
}
.Page_fee_item_coment_bg{
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Page_fee_item_title{
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 42px;
    color: #032137;
    margin-right: 20px;
    vertical-align: middle;
}
.Page_fee_item_durability{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 42px;
    color: #032137;
    vertical-align: middle;
}
.Page_fee_item_years_img{
    text-align: right;
    padding-right: 30px;
    padding-top: 50px;
    margin-bottom: 20px;
}
.Page_fee_item_years_img img{
    width: 100px;
}
.Page_fee_item_img_txt{
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 52px;
    padding-bottom: 100px;
    text-shadow: 0px 0px 10px #000000;
    -webkit-text-stroke: 3px #000000;
    text-stroke: 3px #000000;
    paint-order: stroke;
}
.Page_fee_item_pay_box{}
.Page_fee_item_construction{
    color: #032137;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 50px;
    background-image: url(../img/icon/next_01.png);
    background-repeat: no-repeat;
    background-position: right 8px;
    background-size: auto 70%;
    margin-right: 10px;
    padding-right: 30px;
    vertical-align: middle;
}
.Page_fee_item_pay1{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 82px;
    line-height: 102px;
    vertical-align: middle;
    color: #C70003;
}
.Page_fee_item_pay1_2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 62px;
    vertical-align: 0px;
    color: #C70003;
}
.Page_fee_item_pay2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 52px;
    vertical-align: -30px;
    color: #C70003;
}
.Page_fee_item_tax{
    font-size: 20px;
    margin-left: -90px;
    font-weight: 700;
    vertical-align: 5px;
}
.Page_fee_item_sp_txt{
    display: none;
}
.Page_fee_coating_Urethane{
    background-image: url(../img/fee/coating_fee_pic_01.jpg);
}
.Page_fee_coating_radical{
    background-image: url(../img/fee/coating_fee_pic_02.jpg);
}
.Page_fee_coating_silicon{
    background-image: url(../img/fee/coating_fee_pic_03.jpg);
}
.Page_fee_coating_fluorine{
    background-image: url(../img/fee/coating_fee_pic_04.jpg);
}
.Page_fee_coating_inorganic{
    background-image: url(../img/fee/coating_fee_pic_05.jpg);
}
.Page_fee_coating_bg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 700px;
    margin-bottom: 100px;
}
.Page_fee_coating_img{
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-top: 30px;
    padding-right: 10px;
}
.Page_fee_coating_img img{}
.Page_fee_coating_img h3 img{
    width: 120px;
    margin-left: 5px;
}
.Page_fee_coating_txt{
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    line-height: 62px;
    text-shadow: 0px 0px 10px #000000;
    -webkit-text-stroke: 3px #000000;
    text-stroke: 3px #000000;
    paint-order: stroke;
    padding-top: 0px;
}
.Page_fee_coating_pay_box{
    width: 400px;
    background-color: rgba(255,255,255,0.7);
    display: inline-block;
    margin-left: auto;
}
.Page_fee_coating_pay1{
    font-weight: 700;
    font-style: normal;
    font-size: 122px;
    line-height: 142px;
    vertical-align: middle;
    color: #C70003;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}
.Page_fee_coating_pay2{
    font-weight: 700;
    font-style: normal;
    font-size: 82px;
    vertical-align: -50px;
    color: #C70003;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}
.Page_fee_coating_pay3{
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 52px;
    vertical-align: -46px;
    color: #C70003;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}
.Page_fee_coating_tax{
    font-size: 20px;
    margin-left: -105px;
    font-weight: 700;
    vertical-align: -15px;
}
.Page_fee_coating_pay4{
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    margin-top: -20px;
}
.Page_fee_coating_comi_box{
    background-color: #EFEFEF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}
.Page_fee_coating_comi_title{
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.Page_fee_coating_comi_ten{
    font-weight: 700;
    background-image: radial-gradient(circle at center, orange 20%, transparent 30%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1.17em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .1em; /* 縦方向の位置調整 */
}
.Page_fee_coating_comi_list{}
.Page_fee_coating_comi_list ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.Page_fee_coating_comi_list ul li:nth-child(odd){
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 10px;
}
.Page_fee_coating_comi_list ul li img{
    height: 42px;
    margin-bottom: 10px;
}
.Page_fee_coating_detail_list{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 3px solid var(--bg2-col);
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.Page_fee_coating_detail_item{
    width: 33.3%;
    padding-bottom: 10px;
}
.Page_fee_coating_detail_item:nth-child(even){
    border-right: 1px solid var(--bg2-col);
    border-left: 1px solid var(--bg2-col);
}
.Page_fee_coating_detail_item h3{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 48px;
    background-color: var(--bg2-col);
    color: #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.Page_fee_coating_detail_item h4{
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
}
.Page_fee_coating_detail_item h5{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
.Page_fee_old_couple_bloc{
    background-image: url(../img/bg/pic_01.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 100px;
}
.Page_fee_old_couple_title{
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 72px;
    background-image: url(../img/icon/tyon_01.png);
    background-position: right top;
    background-size: 80px auto;
    background-repeat: no-repeat;
    display: inline-block;
    padding-top: 50px;
    padding-right: 80px;
    padding-left: 80px;
    margin-top: -50px;
    margin-bottom: 50px;
    border-bottom: 3px solid var(--bg2-col);
    padding-bottom: 20px;
}
.Page_fee_old_couple_img_list{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_fee_old_couple_img_pic{
    width: 38%;
}
.Page_fee_old_couple_img_pic img{
    width: 100%;
}
.Page_fee_old_couple_img_merit{
    width: 29%;
    background-image: url(../img/fee/hukidashi_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.Page_fee_old_couple_img_merit p{
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    line-height: 62px;
    color: #1C5A7E;
    padding-top: 60px;
    padding-bottom: 140px;
}
.Page_fee_old_couple_img_reco{
    width: 29%;
    background-image: url(../img/fee/hukidashi_02.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.Page_fee_old_couple_img_reco p{
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    line-height: 62px;
    color: #1C5A7E;
    padding-top: 60px;
    padding-bottom: 140px;
}
.Page_fee_old_couple_title2{
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 30px;
}
.Page_fee_old_couple_paint_box{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    margin-bottom: 50px;
}
.Page_fee_old_couple_paint_icon{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.Page_fee_old_couple_paint_icon img{
    width: 100%;
}
.Page_fee_old_couple_reco_title{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
}
.Page_fee_old_couple_reco_hoshi{
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: 54px;
    background-image: url(../img/icon/good_01.png);
    color: #db7232;
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: auto 70%;
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 20px;
}
.Page_fee_old_couple_reco_hoshi_mark{}
.Page_fee_old_couple_reco_ev_list{
    display: flex;
    justify-content: space-between;
    border-top: 2px dashed #D7D7D7;
    border-bottom: 2px dashed #D7D7D7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_fee_old_couple_reco_ev_item{
    width: 25%;
    border-right: 2px dashed #D7D7D7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_fee_old_couple_reco_ev_item:last-of-type{
    border-right: 0px dashed #D7D7D7;
}
.Page_fee_old_couple_reco_ev_item_title{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
.Page_fee_old_couple_reco_ev_item_hoshi{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #db7232;
}
.Page_fee_old_couple_paint_coment{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    text-align: left;
}
.Page_fee_old_couple_paint_coment p{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
}
.Page_fee_price_list{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.Page_fee_price_list_title{}
.Page_fee_price_list_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 1px solid #4E4E4E;
    border-top-width: 1px solid #4E4E4E;
}
.Page_fee_price_list_box_title{
    font-weight: 400;
    font-style: normal;
    font-size: 20px !important;
    line-height: 40px !important;
    background-color: #1C5A7E;
    border-right: 1px solid #FFF!important;
    color: #FFFFFF;
}
.Page_fee_price_list_box_title2{
    font-weight: 400;
    font-style: normal;
    font-size: 20px !important;
    line-height: 40px !important;
    background-color: #1C5A7E;
    color: #FFFFFF;
}
.Page_fee_price_list_box p{
    width: 16.6666666%;
    font-size: 16px;
    line-height: 24px;
    border-right: 1px solid #4E4E4E;
    border-bottom: 1px solid #4E4E4E;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_fee_price_list_box_hoshi{
    color: #1C5A7E;
}
.Page_fee_price_list_box_tyui{
    font-size: 12px;
}
.Page_fee_price_list_bg0{
    background-color: #0700C0;
    font-weight: 700;
}
.Page_fee_price_list_bg1{
    background-color: #FFFBDC;
    font-weight: 700;
}
.Page_fee_price_no_bloc{
    margin-bottom: 100px;
}
.Page_fee_price_no_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-align: left;
    border-bottom: 3px solid #1C5A7E;
    padding-bottom: 15px;
}
.Page_fee_price_no_title_head{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-right: 5px;
}
.Page_fee_price_merit_box{
    text-align: left;
    background-color: #FFF6EF;
    padding-bottom: 20px;
}
.Page_fee_price_merit_box ul{
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.Page_fee_price_merit_box ul li{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 52px;
    background-image: url(../img/icon/check_02.png);
    background-position: left 22px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    padding-left: 25px;
    border-bottom: 1px dotted #ACACAC;
}
.Page_fee_price_merit_d_box{
    text-align: left;
    background-color: #EFEFFF;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.Page_fee_price_merit_d_box ul{
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.Page_fee_price_merit_d_box ul li{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 52px;
    background-image: url(../img/icon/check_01.png);
    background-position: left 22px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    padding-left: 25px;
    border-bottom: 1px dotted #ACACAC;
}
.Page_fee_price_sales_box{
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Page_fee_price_sales_img{
    width: 25%;
}
.Page_fee_price_sales_img img{
    width: 100%;
}
.Page_fee_price_sales_coment{
    width: 73%;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border-radius: 8px;
  background-color: #d6fdff;
  text-align: left;
  font-size: 24px;
  line-height: 52px;
  font-weight: 400;
  color: #000000;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #d6fdff transparent transparent;
  translate: -100% -50%;
}
.Page_fee_price_recommend_box{
    text-align: left;
    background-color: #F5F5F5;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.Page_fee_price_recommend_box ul{
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.Page_fee_price_recommend_box ul li{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 52px;
    background-image: url(../img/icon/check_001.png);
    background-position: left 15px;
    background-size: 30px auto;
    background-repeat: no-repeat;
    padding-left: 35px;
    border-bottom: 1px dotted #ACACAC;
}
.Page_fee_Construction_details_box{
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_fee_Construction_details_box::before{
      content:"";
      display: block;
      width:24%;
      order:1;
}
.Page_fee_Construction_details_box::after{
      content:"";
      display: block;
      width:24%;
}
.Page_fee_Construction_details_item{
    width: 24%;
    margin-bottom: 30px;
}
.Page_fee_Construction_details_item img{
    width: 100%;
    margin-bottom: 10px;
}
.Page_fee_Construction_details_item a{
    text-decoration: none;
    color: #121212;
    font-weight: 700;
}
.Page_fee_Construction_details_item h3{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    border-left: 5px solid #1C5A7E;
    padding-left: 10px;
    display: block;
}
.Page_fee_price_normal_box{}
.Page_fee_price_guarantee_txt{}
.Page_fee_price_guarantee_title{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 52px;
    margin-bottom: 30px;
}
.Page_fee_price_guarantee_txt h3:before{
    content: '' !important;
}
.Page_fee_price_guarantee_txt h3{
    display: inline-block;
    font-size: 24px;
    line-height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    width: 70%;
}
.Page_fee_price_guarantee_cment{
    font-size: 18px;
    line-height: 36px;
    background-color: #E3E2FF;
    margin-bottom: 50px;
    text-align: left;
    margin-top: -30px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_fee_price_guarantee_txt p{
    margin-bottom: 15px;
}
.Page_fee_price_guarantee_txt ol{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 50px;
}
.Page_fee_price_guarantee_txt ol li{
    margin-bottom: 15px;
}
.Page_fee_price_guarantee_Annotation{
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 24px;
}

.Page_fee_price_normal_coment{
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.Page_fee_price_normal_img_list{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    background-color: #ECECEC;
}
.Page_fee_price_normal_img_list img{
    width: 90%;
}
/*　ページ 当社の強み　*/
.Page_strengths_bg{
    padding-bottom: 100px;
    padding-top: 0px;
}
.Page_strengths_bloc{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    margin-bottom: 100px;
}
.slant_bg {
    width: 100%;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1px;
    position: relative;
    top: 0px;
}
.slant_bg::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: skewY(7deg);
      z-index: -1;
}

/* 背景色を交互に設定（5色ループ） */
.slant_bg:nth-of-type(5n+1)::before {
    background-color: #E5E5E5;
}

.slant_bg:nth-of-type(5n+2) {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.slant_bg:nth-of-type(5n+2)::before {
    background-color: #FFFFFF;
}
.slant_bg:nth-of-type(5n+3) {
    padding-top: 200px !important;
    padding-bottom: 30px !important;
}
.slant_bg:nth-of-type(5n+3)::before {
    background-color: #FFFEEA;
}
.slant_bg:nth-of-type(5n+4) {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.slant_bg:nth-of-type(5n+4)::before {
    background-color: #1c5a7e;
}

.slant_bg:nth-of-type(5n+5)::before {
      background-color: purple;
}

/* 黄背景用に文字色調整（読みやすく） */
.slant_bg:nth-of-type(5n+4) {
      color: black;
}
.Page_strengths_item1{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.Page_strengths_item2{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 100px;
}
.Page_strengths_item1 .Page_strengths_item_content{
    box-shadow: 0px 0px 4px gray;
    width: 60%;
    background-color: #FFFFFF;
    margin-right: -10%;
    position: relative;
    z-index: 1;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}
.Page_strengths_item2 .Page_strengths_item_content{
    box-shadow: 0px 0px 4px gray;
    width: 60%;
    background-color: #FFFFFF;
    margin-left: -10%;
    position: relative;
    z-index: 1;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}
.Page_strengths_item_content_title_box{
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
}
.Page_strengths_item_content_no{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    display: inline-block;
    color: #1C5A7E;
    margin-right: 10px;
}
.Page_strengths_item_content_title1{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: #1C5A7E;
}
.Page_strengths_item_content_title2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    line-height: 23px;
    color: #840000;
}
.Page_strengths_item_content_list{
    border-bottom: 1px solid #868686;
    margin-bottom: 10px;
}
.Page_strengths_item_content ul{
    text-align: left;
}
.Page_strengths_item_content ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    border-left: 5px solid #1c5a7e;
    padding-left: 10px;
}
a.Page_strengths_item_content_btm{
    background-color: #840000;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #FFFFFF;
}
a:hover.Page_strengths_item_content_btm{
    background-color: #FFFFFF;
    color: #840000;
    border: 2px solid #840000;
}
.Page_strengths_item_content ul li a{
    text-decoration: none;
    color: #FFFFFF;
}
.Page_strengths_item_content_coment{
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 38px;
}

.Page_strengths_item1 .Page_strengths_item_img{
    width: 60%;
    margin-left: -5%;
}
.Page_strengths_item2 .Page_strengths_item_img{
    width: 60%;
    margin-right: -5%;
}
.Page_strengths_item_img img{
    width: 100%;
}
.Page_strengths_box1{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.Page_strengths_box1 img{
    width: 60%;
}
.Page_strengths_box2{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.Page_strengths_box2_title{
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    line-height: 68px;
}
.Page_strengths_box2 ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Page_strengths_box2 ul li{
    width: 15%;
}
.Page_strengths_box2 img{
    width: 100%;
}
.Page_strengths_line{
    margin-top: 50px;
    margin-bottom: 50px;
}
.Page_strengths_line img{
    width: 100%;
}
.Page_strengths_list{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Page_strengths_list_item{
    background-repeat: no-repeat;
    background-position: center center;
    width: 260pt;
    height: 150pt;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
.Page_strengths_list a{
    width: 100%;
    height: 150pt;
    text-decoration: none;
    display: block;
    background-size: 100% auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: center center;
    margin-top: -50px;
}
.Page_strengths_list_item a:hover{
    transition-duration: 0.2s; /*動く時間(なめらかになる)*/
    opacity: .8;
    background-size: 120% auto;
}
.Page_strengths_list_menu_bg1{}
a.Page_strengths_list_menu_bg1{
    color: #FFFFFF;
    background-image: url(../img/top/banner_img01.jpg);
}
.Page_strengths_list_menu_bg2{}
a.Page_strengths_list_menu_bg2{
    color: #000000;
    background-image: url(../img/top/banner_img04.jpg);
}
.Page_strengths_list_menu_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
}
.Page_strengths_promise_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;    
}
.Page_strengths_promise_box .Page_title1{}
.Page_strengths_promise_item{
    background-color: #E5EFF1;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
}
.Page_strengths_promise_item:nth-child(even){
    background-color: #EBF1E5;
}
.Page_strengths_promise_item_no_box{}
.Page_strengths_promise_item_no_box p{
    background-color: #1C5A7E;
    font-family: "Noto Serif JP", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 13px;
}
.Page_strengths_promise_item_txt_box{
    text-align: left;
    margin-left: 20px;
}
.Page_strengths_promise_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 58px;
    color: #1c5a7e;
    margin-bottom: 10px;
}
.Page_strengths_promise_item_coment{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 38px;
}
.Page_strengths_promise_item_coment p{
    margin-bottom: 20px;
}
.Page_strengths_promise_item_coment p:last-of-type{
    margin-bottom: 0px;
}
.Page_strengths_article_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.Page_strengths_article_title{
    margin-bottom: 20px;
}
.Page_strengths_article_coment{
    font-size: 18pt;
    margin-bottom: 40px;
}
.Page_strengths_article_sub_coment{
    font-size: 18px;
    line-height: 36px;
    border-top: 3px double var(--bg2-col);
    border-bottom: 3px double var(--bg2-col);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 80px;
    letter-spacing: 3px;
}
.Page_strengths_article_item{
    margin-top: 50px;
    margin-bottom: 100px;
}
.Page_strengths_article_item_title{
    font-size: 24px;
    margin-bottom: 20px;
}
.Page_strengths_article_item_coment{
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    background-color: #E4EDFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.Page_strengths_oath_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.Page_strengths_oath_box dl{}
.Page_strengths_oath_box dl dt{
    background-color: var(--bg2-col);
    color: #FFFFFF;
    display: inline-block;
    padding-top: 20px;
    padding-right: 120px;
    padding-bottom: 20px;
    padding-left: 120px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px 10px 10px 10px;
}
.Page_strengths_oath_box dl dd{
    text-align: left;
    background-color: #EFEFEF;
    margin-top: -25px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 100px;
}
.Page_strengths_oath_box_dd_title{
    display: block;
    font-size: 24px;
    margin-bottom: 0px;
    text-align: center;
}
.Page_strengths_guidelines_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    margin-top: 100px;
}
.Page_strengths_guidelines_title{
}
.Page_strengths_guidelines_coment{
    font-size: 18px;
    line-height: 36px;
    text-align: left;
}
.Page_strengths_guidelines_item{
    margin-bottom: 50px;
}
.Page_strengths_guidelines_item h3{
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 700;
}
.Page_strengths_guidelines_item p{
    font-size: 18px;
    line-height: 36px;
    text-align: left;
}
/*　ページ 店舗情報　*/
.Page_about_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_about_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_about_title{}
.Page_about_coment_bloc{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 100px;
}
.Page_about_coment_box{
    width: 55%;
    text-align: left;
    position: relative;
    z-index: 2;
}
.Page_about_coment_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 58px;
}
.Page_about_coment_txt{}
.Page_about_coment_txt p{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.Page_about_coment_img{
    width: 50%;
    margin-left: -20%;
}
.Page_about_coment_img_item1{
    text-align: right;
}
.Page_about_coment_img_item1 img{
    width: 60%;
    box-shadow: -20px 20px 0px #0064ad;
    -webkit-box-shadow: -20px 20px 0px #0064ad;
}
.Page_about_coment_img_item2{
    text-align: right;
    margin-top: -200px;
    padding-right: 50px;
}
.Page_about_coment_img_item2 img{
    width: 80%;
    box-shadow: -20px 20px 0px #D1EBFF;
    -webkit-box-shadow: -20px 20px 0px #D1EBFF;
}
.Page_about_coment_img_name{}
.Page_about_coment_img_name p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
    margin-top: -50px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-left: 40%;
    margin-right: auto;
    width: 300px;
    box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Page_about_shop_info_box{}
.Page_about_shop_info_title{}
.Page_about_shop_info_list{
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.Page_about_shop_info_list dl{
    display: flex;
    flex-wrap: wrap;
}
.Page_about_shop_info_list dl dt{
    width: 30%;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    border-right: 1px solid #CFCFCF;
    padding-bottom: 15px;
    padding-top: 15px;
}
.Page_about_shop_info_list dl dd{
    width: 60%;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-left: 10%;
}
/*　ページ ブログ　*/
.Page_blog_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_blog_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.Page_blog_menu{
    width: 23%;
}
.Page_blog_menu_cate_title{
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 41px;
    background-image: url(../img/blog/menu_title_01.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    text-align: left;
    background-position: left center;
    padding-left: 40px;
    border-bottom: 1px solid #1C5A7E;
    margin-bottom: 10px;
}
.Page_blog_menu_cate_list{
    text-align: left;
    margin-bottom: 50px;
}
.Page_blog_menu_cate_list a{
    font-style: normal;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    color: #1C5A7E;
}
.Page_blog_menu_cate_list a:hover{
    color: #f1ab3e;
}
.Page_blog_menu_recently_title{
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 41px;
    background-image: url(../img/blog/menu_title_02.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    text-align: left;
    background-position: left center;
    padding-left: 40px;
    border-bottom: 1px solid #1C5A7E;
    margin-bottom: 10px;
}
.Page_blog_menu_recently_list{
    text-align: left;
    margin-bottom: 20px;
}
.Page_blog_menu_recently_list li{
    margin-bottom: 20px;
}
.Page_blog_menu_recently_list a{
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #1C5A7E;
}
.Page_blog_menu_recently_list a:hover{
    color: #f1ab3e;
}
.Page_blog_menu_recently_list a em{
    font-style: normal;
    color: #1C5A7E;
    margin-right: 10px;
}
.Page_blog_menu_recently_list a:hover em{
    color: #1C5A7E;
}
.Page_blog_menu_past_title{
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 41px;
    background-image: url(../img/blog/menu_title_03.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    text-align: left;
    background-position: left center;
    padding-left: 40px;
    border-bottom: 1px solid #1C5A7E;
    margin-bottom: 10px;
}
.Page_blog_menu_past_list {}

.Page_blog_menu_past_list a {
    display: block;
    text-decoration: none;
    color: #1c5a7e;
}

.Page_blog_menu_past_list label {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color : #1c5a7e;
    cursor : pointer;
    text-align: left;
}
.Page_blog_menu_past_list input {
    display: none;
}

.Page_blog_menu_past_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.Page_blog_menu_past_list li {
    width: 16%;
    height: 0;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: right;
}

.Page_blog_list{
    width: 74%;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 26px;
    opacity: 1;
}
/* アイコン初期表示 */
.toggle-icon::before {
    content: "▶";
    margin-right: 6px;
}

/* 年チェック時に切り替え */
#menu_bar01:checked + label .toggle-icon::before,
#menu_bar02:checked + label .toggle-icon::before {
    content: "▼";
}

.Page_blog_list_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Page_blog_list_item_sam{
    width: 25%;
}
.Page_blog_list_item_sam img{
    width: 100%;
}
.Page_blog_list_item_box{
    width: 73%;
    text-align: left;
}
.Page_blog_list_item_data{
    display: flex;
    margin-bottom: 0px;
}
.Page_blog_list_item_cate{
    margin-right: 10px;
}
.Page_blog_list_item_cate a{
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 7px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}
.Blog_cate01{
    background-color: #c3bb49;
}
.Blog_cate02{
    background-color: #5db260;
}
.Blog_cate03{
    background-color: #1a5680;
}
.Blog_cate04{
    background-color: #d157b9;
}
.Blog_cate05{
    background-color: #a2192d;
}
.Page_blog_list_item_date{
    padding-top: 5px;
    padding-bottom: 7px;
}
.Page_blog_list_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.Page_blog_list_item_coment{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.Page_blog_list_item_continuation{
    text-align: right;
}
.Page_blog_item_bloc{
    width: 74%;
}
.Page_blog_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 20px;
    text-align: left;
}
.Page_blog_item_bloc img{
    max-width: 860px;
    margin-bottom: 50px;
}
.Page_blog_item_bloc p{
    line-height: 162%;
    margin-bottom: 30px;
    text-align: left;
}
.Page_blog_item_bloc p img {
    display: block;
    margin: 0 auto;
}
.Page_blog_item_ego_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.Page_blog_item_ego_img {
    width: 14%;
}
.Page_blog_item_ego_img img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #8F8F8F;
}
.Page_blog_item_ego_coment {
    width: 84%;
  position: relative;
  display: inline-block;
  margin-left: 9px;
  padding: 16px;
  border: 2px solid #1c5a7e;
  border-radius: 8px;
  background-color: #f8fbff;
  text-align: left;
  color: #1c5a7e;
}
.Page_blog_item_ego_coment p {
    line-height: 268%;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.Page_blog_item_ego_coment::before {
  content: "";
  position: absolute;
  top: 19%;
  left: 0;
  border-style: solid;
  border-width: 8px 9px 8px 0px;
  border-color: transparent #1c5a7e transparent transparent;
  translate: -100% -50%;
}

.Page_blog_item_ego_coment::after {
  content: "";
  position: absolute;
  top: 19%;
  left: 0;
  border-style: solid;
  border-width: 5.3px 6px 5.3px 0;
  border-color: transparent #f8fbff transparent transparent;
  translate: -100% -50%;
}
h3.Page_blog_item_title_01{
    margin-bottom: 0.2rem;
    padding: 1.2rem;
    color: #FFFFFF;
    outline: 2px dashed #FFFFFF;
    outline-offset: -10px;
    background-color: #1c5a7e;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

    
/*　ページ 実例　*/
.Page_example_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_example_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_example_title{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_example_case_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Page_example_case_list a{
    width: 49%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.Page_example_case_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Page_example_case_item{
    position: relative;
    text-align: left;
}
.Page_example_case_item_new{
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.Page_example_case_item_new img{
    width: 100%;
}
.Page_example_case_item_img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.Page_example_case_item_img p{
    width: 49.5%;
}
.Page_example_case_item_img img{
    width: 100%;
}
.Page_example_case_item_toi{
    text-align: right;
    position: relative;
    margin-top: -36px;
    margin-bottom: 10px;
}
.Page_example_case_item_toi p{
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Page_example_case_item_date{
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}
.Page_example_case_item_acc{
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    background-color: #E1E1E1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
}
.Page_example_item_bloc{
    text-align: left;
}
.Page_example_item_bloc figure {
    text-align: center;
    margin-bottom: 100px;
}
.Page_example_item_bloc p{
    margin-bottom: 30px;
    line-height: 188%;
}
.Page_example_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
}
.Page_example_item_overview{
    background-color: #DAEDFF;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    margin-bottom: 100px;
    text-align: center;
}
.Page_example_item_overview_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
}

.Page_example_item_overview dl{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.Page_example_item_overview dt{
    width: 15%;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px dotted #CDCDCD;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.Page_example_item_overview dt:nth-last-child(-n + 2),
.Page_example_item_overview dt:nth-last-child(-n + 4){
    border-bottom: 0px dotted #CDCDCD;
    padding-bottom: 0px;
}
.Page_example_item_overview dd{
    width: 33%;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px dotted #CDCDCD;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.Page_example_item_overview dd:nth-last-child(-n + 1),
.Page_example_item_overview dd:nth-last-child(-n + 3){
    border-bottom: 0px dotted #CDCDCD;
    padding-bottom: 0px;

}
.Page_example_item_bloc img{
    max-width: 1180px;
}
.Page_example_item_property_info_box{
    background-color: #DAEDFF;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    margin-bottom: 100px;
}
.Page_example_item_property_info_box dl{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1c5a7e;
    color: #FFFFFF;
}
.Page_example_item_property_info_box dt{
    width: 20%;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.Page_example_item_property_info_box dd{
    width: 28%;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.wp-block-columns {
  justify-content: center; /* カラム同士を中央揃え */
}
.Page_example_BA_first_box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_example_BA_first_left{
    width: 48%;
}
.Page_example_BA_first_right{
    width: 48%;
}
.Page_example_BA_first_box{
    margin-bottom: 50px;
}
.Page_example_BA_first_box figure{
    margin-bottom: 10px;
}
.Page_example_BA_first_box img{
    width: 100%;
}
.Page_example_BA_box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/icon/next_03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
}
.Page_example_BA_box figure{
    margin-bottom: 0px;
}
.Page_example_BA_box img{
    width: 88%;
    object-fit: cover; /* この一行を追加するだけ！ */
}
.Page_example_BA_box p{
    width: 88%;
}
.Page_example_BA_img_right img{
    margin-left: auto;
}
.Page_example_BA_img_right p{
    margin-left: auto;
}
/*　ページ お客様の声　*/
.Page_voice_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_voice_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_voice_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 80px;
}
.Page_voice_box{
    position: relative;
    padding: 50px 0 10px;
    margin: 0 0 100px;
}

.Page_voice_box_bg{
    padding-top: 0px;
    padding-bottom: 100px;
}
.Page_voice_box_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_voice_box_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.Page_voice_box_coment{
    color: #FFFFFF;
    margin-bottom: 50px;
}
.Page_voice_box_img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Page_voice_box_img p{
    width: 49%;
}
.Page_voice_box_img img{
    width: 100%;
}
.Page_voice_box_user_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_voice_box_user_list::after{
      content:"";
      display: block;
      width:32%;
}
.Page_voice_box_user_list a{
    width: 32%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
}
.Page_voice_box_user_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Page_voice_box_user_item{
    text-align: left;
    position: relative;
}
.Page_voice_box_user_item_score_box{
    border-radius: 120px;
    border: 3px solid var(--text3-col);
    display: inline-block;
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 15px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: -20px;
}
.Page_voice_box_user_item_score_txt1{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.Page_voice_box_user_item_score_ten{
    color: var(--text3-col);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.Page_voice_box_user_item_score_img{
    margin-bottom: 10px;
}
.Page_voice_box_user_item_score_img img{
    width: 100%;
    object-fit: cover;/* 画像をクリッピングマスクする*/
    height: 200px;
    object-position: 0% 0%
}
.Page_voice_box_user_item_score_date{
    margin-bottom: 10px;
}
.Page_voice_box_user_item_score_title{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
}
.Page_voice_box_user_item_score_txt2{
    font-size: 14px;
    line-height: 26px;
}
.Page_voice_item_title{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    border-bottom: solid 3px #cce4ff;
    position: relative;
    line-height: 162%;
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
}
.Page_voice_item_title:after{
          position: absolute;
          content: " ";
          display: block;
          border-bottom: solid 3px #1c5a7e;
          bottom: -3px;
          width: 20%;
}
.Page_voice_item_box{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_voice_item_img{
    width: 40%;
}
.Page_voice_item_img img{
    width: 100%;
}
.Page_voice_item_question_box{
    width: 50%;
    text-align: left;
}
.Page_voice_item_question_title{
    border-left: 8px solid #1C5A7E;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 142%;
    font-size: 18px;
    padding-left: 10px;
    letter-spacing: 2px;
    color: #1C5A7E;
    margin-bottom: 10px;
}
.Page_voice_item_question_coment{
    line-height: 168%;
    font-size: 16px;
    margin-bottom: 30px;
}
.Page_voice_item_good_box{
    background-color: #1C5A7E;
    text-align: center;
    padding-top: 5px;
    border: 2px solid #1C5A7E;
}
.Page_voice_item_good_title{
    font-weight: 700;
    line-height: 142%;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.Page_voice_item_good_score{
    background-color: #FFFFFF;
    line-height: 168%;
    font-size: 52px;
    color: #FF0004;
}
.Page_voice_item_requirements_box{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #1C5A7E;
    border-bottom: 1px solid #1C5A7E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.Page_voice_item_requirements_acc{
    width: 24%;
    background-color: #1C5A7E;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 22px;
}
.Page_voice_item_requirements_acc_answer{
    width: 24%;
    font-size: 20px;
    line-height: 168%;
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: left;
}
.Page_voice_item_requirements_content{
    width: 24%;
    background-color: #1C5A7E;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 22px;
}
.Page_voice_item_requirements_content_answer{
    width: 24%;
    font-size: 20px;
    line-height: 140%;
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: left;
}
.Page_voice_item_q_a_box{
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #1C5A7E;
    margin-bottom: 50px;
}
.Page_voice_item_q_a_title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.Page_voice_item_q_a_coment{
    font-size: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1C5A7E;
    padding-bottom: 30px;
}
.Page_voice_item_q_a_box dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_voice_item_q_a_box dl dt{
    width: 16%;
    font-size: 16px;
    line-height: 168%;
    font-weight: 700;
    margin-bottom: 20px;
}
.Page_voice_item_q_a_box dl dd{
    width: 84%;
    font-size: 16px;
    line-height: 168%;
    text-align: left;
    margin-bottom: 20px;
}
.Page_voice_item_our_store_box{
    width: 100%;
}
.Page_voice_item_our_store_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 142%;
    font-size: 24px;
    padding-left: 10px;
    letter-spacing: 2px;
    color: #1C5A7E;
    margin-bottom: 10px;
    border-bottom: 1px solid #1C5A7E;
    padding-bottom: 10px;
}
.Page_voice_item_our_store_coment{
    line-height: 168%;
    text-align: left;
    margin-bottom: 50px;
}
.Page_voice_item_our_store_coment p{
    line-height: 168%;
    text-align: left;
    margin-bottom: 20px;
}
.Page_voice_item_btm{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;
    justify-content: space-around;
}
/*　ページ 全額返金保証制度　*/
.Page_money_back_bg{
    padding-top: 100px;
    padding-bottom: 10px;
}
.Page_money_back_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_money_back_title_img{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    }
.Page_money_back_title_img img{
    width: 100%;
}
.Page_money_back_page_top_coment{
    background-color: #EFEAFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 100px;
}
.Page_money_back_page_top_coment_pay{
    font-weight: 700;
    line-height: 162%;
    font-size: 42px;
    color: #FF0004;
    margin-left: 5px;
    margin-right: 5px;
}
.Page_money_back_page_top_coment h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    font-size: 34px;
    background-color: #1c5a7e;
    color: #FFFFFF;
    border-radius: 50px;
    margin-bottom: 30px;
    margin-top: -70px;
}
.Page_money_back_page_top_coment p{
    line-height: 200%;
    font-size: 20px;
    margin-bottom: 20px;
}
.Page_money_back_page_top_coment ul{
    background-color: #FFFFFF;
    display: inline-block;
    text-align: left;
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 30px;
}
.Page_money_back_page_top_coment ul li{
    font-weight: 700;
    line-height: 162%;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../img/icon/check_001.png);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: left 7px;
    padding-left: 30px;
}
.Page_money_back_page_top_coment h4{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    font-size: 34px;
    color: #FF0004;
    margin-bottom: 30px;
}
.Page_money_back_page_bloc_box01{
    margin-bottom: 100px;
    text-align: left;
}
.Page_money_back_page_bloc_box01 h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    font-size: 28px;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01_title01 {}
.Page_money_back_page_bloc_box01_title01 p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px !important;
    line-height: 46px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 10px;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    background-color: var(--bg2-col);
    color: #FFFFFF;
    display: inline-block;
}
.Page_money_back_page_bloc_box01_title02{
    font-weight: 700;
    line-height: 162%;
    font-size: 20px !important;
    margin-top: 50px;
}
.Page_money_back_page_bloc_box01_title02 p{
    font-weight: 700;
    line-height: 162%;
    font-size: 28px !important;
}
.Page_money_back_page_bloc_box01_waku01{
}
.Page_money_back_page_bloc_box01_waku02{
    border: 2px solid #1c5a7e;
    padding-top: 10px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 16px;
    border-radius: 10px;
}
.Page_money_back_page_bloc_box01 p{
    line-height: 162%;
    font-size: 18px;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01 h4{
    line-height: 162%;
    font-size: 20px !important;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01 h5{
    line-height: 162%;
    font-size: 22px !important;
    font-weight: 700;
}
.Page_money_back_page_bloc_box01_ul_01{
    width: 98%;
    text-align: left;
    background-color: #FFF9D1;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-image: url(../img/money_back/old_couple.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 250px auto;
}
.Page_money_back_page_bloc_box01_ul_01 li{
    background-image: url(../img/icon/icon_trouble_01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 15px auto;
    line-height: 162%;
    font-size: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.Page_money_back_page_bloc_box01_ul_02{
    text-align: left;
    background-color: #FFFDC8;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.Page_money_back_page_bloc_box01_ul_02 li{
    background-image: url(../img/icon/list_icon_01.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    background-size: 15px auto;
    line-height: 162%;
    font-size: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.Page_money_back_page_bloc_box01_ul_03{
    text-align: left;
    background-color: #EFEAFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.Page_money_back_page_bloc_box01_ul_03 li{
    background-image: url(../img/icon/kigou_2maru.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    background-size: 15px auto;
    line-height: 162%;
    font-size: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.Page_money_back_page_bloc_box01_ul_05{
    width: 98%;
    text-align: left;
    background-color: #FFF9D1;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01_ul_05 li{
    background-image: url(../img/icon/check_001.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 20px auto;
    line-height: 162%;
    font-size: 20px;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.Page_money_back_page_bloc_box01_ol_01 {
    text-align: left;
    background-color: #EAFFF0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.Page_money_back_page_bloc_box01_ol_01 li{
    line-height: 162%;
    font-size: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    list-style-type: decimal;
    list-style-position: inside;
}
.Page_money_back_page_bloc_box01_voice_list{
    display: flex;
    justify-content: space-between;
}
.Page_money_back_page_bloc_box01_voice_item{
    width: 24%;
    text-align: center;
    border: 1px solid #C9C9C9;
}
.Page_money_back_page_bloc_box01_voice_img{
    padding-top: 10px;
}
.Page_money_back_page_bloc_box01_voice_name{
    font-weight: 700;
}
.Page_money_back_page_bloc_box01_voice_coment{
    text-align: left;
    font-size: 14px !important;
    line-height: 162% !important;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_money_back_page_bloc_box01_txt_01 {
    text-align: right;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px !important;
    line-height: 162%;
}
.Page_money_back_page_bloc_box01_photo_list {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: 100px;
}
.Page_money_back_page_bloc_box01_photo_list p {
    width: 23%;
}
.Page_money_back_page_bloc_box01_photo_list p img{
    width: 100%;
}
.Page_money_back_page_bloc_box01_q_a_title{
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    background-image: radial-gradient(circle at center, var(--text3-col) 15%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1.07em 0.5em; /* 点の間隔とサイズ調整 */
    padding-top: .2em; /* 縦方向の位置調整 */
    color: var(--text3-col);
}
.Page_money_back_page_bloc_box01_q_a_box{}
.Page_money_back_page_bloc_box01_q_a_box h3{
    letter-spacing: 2px;
}
.Page_money_back_page_bloc_box01_q_a_list{}
.Page_money_back_page_bloc_box01_q_a_item{}
.Page_money_back_page_bloc_box01_q_a_item_img{
    text-align: right;
    margin-bottom: -123px;
    margin-right: 20px;
}
.Page_money_back_page_bloc_box01_q_a_item_img img{
    width: 130px;
}
.Page_money_back_page_bloc_box01_q_a_item_no{
    border-radius: 50px;
    background-color: #FFFD00;
    font-weight: 700;
    font-style: normal;
    font-size: 18px !important;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    border: 3px solid #FF0004;
    display: inline-block;
    margin-bottom: -50px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.Page_money_back_page_bloc_box01_q_a_item_txt{
    border-radius: 20px;
    background-color: #0064ad;
    padding-top: 20px;
    padding-bottom: 1px;
    padding-left: 70px;
    padding-right: 20px;
    margin-bottom: 50px;
    margin-top: -65px;
}
.Page_money_back_page_bloc_box01_q_a_item_txt p{
    font-size: 28px !important;
    color: #FFFFFF;
    font-weight: 700;
}
.Page_money_back_page_bloc_box01_btm{
    background-color: #EFEAFF;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/icon/kabe_01.jpg);
    background-size: auto 100%;
    margin-bottom: 100px;
    text-align: center;
}
.Page_money_back_page_bloc_box01_btm h3{
    font-weight: 700;
    font-style: normal;
    font-size: 28px !important;
    line-height: 162%;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01_btm a{
    width: 30%;
    font-size: 24px;
    line-height: 168%;
    border-radius: 10px;
}
/*　ページ 問い合わせ　*/
.Page_contact_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_contact_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_contact_sub_coment{
    margin-bottom: 50px;
}
.Page_contact_sub_coment p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 160%;
    font-size: 18px;
}
.Page_contact_sub_form_box{}

.Page_contact_sub_form_box dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_contact_sub_form_box dl dt{
    font-weight: 700;
    line-height: 160%;
    font-size: 20px;
    width: 25%;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.Page_contact_sub_form_box dl dd{
    width: 70%;
    padding-bottom: 30px;
    text-align: left;
}
.Page_contact_sub_form_box label{
    border-radius: 5px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    margin-right: 20px;
}
span.wpcf7-form-control.wpcf7-checkbox.test .wpcf7-list-item {
  display: block;
  margin-bottom: 5px; /* 項目同士の余白（任意） */
}
.Page_contact_sub_form_box input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 5px;
}
.Page_contact_sub_form_box input[type='text'],input[type='email'],textarea {
    font: 16px/2.0 sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6em;
    color: #000000;
    border: 1px solid #1b2538;
    border-radius: 4px;
    transition: 0.3s;
}
.Page_contact_sub_form_box input[type='text']:focus,input[type='email']:focus,textarea:focus {
  border: 1px solid #da3c41;
  box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
  outline: none;
}
.Page_contact_sub_form_box input:focus::placeholder,textarea:focus::placeholder {
  color: transparent;
}
.Page_contact_sub_form_box textarea {
    height: 300px;
}
.Page_contact_sub_form_box .button01{
    width: 40%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    border-radius: 10px;
    border: 3px solid var(--bg2-col);
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: red;            /* 文字色を赤に */
    font-size: 18px;       /* 文字サイズ */
    line-height: 1.8;      /* 行間 */
    background-color: #fff0f0; /* 背景色（オプション） */
    border: 2px solid red; /* 枠線の色と太さ（オプション） */
    padding: 10px;
    border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #225c7c;           /* 文字色（例：緑） */
  font-size: 18px;        /* 文字サイズ */
  font-weight: bold;      /* 太字にしたい場合 */
  background-color: #e6ffe6; /* 背景色（薄い緑） */
  border: 2px solid #225c7c;   /* 枠線 */
  padding: 10px;
  border-radius: 5px;
  line-height: 1.6;
}
input, button, textarea, select {}
  /* 左3つ並びの場合(space-between指定時)
.Page-panel1::after{
      content:"";
      display: block;
      width:30%;
}
  */
  /* 左4つ並びの場合(space-between指定時)
.Page-panel1::before{
      content:"";
      display: block;
      width:23%;
      order:1;
}
.Page-panel1::after{
      content:"";
      display: block;
      width:23%;
}
  */


/* ページ共通 contact */
input, button, textarea, select {}


/* ページ共通 ボタン */
.button01 {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.button01::before,
.button01::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button01,
.button01::before,
.button01::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button01 {
    background-color: var(--bg2-col);
    border: 2px solid var(--bg2-col);
    color: #fff;
}
.button01:link {
    color: #fff;
}
.button01:hover {
    background-color: #fff;
    border-color: var(--bg2-col);
    color: var(--bg2-col);
}
/* 02 */
.button02 {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.button02::before,
.button02::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button02,
.button02::before,
.button02::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button02 {
    background-color: #449F6B;
    border: 2px solid #449F6B;
    color: #fff;
}
.button02:link {
    color: #fff;
}
.button02:hover {
    background-color: #fff;
    border-color: #449F6B;
    color: #449F6B;
}
/* 019 */
.button019 a {
    background: #d9ede7;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    padding: 10px 55px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: var(--bg2-col);
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
/* フッター 共通 */
.Foot_bg{}
.Foot_bloc{}
.Foot_main_bg{
    background-image: url(../img/foot/main_bg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: 200% auto;
}
.Foot_main_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}
.Foot_main_box_coment{
    width: 50%;
}
.Foot_main_box_logo{
    width: 70%;
    margin-bottom: 20px;
}
.Foot_main_box_logo img{
    width: 100%;
}
.Foot_main_box_acc{
    text-align: left;
    font-size: 14pt;
    line-height: 32px;
    margin-bottom: 20px;
}
.Foot_main_box_time{
    text-align: left;
    font-size: 14pt;
    line-height: 32px;
    margin-bottom: 20px;
}
.Foot_main_box_tel{
    text-align: left;
}
.Foot_main_box_tel p{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 3px;
}
.Foot_main_box_area{
    width: 50%;
}
.Foot_main_box_area_contact_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Foot_main_box_area_contact1{
    width: 50%;
    height: 100%;
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
}
.Foot_main_box_area_contact1 a {
    display: block;
    width: 100%;
    height: 75px;
    background-color: var(--bg1-col);
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 27px;
    padding-left: 115px;
    background-image: url(../img/hed/contact_01.png);
    background-repeat: no-repeat;
    background-position: 65px center;
    background-size: 40px auto;
}
.Foot_main_box_area_contact1 a:hover {
    background-color: #FFBC56;
}
.Foot_main_box_area_contact2{
    width: 50%;
    height: 100%;
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
}
.Foot_main_box_area_contact2 a {
    display: block;
    width: 100%;
    height: 75px;
    background-color: var(--bg2-col);
    color: #FFFFFF;
    padding-top: 23px;
    padding-left: 60px;
    background-image: url(../img/hed/contact_02.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    background-size: 40px auto;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
}
.Foot_main_box_area_contact2 a:hover {
    background-color: #377BA3;
}
.Foot_main_box_area_box{
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}
.Foot_main_box_area_box_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 20px;
    font-size: 24px;
    margin-bottom: 10px;
}
.Foot_main_box_area_box_coment{}
.Foot_main_box_area_box_coment p{
    padding-bottom: 10px;
    line-height: 24px;
}
.Foot_menu_bg{
    background-color: #1C5A7E;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Foot_menu_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.Foot_menu_box ul{
    text-align: left;
    width: 250px;
}
.Foot_menu_box ul a{
    color: #FFFFFF;
    text-decoration: none;
}
.Foot_menu_box a:hover {
    color: #F1AB3E;
    padding-left: 10px;
}
.Foot_menu_box ul li{
    margin-bottom: 30px;
}
.Foot_cp_bg{
    background-color: #1C5A7E;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 50px;
}
.Foot_cp_box{}
.Foot_fixed_btm_bg{
    display: none;
}
/*　リストアイコン軍　*/

/* 非表示 */
.pc-hide{
    /*<br / class="pc-hide">*/
    display: none;
}
/*　アンカーマージン　*/
.anchor {
    padding-top: 60px;
    margin-top: -60px;
    display:inline-block;
}
.anchor2 {
    padding-top: 150px;
    margin-top: -150px;
    display:inline-block;
}

}
@media screen and (max-width: 828px){
/**************************
スマホ用スタイル
**************************/
/* ヘッダ */
.Hed_bg{
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--bg2-col);
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.Hed_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Hed_box{}
.Hed_box_left{
    width: 100%;
    text-align: left;
    margin-top: 8px;
    margin-left: 8px;
}
.Hed_box_right{
    display: none;
}
.Hed_box_h1_txt{
    display: none;
}
.Hed_box_logo{
    width: 48%;
}
.Hed_box_logo img{
    width: 100%;
}
.Hed_box_tel{
    display: none;
}
.Hed_box_tel h3{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 3px;
}
.Hed_box_contact1{
    width: 50%;
    height: 100%;
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
}
.Hed_box_contact1 a {
    display: block;
    width: 100%;
    height: 75px;
    background-color: var(--bg1-col);
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 27px;
    padding-left: 85px;
    background-image: url(../img/hed/contact_01.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    background-size: 40px auto;
}
.Hed_box_contact1 a:hover {}
.Hed_box_contact2{
    width: 50%;
    height: 100%;
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
}
.Hed_box_contact2 a {
    display: block;
    width: 100%;
    height: 75px;
    background-color: var(--bg2-col);
    color: #FFFFFF;
    padding-top: 7px;
    padding-left: 60px;
    background-image: url(../img/hed/contact_02.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    background-size: 40px auto;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
}
.Hed_box_contact2 a:hover {}

/*　ヘッダメニュー 開閉CSSは最下部に有り　*/
.Hed_menu_bloc{}

.Hed_menu {
    text-align: center;
    color: #fff;
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* バーガーメニューCSS */
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed;
  right: 17px;
  top: 15px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 1300;
}

.hamburger__line {
    position: absolute;
    width: 35px;
    height: 1px;
    right: 0;
    background-color: #FFFFFF;
    transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 13px;
}

.hamburger__line--3 {
  top: 25px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  top: -100%; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
  left: 0;
  width: 100%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}

/*ハンバーガーがクリックされたら上からスライド*/
.open .sp-nav {
  top: 55px;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
.open body {
  height: 100%;
  overflow: hidden;
}
/* ヘッダーからのコンテンツまでの隙間 */
.Hed_contens_space{
    height: 40px;
}
/* スライドCSS */
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 400px!important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 98%;
}
.swiper-slide h2{
    margin-top: 270px;
    font-size: 24px;
    line-height: 28px;
    /* [disabled]margin-bottom: 10px; */
    display: block;
    background-color: rgba(255, 255, 255, 0.562);
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 10px;
}
.swiper-slide h3{
    font-size: 18px;
    line-height: 24px;
    display: block;
    background-color: rgba(255, 255, 255, 0.562);
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}
/* ページ共通 H1タイトル・コメント */
.Page_title1{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #C5C5C5;
    border-bottom: 3px solid var(--bg2-col);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_title2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #C5C5C5;
    border-bottom: 3px solid var(--bg2-col);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_title3{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--bg2-col);
    color: #FFFFFF;
    padding-bottom: 15px;
    padding-top: 10px;
}
.Page_title4{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    background-color: var(--bg2-col);
    color: #FFFFFF;
    display: inline-block;
    width: 90%;
    margin-left: 10px;
    margin-right: auto;
}
.Page_title5{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
    background-color: #EDEFFF;
    border-left: 20px solid #285772;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_title6{
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    border-bottom: 3px solid var(--bg2-col);
    display: inline-block;
}
.Page_coment1{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 80px;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
.Page_coment2{
    font-weight: 700;
    font-style: normal;
    margin-bottom: 80px;
    text-align: left;
    font-size: 18px;
    line-height: 38px;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
.Page_coment2 p{
    margin-bottom: 20px;
}
.Page_coment2 p:last-of-type{
    margin-bottom: 0px;
}
.Page_coment3{
    width: 98%;
    margin-left: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 40px;
    text-align: left;
    font-size: 18px;
    line-height: 38px;
    background-color: #ECDBDC;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 50px;
    margin-top: -70px;
    padding-bottom: 30px;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
/* ページ共通 BGカラー＆壁紙 */
.bloc_bg1{
    background-image: url(../img/bg/pic_01.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: 200% auto;
}
.bloc_bg2{
    background-image: url(../img/bg/pic_02.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: 20% auto;
    /* 右肩上がり 
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    */
    /* 右肩下がり */
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
}
.bloc_bg3{
    background-color: #111455;
}
/* ページ共通 blogカテゴリーBGカラー */
.Cat_blog_01{
    background-color: #5674FF;
    color: #FFFFFF;
}
.Cat_blog_02{
    background-color: #FFC22E;
    color: #FFFFFF;
}
.Cat_blog_03{
    background-color: #8CFF55;
    color: #FFFFFF;
}
.Cat_blog_04{
    background-color: #FF7055;
    color: #FFFFFF;
}
.Cat_blog_05{
    background-color: #F555FF;
    color: #FFFFFF;
}
/* ページ共通 事例カテゴリーBGカラー */
.Cat_case_01{
    background-color: #5674FF;
    color: #FFFFFF;
}
.Cat_case_02{
    background-color: #F0AA00;
    color: #FFFFFF;
}
.Cat_case_03{
    background-color: #44D300;
    color: #FFFFFF;
}
.Cat_case_04{
    background-color: #FF7055;
    color: #FFFFFF;
}
/* Top お知らせ */
.Top_news_bg{
    margin-bottom: 100px;
}
.Top_news_bloc{}
/*タブ切り替え全体のスタイル*/
.Top_news_tabs {
    background-color: #fff;
    width: 96%;
    margin: 0 auto;
}

/*タブのスタイル*/
.Top_news_tab_item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: calc(90%/3);
    height: 40px;
    background-color: var(--bg2-col);
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-left: 10px;
    margin-bottom: -2px;
    border-right: 2px solid var(--bg2-col);
    border-left: 2px solid var(--bg2-col);
    border-top: 2px solid var(--bg2-col);
}
.Top_news_tab_item:hover {
  opacity: 1;
}

/*ラジオボタンを全て消す*/
.Top_news_bloc input[name="Top_news_tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.Top_news_tab_content {
    display: none;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
    clear: both;
    overflow: hidden;
    background-color: #FFFFFF;
    border-right: 2px solid var(--bg2-col);
    border-bottom: 2px solid var(--bg2-col);
    border-left: 2px solid var(--bg2-col);
    border-top: 2px solid var(--bg2-col);
    text-align: left;
}


/*選択されているタブのコンテンツのみを表示*/
#blog:checked ~ #blog_content,
#construction:checked ~ #construction_content,
#voice:checked ~ #voice_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.Top_news_tabs input:checked + .Top_news_tab_item {
    background-color: #FFFFFF;
    color: #000000;
}
.Top_news_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 20px;
    padding-top: 20px;
}
.Top_news_tab_content a{
    background-image: url(../img/icon/next_01.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 10px auto;
    text-decoration: none;
    color: #000000;
    display: block;
}
.Top_news_tab_content a:hover{
    background-position: 100% center;
}
.Top_news_item_categ{
    width: 30%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.Categ_cal00{
    background-color: #E1E1E1;
    color: #000000;
}
.Categ_cal01{
    background-color: #FFF5CC;
}
.Categ_cal02{
    background-color: #B9FFAF;
}
.Categ_cal03{
    background-color: #FDD6FF;
}
.Categ_cal04{
    background-color: #D7DBFF;
}
.Categ_cal05{
    background-color: #FFBBBB;
}
.Top_news_item_date{
    width: 65%;
    margin-bottom: 10px;
}
.Top_news_item_coment{
    width: 100%;
    line-height: 168%;
    padding-right: 3%;
}
/* Top こんな会社 */
.Top_company_bg{}
.Top_company_bloc{}
.Top_company_title{
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px #C5C5C5;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Top_company_title:before,
.Top_company_title:after {
    position: relative;
    display: inline-block;
    content: "";
    background: var(--bg2-col);
    width: 1px;
    height: 1.5em;
    margin-right: 1%;
    margin-left: 1%;
    vertical-align: middle;
}
.Top_company_title:before {
  transform: rotate(-35deg);
}
 
.Top_company_title:after {
  transform: rotate(35deg);
}
.Top_company_coment{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 42px;
}
.Top_company_txt01{
    color: var(--text1-col);
    font-weight: 700;
}
.Top_company_line{
    margin-top: 50px;
    margin-bottom: 50px;
}
.Top_company_line img{
    width: 100%;
}
.Top_company_staff_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px #C5C5C5;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.Top_company_staff_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.Top_company_staff_box .swiper{}
.Top_company_staff_box .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 300px!important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 74% auto;
    text-align: center;
    margin-bottom: 100px;
}
.Top_company_staff_box .swiper-slide h2{
    margin-top: 250px;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding-bottom: 5px;
    color: #000000;
    font-family: "メイリオ", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 20px;
}
.Top_company_staff_box .swiper-slide h3{
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
    color: #000000;
    font-family: "メイリオ", serif;
    font-weight: 400;
    font-style: normal;
}
/* 前への矢印 */
.Top_company_staff_box .swiper-button-prev {
    left: 5px;
}
/* 次への矢印 */
.Top_company_staff_box .swiper-button-next {
  right: 5px;
}
/* 前へ次への矢印カスタマイズ */
.Top_company_staff_box .swiper-button-prev,
.Top_company_staff_box .swiper-button-next {
    width: 40px!important;
    top: 38%!important;
}

.Top_company_staff_box .swiper-button-prev::after,
.Top_company_staff_box .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: ""!important;
    height: 50px;
    margin: auto;
    width: 100px;
    display: inline-block;
}
/* 前への矢印カスタマイズ */
.Top_company_staff_box .swiper-button-prev::after {
    background-image: url(../img/icon/back_02.png);
}
/* 次への矢印カスタマイズ */
.Top_company_staff_box .swiper-button-next::after {
    background-image: url(../img/icon/next_02.png);
}
/* Top 強み*/
.Top_strengths_bg{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.Top_strengths_bloc{
    max-width: 980px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_strengths_title p{
    font-size: 28px;
    line-height: 40px;
}
.Top_strengths_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.Top_strengths_list a{
    display: block;
    width: 48%;
    text-align: center;
    text-decoration: none;
    color: #3D3D3D;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Top_strengths_list a:hover{
    background-color: var(--bg2-col);
    color: #FFFFFF;
}
.Top_strengths_item{}
.Top_strengths_item img{
    width: 50%;
    margin-bottom: 30px;
}
.Top_strengths_list a:hover img{
     filter: invert(100%);
}
.Top_strengths_item_coment p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}
a .Top_strengths_item_txt1{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: var(--text2-col);
}
a:hover .Top_strengths_item_txt1{
    color: #FFFFFF;
}
/* Top サービス*/
.Top_service_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Top_service_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_service_left_box{
    width: 100%;
    text-align: left;
}
.Top_service_left_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
    text-align: center;
}
.Top_service_left_coment{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 60px;
}
.Top_service_right_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Top_service_right_box a{
    display: block;
    width: 48%;
    text-decoration: none;
    color: #272727;
}
.Top_service_right_box a:nth-child(even){
    padding-top: 30px;
}
a:hover .Top_service_right_item img{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
    margin-top: -10px;
}
.Top_service_right_item{
    height: 150px;    
}
.Top_service_right_item img{
    width: 100%;
    margin-bottom: 10px;
}
a .Top_service_right_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
a:hover .Top_service_right_item_title{
    color: #A62B2B;
    transition: 0.2s linear;
}
/* Top 料金*/
.Top_pay_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Top_pay_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_pay_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.Top_pay_coment{
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 50px;
}
.Top_pay_list{}
.Top_pay_list a{
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    width: 100%;
}
.Top_pay_item{
    margin-bottom: 80px;
    text-align: right;
}
.Top_pay_item_img{
    width: 220px; 
    overflow: hidden; /*拡大した時はみ出た部分を隠す*/
    margin-left: auto;
   
}
.Top_pay_item img{
    width: 100%;
    object-fit: cover; /* この一行を追加するだけ！ */
    position: relative;
}
a:hover .Top_pay_item img{
    transition-duration: 0.2s; /*動く時間(なめらかになる)*/
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.Top_pay_item_title_cal1{
    background-color: var(--bg2-col);
}
.Top_pay_item_title_cal2{
    background-color: #7E4C1C;
}
.Top_pay_item_title_cal3{
    background-color: #1C7E30;
}
.Top_pay_item_title_cal4{
    background-color: #7E1C1C;
}
.Top_pay_item_title_cal5{
    background-color: #7E1C68;
}
.Top_pay_item_title{
    color: #FFFFFF;
    clip-path: polygon(0% 0%, 55% 0%, 40% 100%, 0% 100%);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    padding-top: 20px;
    position: relative;
    margin-top: -196px;
    text-align: left;
    padding-left: 20px;
    height: 196px;
}
.Top_pay_item_price{
    display: flex;
    flex-direction: column-reverse;
    background-color: #FFFFFF;
    position: relative;
    color: var(--text3-col);
    width: 200px;
    margin-top: -80px;
    left: 20px;
    text-align: center;
}
.Top_pay_item_price p{
    z-index: 10;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;

}
.Top_pay_item_price_txt1{
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    z-index: 11;
    padding-top: 30px;
}
.Top_pay_item_price_txt2{
    color: #414141!important;
    padding-bottom: 10px;    
}
/* Top 事例*/
.Top_case_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Top_case_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_case_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
}
.Top_case_list{
    width: 100%;
    margin-bottom: 50px;
}
.Top_case_list a{
    width: 100%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .1)!important;
}
.Top_case_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Top_case_item{
    position: relative;
    text-align: left;
}
.Top_case_item_new{
    width: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.Top_case_item_new img{
    width: 100%;
}
.Top_case_item_img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.Top_case_item_img p{
    width: 49.5%;
}
.Top_case_item_img img{
    width: 100%;
}
.Top_case_item_toi{
    text-align: right;
    position: relative;
    margin-top: -36px;
    margin-bottom: 10px;
}
.Top_case_item_toi p{
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6.1px;
    font-size: 14px;
}
.Top_case_item_date{
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}
.Top_case_item_acc{
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    background-color: #E1E1E1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
}
Top_case_item_btm{}
/* Top ブログ*/
.Top_blog_bg{
    padding-top: 50px;
    padding-bottom: 150px;
}
.Top_blog_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_blog_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
}
.Top_blog_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Top_blog_list a{
    width: 49%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .1)!important;
    margin-bottom: 30px;
}
.Top_blog_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Top_blog_item{
    text-align: right;
}
.Top_blog_item_img{}
.Top_blog_item_img img{
    width: 100%;
    height: 150px;
    object-fit: cover; /* この一行を追加するだけ！ */
}
.Top_blog_item_cate{
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -26px;
    width: 80% !important;
}
.Top_blog_item_cate p{
    color: #FFFFFF !important;
}
.Top_blog_item_cate a:hover{}
.Top_blog_item_date{
    text-align: left;
    margin-top: -16px;
    margin-bottom: 10px;
}
.Top_blog_item_txt1{
    text-align: left;
    font-size: 12pt;
    line-height: 18pt;
}
/* Top お客様の声*/
.Top_voice{
    position: relative;
    padding: 50px 0 10px;
    margin: 0 0 100px;
}

.Top_voice::before{
  position:absolute;
  left:0px;
  top:0px;
  width:calc(50vw + 140px);
  height:300px;
  background:#032137;
  content:"";
  z-index:-2;
}
.Top_voice::after{
    position: absolute;
    right: 0px;
    bottom: -100px;
    width: calc(50vw + 140px);
    height: 313px;
    background-color: #F5F5F5;
    content: "";
    z-index: -1;
}

.Top_voice_bg{
    padding-top: 0px;
    padding-bottom: 50px;
}
.Top_voice_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_voice_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.Top_voice_coment{
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 30px;
}
.Top_voice_img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Top_voice_img p{
    width: 49%;
}
.Top_voice_img img{
    width: 100%;
}
.Top_voice_user_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Top_voice_user_list a{
    width: 49%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .1)!important;
}
.Top_voice_user_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Top_voice_user_item{
    text-align: left;
    position: relative;
}
.Top_voice_user_item_score_box{
    border-radius: 60px;
    border: 3px solid var(--text3-col);
    display: inline-block;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: -20px;
}
.Top_voice_user_item_score_txt1{
    text-align: center;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 3px;
}
.Top_voice_user_item_score_ten{
    color: var(--text3-col);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3px;
}
.Top_voice_user_item_score_img{
    margin-bottom: 10px;
}
.Top_voice_user_item_score_img img{
    width: 100%;
    object-fit: cover;/* 画像をクリッピングマスクする*/
    height: 120px;
    object-position: 0% 0%
}
.Top_voice_user_item_score_date{
    font-size: 14px;
    margin-bottom: 10px;
}
.Top_voice_user_item_score_title{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.Top_voice_user_item_score_txt2{
    font-size: 14px;
    line-height: 26px;
}
.Top_voice_user_item_score_txt2 h4{
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}
/* Top 目安箱*/
.Top_guide_box_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Top_guide_box_bloc{
    max-width: 980px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_guide_box_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000000;
}
.Top_guide_box_btm_bg{
    background-repeat: no-repeat;
    background-image: url(../img/top/soudanbako.png);
    background-position: 96% 96%;
    background-size: 150px auto;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
    height: 300px;
}
.Top_guide_box_btm_txt{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}
/* Top コンテンツメニュー*/
.Top_content_menu_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Top_content_menu_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_content_menu_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.Top_content_menu_item{
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-size: 150% auto;
    transition-duration: 0.2s; /*動く時間(なめらかになる)*/
    height: 100px;
}
.Top_content_menu_list a{
    width: 49%;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
a:hover .Top_content_menu_item{
    transition-duration: 0.2s; /*動く時間(なめらかになる)*/
    opacity: .8;
    background-size: 120% auto;
}
.Top_content_menu_bg1{}
a .Top_content_menu_bg1{
    color: #FFFFFF;
    background-image: url(../img/top/banner_img01.jpg);
}
.Top_content_menu_bg2{}
a .Top_content_menu_bg2{
    color: #000000;
    background-image: url(../img/top/banner_img05.jpg);
}
.Top_content_menu_bg3{}
a .Top_content_menu_bg3{
    color: #FFFFFF;
    background-image: url(../img/top/banner_img02.jpg);
}
.Top_content_menu_bg4{}
a .Top_content_menu_bg4{
    color: #000000;
    background-image: url(../img/top/banner_img04.jpg);
}
.Top_content_menu_bg5{}
a .Top_content_menu_bg5{
    color: #FFFFFF;
    background-image: url(../img/top/banner_img03.jpg);
}
.Top_content_menu_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
/* Top ご挨拶*/
.Top_greeting_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Top_greeting_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Top_greeting_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000000;
}
.Top_greeting_sub_txt{
    background-color: #121752;
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}
.Top_greeting_sub_txt p{
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Top_greeting_img{}
.Top_greeting_img img{
    width: 100%;
}
.Top_greeting_name_box{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
    display: inline-block;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: -50px;
    background-color: #FFFFFF;
}
.Top_greeting_name_box_cp_txt{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 38px;
}
.Top_greeting_name_box_ceo_txt{
    font-size: 16px;
    line-height: 41px;
    vertical-align: text-top;
}
.Top_greeting_name_box_name_txt{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 38px;
    display: inline;
}
/*　ページ共通　*/
.Page_hed_bg{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center;    /* 垂直方向の中央揃え */
    background-position: center center;
}
.Page_hed_bg::before{
background-color: rgba(0,0,0,.7);
}
.Page_hed_bloc{}
.Page_hed_title_bg{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.Page_hed_title_bg::before{
  background-color: rgba(115,115,115,0.50);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.Page_hed_title_txt{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    letter-spacing: 5px;
    text-shadow: 0px 0px 10px #FFFFFF;
    margin-top: 30px;
}
.anime_txt{
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.anime_txt:first-child {
  animation: catch_anime 1.4s forwards 0.5s;　
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime_txt1{
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.anime_txt1.active:first-child {
  animation: catch_anime 1.4s forwards 0.5s;　
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　ページ 失敗しない為の業者選び　*/
.Page_failure_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_failure_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_failure_title{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 50px;
}
.Page_failure_coment{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
    text-align: left;
}
.Page_failure_coment p{
    margin-bottom: 20px;
}
.Page_failure_box1{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
}
.Page_failure_box2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
}
.Page_failure_box1_txt_box1{
    width: 96%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    top: -50px;
}
.Page_failure_box1_txt_box2{
    width: 96%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    top: -50px;
}
.Page_failure_box1_no{
    font-size: 32px;
}
.Page_failure_box1_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
}
.Page_failure_box1_coment{
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
}
.Page_failure_box1_img_box1{
    position: relative;
    z-index: 1;
}
.Page_failure_box1_img_box2{
    position: relative;
    z-index: 1;
}
.Page_failure_box1_img_box1 img{
    width: 100%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
}
.Page_failure_box1_img_box2 img{
    width: 100%;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
}
/*　ページ 失敗しない為の業者選び 見極め方　*/
.Page_failure_good_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_failure_good_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_failure_good_title{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}
.Page_failure_good_coment{
    font-size: 20px;
    line-height: 36px;
}
.Page_failure_good_sub_title{
    font-size: 16px;
    line-height: 32px;
    border-top: 3px double var(--bg2-col);
    border-bottom: 3px double var(--bg2-col);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.Page_failure_good_sub_coment{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 100px;
    text-align: left;
}
.Page_failure_good_item_box{
    text-align: left;
    margin-bottom: 50px;
}
.Page_failure_good_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.Page_failure_good_item_title_head{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-right: 5px;
}
.Page_failure_good_item_txt{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: left;
}
.Page_failure_good_item_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Page_failure_good_item_img p{
    width: 48%;
    margin-bottom: 10px;
}
.Page_failure_good_item_img img{
    width: 100%;
}
.Page_failure_good_item_list{
    background-color: #ECECEC;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
    width: 100%;
}
.Page_failure_good_item_list li{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    background-image: url(../img/icon/check_05.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    background-size: 15px auto;
    margin-bottom: 20px;
    padding-left: 25px;
}
.Page_failure_good_main_box{}
.Page_failure_good_main_txt{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 50px;
}
.Page_failure_good_main_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_failure_good_main_list_item{
    width: 50%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.Page_failure_good_main_list_item img{
    width: 80%;
    border-radius: 50%;
    margin-bottom: 20px;
}
.Page_failure_good_main_list_item h3{
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
}
.Page_failure_good_main_box2{
    background-color: #ECECEC;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
}
.Page_failure_good_main_box2_title{
    font-size: 18px;
    line-height: 36px;
}
.Page_failure_good_main_box2_coment{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.Page_failure_good_main_box2_img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.Page_failure_good_main_box2_img img{
    width: 100%;
}
.Page_failure_good_innovation_box{
    margin-bottom: 100px;
}
.Page_failure_good_innovation_list{
}
.Page_failure_good_innovation_item{
    width: 100%;
    border: 6px double #285772;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.Page_failure_good_innovation_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 2px solid #285772;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.Page_failure_good_innovation_item_txt{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
}
.Page_failure_good_innovation_item_txt ul{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 25px;
}
.Page_failure_good_innovation_item_txt ul li{
    margin-bottom: 20px;
}
.Page_failure_good_comparison_box{
    width: 1100px;
    margin-bottom: 50px;
}
.Page_failure_good_comparison_title{
    margin-bottom: 50px;
}
.Page_failure_good_comparison_list1{
    width: 100%;
    display: table;
    background-color: #285772;
}
.Page_failure_good_comparison_list1 p{
    width: 16.6%;
    height: 100px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
}
.Page_failure_good_comparison_list1 p img{
    width: 40px;
}
.Page_failure_good_comparison_list2{
    width: 100%;
    display: table;    
}
.Page_failure_good_comparison_list2 p{
    width: 16.6%;
    height: 100px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    background-color: #EAEDFF;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_good_comparison_list2 p img{
    width: 40px;
}
.Page_failure_good_comparison_list3{
    width: 100%;
    display: table;    
}
.Page_failure_good_comparison_list3 p{
    width: 16.6%;
    height: 100px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    background-color: #EFEFEF;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_good_comparison_list3 p img{
    width: 40px;
}
.Page_failure_good_comparison_kigou_explanation {
    display: flex;
    margin-top: 15px;
}
.Page_failure_good_comparison_kigou_explanation p{
    display: flex;
    align-items: center;
}
.Page_failure_good_comparison_kigou_explanation img{
    width: 20px;
}
/* 矢印アニメーション */
.cp_arrows {
    position: relative;
    display: flex;
    height: 60px;/*画面いっぱいにする場合100vh*/
    justify-content: center;
    align-items: center;
    margin-bottom: -50px;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;/*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 3px;
  background: #E91E63;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 40%;/*スタート地点(cp_arrowsの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
/*　ページ 成功へ導く外壁リフォームの専門知識　*/
.Page_failure_success_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_failure_success_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_failure_success_title{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
}
.Page_failure_success_coment{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 100px;
    text-align: left;
}
.Page_failure_success_list{
    margin-bottom: 100px;
}
.Page_failure_success_list_item{
    width: 100%;
    padding-bottom: 50px;
}
.Page_failure_success_list .Page_failure_success_list_item:nth-of-type(2){
    padding-bottom: 20px;
}
.Page_failure_success_list_item_title{
    border-radius: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 52px;
    position: relative;
    z-index: 5;
    background-color: #FFFFFF;
    border: 5px double #9F9F9F;
    padding-bottom: 3px;
}
.Page_failure_success_list_item ul{
    text-align: left;
    background-color: #F1FFDA;
    font-style: normal;
    font-size: 18px;
    line-height: 46px;
    margin-top: -30px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    border: 1px solid #9F9F9F;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
.Page_failure_success_list_item ul li{
    background-image: url(../img/icon/icon_trouble_01.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    background-size: 15px auto;
    padding-left: 20px;
    font-weight: 700;
}
.Page_failure_success_list_item2{
    width: 100%;
    text-align: left;
}
.Page_failure_success_list_item2 p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
.Page_failure_success_bloc .js-scrollable{
    margin-bottom: 50px;
}
.Page_failure_success_comparison_box{
    width: 1100px;
    margin-bottom: 10px;
}
.Page_failure_success_comparison_title{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
}
.Page_failure_success_comparison_sub_coment{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.Page_failure_success_comparison_sub_coment2{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 52px;
    margin-bottom: 20px;
    border-top: 3px double var(--bg2-col);
    border-bottom: 3px double var(--bg2-col);
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_success_comparison_title{
    margin-bottom: 50px;
}
.Page_failure_success_comparison_list1{
    width: 100%;
    display: table;
    background-color: #285772;
}
.Page_failure_success_comparison_list1 p:first-of-type{
        width: 16.6%;
}
.Page_failure_success_comparison_list1 p{
    width: 16%;
    height: 100px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
}
.Page_failure_success_comparison_list1 p img{
    width: 50px;
}
.Page_failure_success_comparison_list2{
    width: 100%;
    display: table;    
}
.Page_failure_success_comparison_list2 p:first-of-type{
        width: 16.6%;
}
.Page_failure_success_comparison_list2 p{
    width: 16%;
    height: 100px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    background-color: #EAEDFF;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_success_comparison_list2 p img{
    width: 50px;
}
.Page_failure_success_comparison_list3{
    width: 100%;
    display: table;    
}
.Page_failure_success_comparison_list3 p:first-of-type{
        width: 16.6%;
}
.Page_failure_success_comparison_list3 p{
    width: 16%;
    height: 100px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    background-color: #EFEFEF;
    border: 1px solid #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_failure_success_comparison_list3 p img{
    width: 50px;
}
.Page_failure_success_summary_title{
    text-align: left;
}
.Page_failure_success_summary_coment{
    text-align: left;
}
.Page_failure_success_summary_coment p{
    font-size: 18px;
    line-height: 38px;
}
.Page_failure_success_summary_coment ul{
    font-size: 18px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Page_failure_success_summary_coment ul li{
    background-image: url(../img/icon/check_05.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    padding-left: 20px;
}
/*　ページ 施工品質について　*/
.Page_quality_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_quality_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_quality_top_img{
    width: 100%;
    margin-bottom: 50px;
    background-image: url(../img/quality/pic_01_01.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0% center;
    position: relative;
}
.Page_quality_top_img::before {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.Page_quality_top_img p{
    position:relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
}
.Page_quality_coment_box{
    text-align: left;
    margin-bottom: 50px;
}
.Page_quality_coment_txt1{
    width: 100%;
}
.Page_quality_coment_txt1 p{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
.Page_quality_construction_box{
    margin-bottom: 100px;
}
.Page_quality_construction_title{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
    display: block;
}
.Page_quality_construction_coment{
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 50px;
}
.Page_quality_construction_item{
    margin-bottom: 100px;
}
.Page_quality_construction_box .Page_quality_construction_item:last-of-type{
    margin-bottom: 0px;
}
.Page_quality_construction_item_img_list{
    margin-bottom: 70px;
}
.Page_quality_construction_item_img_pic{
    width: 100%;
    margin-bottom: 30px;
}
.Page_quality_construction_item_img_pic img{
    width: 100%;
}
.Page_quality_construction_item_img_pic p{
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
}
.Page_quality_construction_item h2::first-letter{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-right: 5px;
}
.Page_quality_construction_item h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-align: left;
}
.Page_quality_construction_item_coment{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 50px;
}
.Page_quality_construction_item_risk{
    text-align: left;
    margin-bottom: 50px;
}

.Page_quality_construction_item_risk h3{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg2-col);
    text-align: center;
}
.Page_quality_construction_item_risk ul{
    background-color: #E1E3F0;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.Page_quality_construction_item_risk ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    background-image: url(../img/icon/check_02.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    background-size: 15px auto;
    padding-left: 20px;
    margin-bottom: 20px;
}
.Page_quality_construction_item_risk ul li:last-of-type{
    margin-bottom: 0px;
}
.Page_quality_construction_item_pro_title{
    margin-bottom: 20px;
}
.Page_quality_construction_item_pro_title h3{
    font-size: 24px;
    line-height: 32px;
}
.Page_quality_construction_item_pro_list{
    margin-bottom: 50px;
}
.Page_quality_construction_item_pro_item{
    width: 100%;
    border: 5px double var(--bg2-col);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.Page_quality_construction_item_pro_item h3{
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bg2-col);
    padding-bottom: 5px;
}
.Page_quality_construction_item_pro_item ul{}
.Page_quality_construction_item_pro_item ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../img/icon/list_icon_01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 18px auto;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 20px;
}
.Page_quality_construction_item_pro_item ul li:last-of-type{
    margin-bottom: 0px;
}
.Page_quality_construction_item_merit{}
.Page_quality_construction_item_merit_title{}
.Page_quality_construction_item_merit ul{
    max-width: 1150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #E5D4D4;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: -50px;
}
.Page_quality_construction_item_merit ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../img/icon/kigou_2maru.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 20px auto;
    padding-left: 25px;
    margin-bottom: 20px;
}
.Page_quality_construction_item_merit ul li:last-of-type{
    margin-bottom: 0px;
}
.Page_quality_construction_end_txt{
    font-size: 16px;
    line-height: 26px;
    border-top: 3px double #606060;
    border-bottom: 3px double #606060;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
.Page_quality_construction_end_txt2{
    font-size: 16px;
    line-height: 36px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    background-color: ;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E7DDFF;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
/*　ページ 施工の流れ　*/
.Page_flow_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_flow_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_flow_title{
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
}
.Page_flow_coment{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 100px;
    text-align: left;
}
.Page_flow_item{
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: -5px;
}
.Page_flow_item_title_hed{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    margin-right: 5px;
}
.Page_flow_item_title{
    font-size: 22px;
    line-height: 42px;
}
.Page_flow_item_content{
    margin-left: 0px;
    padding-left: 0px;
    padding-top: -5px;
    padding-bottom: 10px;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
.Page_flow_item_content_box{
    padding-bottom: 50px;
}
.Page_flow_item_content_box_coment{}
.Page_flow_item_content_box_coment p{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.Page_flow_item_content_box_cen{
    display: block;
    text-align: center;
}
.Page_flow_item_content_box_tel{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 52px;
}
.Page_flow_item_content_box_btm1{
    font-size: 18px !important;
    width: 200px !important;
    margin-top: 30px;
}
.Page_flow_item_content_box_img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_flow_item_content_box_img img{
    width: 100%;
}
.Page_flow_item_content_box_coment a{
    width: 90% !important;
    font-size: 18px;
    display: inline-block;
    margin-left: 5%;
    margin-bottom: 20px;
}
/*　ページ 相談箱　*/
.Page_consultation_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_consultationw_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_consultationw_btm_list{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_consultationw_btm_list a{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    text-decoration: none;
}
.Page_consultationw_btm_list a::after{
    width: 100%;
    bottom: 10px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    text-align: center;
    display: inline-block;
    margin-top: 0px;
}
.Page_consultationw_btm_item1{
    width: 45%;
}
.Page_consultationw_btm_item1 a{
    border:1px solid var(--bg2-col);
    color: var(--bg2-col);
}
.Page_consultationw_btm_item1 a:hover{
    background-color: var(--bg2-col);
    color: #FFFFFF;
}
.Page_consultationw_btm_item2{
    width: 45%;
}
.Page_consultationw_btm_item2 a{
    border:1px solid var(--text1-col);
    color: var(--text1-col);
}
.Page_consultationw_btm_item2 a:hover{
    background-color: var(--text1-col);
    color: #FFFFFF;
}
.Page_consultationw_title{
    font-size: 16px;
    line-height: 36px;
    border-top: 3px double var(--bg2-col);
    border-bottom: 3px double var(--bg2-col);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.Page_consultationw_coment{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
    text-align: left;
}
.Page_consultationw_fome_box{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg3-col);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.Page_consultationw_fome_icon img{
    max-width: 50px;
    margin-bottom: 30px;
}
.Page_consultationw_fome_box span.wpcf7-not-valid-tip {
    display: block;
    color: red;
    margin-top: -25px; /* 上に寄せたい時はマイナス */
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_consultationw_fome_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 5px #C5C5C5;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 3px solid var(--bg2-col);
    border-left: 3px solid var(--bg2-col);
    margin-left: 10px;
    margin-right: 10px;
}
.Page_consultationw_fome_coment {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 50px;
    text-align: left;
}
.Page_consultationw_fome_step_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.Page_consultationw_fome_step_box h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 34px;
    background-color: #FFED00;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_consultationw_fome_step_box h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}
.Page_consultationw_fome_step_box h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
}
.Page_consultationw_fome_box ul{
    margin-bottom: 50px;
}
.Page_consultationw_fome_box input[type='text'],.Page_consultationw_fome_box input[type='email']{
    font: 16px/2.0 sans-serif;
    box-sizing: border-box;
    width: 90%;
    padding: 0.6em;
    color: #000000;
    border: 1px solid #1b2538;
    border-radius: 4px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.Page_consultationw_fome_box label{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 10px;
    text-align: left;
    display: inline-block;
}
.Page_consultationw_fome_box input[type='file']{
    font: 12px/2.0 sans-serif;
    box-sizing: border-box;
    width: 90%;
    padding: 0.6em;
    color: #000000;
    border-radius: 4px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.Page_consultationw_fome_box textarea{
    font: 16px/1.0 sans-serif;
    box-sizing: border-box;
    width: 90%;
    padding: 0.6em;
    color: #000000;
    border: 1px solid #1b2538;
    border-radius: 4px;
    transition: 0.3s;
}
.Page_consultationw_fome_box .button01{
    width: 80%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    border-radius: 10px;
    border: 3px solid var(--bg2-col);
}
.Page_consultationw_ranking_box{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: ;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #D4FFFA;
}
.Page_consultationw_ranking_title{
    font-size: 18px;
    line-height: 28px;
}
.Page_consultationw_list{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_consultationw_item{
    text-align: left;
    margin-bottom: 100px;
}
.Page_consultationw_item_cate{
    text-align: right;
    color: #808080;
    margin-bottom: 5px;
}
.Page_consultationw_item_title_box{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 20px;
}
.Page_consultationw_item_title_txt{
    width: 100%;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    border-left: 5px solid #0029AF;
    padding-left: 5px;
}
.Page_consultationw_item_title_view{
    width: 120px;
    font-size: 14px;
    line-height: 28px;
    background-image: url(../img/icon/icon_02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 50%;
    padding-left: 28px;
    text-align: left;
    margin-left: auto;
    margin-bottom: 10px;
}
.Page_consultationw_item_coment_box{
    font-size: 16px;
    line-height: 28px;
}
.Page_consultationw_item_coment_box {
    overflow: hidden;
    max-height: 3.6em; /* 2行分の高さ (適宜調整) */
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 10px;
}
.Page_consultationw_item_coment_box h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    border-left: 5px solid #B95600;
    padding-left: 5px;
    margin-bottom: 10px;
    color: #1C5A7E;
}
.Page_consultationw_item_coment_box h3{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
}
.Page_consultationw_item_coment_box p{
    margin-bottom: 28px;
}
.Page_consultationw_item .toggleButton.close{
    background-color: #0A9600; /* 閉じる時の色（赤） */
    border: 3px solid #0A9600;
}
.Page_consultationw_item .toggleButton.close:hover{
    background-color: #E5FFEE; /* 閉じる時の色（赤） */
}
.Page_consultationw_normal_box{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: ;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*　ページ サービス　*/
.Page_service_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_service_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_service_list{}
.Page_service_item1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_service_item2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_service_item_title_box{
    width: 100%;
    text-align: left;
}
.Page_service_item_title{}
.Page_service_item_title h2::first-letter{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-right: 3px;
}
.Page_service_item_title h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-align: left;
}
.Page_service_item_title_sub{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    background-color: #1C5A7E;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #FFFFFF;
}
.Page_service_item_img{
    width: 100%;
}
.Page_service_item_img img{
    width: 100%;
}
.Page_service_item_coment{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
}
.Page_service_item_coment p{
    margin-bottom: 30px;
    text-align: justify; /* 両端揃え(均等割り付け) */
}
.Page_service_item_coment p:last-of-type{
    margin-bottom: 0px;
}
/*　ページ 料金　*/
.Page_fee_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_fee_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_fee_title{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 34px;
    }
.Page_fee_coment{
    text-align: center;
}
.Page_fee_list{
}
.Page_fee_list a{
    width: 100%;
    text-decoration: none;
    margin-bottom: 50px;
    display: block;
}
.Page_fee_list a:last-of-type{
    margin-bottom: 0px;
}
.Page_fee_item{
    box-shadow: 0px 0px 10px #ACACAC;
    -webkit-box-shadow: 0px 0px 10px #ACACAC;
}
.Page_fee_item_bg1{
    background-image: url(../img/fee/coating_fee_pic_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg2{
    background-image: url(../img/fee/coating_fee_pic_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg3{
    background-image: url(../img/fee/coating_fee_pic_03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg4{
    background-image: url(../img/fee/coating_fee_pic_04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg5{
    background-image: url(../img/fee/coating_fee_pic_05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: background-size 0.5s ease-in-out;
}
.Page_fee_item_bg1:hover,.Page_fee_item_bg2:hover,.Page_fee_item_bg3:hover,.Page_fee_item_bg4:hover,.Page_fee_item_bg5:hover{
    background-size: 110%; /* 背景画像を拡大 */
}
.Page_fee_item_line{
    width: 100%;
    height: 20px;
}
.Page_fee_item_line_cal1{
    background: linear-gradient(to bottom right, #66E771, #00840B);
}
.Page_fee_item_line_cal2{
    background: linear-gradient(to bottom right, #667CE7, #334BC0);
}
.Page_fee_item_line_cal3{
    background: linear-gradient(to bottom right, #E76666, #A40404);
}
.Page_fee_item_line_cal4{
    background: linear-gradient(to bottom right, #E79666, #863100);
}
.Page_fee_item_line_cal5{
    background: linear-gradient(to bottom right, #E7E266, #837E00);
}
.Page_fee_item_coment_bg{
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Page_fee_item_title{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    color: #032137;
    margin-right: 20px;
    vertical-align: middle;
}
.Page_fee_item_durability{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 36px;
    color: #032137;
    vertical-align: middle;
}
.Page_fee_item_years_img{
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.Page_fee_item_years_img img{
    width: 100px;
}
.Page_fee_item_img_txt{
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 42px;
    padding-bottom: 70px;
    text-shadow: 0px 0px 10px #000000;
    -webkit-text-stroke: 3px #000000;
    text-stroke: 3px #000000;
    paint-order: stroke;
}
.Page_fee_item_pay_box{}
.Page_fee_item_construction{
    color: #032137;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    background-image: url(../img/icon/next_01.png);
    background-repeat: no-repeat;
    background-position: right 6px;
    background-size: auto 70%;
    margin-right: 10px;
    padding-right: 20px;
    vertical-align: middle;
}
.Page_fee_item_pay1{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 62px;
    line-height: 82px;
    vertical-align: middle;
    color: #C70003;
}
.Page_fee_item_pay1_2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    vertical-align: 0px;
    color: #C70003;
}
.Page_fee_item_pay2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    vertical-align: -19px;
    color: #C70003;
    margin-right: 5px;
}
.Page_fee_item_tax{
    font-size: 16px;
    margin-left: -60px;
    font-weight: 700;
    vertical-align: 5px;
}
.Page_fee_item_sp_txt{
    background-color: #F7F7F7;
    background-image: url(../img/fee/yazi_icon.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 50% auto;
    color: #000000;
    padding-bottom: 40px;
}
.Page_fee_coating_Urethane{
    background-image: url(../img/fee/coating_fee_pic_01.jpg);
    background-color: #FFAFB1;
}
.Page_fee_coating_radical{
    background-image: url(../img/fee/coating_fee_pic_02.jpg);
    background-color: #FFAFB1;
}
.Page_fee_coating_silicon{
    background-image: url(../img/fee/coating_fee_pic_03.jpg);
    background-color: #FFAFB1;
}
.Page_fee_coating_fluorine{
    background-image: url(../img/fee/coating_fee_pic_04.jpg);
    background-color: #FFAFB1;
}
.Page_fee_coating_inorganic{
    background-image: url(../img/fee/coating_fee_pic_05.jpg);
    background-color: #FFAFB1;
}
.Page_fee_coating_bg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 300px;
    margin-bottom: 100px;
}
.Page_fee_coating_title{
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}
.Page_fee_coating_img{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: right;
    padding-top: 10px;
    padding-right: 3px;
}
.Page_fee_coating_img img{
    width: 80px;
}
.Page_fee_coating_img h3 img{
    width: 60px;
    margin-left: 5px;
}
.Page_fee_coating_txt{
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 42px;
    text-shadow: 0px 0px 10px #000000;
    -webkit-text-stroke: 3px #000000;
    text-stroke: 3px #000000;
    paint-order: stroke;
    padding-top: 0px;
}
.Page_fee_coating_pay_box{
    width: 100%;
    background-color: rgba(255,255,255,0.7);
}
.Page_fee_coating_pay1{
    font-weight: 700;
    font-style: normal;
    font-size: 62px;
    line-height: 82px;
    vertical-align: middle;
    color: #C70003;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}
.Page_fee_coating_pay2{
    font-weight: 700;
    font-style: normal;
    font-size: 42px;
    vertical-align: -23px;
    color: #C70003;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}
.Page_fee_coating_pay3{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    vertical-align: -20px;
    color: #C70003;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}
.Page_fee_coating_tax{
    font-size: 14px;
    margin-left: -55px;
    font-weight: 700;
    vertical-align: -0px;
}
.Page_fee_coating_pay4{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 50px;
    margin-top: -20px;
}
.Page_fee_coating_comi_box{
    background-color: #EFEFEF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
}
.Page_fee_coating_comi_title{
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.Page_fee_coating_comi_ten{
    font-weight: 700;
    background-image: radial-gradient(circle at center, orange 20%, transparent 30%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1.17em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .1em; /* 縦方向の位置調整 */
}
.Page_fee_coating_comi_list{}
.Page_fee_coating_comi_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
.Page_fee_coating_comi_list ul li:nth-child(odd){
    width: 23.0%;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;
}
.Page_fee_coating_comi_list ul li:nth-child(even){
    display: none;
}
.Page_fee_coating_comi_list ul li img{
    margin-bottom: 10px;
    height: 35px;
}
.Page_fee_coating_detail_list{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 3px solid var(--bg2-col);
    margin-bottom: 150px;
}
.Page_fee_coating_detail_item{
    width: 100%;
    padding-bottom: 30px;
}
.Page_fee_coating_detail_item:last-of-type{
    padding-bottom: 0px;
}
.Page_fee_coating_detail_item h3{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 48px;
    background-color: var(--bg2-col);
    color: #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.Page_fee_coating_detail_item h4{
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
}
.Page_fee_coating_detail_item h5{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}
.Page_fee_old_couple_bloc{
    background-image: url(../img/bg/pic_01.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 100px;
}
.Page_fee_old_couple_title{
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 52px;
    background-image: url(../img/icon/tyon_01.png);
    background-position: right top;
    background-size: 40px auto;
    background-repeat: no-repeat;
    display: inline-block;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -40px;
    margin-bottom: 50px;
    border-bottom: 3px solid var(--bg2-col);
    padding-bottom: 20px;
}
.Page_fee_old_couple_img_list{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 100px;
}
.Page_fee_old_couple_img_pic{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.Page_fee_old_couple_img_pic img{
    width: 100%;
}
.Page_fee_old_couple_img_merit{
    width: 49%;
    background-image: url(../img/fee/hukidashi_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.Page_fee_old_couple_img_merit p{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: #1C5A7E;
    padding-top: 30px;
    padding-bottom: 70px;
}
.Page_fee_old_couple_img_reco{
    width: 49%;
    background-image: url(../img/fee/hukidashi_02.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.Page_fee_old_couple_img_reco p{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: #1C5A7E;
    padding-top: 30px;
    padding-bottom: 70px;
}
.Page_fee_old_couple_title2{
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 30px;
}
.Page_fee_old_couple_paint_box{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    margin-bottom: 50px;
}
.Page_fee_old_couple_paint_icon{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.Page_fee_old_couple_paint_icon img{
    width: 100%;
}
.Page_fee_old_couple_reco_title{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
}
.Page_fee_old_couple_reco_hoshi{
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: 54px;
    background-image: url(../img/icon/good_01.png);
    color: #db7232;
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: auto 70%;
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 20px;
}
.Page_fee_old_couple_reco_hoshi_mark{}
.Page_fee_old_couple_reco_ev_list{
    border-top: 2px dashed #D7D7D7;
    border-bottom: 2px dashed #D7D7D7;
    padding-top: 0px;
    padding-bottom: 0px;
}
.Page_fee_old_couple_reco_ev_item{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #D7D7D7;
    display: flex;
    justify-content: space-between;
}
.Page_fee_old_couple_reco_ev_item:last-of-type{
    border-bottom: 0px dashed #D7D7D7;
}
.Page_fee_old_couple_reco_ev_item_title{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    padding-left: 10px;
}
.Page_fee_old_couple_reco_ev_item_hoshi{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #db7232;
    padding-right: 10px;
}
.Page_fee_old_couple_paint_coment{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    text-align: left;
}
.Page_fee_old_couple_paint_coment p{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
}
.Page_fee_price_list{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.Page_fee_price_list_title{}
.Page_fee_price_list_box{
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 1px solid #4E4E4E;
    border-top-width: 1px solid #4E4E4E;
    margin-bottom: 20px;
}
.Page_fee_price_list_box_title{
    font-weight: 400;
    font-style: normal;
    font-size: 20px !important;
    line-height: 40px !important;
    background-color: #1C5A7E;
    border-right: 1px solid #FFF!important;
    color: #FFFFFF;
}
.Page_fee_price_list_box_title2{
    font-weight: 400;
    font-style: normal;
    font-size: 20px !important;
    line-height: 40px !important;
    background-color: #1C5A7E;
    color: #FFFFFF;
}
.Page_fee_price_list_box p{
    width: 16.6666666%;
    font-size: 14px;
    line-height: 24px;
    border-right: 1px solid #4E4E4E;
    border-bottom: 1px solid #4E4E4E;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_fee_price_list_box_hoshi{
    color: #1C5A7E;
}
.Page_fee_price_list_box_tyui{
    font-size: 12px;
}
.Page_fee_price_list_bg0{
    background-color: #0700C0;
    font-weight: 700;
}
.Page_fee_price_list_bg1{
    background-color: #FFFBDC;
    font-weight: 700;
}
.Page_fee_price_no_bloc{
    margin-bottom: 100px;
}
.Page_fee_price_no_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 3px solid #1C5A7E;
    padding-bottom: 15px;
}
.Page_fee_price_no_title_head{
    background-color: #1C5A7E;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    margin-right: 5px;
    padding-top: 5px;
}
.Page_fee_price_merit_box{
    text-align: left;
    background-color: #FFF6EF;
    padding-bottom: 20px;
}
.Page_fee_price_merit_box ul{
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.Page_fee_price_merit_box ul li{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../img/icon/check_02.png);
    background-position: left 40%;
    background-size: 16px auto;
    background-repeat: no-repeat;
    padding-left: 25px;
    border-bottom: 1px dotted #ACACAC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.Page_fee_price_merit_box ul li:last-of-type{
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.Page_fee_price_merit_d_box{
    text-align: left;
    background-color: #EFEFFF;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.Page_fee_price_merit_d_box ul{
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.Page_fee_price_merit_d_box ul li{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../img/icon/check_01.png);
    background-position: left 40%;
    background-size: 16px auto;
    background-repeat: no-repeat;
    padding-left: 25px;
    border-bottom: 1px dotted #ACACAC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.Page_fee_price_merit_d_box ul li:last-of-type{
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.Page_fee_price_sales_box{
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_fee_price_sales_img{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.Page_fee_price_sales_img img{
    width: 100%;
}
.Page_fee_price_sales_coment{
    width: 100%;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding: 16px;
  border-radius: 8px;
  background-color: #d6fdff;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #d6fdff;
  translate: -50% -100%;
}
.Page_fee_price_recommend_box{
    text-align: left;
    background-color: #F5F5F5;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.Page_fee_price_recommend_box ul{
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.Page_fee_price_recommend_box ul li{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../img/icon/check_001.png);
    background-position: left 30%;
    background-size: 25px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    border-bottom: 1px dotted #ACACAC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.Page_fee_price_recommend_box ul li:last-of-type{
    margin-bottom: 0px;

}
.Page_fee_Construction_details_box{
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_fee_Construction_details_item{
    width: 49%;
    margin-bottom: 30px;
}
.Page_fee_Construction_details_item img{
    width: 100%;
    margin-bottom: 10px;
}
.Page_fee_Construction_details_item a{
    text-decoration: none;
    color: #121212;
    font-weight: 700;
}
.Page_fee_Construction_details_item h3{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    border-left: 5px solid #1C5A7E;
    padding-left: 10px;
    display: block;
}
.Page_fee_price_normal_box{}
.Page_fee_price_normal_coment{
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.Page_fee_price_guarantee_txt{}
.Page_fee_price_guarantee_title{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}
.Page_fee_price_guarantee_txt h3:before{
    content: '' !important;
}
.Page_fee_price_guarantee_txt h3{
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    padding-left: 5px;
    padding-right: 5px;
    width: 90%;
}
.Page_fee_price_guarantee_cment{
    font-size: 16px;
    line-height: 30px;
    background-color: #E3E2FF;
    margin-bottom: 50px;
    text-align: left;
    margin-top: -30px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.Page_fee_price_guarantee_txt p{
    margin-bottom: 15px;
}
.Page_fee_price_guarantee_txt ol{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 20px;
}
.Page_fee_price_guarantee_txt ol li{
    margin-bottom: 15px;
}
.Page_fee_price_guarantee_Annotation{
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 24px;
}
.Page_fee_price_normal_img_list{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    background-color: #ECECEC;
}
.Page_fee_price_normal_img_list img{
    width: 90%;
}
/*　ページ 当社の強み　*/
.Page_strengths_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.Page_strengths_bloc{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.Page_strengths_bloc .Page_title1{
    font-size: 28px;
}
.slant_bg {
    width: 100%;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1px;
    position: relative;
    top: 0px;
}
.slant_bg::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: skewY(7deg);
      z-index: -1;
}

/* 背景色を交互に設定（5色ループ） */
.slant_bg:nth-of-type(5n+1)::before {
    background-color: #E5E5E5;
}

.slant_bg:nth-of-type(5n+2) {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}
.slant_bg:nth-of-type(5n+2)::before {
    background-color: #FFFFFF;
}
.slant_bg:nth-of-type(5n+3) {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}
.slant_bg:nth-of-type(5n+3)::before {
    background-color: #FFFEEA;
}
.slant_bg:nth-of-type(5n+4) {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.slant_bg:nth-of-type(5n+4)::before {
    background-color: #1c5a7e;
}

.slant_bg:nth-of-type(5n+5)::before {
      background-color: purple;
}

/* 黄背景用に文字色調整（読みやすく） */
.slant_bg:nth-of-type(5n+4) {
      color: black;
}
.Page_strengths_item1{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 100px;
}
.Page_strengths_item2{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 100px;
}
.Page_strengths_item1 .Page_strengths_item_content{
    box-shadow: 0px 0px 4px gray;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}
.Page_strengths_item2 .Page_strengths_item_content{
    box-shadow: 0px 0px 4px gray;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}
.Page_strengths_item_content_title_box{
    margin-bottom: 20px;
}
.Page_strengths_item_content_no{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    display: inline-block;
    color: #1C5A7E;
    margin-bottom: 10px;
}
.Page_strengths_item_content_title1{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #1C5A7E;
}
.Page_strengths_item_content_title2{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    color: #840000;
}
.Page_strengths_item_content_list{
    border-bottom: 1px solid #868686;
    margin-bottom: 10px;
}
.Page_strengths_item_content ul{
    text-align: left;
}
.Page_strengths_item_content ul li{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    border-left: 5px solid #1c5a7e;
    padding-left: 10px;
}
a.Page_strengths_item_content_btm{
    width: 80%;
    background-color: #840000;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #FFFFFF;
    text-align: center;
}
a:hover.Page_strengths_item_content_btm{
    background-color: #FFFFFF;
    color: #840000;
    border: 2px solid #840000;
}
.Page_strengths_item_content ul li a{
    text-decoration: none;
    color: #FFFFFF;
}
.Page_strengths_item_content_coment{
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
}

.Page_strengths_item1 .Page_strengths_item_img{
    width: 100%;
}
.Page_strengths_item2 .Page_strengths_item_img{
    width: 100%;
}
.Page_strengths_item_img img{
    width: 100%;
}
.Page_strengths_box1{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.Page_strengths_box1 img{
    width: 100%;
}
.Page_strengths_box2{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.Page_strengths_box2_title{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
}
.Page_strengths_box2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.Page_strengths_box2 ul li{
    width: 49%;
    margin-bottom: 15px;
}
.Page_strengths_box2 img{
    width: 100%;
}
.Page_strengths_line{
    margin-top: 50px;
    margin-bottom: 0px;
}
.Page_strengths_line img{
    width: 100%;
}
.Page_strengths_list{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Page_strengths_list_item{
    background-repeat: no-repeat;
    background-position: center center;
    width: 250pt;
    height: 140pt;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.Page_strengths_list a{
    width: 100%;
    height: 140pt;
    text-decoration: none;
    display: block;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: center center;
    margin-top: -50px;
}
.Page_strengths_list_item a:hover{
    transition-duration: 0.2s; /*動く時間(なめらかになる)*/
    opacity: .8;
    background-size: 120% auto;
}
.Page_strengths_list_menu_bg1{}
a.Page_strengths_list_menu_bg1{
    color: #FFFFFF;
    background-image: url(../img/top/banner_img01.jpg);
}
.Page_strengths_list_menu_bg2{}
a.Page_strengths_list_menu_bg2{
    color: #000000;
    background-image: url(../img/top/banner_img04.jpg);
}
.Page_strengths_list_menu_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
}
.Page_strengths_promise_box{
    padding-top: 0px;
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
}
.Page_strengths_promise_box .Page_title1{
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 80px;
}
.Page_strengths_promise_item{
    background-color: #E5EFF1;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 100px;
}
.Page_strengths_promise_item:nth-child(even){
    background-color: #EBF1E5;
}
.Page_strengths_promise_item_no_box{
    margin-top: -50px;
    margin-bottom: 30px;
}
.Page_strengths_promise_item_no_box p{
    background-color: #1C5A7E;
    font-family: "Noto Serif JP", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 13px;
}
.Page_strengths_promise_item_txt_box{
    text-align: left;
    margin-left: 20px;
}
.Page_strengths_promise_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 38px;
    color: #1c5a7e;
    margin-bottom: 10px;
    text-align: center;
}
.Page_strengths_promise_item_coment{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
}
.Page_strengths_promise_item_coment p{
    margin-bottom: 20px;
}
.Page_strengths_promise_item_coment p:last-of-type{
    margin-bottom: 0px;
}
.Page_strengths_article_box{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.Page_strengths_article_title{
    margin-bottom: 20px;
}
.Page_strengths_article_coment{
    font-size: 14pt;
    margin-bottom: 40px;
    line-height: 28px;
}
.Page_strengths_article_sub_coment{
    font-size: 16px;
    line-height: 32px;
    border-top: 3px double var(--bg2-col);
    border-bottom: 3px double var(--bg2-col);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 80px;
    letter-spacing: 3px;
    text-align: left;
}
.Page_strengths_article_item{
    margin-top: 50px;
    margin-bottom: 50px;
}
.Page_strengths_article_item_title{
    font-size: 24px;
    margin-bottom: 20px;
}
.Page_strengths_article_item_coment{
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    background-color: #E4EDFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.Page_strengths_article_item_coment p{
    padding-bottom: 20px;
}
.Page_strengths_article_item_coment p:last-of-type{
    padding-bottom: 0px;
}
.Page_strengths_oath_box{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.Page_strengths_oath_title{
    font-size: 22px;
    line-height: 34px;
}
.Page_strengths_oath_box dl{}
.Page_strengths_oath_box dl dt{
    background-color: var(--bg2-col);
    color: #FFFFFF;
    display: inline-block;
    padding-top: 20px;
    padding-right: 120px;
    padding-bottom: 20px;
    padding-left: 120px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px 10px 10px 10px;
}
.Page_strengths_oath_box dl dd{
    text-align: left;
    background-color: #EFEFEF;
    margin-top: -25px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 100px;
}
.Page_strengths_oath_box_dd_title{
    display: block;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
}
.Page_strengths_guidelines_box{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.Page_strengths_guidelines_title{
    font-size: 16px;
    line-height: 24px;
}
.Page_strengths_guidelines_coment{
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}
.Page_strengths_guidelines_item{
    margin-bottom: 50px;
}
.Page_strengths_guidelines_item h3{
    text-align: left;
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
}
.Page_strengths_guidelines_item p{
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}
/*　ページ 店舗情報　*/
.Page_about_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_about_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_about_title{}
.Page_about_coment_bloc{
    margin-bottom: 100px;
}
.Page_about_coment_box{
    width: 100%;
}
.Page_about_coment_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 20px;
}
.Page_about_coment_txt{
    text-align: left;
}
.Page_about_coment_txt p{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.Page_about_coment_img{
    width: 100%;
}
.Page_about_coment_img_item1{
    display: none;
}
.Page_about_coment_img_item2{
}
.Page_about_coment_img_item2 img{
    width: 100%;
}
.Page_about_coment_img_name{}
.Page_about_coment_img_name p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-top: -50px;
    display: inline-block;
    background-color: #FFFFFF;
    width: 300px;
    box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.Page_about_shop_info_box{}
.Page_about_shop_info_title{}
.Page_about_shop_info_list{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_about_shop_info_list dl{
    text-align: left;
}
.Page_about_shop_info_list dl dt{
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 0px;
}
.Page_about_shop_info_list dl dd{
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    padding-bottom: 30px;
    margin-left: 4%;
}
/*　ページ ブログ　*/
.Page_blog_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_blog_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_blog_menu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}
.Page_blog_menu2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: -50px;
}
.Page_blog_menu_cate_title{
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 41px;
    background-image: url(../img/blog/menu_title_01.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    text-align: left;
    background-position: left center;
    padding-left: 40px;
    border-bottom: 1px solid #1C5A7E;
    margin-bottom: 10px;
}
.Page_blog_menu_cate_list{
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
}
.Page_blog_menu_cate_list a{
    font-style: normal;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    color: #1C5A7E;
}
.Page_blog_menu_cate_list a:hover{
    color: #f1ab3e;
}
.Page_blog_menu_recently_title{
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 41px;
    background-image: url(../img/blog/menu_title_02.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    text-align: left;
    background-position: left center;
    padding-left: 40px;
    border-bottom: 1px solid #1C5A7E;
    margin-bottom: 10px;
}
.Page_blog_menu_recently_list{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.Page_blog_menu_recently_list li{
    margin-bottom: 20px;
}
.Page_blog_menu_recently_list a{
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #1C5A7E;
}
.Page_blog_menu_recently_list a:hover{
    color: #f1ab3e;
}
.Page_blog_menu_recently_list a em{
    font-style: normal;
    color: #1C5A7E;
    margin-right: 10px;
}
.Page_blog_menu_recently_list a:hover em{
    color: #1C5A7E;
}
.Page_blog_menu_past_title{
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 41px;
    background-image: url(../img/blog/menu_title_03.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    text-align: left;
    background-position: left center;
    padding-left: 40px;
    border-bottom: 1px solid #1C5A7E;
    margin-bottom: 10px;
}
.Page_blog_menu_past_list {
    width: 100%;
}

.Page_blog_menu_past_list a {
    display: block;
    text-decoration: none;
    color: #1c5a7e;
}

.Page_blog_menu_past_list label {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color : #1c5a7e;
    cursor : pointer;
    text-align: left;
}
.Page_blog_menu_past_list input {
    display: none;
}

.Page_blog_menu_past_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.Page_blog_menu_past_list li {
    width: 16%;
    height: 0;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: right;
}

.Page_blog_list{
    width: 100%;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 26px;
    opacity: 1;
}
/* アイコン初期表示 */
.toggle-icon::before {
    content: "▶";
    margin-right: 6px;
}

/* 年チェック時に切り替え */
#menu_bar01:checked + label .toggle-icon::before,
#menu_bar02:checked + label .toggle-icon::before {
    content: "▼";
}

.Page_blog_list_item{
    margin-bottom: 100px;
}
.Page_blog_list_item_sam{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_blog_list_item_sam img{
    width: 100%;
    margin-bottom: 30px;
}
.Page_blog_list_item_box{
    width: 100%;
    text-align: left;
}
.Page_blog_list_item_data{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
.Page_blog_list_item_cate{
    margin-right: 0px;
    text-align: center !important;
}
.Page_blog_list_item_cate a{
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 7px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}
.Blog_cate01{
    width: 48%;
    background-color: #c3bb49;
    margin-bottom: 10px;
    color: #FFFFFF !important;
}
.Blog_cate02{
    width: 48%;
    background-color: #5db260;
    margin-bottom: 10px;
    color: #FFFFFF !important;
}
.Blog_cate03{
    width: 48%;
    background-color: #1a5680;
    margin-bottom: 10px;
    color: #FFFFFF !important;
}
.Blog_cate04{
    width: 48%;
    background-color: #d157b9;
    margin-bottom: 10px;
    color: #FFFFFF !important;
}
.Blog_cate05{
    width: 48%;
    background-color: #a2192d;
    margin-bottom: 10px;
    color: #FFFFFF !important;
}
.Page_blog_list_item_date{
    padding-top: 5px;
    padding-bottom: 7px;
}
.Page_blog_list_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 20px;
}
.Page_blog_list_item_coment{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    display: none;
}
.Page_blog_list_item_continuation{
    text-align: right;
}
.Page_blog_item_bloc{
    width: 100%;
}
.Page_blog_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
    text-align: left;
}
.Page_blog_item_bloc img{
    max-width: 100%;
    margin-bottom: 50px;
}
.Page_blog_item_bloc p{
    line-height: 162%;
    margin-bottom: 30px;
    text-align: left;
}
.Page_blog_item_bloc p img {
    display: block;
    margin: 0 auto;
}
.Page_blog_item_ego_box {
    margin-bottom: 30px;
}
.Page_blog_item_ego_img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
}
.Page_blog_item_ego_img img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #8F8F8F;
}
.Page_blog_item_ego_coment {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 16px;
  border: 2px solid #1c5a7e;
  border-radius: 8px;
  background-color: #f8fbff;
  text-align: left;
  color: #1c5a7e;
}
.Page_blog_item_ego_coment p {
    line-height: 168%;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.Page_blog_item_ego_coment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #1c5a7e;
  translate: -50% -100%;
}

.Page_blog_item_ego_coment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 7.8px 15.5px 7.8px;
  border-color: transparent transparent #f8fbff;
  translate: -50% -100%;
}
h3.Page_blog_item_title_01{
    margin-bottom: 0.2rem;
    padding: 1.2rem;
    color: #FFFFFF;
    outline: 2px dashed #FFFFFF;
    outline-offset: -10px;
    background-color: #1c5a7e;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 168%;
}
.is-style-custom_list_bg{
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
/*　ページ 実例　*/
.Page_example_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_example_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_example_title{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_example_case_list{
    width: 100%;
    margin-bottom: 50px;
}
.Page_example_case_list a{
    width: 100%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.Page_example_case_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Page_example_case_item{
    position: relative;
    text-align: left;
}
.Page_example_case_item_new{
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.Page_example_case_item_new img{
    width: 100%;
}
.Page_example_case_item_img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.Page_example_case_item_img p{
    width: 49.5%;
}
.Page_example_case_item_img img{
    width: 100%;
}
.Page_example_case_item_toi{
    text-align: right;
    position: relative;
    margin-top: -36px;
    margin-bottom: 10px;
}
.Page_example_case_item_toi p{
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Page_example_case_item_date{
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}
.Page_example_case_item_acc{
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    background-color: #E1E1E1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
}
.Page_example_item_bloc{
    text-align: left;
}
.Page_example_item_bloc figure {
    text-align: center;
    margin-bottom: 100px;
}
.Page_example_item_bloc p{
    margin-bottom: 30px;
    line-height: 188%;
}
.Page_example_item_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
}
.Page_example_item_overview{
    background-color: #DAEDFF;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    margin-bottom: 100px;
    text-align: center;
}
.Page_example_item_overview_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
}

.Page_example_item_overview dl{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.Page_example_item_overview dt{
    width: 30%;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px dotted #CDCDCD;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.Page_example_item_overview dt:nth-last-child(-n + 2){
    border-bottom: 0px dotted #CDCDCD;
    padding-bottom: 0px;
}
.Page_example_item_overview dd{
    width: 70%;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px dotted #CDCDCD;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.Page_example_item_overview dd:nth-last-child(-n + 1){
    border-bottom: 0px dotted #CDCDCD;
    padding-bottom: 0px;

}
.Page_example_item_bloc img{
    max-width: 100%;
    width: auto; /* ← これが重要！ */
    height: auto;
}
/* 実寸サイズが640px以上の画像のみ幅100%にする */
@media screen and (max-width: 640px) {
    .Page_example_item_bloc img {
        /* width: auto のまま → 実画像サイズで表示される */
    }

    /* ただし、画像の実サイズが640px以上なら幅100%に変更 */
    .Page_example_item_bloc img[data-large="true"] {
        width: 100%;
    }
}
.Page_example_item_property_info_box{
    background-color: #DAEDFF;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    margin-bottom: 100px;
}
.Page_example_item_property_info_box dl{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #1c5a7e;
    color: #FFFFFF;
}
.Page_example_item_property_info_box dt{
    width: 49%;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.Page_example_item_property_info_box dd{
    width: 49%;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.wp-block-columns {
  justify-content: center; /* カラム同士を中央揃え */
}
.Page_example_BA_first_box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_example_BA_first_left{
    width: 48%;
}
.Page_example_BA_first_right{
    width: 48%;
}
.Page_example_BA_first_box{
    margin-bottom: 50px;
    background-image: url("../img/icon/next_04.png");
    background-repeat: no-repeat;
    background-position: center 48%;
    background-size: 30px auto;
}
.Page_example_BA_first_box figure{
    margin-bottom: 10px;
}

.Page_example_BA_first_box img{
    width: 100%;
}
.Page_example_BA_box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/icon/next_05.png);
    background-repeat: no-repeat;
    background-position: center 44%;
    background-size: 30px auto;
}
.Page_example_BA_box figure{
    margin-bottom: 0px;
}
.Page_example_BA_box img{
    width: 100%;
    object-fit: cover; /* この一行を追加するだけ！ */
}
.Page_example_BA_box p{
    width: 100%;
    margin-bottom: 80px;
}
.Page_example_BA_img_right img{
    margin-left: auto;
}
.Page_example_BA_img_right p{
    margin-left: auto;
}
/*　ページ お客様の声　*/
.Page_voice_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_voice_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_voice_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
}
.Page_voice_box{
    position: relative;
    padding: 50px 0 10px;
    margin: 0 0 100px;
}

.Page_voice_box_bg{
    padding-top: 0px;
    padding-bottom: 100px;
}
.Page_voice_box_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_voice_box_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.Page_voice_box_coment{
    color: #FFFFFF;
    margin-bottom: 50px;
}
.Page_voice_box_img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Page_voice_box_img p{
    width: 49%;
}
.Page_voice_box_img img{
    width: 100%;
}
.Page_voice_box_user_list{
}
.Page_voice_box_user_list::after{
      content:"";
      display: block;
      width:32%;
}
.Page_voice_box_user_list a{
    width: 100%;
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
}
.Page_voice_box_user_list a:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3)!important;
}
.Page_voice_box_user_item{
    text-align: left;
    position: relative;
}
.Page_voice_box_user_item_score_box{
    border-radius: 120px;
    border: 3px solid var(--text3-col);
    display: inline-block;
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 15px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: -20px;
}
.Page_voice_box_user_item_score_txt1{
    text-align: center;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.Page_voice_box_user_item_score_ten{
    color: var(--text3-col);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3px;
}
.Page_voice_box_user_item_score_img{
    margin-bottom: 10px;
}
.Page_voice_box_user_item_score_img img{
    width: 100%;
    object-fit: cover;/* 画像をクリッピングマスクする*/
    height: 200px;
    object-position: 0% 0%
}
.Page_voice_box_user_item_score_date{
    margin-bottom: 10px;
}
.Page_voice_box_user_item_score_title{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
}
.Page_voice_box_user_item_score_txt2{
    font-size: 14px;
    line-height: 26px;
}
.Page_voice_box_user_item_score_txt2 h4{
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}
.Page_voice_item_title{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    border-bottom: solid 3px #cce4ff;
    position: relative;
    line-height: 162%;
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
}
.Page_voice_item_title:after{
          position: absolute;
          content: " ";
          display: block;
          border-bottom: solid 3px #1c5a7e;
          bottom: -3px;
          width: 20%;
}
.Page_voice_item_box{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_voice_item_img{
    width: 100%;
}
.Page_voice_item_img img{
    width: 100%;
    margin-bottom: 50px;
}
.Page_voice_item_question_box{
    width: 100%;
    text-align: left;
}
.Page_voice_item_question_title{
    border-left: 8px solid #1C5A7E;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 142%;
    font-size: 18px;
    padding-left: 10px;
    letter-spacing: 2px;
    color: #1C5A7E;
    margin-bottom: 10px;
}
.Page_voice_item_question_coment{
    line-height: 168%;
    font-size: 16px;
    margin-bottom: 30px;
}
.Page_voice_item_good_box{
    background-color: #1C5A7E;
    text-align: center;
    padding-top: 5px;
    border: 2px solid #1C5A7E;
}
.Page_voice_item_good_title{
    font-weight: 700;
    line-height: 142%;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.Page_voice_item_good_score{
    background-color: #FFFFFF;
    line-height: 168%;
    font-size: 52px;
    color: #FF0004;
}
.Page_voice_item_requirements_box{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #1C5A7E;
    border-bottom: 1px solid #1C5A7E;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.Page_voice_item_requirements_acc{
    width: 49%;
    background-color: #1C5A7E;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 22px;
}
.Page_voice_item_requirements_acc_answer{
    width: 49%;
    font-size: 20px;
    line-height: 168%;
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: left;
}
.Page_voice_item_requirements_content{
    width: 49%;
    background-color: #1C5A7E;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 22px;
}
.Page_voice_item_requirements_content_answer{
    width: 49%;
    font-size: 20px;
    line-height: 140%;
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: left;
}
.Page_voice_item_q_a_box{
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #1C5A7E;
    margin-bottom: 50px;
}
.Page_voice_item_q_a_title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.Page_voice_item_q_a_coment{
    font-size: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1C5A7E;
    padding-bottom: 30px;
}
.Page_voice_item_q_a_box dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Page_voice_item_q_a_box dl dt{
    width: 40%;
    font-size: 16px;
    line-height: 168%;
    font-weight: 700;
    margin-bottom: 20px;
}
.Page_voice_item_q_a_box dl dd{
    width: 58%;
    font-size: 16px;
    line-height: 168%;
    text-align: left;
    margin-bottom: 20px;
}
.Page_voice_item_our_store_box{
    width: 100%;
}
.Page_voice_item_our_store_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 142%;
    font-size: 24px;
    padding-left: 10px;
    letter-spacing: 2px;
    color: #1C5A7E;
    margin-bottom: 10px;
    border-bottom: 1px solid #1C5A7E;
    padding-bottom: 10px;
}
.Page_voice_item_our_store_coment{
    line-height: 168%;
    text-align: left;
    margin-bottom: 50px;
}
.Page_voice_item_our_store_coment p{
    line-height: 168%;
    text-align: left;
    margin-bottom: 20px;
}
.Page_voice_item_btm{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;
    justify-content: space-around;
}
/*　ページ 全額返金保証制度　*/
.Page_money_back_bg{
    padding-top: 30px;
    padding-bottom: 10px;
}
.Page_money_back_bloc{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Page_money_back_title_img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    }
.Page_money_back_title_img img{
    width: 100%;
}
.Page_money_back_page_top_coment{
    background-color: #EFEAFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
}
.Page_money_back_page_top_coment_pay{
    font-weight: 700;
    line-height: 162%;
    font-size: 38px;
    color: #FF0004;
    margin-left: 5px;
    margin-right: 5px;
}
.Page_money_back_page_top_coment h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    font-size: 20px;
    background-color: #1c5a7e;
    color: #FFFFFF;
    border-radius: 50px;
    margin-bottom: 30px;
    margin-top: -60px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Page_money_back_page_top_coment p{
    line-height: 200%;
    font-size: 16px;
    margin-bottom: 20px;
}
.Page_money_back_page_top_coment ul{
    width: 100%;
    background-color: #FFFFFF;
    display: inline-block;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}
.Page_money_back_page_top_coment ul li{
    font-weight: 700;
    line-height: 162%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../img/icon/check_001.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left 6px;
    padding-left: 25px;
}
.Page_money_back_page_top_coment h4{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    font-size: 24px;
    color: #FF0004;
    margin-bottom: 30px;
}
.Page_money_back_page_bloc_box01{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    text-align: left;
}
.Page_money_back_page_bloc_box01 h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    font-size: 22px;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01_title01 {
    text-align: center;
}
.Page_money_back_page_bloc_box01_title01 p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px !important;
    line-height: 46px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 10px;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    background-color: var(--bg2-col);
    color: #FFFFFF;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.Page_money_back_page_bloc_box01_title02{
    margin-top: 50px;
}
.Page_money_back_page_bloc_box01_title02 p{
    font-weight: 700;
    line-height: 162%;
    font-size: 24px !important;
}
.Page_money_back_page_bloc_box01_waku01{
    border-top: 2px dashed #1c5a7e;
    border-bottom: 2px dashed #1c5a7e;
    padding-top: 20px;
}
.Page_money_back_page_bloc_box01_waku02{
    border: 2px solid #1c5a7e;
    padding-top: 10px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    width: 110%;
    margin-left: -10%;
    border-radius: 10px;
}
.Page_money_back_page_bloc_box01 p{
    line-height: 162%;
    font-size: 18px;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01 h4{
    line-height: 162%;
    font-size: 20px !important;
    margin-bottom: 20px;
    text-align: center;
}
.Page_money_back_page_bloc_box01 h5{
    line-height: 162%;
    font-size: 22px !important;
    font-weight: 700;
}
.Page_money_back_page_bloc_box01_ul_01{
    width: 100%;
    text-align: left;
    background-color: #FFF9D1;
    padding-top: 270px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-image: url(../img/money_back/old_couple.png);
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: 250px auto;
}
.Page_money_back_page_bloc_box01_ul_01 li{
    background-image: url(../img/icon/icon_trouble_01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 15px auto;
    line-height: 162%;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.Page_money_back_page_bloc_box01_ul_02{
    text-align: left;
    background-color: #FFFDC8;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.Page_money_back_page_bloc_box01_ul_02 li{
    background-image: url(../img/icon/list_icon_01.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 15px auto;
    line-height: 162%;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.Page_money_back_page_bloc_box01_ul_03{
    text-align: left;
    background-color: #EFEAFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.Page_money_back_page_bloc_box01_ul_03 li{
    background-image: url(../img/icon/kigou_2maru.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 15px auto;
    line-height: 162%;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.Page_money_back_page_bloc_box01_ul_05{
    width: 100%;
    text-align: left;
    background-color: #FFF9D1;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01_ul_05 li{
    background-image: url(../img/icon/check_001.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 20px auto;
    line-height: 162%;
    font-size: 20px;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.Page_money_back_page_bloc_box01_ol_01 {
    text-align: left;
    background-color: #EAFFF0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.Page_money_back_page_bloc_box01_ol_01 li{
    line-height: 162%;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
    list-style-type: decimal;
    list-style-position: outside;
    margin-right: 10px;
}
.Page_money_back_page_bloc_box01_voice_list{
}
.Page_money_back_page_bloc_box01_voice_item{
    width: 100%;
    text-align: center;
    border: 1px solid #C9C9C9;
    margin-bottom: 50px;
}
.Page_money_back_page_bloc_box01_voice_img{
    padding-top: 10px;
}
.Page_money_back_page_bloc_box01_voice_name{
    font-weight: 700;
}
.Page_money_back_page_bloc_box01_voice_coment{
    text-align: left;
    font-size: 14px !important;
    line-height: 162% !important;
    padding-left: 10px;
    padding-right: 10px;
}
.Page_money_back_page_bloc_box01_txt_01 {
    text-align: right;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px !important;
    line-height: 162%;
}
.Page_money_back_page_bloc_box01_photo_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: 50px;
}
.Page_money_back_page_bloc_box01_photo_list p {
    width: 48%;
    margin-bottom: 20px;
    border: 1px solid #CFCFCF;
}
.Page_money_back_page_bloc_box01_photo_list p img{
    width: 100%;
}
.Page_money_back_page_bloc_box01_q_a_title{
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    background-image: radial-gradient(circle at center, var(--text3-col) 15%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1.07em 0.5em; /* 点の間隔とサイズ調整 */
    padding-top: .2em; /* 縦方向の位置調整 */
    color: var(--text3-col);
}
.Page_money_back_page_bloc_box01_q_a_box{}
.Page_money_back_page_bloc_box01_q_a_box h3{
    letter-spacing: 2px;
}
.Page_money_back_page_bloc_box01_q_a_list{}
.Page_money_back_page_bloc_box01_q_a_item{}
.Page_money_back_page_bloc_box01_q_a_item_img{
    text-align: right;
    margin-bottom: -130px;
    margin-right: 2px;
}
.Page_money_back_page_bloc_box01_q_a_item_img img{
    width: 130px;
}
.Page_money_back_page_bloc_box01_q_a_item_no{
    border-radius: 50px;
    background-color: #FFFD00;
    font-weight: 700;
    font-style: normal;
    font-size: 18px !important;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid #640000;
    display: inline-block;
    margin-bottom: -50px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -10px;
}
.Page_money_back_page_bloc_box01_q_a_item_txt{
    border-radius: 20px;
    background-color: #0064ad;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    margin-top: -50px;
    background-image: url(../img/icon/tyon_02.png);
    background-repeat: no-repeat;
    background-position: 98.0% 96%;
    background-size: 40px auto;
}
.Page_money_back_page_bloc_box01_q_a_item_txt p{
    font-size: 28px !important;
    line-height: 50px !important;
    color: #FFFFFF;
    font-weight: 700;
}
.Page_money_back_page_bloc_box01_btm{
    background-color: #EFEAFF;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/icon/kabe_01.jpg);
    background-size: auto 100%;
    margin-bottom: 100px;
    display: none;
}
.Page_money_back_page_bloc_box01_btm h3{
    font-weight: 700;
    font-style: normal;
    font-size: 22px !important;
    line-height: 162%;
    margin-bottom: 20px;
}
.Page_money_back_page_bloc_box01_btm a{
    width: 90%;
    font-size: 24px;
    line-height: 168%;
    border-radius: 10px;
}
/*　ページ 問い合わせ　*/
.Page_contact_bg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Page_contact_bloc{
    max-width: 1180px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Page_contact_title{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 160%;
    font-size: 20px;
}
.Page_contact_sub_coment{
    margin-bottom: 50px;
}
.Page_contact_sub_coment p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 160%;
    font-size: 18px;
}
.Page_contact_sub_form_box{}
.Page_contact_sub_form_box dl{}
.Page_contact_sub_form_box dl dt{
    font-weight: 700;
    line-height: 160%;
    font-size: 18px;
    width: 100%;
    padding-bottom: 10px;
    text-align: left;
}
.Page_contact_sub_form_box dl dd{
    width: 100%;
    padding-bottom: 30px;
    text-align: left;
}
.Page_contact_sub_form_box label{
    border-radius: 5px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    margin-right: 20px;
}
span.wpcf7-form-control.wpcf7-checkbox.test .wpcf7-list-item {
  display: block;
  margin-bottom: 5px; /* 項目同士の余白（任意） */
}
.Page_contact_sub_form_box input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 5px;
}
.Page_contact_sub_form_box input[type='text'],input[type='email'],textarea {
    font: 16px/2.0 sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6em;
    color: #000000;
    border: 1px solid #1b2538;
    border-radius: 4px;
    transition: 0.3s;
}
.Page_contact_sub_form_box input[type='text']:focus,input[type='email']:focus,textarea:focus {
  border: 1px solid #da3c41;
  box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
  outline: none;
}
.Page_contact_sub_form_box input:focus::placeholder,textarea:focus::placeholder {
  color: transparent;
}
.Page_contact_sub_form_box textarea {
    height: 200px;
}
.Page_contact_sub_form_box .button01{
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    border-radius: 10px;
    border: 3px solid var(--bg2-col);
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: red;            /* 文字色を赤に */
    font-size: 18px;       /* 文字サイズ */
    line-height: 1.8;      /* 行間 */
    background-color: #fff0f0; /* 背景色（オプション） */
    border: 2px solid red; /* 枠線の色と太さ（オプション） */
    padding: 10px;
    border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #225c7c;           /* 文字色（例：緑） */
  font-size: 18px;        /* 文字サイズ */
  font-weight: bold;      /* 太字にしたい場合 */
  background-color: #e6ffe6; /* 背景色（薄い緑） */
  border: 2px solid #225c7c;   /* 枠線 */
  padding: 10px;
  border-radius: 5px;
  line-height: 1.6;
}
input, button, textarea, select {}
  /* 左3つ並びの場合(space-between指定時)
.Page-panel1::after{
      content:"";
      display: block;
      width:30%;
}
  */
  /* 左4つ並びの場合(space-between指定時)
.Page-panel1::before{
      content:"";
      display: block;
      width:23%;
      order:1;
}
.Page-panel1::after{
      content:"";
      display: block;
      width:23%;
}
  */


/* ページ共通 contact */
input, button, textarea, select {}


/* ページ共通 ボタン */
.button01 {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.button01::before,
.button01::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button01,
.button01::before,
.button01::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button01 {
    background-color: var(--bg2-col);
    border: 2px solid var(--bg2-col);
    color: #fff;
}
.button01:link {
    color: #fff;
}
.button01:hover {
    background-color: #fff;
    border-color: var(--bg2-col);
    color: var(--bg2-col);
}
/* 02 */
.button02 {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.button02::before,
.button02::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button02,
.button02::before,
.button02::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button02 {
    background-color: #449F6B;
    border: 2px solid #449F6B;
    color: #fff;
}
.button02:link {
    color: #fff;
}
.button02:hover {
    background-color: #fff;
    border-color: #449F6B;
    color: #449F6B;
}
/* 019 */
.button019 a {
    background: #d9ede7;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    padding: 10px 55px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: var(--bg2-col);
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
/* フッター 共通 */
.Foot_bg{}
.Foot_bloc{}
.Foot_main_bg{
    background-image: url(../img/foot/main_bg.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center center;
    background-size: 200% auto;
}
.Foot_main_box{
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}
.Foot_main_box_coment{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.Foot_main_box_logo{
    margin-bottom: 20px;
}
.Foot_main_box_logo p{
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.Foot_main_box_acc{
    text-align: left;
    font-size: 12pt;
    line-height: 32px;
    margin-bottom: 20px;
}
.Foot_main_box_time{
    text-align: left;
    font-size: 12pt;
    line-height: 28px;
    margin-bottom: 20px;
}
.Foot_main_box_tel{
    text-align: left;
}
.Foot_main_box_tel a{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
}
.Foot_main_box_tel p{
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 3px;
    text-align: center;
}
.Foot_main_box_area{
    display: none;
}
.Foot_menu_bg{
    display: none;
}
.Foot_cp_bg{
    background-color: #1C5A7E;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 80px;
}
.Foot_cp_box{}
.Foot_fixed_btm_bg{
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
.Foot_fixed_btm_bloc{
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Foot_fixed_btm_bloc img{
    height: 25px;
    margin-right: 10px;
}
.Foot_fixed_btm_bloc a{
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12pt;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Foot_fixed_btm1{
    background-color: #313333;
    display: block;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Foot_fixed_btm2{
    background-color: var(--bg1-col);
    display: block;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*　リストアイコン軍　*/

/* 非表示 */
.sp-hide{
    /*<br / class="sp-hide">*/
    display: none;
}
/*　アンカーマージン　*/
.anchor {
    padding-top: 60px;
    margin-top: -60px;
    display:inline-block;
}
.anchor2 {
    padding-top: 60px;
    margin-top: -60px;
    display:inline-block;
}


}
/**************************
PC・スマホ共に同じスタイル
**************************/
nav {
    color: #fff;
    text-align: center;
}

/* メニューを横並びにする */
nav ul {
  display: flex;
  justify-content: space-between;
}
/* ２階層目 以降のメニューは縦並びにする */
nav ul ul {
    display: block;
}

/* liを下層メニューのulや矢印の基点にする */
nav ul li {
  position: relative;
}

/* ２階層目を持つliに矢印を設定する */
nav ul li.parent::before {
    content: "";
    position: absolute;
    right: 48%;
    top: 75%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
    transition: all 0.3s;
}
nav ul li:hover.parent::before {
    transform: rotate(-45deg);
}
/* ３階層目を持つliに矢印を設定する */

nav ul ul li.parent::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
nav ul ul li:hover.parent::before {
  transform: rotate(135deg);
}
/* ２・３階層目 共通設定 */
nav li.parent ul {
    /* 位置指定 */
    position: absolute;
    top: 55px;
    z-index: 4;
    /* デザイン指定 */
    background-color: var(--bg2-col);
    width: 230px;
    /* 最初は非表示にする */
    visibility: hidden;
    opacity: 0;
    /* アニメーション */
    transition: all 0.3s;
    right: 0%;
}
.ichi1{
    left: -75%;
}
.ichi2{
    left: -135%;
}
.ichi3{
    left: -310%;
}
.ichi4{
    left: -52%;
}
/* メニューリンクの設定 */
nav ul li a {
    display: block;
    color: #3D3D3D;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s; /* アニメーションの動きの速度 */
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
}

nav ul li li a {

}

nav ul li a:hover {
    color: #0009B8;
}
/* hoverしたら表示する */
nav li.parent:hover > ul,
nav li.parent ul li:hover > ul,
nav li.parent:active > ul,
nav li.parent ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
/* 下層メニューのaタグのデザイン */
nav li.parent ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    line-height: 20px;
    font-size: 16px;
}

nav li.parent ul li:last-child > a {
  border-bottom: none;
}

nav li.parent ul li a:hover,
nav li.parent ul li a:active {
  background-color: #3577ca;
}

/* ３階層目の位置 */
nav li.parent ul ul {
  top: 0;
  left: 182px;
  background-color: #66adf5;
}

nav li.parent ul ul li a:hover,
nav li.parent ul ul li a:active {
  background-color: #448ed3;
}
/* スマホのメニュー開閉 */
@media screen and (max-width: 768px) {
/* ２階層目を持つliに矢印を設定する */
nav ul li.parent::before {
    content: "";
    position: absolute;
    right: 48%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    transition: all 0.3s;
}
nav ul li:hover.parent::before {
    top: 50%;
    transform: rotate(135deg);
}
/* ３階層目を持つliに矢印を設定する */

nav ul ul li.parent::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
nav ul ul li:hover.parent::before {
  transform: rotate(135deg);
}
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }

  nav li.parent ul,
  nav li.parent ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }

  nav ul li a {
    border-bottom: solid 1px #ccc;
  }

  nav ul li li a {
    padding: 20px 35px;
  }

  nav ul li.parent::before {
    transform: rotate(135deg);
    top: 28px;
    right: 20px;
  }

  nav ul ul li.parent::before {
    transform: rotate(135deg);
    top: 28px;
    right: 20px;
      transition: all 0.3s;
  }

  nav ul li.parent.active::before {
    transform: rotate(135deg);
  }
}
/**************************
PC・スマホ共通スタイル
**************************/
:root {
    --bg1-col: #f1ab3e; /* 深オレンジ　メール問い合わせ背景 */
    --bg2-col: #1c5a7e; /* 深ブルー　相談箱背景 タイトルの下線 新着のタブ */
    --bg3-col: #EFEAFF; /* 浅ブルー　相談箱コンテンツ背景 */
    --text1-col: #840000; /* 深レッド　テキスト協調 */
    --text2-col: #D00003; /* 深レッド2　テキスト協調 */
    --text3-col: #FF0004; /* レッド　テキスト協調 */
    --text4-col: #fb8e29; /* オレンジ　テキスト協調 */
    --text5-col: #0064ad; /* 浅い紺　テキスト協調 */
}
/* var(--text1-col) 使用方法 */

/* テキスト 各種・文字色、マーカー等 */
.Page_txt1{
    background: linear-gradient(transparent 20%, #FFF500 80%);
    font-weight: 700;
}
.Page_txt2{
    background: linear-gradient(transparent 40%, #FF9292 100%);
    font-weight: 700;
}
.Page_txt3{
    background: linear-gradient(transparent 40%, #C3CFFF 100%);
    font-weight: 700;
}
.Page_txt4{
    background: linear-gradient(transparent 40%, #C9C9C9 100%);
    font-weight: 700;
}
.Page_txt5{
    color: var(--text3-col);
    font-weight: 700;
}
.Page_txt6{
    color: var(--text4-col);
    font-weight: 700;
}
.Page_txt7{
    color: var(--text5-col);
    font-weight: 700;
}
.Page_txt8{
    color: #000000;
    font-weight: 700;
}
.Blog_title_01{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    border-bottom: solid 3px #1c5a7e;
}
.Blog_title_02{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    border-bottom: double 5px #1c5a7e;
}
.Blog_title_03{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 3px #364e96;/*上線*/
    border-bottom: solid 3px #364e96;/*下線*/
    text-align: center !important;
}
.Blog_title_04{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #364e96;/*左線*/
}
.Blog_title_05{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    border-bottom: solid 3px #cce4ff;
    position: relative;
    line-height: 162%;
}
.Blog_title_05:after{
          position: absolute;
          content: " ";
          display: block;
          border-bottom: solid 3px #1c5a7e;
          bottom: -3px;
          width: 20%;
}
.Blog_title_06{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #1c5a7e;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
.Blog_title_07{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    color: #FFF;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #1c5a7e;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
}
.Blog_title_07:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.Blog_title_08 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.Blog_title_08:before, .Blog_title_08:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.Blog_title_08:before {
  left:0;
}
.Blog_title_08:after {
  right: 0;
}
.Blog_title_09 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    text-align: center !important;
}
.Blog_title_09:before, .Blog_title_09:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.Blog_title_09:before {
  left: 7px;
}
.Blog_title_09:after {
  right: 7px;
}
.Blog_title_10 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
}
.Blog_title_10:first-letter {
  font-size: 2em;
  color: #7172ac;
}
.Blog_title_11{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 162%;
    color: #FFF;/*文字色*/
    padding: 0.5em;/*文字周りの余白*/
    display: block;/*おまじない*/
    line-height: 1.3;/*行高*/
    background: #1c5a7e;/*背景色*/
    vertical-align: middle;
    border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
    text-align: center;
}

.wp-block-list {
    margin-bottom: 30px;
    text-align: left;
    line-height: 168%;
}
.Blog_list_01 {
    margin-bottom: 30px;
}
.wp-block-table {
    margin-bottom: 30px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td,
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) th {
    background-color: #E7FFE4 !important; /* お好みの色に変更 */
}
.wp-block-details {
    text-align: left !important;
    margin-bottom: 30px;
}
.wp-block-image figcaption {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.wp-block-image img {
  margin-bottom: 0;
}
/*　フロートリセット　*/
.cl{
    /*<div class="cl"></div>*/
	line-height: 0px;
	clear: both;
	height: 0px;
}
