@charset "UTF-8";
/*ベースとなるスタイル
---------------------------------------------------------*/
html{
    font-size: 62.5%; 
}
*{margin:0;padding:0;box-sizing:border-box;}
img{
    max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
    height:auto;
    vertical-align: top;
}
body{
    background-color:#f2f2f2;
    margin:0;
    padding:0;
    font-size: 1.6rem;
    color: #3e3a39;
    line-height: 1.5;
  font-family: "Zen Kaku Gothic New",HiraKakuProN-W3, "Yu Gothic",  sans-serif;
  font-weight: 400;
  font-style: normal;
  }
h1{

    font-weight: bold;
    font-size: 2.5rem;
    text-shadow: 1px 1px 2px #fff;
}
h2{
    margin:2rem 0 0;
    width:100%;
    padding:1.6rem 2rem 1rem 1rem;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: left;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: left center;
}

@media screen and (max-width:768px) {

    h2{
        width:100%;
        padding:1rem 1.5rem;
        border:0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 2.1rem;
     }
    }

h3{
    margin-bottom:1.5rem;
    position: relative;
    padding: 1rem 1.5rem 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.7rem;
  }
h3:after {
    position: absolute;
    bottom: -10px;
    left: 40%;
    width: 20%;
    height: 0;
    content: '';
    border-width: 1px;
    border-style: solid;
    border-color: #00B7B7;
}
h4{
    margin:1rem 0;
    font-weight: bold;
    font-size: 1.6rem;
}
p{
    padding: 1rem;
    font-size: 1.6rem;
}
a{color:#4a94ab;}
@media screen and (max-width:768px) {
    h3 {
        position: relative;
        padding: 0.8rem 1.5rem;
        color: #00B7B7;
        border-radius: 0;
        font-size: 1.5rem;
        background: unset;
    }
}

ul{font-size: 1.5rem;}
ol{font-size: 1.5rem;}



/*webサイト大枠のレイアウトスタイル
---------------------------------------------------------*/
/*ヘッダーエリア*/
header{
    position: sticky;
    width: 100%;
    top: 0;
    max-height: 120px;
    z-index: 5;
}


@media screen and (max-width:768px) {
    header{
        position: fixed;
        width:100%;
        z-index: 5;
    }
 }

 @media screen and (min-width:769px) {
    nav{
        font-weight: bold;
        font-size:1.6rem;
    }
 }

/*メインエリア*/
#wrapper{
  background-color: #f2f2f2;
    background-image: url(/assets/common/images/bg_body.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  
}
@media screen and (max-width:768px) {
  #wrapper{
    background-size: 200%;
  }
}
@media screen and (max-width:500px) {
    #wrapper {
        background-size: 300%;
        background-position-x: -380px;
    }
}

.inner{
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 30px;
}
.inner02{
    width: 100%;
    margin: 0 auto;
}

main{

}
.l-contents{
}
@media screen and (max-width:768px) {
    main{
        width: 100%;
        margin: 0;
    }
}


/*下層ページ*/
.lowerPage{

}
@media screen and (max-width:768px) {
.lowerPage{
}
}

/*メインエリア　コンテンツ*/
.l-contents-inner{
    width: 100%;
}

@media screen and (max-width:768px) {
    .l-contents-inner{
        width: 100%;
    }
    .inner{
        padding: 0 15px;
    }
    
}

/*フッター エリア*/
.l-footer{
    background-color: #000000;
    width: 100%;
    color: #ffffff;
    padding-bottom: 20px;
 }

/*問い合わせフォーム*/
.footer-Area1-inner3{
    max-width: 850px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background-color: #ECF4D9;
    border-radius: 10px;
    width: 90%;
}

@media screen and (max-width:768px) {
    .footer-Area1-inner3{
        width: 100%;
    }
    .l-footer{
    margin-bottom: 50px;
 }
}




