﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@580;700&family=Zen+Maru+Gothic:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@700&display=swap');

.font_bold{font-weight: 700;}

:root{
    --font-jp: 'Sawarabi Mincho', 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif", sans-serif, !important;
    --font-jp1: 'Noto Serif JP',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif", sans-serif !important;
    /*--font-en: 'Fredoka', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;*/
}
body, .font_sans-serif{
    font-family: var(--font-jp1);
}

.en_font,.sub_title{
    font-family: var(--font-en);
}

/*@font-face {*/
/*font-family: "kanaria";*/
/*src: url("../dup/img/kanaria.ttf") format("ttf"),url("../dup/img/kanaria.woff") format("woff"),url("../dup/img/kanaria.woff2") format("woff2");*/
/*}*/
/*.font_kanaria{font-family: "kanaria", serif!important;}*/

/*--------posi_rel--------*/
/*装飾に便利なposi_rel▼*/
#top_cms_box,#contents{position: relative;}
/*装飾に便利なposi_rel▲*/

/*装飾に便利な疑似クラス設定▼*/
#top_cms_box:before,#top_cms_box:after,#contents:before,#contents:after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
/*装飾に便利な疑似クラス設定▲*/

/* -----------------------------　ボディ　------------------------------------- */

/* ----------　フォント　---------- */
.loader_txt,#header li a, .more_item, .cms_title h2, #catch h2, #question h2, #contents h2, #contents .box h3, #top_cms .cms_title h2, #page_title h2,.footer_con,.footer_line {
    font-family: var(--font-jp);
}

/* CSS Document */
/* color -----------------------------------------------------------------------------*/
:root {
    --color1: #95e364;
    --color2: #cbffab;
    --color3: #e4ab2a;
    --color4: #bfdfc0;
    --color5: #ebf8dd;
    --color6: #fff79b;
    --white: #ffffff;
    --black: #201201;
    --gray: #ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color1);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--color1);
          border-bottom:solid 1px;
}
body#body {
    background: var(--white);
}

#contents, .f_link, #question {
    background-color: var(--color5);
}
/* color -----------------------------------------------------------------------------*/

/* -----------------------------------------------　ALL　---------------------------------------------------- */
.top_loader .loader_txt {
    color: var(--black);
}

.loader_txt span.active, .scroll_anime span.active {
    -webkit-animation: fw 0.3s ease 0.1s 1 forwards;
    animation: fw 0.3s ease 0.1s 1 forwards;
}

body{
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);;
}


/* ----------　more_box　---------- */
.more{
    border-radius: 10px;
}

.more_box {
    background-color: var(--color3);
}

.more_txt1{color: #fff;}

.more_txt2 {
        color: #333;
}

.box_txt2{
    color: #444443;;
}





/*h3.box_title1 {*/
/*    color: var(--white);*/
/*}*/



/* ------------　header　▼----------- */

.sub_title,.sub_title,p.sub_title {
    color: var(--color3);
}

header {
    padding: 30px 0 30px 0 !important;
    background-color: rgb(242 237 231 / 84%) ! IMPORTANT;
}

header ul li a:hover {opacity: 0.6;}

.header ul a {
    color: var(--black);
}

.header ul a:hover {
    opacity: 1;
    color: var(--color1);
}

.menu li {
    text-align: center;
    -webkit-transform: rotate(0.02deg);
    transform: rotate(0.03deg);
}

/* ------------　header　▲----------- */

.t_banner_box {
    display: none;
}

.fix_banner {
    width: 100%;
    max-width: 320px;
    position: fixed;
    right: 70px;
    bottom: 15px;
    z-index: 5;
}

/* ------------　more_box　▼----------- */

.more_item::before {
    content: "";
    width: 40px;
    height: 2px;
    background: white;
    top: 50%;
    left: 20px;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear,width 0.3s linear,transform 0.3s linear;
}

.more_item:hover{
    opacity: 0.7;
}

.more_item .text {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 20px;
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}

/* ------------　more_box　▲----------- */


.hover {
    background-color: var(--color4);
    position: relative;
    border: 2px solid white;
    width: 200px;
    height: 200px;
    margin-top: -102px;
    left: -250px;
    transition: .3s;
    transform: rotate(20deg);
}




/* -----------------------------------------------　TOP　---------------------------------------------------- */
.top_loader {
    background-image: url(Dup/img/bgimg.png);
    background-size: cover;
}



/* ----------　catch_box　▼---------- */

.menu {
    max-width: 330px;
}

.menu .logo {
    border-radius: 10px 10px 0 0;
    opacity: 1;
    background-color: var(--color1);
    padding: 50px 10px;
    background-image: url(Dup/img/bgimg.png);
}

.menu ul {
    border-radius: 0 0 10px 10px;
}

.catch {
    object-fit: contain;
    position: absolute;
    max-width: 1100px;
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: 1;
}

.catch2 {
    object-fit: contain;
    position: absolute;
    max-width: 1080px;
    width: 100%;
    bottom: 0%;
    right: 0%;
    z-index: 1;
}

.catch3 {
    object-fit: contain;
    position: absolute;
    max-width: 800px;
    width: 100%;
    top: 0%;
    right: 0%;
    z-index: 1;
}

#catch .box .title {
    margin-left: 0;
    padding: 0;
    background-color: transparent!important;
    color: var(--black)!important;
    font-size: calc(1rem + 10px);
    font-weight: 700;
    margin-top: 15px;
}

