@charset "utf-8";

/* フォント　源暎ラテミン */
@font-face {
  font-family: 'GenEiLateMinP';
  src: url(../font/GenEiLateMinP_v2.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* CSS Document */
html {
  overflow-y: scroll;
}
body {
  /*background-image: url(img/bg.png);*/
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #46352f;
  line-height: 130%;
  letter-spacing: 0.1em;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
  position: relative;
  text-align: center;
}
a:link {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #5924f2;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}
a:active {
  color: #0000ff;
  text-decoration: underline;
}
img {
  border: none;
  margin: 0px;
}
p {
  margin: 10px 0;
}
/*  --------------------------------------
			　ClearFix
----------------------------------------*/
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*  --------------------------------------
			　共通部分
----------------------------------------*/
#container {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.contTxt {
  width: 663px;
  margin: 0 auto 40px;
}
.contTxt2 {
  width: 663px;
  margin: 0 auto 5px;
}
h2 {
  margin: 0 0 15px 0;
  padding: 0;
}
h3 {
  border-bottom: 1px dotted #4da831;
  border-left: 4px solid #4da831;
  margin-bottom: 15px;
  padding: 3px 5px 3px 7px;
  font-size: 120%;
  font-weight: bold;
  color: #64be48;
}
.more {
  background-color: #aae592;
  display: inline-block;
  padding: 3px 10px;
  letter-spacing: 0.3em;
  font-size: 85%;
  color: #349c57;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.fontB {
  font-weight: bold;
}
.fontS {
  font-size: 80%;
}
.fontL {
  font-size: 120%;
}
.fontRL {
  color: #e23719;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 3px;
}
.red {
  color: #e23719;
}
.hrline {
  border: none;
  border-top: 1px dotted #cccccc;
  height: 1px;
  color: #ffffff;
  width: 100%;
}
.check {
  color: #ff0000 !important;
}
.caution {
  color: #ff0000;
  font-size: 10px;
}
.List1 ul {
  margin: 20px 0 20px 20px;
  padding: 0;
}
.List1 li {
  margin: 10px 0;
  padding: 0 0 0 17px;
  list-style: none;
  background-image: url(../img/icon_list1.png);
  background-repeat: no-repeat;
  color: #e23719;
  font-size: 110%;
}
.photoL {
  margin: 0 20px 20px 0;
  float: left;
  padding: 3px;
  border: 1px solid #cccccc;
}
.photoR {
  margin: 0 0 20px 20px;
  float: right;
  padding: 3px;
  border: 1px solid #cccccc;
}

.frame_member {
  margin-bottom: 1rem;
  border: 3px solid #be4d5d;
  background: #fff;
  display: flex;
h2.frame_member_tit {
  position: relative;
  font-family: 'GenEiLateMinP', sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.2;
  /* background: ; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
  margin: 0;
  overflow: hidden;
  clip-path: circle(10.5rem at left center);
  background: #be4d5d;
}
  .frame_member_inner {
    padding: 1rem 0;
    ul {
      margin: 0;
      li::marker {
        color: #27cdcb;
      }
      li {
        font-weight: bold;
        font-family: 'Noto Sans JP', sans-serif;
        a {
          color: #27cdcb;
          &:hover {
            text-decoration: none;
            opacity: .6;
          }
        }
        .red {
          color:#be4d5d ;
        }
      }
    }
  }
  
}
/*  --------------------------------------
			　ヘッダ
----------------------------------------*/
#header {
  width: 960px;
  height: 120px;
  margin: 0 auto 20px;
  text-align: left;
}
h1 {
  margin: 0 0 10px 0;
  padding: 2px 5px;
  background-color: #73c87b;
  width: 950px;
  color: #ffffff;
  font-weight: normal;
  font-size: 11px;
}
#header_Box {
  margin-bottom: 15px;
}
.header_left {
  width: 415px;
  float: left;
}
.header_right {
  width: 340px;
  float: right;
  padding-top: 5px;
}
/*  --------------------------------------
			　  フッター
----------------------------------------*/
#footer {
  background-image: url(../img/bg_footer.png);
  background-repeat: repeat-x;
  width: 100%;
  min-width: 960px;
  padding-top: 30px;
}
.footerBox {
  width: 960px;
  margin: 0 auto;
  line-height: 250%;
  font-size: 12px;
}
.copy {
  font-size: 11px;
  color: #318939;
  padding: 30px 0;
}
/*-----------------------------------------
			 ナビ画像
-----------------------------------------*/
#navi {
  width: 960px;
  margin: 0 auto 25px;
  height: 54px;
}
#navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navi li {
  margin: 0;
  padding: 0;
  float: left;
}
/*-----------------------------------------
			 左カラム
-----------------------------------------*/
#leftmenu {
  width: 250px;
  float: left;
}
.leftmenuBana {
  margin-top: 12px;
}
/*-----------------------------------------
			 右カラム
-----------------------------------------*/
#rightmenu {
  width: 683px;
  float: right;
  text-align: left;
  padding-bottom: 20px;
}
.orange {
  color: #E23719;
}
/*-----------------------------------------
			 PICK UP
-----------------------------------------*/
.frame_pickup {
  background: #f6d8d4;
  border: 3px solid #b42345;
  border-radius: 0.4rem;
  margin: 0 0 1.5rem;
  padding: 1rem 1.5rem;
}
.frame_pickup h3 {
  margin: 0 0 .5rem;
  border: none;
  border-radius: 0.4rem;
  padding: .5rem 1rem;
  background: #b42345;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
}
.frame_pickup ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
.frame_pickup ol li {
  background-image: none;
  position: relative;
  margin-bottom: 5px;
  padding: 0.5em;
  border-left : solid 35px #46352f;
  color: #46352f;
}
.frame_pickup ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}

/*-----------------------------------------
space
-----------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }


.modal_tit{
    line-height: 1.5;
    text-align: center;

}
.modal{
    cursor: pointer;
}