/*webサイト大枠のレイアウトスタイル テンプレート共通部分
---------------------------------------------------------*/
/*ヘッダーエリア*/
.lgmnArea{
    width: 100%;
    display: flex;
    padding: 0.1% 2% .2%;
    max-width: 1064px;
    margin: 0 auto;
}
@media screen and (min-width:1700px) {
    .lgmnArea {
        padding: .2% 2% 0.1%;
    }
}
.l-header{

}
.header-logo{
    width:30%;
    padding:10px 0;
    display: flex;
}
.header-logo img{
    width: 100%;
    max-width: 150px;
    min-width: 110px;
}


/* 言語選択 */
.lang_select {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 10px;
}

/* ▼アイコン */
.lang_select::after {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #535353;
  border-bottom: 1px solid #535353;
  transform: translateY(-50%) rotate(45deg);
  content: '';
  pointer-events: none;
}

/* select本体 */
.lang_select select {
  appearance: none;
  min-width: 100px;
  height: 2em;
  padding: .2em 25px .2em 23px; /* ←左に余白 */
  border: 1px solid #d0d0d0;
  border-radius: 25px;
  background-color: #fff;

  /* 言語アイコン */
  background-image: url('/assets/common/images/lang_icon.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 4px center;

  color: #333;
  font-size: .7em;
  cursor: pointer;
}

.header-right{
    width:70%;
    text-align: right;
    margin: 15px auto;
}
.header-right ul{
list-style: none;
font-weight: bold;
margin-bottom:0;

}
.header-right li{
    display: inline;
    list-style: none;
    padding:1% 1.5%;
    font-size: 1.4rem;
}
.header-right li a{
padding: 1rem 0 .5rem;
   text-decoration: none;
   color:#000000;

}
.header-right li a:hover{
border-bottom: 2px solid #181818;
}
header .btn{
    padding: .5rem 1rem !important;
    font-size: 1.3rem !important;
    color: #fff !important;
    border: 0 !important;
}
.header-right .btn{
    margin: .7rem 0 1rem 0;
  }


@media screen and (max-width:768px) {
    .header-logo{
        width:30%;
    }

.l-header{
    background-position: left bottom;
}
}
.menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }
  
 .hamburger {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

/*パンくずリスト*/
.breadcrumb-bg{

}
.breadcrumb {
    margin-bottom: 1rem;
    padding: 1rem 3rem .1rem;
}
.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    line-height: 1em;
    list-style: none;
    padding-left: 0;
}
.breadcrumb ul li {
    position: relative;
    margin-right: 3rem;
}
.breadcrumb ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    bottom: .3rem;
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb ul li:last-of-type:after {
	content: none;
}
/*h2デザイン*/
.h2-under{
margin: 0 auto;
border-top:2px solid #000000;
width: 40%;
font-weight: bold;
color:#e481a5;
text-align: center;
padding-top: 1rem;
}

/*下層ページタイトル (h1)*/
.l-pageTitle-area{
    padding:35px 25px 0;
    width: 100%;
    text-align: center;

    background-repeat: no-repeat;
}
.l-pageTitle-area .inner {
    max-width: 1064px;
    margin: 0 auto;
    padding: 3rem;
}


@media screen and (max-width:768px) {
    .l-pageTitle-area{
        padding: 5rem 0 0;
    }
    .l-pageTitle-area .inner{
        padding: 5rem 0 5rem;
    }
}

/*下層ページh2*/
.lowerPage h2 {
        position: relative;
        display: inline-block;
        padding: 1.8rem 28px 5px 20px; /* 斜め線の分だけ余白 */
        font-weight: 600;
        line-height: 1;
        text-align: left;
        margin-bottom:20px;

        text-shadow: 2px 2px 10px #ffffff ,
        -2px 2px 10px #ffffff ,
        2px -2px 10px #ffffff ,
        -2px -2px 10px #ffffff;
        margin-left: 20px;
        }
.lowerPage h2::before{
        content: "";
        position: absolute;
        top: 0;
        height: 100%;  
        width: 1px;
        background: #333;
        }
.lowerPage h2::before {
        left: 10px;
        transform: rotate(20deg);
        transform-origin: top;
        }
.lowerPage h2 span{
  font-weight: 400;
  font-size:.7em;
}