#catch .box .title {
    font-size: 30px;
    padding: 20px 10px;
    left: 30px;
    background-color: var(--color6);
}

#catch .box {
    border-radius: 25px;
    column-gap: 5%;
}

#catch .box .sub_title, #contents .box .box_item .sub_title {
    transform: none;
    font-family: var(--font-jp);
    font-weight: 700;
    font-size: 25px;
    left: 20px;
    color: var(--color3)!important;
    background-color: var(--white);
    padding: 10px 20px;
    border: 5px solid var(--color3);
}
/* ----------　catch_box　▲---------- */


/* ----------　question　▼---------- */

.marker {
    background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
    background: -o-linear-gradient(transparent 60%, #ff6 60%);
    background: linear-gradient(transparent 60%, #ff60 60%);
}

#question .box {
    max-width: 1500px;
}

#question .box_item{
    padding: 10px;
}

#question .box .box_item {
    border-radius: 10px;
    border: 2px solid var(--black);
}

#question .box .box_item {
    padding: 12px;
    padding-top: 40px;
    padding-bottom: 20px;
}

#question .title_dec span {
    text-shadow: var(--white) 2px 2px 0, var(--white) -2px -2px 0,/*右下、左上*/ var(--white) -2px 2px 0, var(--white) 2px -2px 0,/*右上、左下*/ var(--white) 0px 2px 0, var(--white) 0 -2px 0,/*右、左*/ var(--white) -2px 0 0, var(--white) 2px 0 0;
}

#question:before {
    background: -webkit-repeating-linear-gradient(-45deg, transparent 0, transparent 10px, #fff 10px, #fff 20px);
    background: -o-repeating-linear-gradient(-45deg, transparent 0, transparent 10px, #fff 10px, #fff 20px);
    background: repeating-linear-gradient(270deg, transparent 0, transparent 8px, #fff 8px, #fff 16px);
}

#question .sliceTxt1,#question .sliceTxt2,#question .sliceTxt3,#question .sliceTxt4, #question .sliceTxt5 {
    color: var(--color3);}

#question .sliceTxt6{
    color: var(--black);
}

#question .box_item p {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

svg {
    color: var(--color3);
}

/* ----------　question　▲---------- */

/* ----------　contents　▼---------- */
#contents .box .box_item:before {pointer-events: none;}

#contents:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: -37px;
    background-image: url(./Dup/img/bg_con1.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#contents:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -37px;
    background-image: url(./Dup/img/bg_con2.png);
    background-size: 103% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.contents_wrap .box figure {
    margin: 0px;
    order: 2;
    transform: translate(100px, -10px);
    border-radius: 25px;
    box-shadow: var(--color1) 25px 25px;
}

/* ----------　contents　▲---------- */

/* ----------　top_cms_box　▼---------- */

#top_cms_box:after {
    position: absolute;
    content: "";
    width: 150%;
    height: 50px;
    left: -25%;
    bottom: -150px;
    background-image: url(./Dup/img/bg_top-news.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.top_cms_box_wrap .cms_title, .cms_title_box {
    border: 5px solid var(--color3);
    background-color: var(--white)!important;
    color: var(--color3)!important;
}

.cms_title_box {
    padding: 10px 30px;
}

/* ----------　top_cms_box　▲---------- */

/* -------------------　BLOG　▼----------------- */

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/* -------------------　BLOG　▲----------------- */

/* -------------------　MENU　▼----------------- */

.topcms_about_type1 {counter-reset: box 0;padding-top: 35px;}

.topcms_about_type1 .cate_box {
	width: 31%!important;
	padding: 55px 25px 25px;
	background-color: #f5f5f5;
	border-radius: 10px;
	box-sizing: border-box;
}

.topcms_about_type1 .number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
}

.topcms_about_type1 .number::before {
    counter-increment: box 1;
    content: "0" counter(box);
    font-family: var(--font-jp);
    font-size: 67px;
    line-height: 1;
    text-align: center;
    color: var(--color1);
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: -42px;
    margin: auto;
    z-index: 0;
}

.topcms_about_type1 .number::after {
	content: "";
	position: absolute;
	display: block;
	width: 73%;
	height: 2px;
	background: var(--color1);
	left: 0;
	right: 0;
	margin: auto;
	top: 22px;
}

.topcms_about_type1 .cate_box .box_title1{font-size: 18px;line-height: 1.6;z-index: 1}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_about_type1 .cate_box {
	margin: 0 auto 80px;
	width: 80%!important;
}

.topcms_about_type1 .cate_box:last-of-type {
	margin-bottom: 0;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_about_type1 .cate_box {
	width: 90%!important;
	padding: 50px 25px 25px;
}

.topcms_about_type1 .number::before{
	font-size: 59px;
	top: -34px;
}

.topcms_about_type1 .number::after{
	width: 72%;
}
}

/* -------------------　Menu　▲----------------- */

/* -------------------　Q&A　▼----------------- */

.qa_type3 .con_no{
	left: 20px;
	top: 15px
}

.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1 {
    min-height: 1.5em;
    background-color: var(--color1);
}

.qa_type3 .cate_box .box_title1 {
    background-color: var(--color1);
}

.qa_type3 .cate_box .box_txt1{
    background-color: var(--color4);
}

.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}