.font-daimon{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
   
/*フッター エリア*/
 .l-footer .footerArea{
    flex-wrap: wrap;
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #969696;
 }
 .footerLogo{
    width: 60%;
    display: flex;
        flex-direction: column;
 }
 .footerLogo .foot-logo{
    max-width:140px;
    width: 80%;
    margin: 1rem 3rem;
 }
 .footerArea .foot-logo{
filter: invert(100%) sepia(0%) saturate(7468%) hue-rotate(353deg) brightness(99%) contrast(102%);
}

 .footerLogo{
 }
 .btn-pk {
    color: #fff;
    background-color: #000000;
    font-size: 1.4rem;
    width: 130px;
}
.footerLogo .btn, a.btn, button.btn {
    margin:2rem 5%;
    color: #000000;
    background-color: #e4e4e4;
}
.footerLogo .btn-inst {
    margin:2rem 5%;
    color: #000000;
    background-color: #e4e4e4;
    display: flex;
    width: 150px;
    padding: 10px;
    align-items: center;
    gap:10px;
     justify-content: space-between;
}
@media screen and (max-width:768px) {
  .footerLogo .btn-inst {
     margin:15px auto;
}
}
.btn-inst img{
  width: 20px;
}

 .l-footer ul{
    list-style: none;
 }
 .l-footer ul a{
    text-decoration: none;
    color: #ffffff;
 }
 .l-footer ul a:hover{
    color: #c4c4c4;
 }
 .l-footer .menu01{
    width: 20%;
    line-height: 2;
    font-weight: bold;
 }
 .l-footer .menu02{
    width: 20%;
    line-height: 1.8;
 }
 .l-footer .menu02 a{
    font-size: 1.4rem !important;
 }
 .copyright{
    text-align: center;
    margin-top: 2rem;
    font-size: 1.4rem;
 }
 @media screen and (max-width:768px) {
    .l-footer .inner {
        padding-top: 0;
    }
    .footerLogo{
        width: 100%;
        flex: 1 600px;
        text-align: center;
        margin-bottom: 4%;
        display: unset;
     }
     .l-footer .menu01{
        width: 50%;
     }
     .l-footer .menu02{
        width: 50%;
     }

     .footer-nav{
        background-color: #4F4443;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        text-align: center;
        padding: 1rem 0 .3rem;
        height: 90px;
     }
     .footer-nav .btn{
        padding: 1.5rem 2.5rem;
        font-size: 1.5rem;
        margin: 1rem 1.5rem;
        border-radius: 3rem;;
     }
     .footer-nav .btn span{
        background-image: url(/common/images/icon_mail.png);
        background-repeat: no-repeat;
        background-size: 1.8rem;
        padding-left: 2.3rem;
        background-position: center left;
     }
     .copyright{
        padding-bottom: 0;
     }
        
}

/*問い合わせフォーム*/
.contactArea .h2-under{
    margin: 0 auto;
    border-top:2px solid #00B7B7;
    color:#9AD8D6;
    }

.contactBox {
    margin-bottom: 4rem;
    margin: 2rem auto 3rem;
    background: #fff;
    max-width: 890px;
    padding: 3rem;
    width: 90%;
    border-radius: 20px;
}
.contactBox dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px dotted #ddd;
}

.innerContact .contactBox {
    background-color: #fafafa;
    margin-top: 30px;
    padding: 2rem 2rem 4rem;
}

.contactText{
    font-size: 1.4rem;
    text-align: left;
    padding: 5px 10px;
    border-bottom:1px solid #0fbebe;
}
.contactText p{
    padding: 10px 0;
}

.contactText strong{
    background: linear-gradient(transparent 50%, #f1efa2 50%);
}

.contactText span{
    font-weight:bold;
}

.contactBox dl:last-of-type {
	margin-bottom: 2.5rem;
	border-bottom: none;
}
.contactBox dl dt,
.contactBox dl dd {
	padding: 1.5rem 1rem;
	background: none;
}
.contactBox dl dt {
	position: relative;
	width: 250px;
    font-size: 1.4rem;
    text-align: left;
}
.contactBox dl dd {
	position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
}
.contactBox small {
	font-size: .8rem;
}
.require:before {
	content: "必須";
	margin-right: 1rem;
	padding: .4rem 1.5rem .5rem;
	color: rgb(255,255,255);
	font-size: 1.1rem;
	background: #bc505a;
    border-radius: 15px;

}
.any:before {
	content: "任意";
	margin-right: 1rem;
	padding: .4rem 1rem .6rem;
	color: rgb(255,255,255);
	font-size: 1.1rem;
	background: rgb(80,120,200);
    border-radius: 5px;
}

input[type="submit"] {
	position: relative;
	min-width: 400px;
	padding: 2rem 6.5rem 2rem 5rem;
    color: rgb(255,255,255);
	font-size: 2.4rem;
	font-weight: 900;
    background: #3e3a39;
	border: 3px solid rgb(255,255,255);
    border-radius: 30px;
	cursor: pointer;
    margin:0 auto;
}
input[type="submit"][disabled] {
	text-shadow: none;
  background-color: rgb(200,200,200);
  cursor: not-allowed;
}

.caution {
	position: absolute;
	bottom: -.5rem;
	left: 2rem;
	color: rgb(209,96,96);
	font-size: 1.3rem;
}

.contactBox input,select,textarea {
	min-width: 235px;
	padding: .8rem 1rem;
	font-size: 1.4rem;
	border: 1px solid rgb(200,200,200);
	border-radius: 5px;
}
span.select {
	position: relative;
}

textarea {
	width: min(100%,500px);
	height: 200px;
}
input[type="submit"] {
	position: relative;
	min-width: 300px;
	padding: 2rem 6.5rem 2rem 5rem;
    color: rgb(255,255,255);
	font-size: 1.7rem;
	font-weight: 900;
    background: #3e3a39;
	border: 3px solid rgb(255,255,255);
    border-radius: 30px;
	line-height: 1.2em; 
}
 @media screen and (max-width:520px) {
    .contactBox {
        margin-bottom: 2rem;
    }
.contactBox dl {
	display: block;
}
	
.contactBox dl {
	display: block;
}
.contactBox dl dt {
	width: 100%;
	padding: .5rem 1rem;
    font-size: 1.6rem;
}

input,select,textarea {
	width: 100%;
}
input[type="submit"] {
	width: 90%;
    min-width: auto;
    margin: auto;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
    font-size: 1.6rem;
} 
ul.imgBox > li {
    width: calc(100% / 2 - (1rem / 2));
    margin: 0 1rem 1rem 0;
}

ul.imgBox > li:nth-of-type(3n) {
	margin-right: 1rem;
}
ul.imgBox > li:nth-of-type(2n) {
	margin-right: 0;
}
.require:before {
    padding: .2rem .6rem .3rem;
}
.contactBox dl dd {
	padding: .7rem .5rem 1em;
	background: none;
}
.contactBox dl dt {
	padding: 1.2rem .5rem 0.2rem;
	background: none;
}
 }


 
/*各レイアウト内のパーツのスタイル
---------------------------------------------------------*/
/*テキスト強調*/
.ln_y{
    background: linear-gradient(transparent 50%, #f1efa2 50%);
}
.cl_gr{
color:#9DC23A;
}
.cl_rd{
color:#000000;
}

/*背景強調*/
.clbg_rd{
  background: rgb(255, 244, 244);
}

/*ボタン小 緑*/
.btn,
a.btn,
button.btn {
font-weight: bold;
font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 2rem;
}

.btn-gr,
a.btn-gr {
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
}
.btn-gr:hover,
a.btn-gr:hover {
  color: #fff;
  background: #242424;
}

.btn-wh,
a.btn-wh {
  color: #5b5b5b;
  background-color: #fff;
  font-size: 1.3rem;
  border: #9c9c9c 1px solid;
  padding: .6rem .9rem .6em 1.1rem;
  letter-spacing: 0;
    margin:.5em;
}
.btn-wh:hover,
a.btn-wh:hover {
  color: #5b5b5b;
  background: #eeeeee;
  border: #9c9c9c 1px solid;
}

/*ボタン大 黄緑*/
.btnBig,
a.btnBig,
button.btnBig {
font-weight: bold;
font-size: 1.7rem;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  padding: 2rem 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #5b5b5b;
  border-radius: 5rem;
  min-width: 300px;
  background-color: #f3f3f3;
  border: #9c9c9c 1px solid;
}

a.btnBig:hover,
button.btnBig:hover {
  color: #424242;
  background-color: #e6e6e6;
}

.btn-green,
a.btn-greens {
  color: #fff;
  background-color: #37d1d1;
}
.btn-green:hover,
a.btn-green:hover {
  color: #fff;
  background: #00B7B7;
}
.btnArea{
  width: 80%;
  margin:0 auto;
  background:rgba(255,255,255, 0.7);
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .btnArea{
  width: 100%;
   padding: 30px 0;
  }
}
/*リスト(強調)*/
ul.list01{
    list-style: none;
    font-weight: bold;
    padding:10px;
    margin: 0;
}

ul.list01 li:before {
content: '〇 ';
color: #5cc9c9;
}

/*リスト(通常)*/
ul.list02{
  list-style: none;
  padding:1rem;
  margin: 0;
}

ul.list02 li:before {
content: '● ';
font-size: .5em;
color: #5cc9c9;
vertical-align: middle;
padding-right: .3rem;
}

/*ボックス1(1カラム/強調強め)*/
.box01{
    padding:3rem 2.5rem 2rem;
    color: #DBD6C1;
    }
    .box01 p{
    font-size: 1.6rem;
    }
    .box01 h2{
    font-size:2rem;
    text-align: center;
    border: 0;
    padding:5px 10px 20px;
    margin-top: 0;
    background: none;
    }
    .box01 span{
        font-weight:bold;
        background: linear-gradient(transparent 50%, #f1efa2 50%);
    }
    

    @media screen and (max-width:768px) {
        .box01{
            padding:1.5rem;
            width:100%;
         }
        .box01 p{
            font-size: 1.5rem;
          }
        .box01 h2{
            font-size:1.6rem;
         }
    }

/*3カラム均等幅*/
.col3box {
  display: grid;
  grid-template-columns: repeat(1, 1fr 1fr 1fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col3box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.box-col {
  background: #fff;
  border-radius: 10px;
  padding: 5%;
}

/*2カラム両サイド空き*/
.col2box-1-2-2-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr 2fr 2fr 1fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col2box-1-2-2-1{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.box-col {
  background: #fff;
  border-radius: 10px;
  padding: 5%;
}


    

/*ボックス3(1カラム/強調軽め)*/
.box03{
    border:#F2F2F2 5px solid;
    background:#fff;
    padding:1%;
    margin: 1% 3%;
}

/*ボックス3(1カラム/強調軽め/padding0)*/
.box03-0{
  border:#F2F2F2 5px solid;
  background:#fff;
  padding:0;
  margin: 1% 3%;
}

/*ボックス4(1カラム/背景黄緑)*/
.box04{
    background:#f9fbf2;
    padding:3%;
    margin: 1% 3%;
}


/*テーブル1(項目なし、3カラム)*/
.table01 {
    border-collapse: collapse;
    width: 100%;
    max-width: 850px;
    text-align: center;
    font-size: 1.6rem;
  }
  .table01 tr {
    background-color: #F2F2F2;
  }
  .table01 tr:nth-child(odd) {
    background-color: #fff;
  }
  .table01 th, .table01 td {
    padding: 1em;
    border:#fff solid 1px;
  }
  .table01 tr:nth-child(odd) td {
    border:#F2F2F2  solid 1px;
  }
  .table01 th {
    font-weight: bold;
    text-align: center;
    width: calc(100% / 3);
    min-width: 4em;
  }

  @media screen and (max-width:768px) {
    .table01 {
        font-size: 1.4rem;
    }
}

/*テーブル2((項目あり、2カラム))*/
.table02 {
    border-collapse: collapse;
    max-width: 850px;
    font-size: 1.5rem;
    width: 90%;
    margin: 2% 5%;
  }
  .table02 tr {
    background-color: #FFF;
  }
  .table02 tr:nth-child(odd) {
    background-color: #F2F2F2;
  }
  .table02 th, .table02 td {
    padding: 1em;
  }

  .table02 th {
    font-weight: bold;
    text-align: center;
    width: calc(100% / 4);
    min-width: 4em;
    text-align: center;
  }

  .table02 ul{
  list-style: none;
  padding-left:0;
  font-size: 1.3rem;
  }

  .table02 li:first-child span {
    background-color:#000000;
    border-radius: 3px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 2;
    padding:0 5px;
}
@media screen and (max-width:768px) {
    .table02 {
    border:1px solid #DCDDDD;
    font-size: 1.4rem;
    margin: 0;
     width: 100%;
    }
}

/*Q&A用アコーディオン*/

.faq-area{
  border-top: 1px solid #E5E5E5 ;
  max-width: 850px;
  width: 90%;
    margin: 2% 5%;
}
@media screen and (max-width:768px) {
  .faq-area{
  margin:5% 0;
  width: 100%;
  }
  }

  .faq-box h3{
    position: relative;
    color: #333;
    text-shadow: 0 0 2px white;
  }

  .faq-box h3:before {
    content: "";
    position: absolute;
    background: #CCEDEC;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

.faq-box h3::after{
border: 0;
}
.accordion {
    max-width: 850px;
    margin-bottom: 7px;
    border-bottom: #E5E5E5 solid 1px;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    content: '';
    transition: transform .3s;
}
.accordion[open] summary::after {
    transform: rotate(225deg);
}
.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 5em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
}
.accordion p{
    text-indent: -3em;
}
.accordion summary span:before{
    content: "Q.";
    font-weight: bold;
    color:#000000;
    padding:2px 8px;
    border-radius: 20px;
    margin: 0 10px 0 0;
}
.accordion p:before{
    content: "A.";
    font-weight: bold;
    color:#00B7B7;
    padding:2px 8px;
    border-radius: 20px;
    margin: 10px;
}

@media screen and (max-width:768px) {
    .accordion summary {
        padding: 1em;
    }
    .accordion p{
        padding: .3em 2em 1.5em 3.5em;
    }
}

/*下向き矢印(小)*/
.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #146434;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
  }

  /*外部リンク用ボックス*/
  .linkBox01{
padding: 2%;
font-size:1.4rem;
background-color: #FAFAFA;
  }
  .linkBox01 a{
  padding-right: 18px;    /* 左側に余白を確保する。 */
  background: url("/common/images/icon_link.png") no-repeat right top;
  background-size: 1.4rem; 
}
@media screen and (max-width:768px) {
  .linkBox01 {
    padding: 5%;
  }
  }

/*下層ページ用h4*/
.lowerPage h4{
    position: relative;/*相対位置*/
    line-height: 1.4;/*行高*/
    display: inline-block;
    border-bottom: 1px solid #C4DC7B;
    padding-bottom:5px;
  }
  
.lowerPage h4:before{ 
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    font-size: 1.5rem;
    color: #C4DC7B;
  }
.lowerPage h4:before {
    content:"■";
    padding-right: 0.5rem
  }

/*参考記事用h2*/
.l-reference h2{
    background: none;
    padding: 0;
    border: 0;
    padding-left: 2rem;
    border-left: 6px double #C4DC7B;
  
}

/*関連記事用h3*/
.l-relation h2{
  background: none;
  padding: 0;
  border: 0;
  padding-left: 2rem;
  border-left: 6px double #C4DC7B;
}

@media screen and (max-width: 768px) {
  .l-relation h2 {
      margin-left: 2%;
      width: 98%;
  }
}

.linkBox02{
  padding: 3%;
  background-color: #FAFAFA;
}
.linkBox02 div{
  background-color: #FFF;
  border:#e7e7e7 1px solid;
  padding: 0.5rem;
}

.l-relation h3{
  background: none;
  color: inherit;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.l-relation h3:after{
  border: none;
}
.l-relation a{
  text-decoration: none;
}
.linkBox02{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}
.linkBox02 img{
width: 100%;
height: 130px;
object-fit: cover;
}
@media screen and (max-width:768px) {
  .linkBox02{
    grid-template-columns: repeat(2, 1fr);
  }
  .l-reference h2 {
    margin-left: 2%;
    width: 98%;
  }
}
.linkBox02 div a:hover{
  color:#448cc1;;
}
.linkBox02 div a:hover img{
opacity: 0.7;
}

/*アンカーリンク用ボタン*/
.linkBox03{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .linkBox03{
    grid-template-columns: repeat(2, 1fr);
    margin: 0 3%;
  }
}
.linkBox03 div {
  position: relative;
  text-align: center;
  border: 1px solid rgb(235, 235, 235);
  border-bottom: 4px solid #146434;
}

.linkBox03 a {
  text-decoration: none;
  display: block;
  padding: 2rem .5rem;
  color:#146434;
  background: rgb(255, 255, 255);
}
.linkBox03 a:hover {
  text-decoration: none;
  display: block;
  padding: 2rem .5rem;
  color:#448b60;
  background:#f2fdf6;
}

/*2カラム 幅1:2*/
.col2box-2-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr 2fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col2box-2-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*2カラム 幅2:1*/
.col2box-1-2 {
  display: grid;
  grid-template-columns: repeat(1, 2fr 1fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col2box-1-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*2カラム 幅1:1*/
.col2box-1-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr 1fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col2box-1-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*2カラム 幅1:3*/
.col2box-1-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr 3fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col2box-1-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*2カラム 幅3:1*/
.col2box-3-1 {
  display: grid;
  grid-template-columns: repeat(1, 3fr 1fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col2box-3-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*3カラム 幅1:1:1*/
.col3box-1-1-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr 1fr 1fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col3box-1-1-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*4カラム 均等*/
.col4box-1-1-1-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr 1fr 1fr 1fr);
  gap: 20px;
}

@media screen and (max-width:768px) {
  .col4box-1-1-1-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr 1fr);
    gap: 20px;
  }
}

/*目次*/
.indexBox {
  border: 1px solid #dfdfdf;
  padding: 2rem;
  margin-top: 2rem;
}
.indexBox h2 {
  background: none;
  border-bottom: 1px dashed #dfdfdf;
  margin-top: 0;
  padding: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .indexBox h2 {
      border-top: 0;
  }
  .indexBox {
  margin: 1rem;
  }
}

/*参照リンク*/
main ul.reff{
  list-style: none !important;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.3rem;
}

main .reff li:first-child span {
  background-color: #000000;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  main ul.reff{
    list-style: none !important;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.3rem;
  }
}

/*医薬品一覧とボタン*/
.medArea{
  width: 90%;
  margin: 0 auto 3%;
  max-width: 890px;
}
.md-list{
display: flex;
width: 100%;
flex-wrap: wrap;
}
.md-list a{
  border: #DBDBDB solid 1px;
  border-radius: 15px;
  padding: 2%;
  font-weight: bold;
  font-size:1.7rem;
  text-align: center;
  flex: 1 1 100px;
  margin: 1%;
}
.md-list a:hover{
background-color: #f8ecec;
}
.md-list a img{
  width: 80%;
  margin: 0;
  max-width: 90px;
  mix-blend-mode: multiply; 
  width: 100%;
  height: 90px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 16px 0 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.6rem;
  line-height: 1.1;
  width: 100%;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.ar01::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000000;
}
.ar01::after{
	right: 5px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*リンクボタン右寄せ*/
.linkbtn-r{
text-align: right;
margin: 0;
}

/**3分割ボックス**/
.box-wrap {
  max-width: 1064px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* 800px以下：2分割 */
@media (max-width: 800px) {
  .box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 600px以下：1分割 */
@media (max-width: 600px) {
  .box-wrap {
    grid-template-columns: 1fr;
  }
}

/* 見た目確認用（不要なら削除OK） */
.box {

  padding: 20px;
  text-align: center;
  border-radius: 6px;
}

.small{
  display: inline-block;
  font-size: .9em;
  line-height: 1.4;
  margin-top:5px;
}