.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 60px
}

.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 90px
}

.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}

.qa_type3 .box_q .box_title1::before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: var(--color1);
    right: 100%;
    top: 34px;
}

.qa_type3 .box_a .box_txt1::before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: var(--color4);
    left: 100%;
    top: 35px;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0
}
.qa_type3 .con_no{
    top: 13px;
}
}

/* -------------------　Q&A　▲----------------- */


/* -------------------　Voices　▼----------------- */

.v_type1 .triangle {
    display: block;
    border: var(--black) solid 2px;
    box-shadow: 5px 5px 0 0 var(--color1);
    border-radius: 10px;
    background-color: var(--color5);
}

.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: var(--color5) transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}

.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: var(--black) transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}

/* -------------------　Voices　▲----------------- */

/* ----------　footer　▼---------- */

#footer h2 span {
    background-color: var(--color4);
    background-size: 100%;
    background-image: url(Dup/img/bgimg.png);
    border-radius: 10px;
}

.f_logo {
    background-color: var(--color4);
    background-size: cover;
    background-image: url(Dup/img/bgimg.png);
    border-top: none;
}

.footer_tel{
    background-color: var(--color3);
}

footer span {
    border-radius: 10px;
}

footer .footer_con_box a:hover {
    background-color: var(--color4);
    letter-spacing: 8px;
    border: none;
}

.sns_link li a {
    border-color: var(--color5);
}

/* ----------　footer　▲---------- */







/* -----------------------------------------------　下層ページ　--------------------------------------------- */
#page_title {
    margin-top: 95px;
}

.all_page header .logo img {
    height: 35px !important;
}

.cate_list li {
    width: 22%;
    margin-right: 2%;
}

.cate_list li:nth-child(3n) {
    margin-right: 2%;
}

.cate_list li a {
    color: var(--white);
}


.precautions {
     font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-bottom: 3%;
}

/* ----------　BLOG　▼------------------ */

/* ----------　linkstyle　▼---------- */

.linkStyle{
	color:#e72a23;
	opacity: 0.8;
}
.linkStyle:hover {
        opacity: 0.3;
        transition: all 0.5s;
}

/* ----------　linkstyle　▲---------- */

/* ----------　pager　▼---------- */

.pager li {margin-right: 10px;}

.pager li:last-of-type {margin-right: 0px;}

li.grid_1.grid_2_tb.grid_4_sp {
        margin: 0 10px 0 0;
}

/* ----------　pager　▲---------- */

/* ----------　BLOG　▲------------------ */



/* ----------　お問い合わせ　▼---------- */
#tel_contact {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
}

.con_box {
    max-width: 950px;
    margin: 0px auto;
    padding-bottom: 20px;
}

.left,.right{
    padding: 1%;
}

.tel a:hover {
    color: var(--color3);
}

/* ----------　お問い合わせ　▲---------- */

/* ----------　プライバシーポリシー　▼---------- */



/* ----------　プライバシーポリシー　▲---------- */

/* ----------　サイトマップ　▼---------- */



/* ----------　サイトマップ　▲---------- */




/*-------------------------------------------------------1536px以下--------------------------------------------*/
@media screen and (max-width: 1536px){
.cms_link {top: 15%;}

  }

@media screen and (max-width: 1366px){
p#copyright {
    padding-bottom: 80px;
}

#question .box_item p {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

  }


/*-------------------------------------------------------タブレット---------------------------------------------*/
@media screen and (max-width: 768px){
body {
    font-size: -webkit-calc(1rem + 0px);
    font-size: calc(1rem + 0px);
}


.catch {
    width: 80%;
}

.catch2 {
    width: 75%;
}

.catch3 {
    width: 60%;
}

#nav_menu {
    top: 10px;
}

header {
    padding: 30px 0 30px 0 !important;
}

header .logo img {
    height: 25px !important;
    width: auto !important;
}

.all_page header .logo img{
    height: 25px !important;
    width: auto !important;
}

#page_title {
    margin-top: 85px;
}

.button_container span {
    background-color: var(--black);
}

#question .txt {
    width: 90%;
    margin-right: 4%;
}

#question .box_item p {
    font-size: 18px;
    letter-spacing: 0;
}


#catch .box .title {
    font-size: 27px;
    left: 5px;
}

section#catch { background-position: 39%;}

.contents_wrap .box figure {
    transform: translate(-10px);
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------*/
@media screen and (max-width: 667px){
body {
    font-size: -webkit-calc(1rem + -2px);
    font-size: calc(1rem + -2px);
}

#nav_menu {
    top: 25px;
}

.catch2 {
    width: 100%;
}

.catch3 {
    width: 80%;
}

#page_title {
        margin-top: 67px;
        height: 200px;
}

header .logo, header .logo img,.all_page header .logo img { height: 30px!important;}

.header {
        margin: -6px auto;
}

header.clone-nav {
    height: 1%;
}

#question .box_item p {
    font-size: 13px;
    letter-spacing: 0px;
}

#question .txt {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
    margin-left: 0.5rem;
}

#question .txt .check {
    padding-right: 0px;
    left: 40px;
}

#question .box .box_item{
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.indent {
        text-indent: 2em;
        padding-left: -1em;
    }

#nav_menu {
        top: 2px;
}

    #catch .box .title {
        letter-spacing: 0;
        font-size: 18px;
        left: 5px;
    }

.box_title1 {
    font-size: 17px;
    letter-spacing: 0px;
}

.main_img_wrap {margin-top:66px;}

.main_img {
    height: 50vh!important;
    width: 100%;
}

.cms_link {
    display: none;
}

    #contents .box .box_item {
        padding: 50px 20px;
    }

.marker {
        letter-spacing: 0;
        font-size: 16px;
    }

.fix_banner {
    width: 70%;
    bottom: 10px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

 .fix_banner .more_item .text {
    font-size: 14px;
}

.more_item::before {
        left: 15px;
}


.page-top {
        right: 5px;
        bottom: 10px;
}  
    
.page-top a {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
}

.cate_list li {
        width: 100% !important;
        margin-right: 0% !important;
}

.footer_tel {
    font-size: 16px;
}

    .top_loader .loader_txt {
        font-size: -webkit-calc(1rem + 1px);
        font-size: calc(1rem + 1px);
    }

}

/*20240605*/
.menu ul a {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}

#tel_contact h3, #tel_contact .tel a, #tel_contact .tel_txt {
    color: var(--black);
}

.footer_tel {
    font-size: 20px;
}

.content_wrap .box_item p {
    color: var(--black);
}

.contact_type1 .left, .contact_type1 .right {
    padding: 40px 27px 30px;
    background-color: #f7f7f7;
    margin: 1%;
    width: 48%!important;
    box-sizing: border-box;
}
.contact_type1 .cate_title {
    padding: 0;
    margin: 0;
    font-size: 19px;
    margin-bottom: 16px;
}
.contact_type1 .con_box1 a {
    display: block;
    max-width: 330px;
    margin: 0 auto 27px;
    transition: opacity .6s;
}
.contact_type1.con_box2 a{
    display: block;
    max-width: 450px;
    margin: 0 auto;
    transition: opacity .6s;
}
.contact_type1 .click_bt {
    cursor: pointer;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    text-align: center;
}
.contact_type1 .txt_box{
     display: none
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.contact_type1 .left, .contact_type1 .right {
    width: 80%!important;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.contact_type1 .left, .contact_type1 .right {
    padding: 30px 27px 30px;
    width: 100%!important;
    margin-bottom: 20px;
}
.contact_type1 .cate_title {
    font-size: 17px;
}
}

/*20240920*/
.menu_banner img {
    width: 200px;
    margin-bottom: 20px;
}
@media screen and (max-width: 667px){
    .menu_banner img {
        width: 120px;
        margin-bottom: 40px;
    }
}
