@charset "UTF-8";

/* ===================================================================== */
/* BASE */
/* --------------------------------------------------------------------- */
/* .base-footer-width,
.base-width
{
    margin:0px auto;
    max-width:1500px;
    min-width:920px;
} */

/* ======================= */
/* PC対応                  */
/* ----------------------- */
.visible_p{display: block !important;}
.visible_pt{display: block !important;}
.visible_pm{display: block !important;}

.visible_m{display: none !important;}
.visible_t{display: none !important;}
.visible_tm{display: none !important;}

/* BASE STYLE ---------------------------------------*/

/* ------------------------------------------ */
/* xyzzyエディタ用スタイル       .editor-style */
/* ------------------------------------------ */
.editor-style h1
{
  text-align: left;
  font-size:2em;
  margin-bottom:1em;
  border-bottom: 3px solid #000;
  font-weight: bold;
}

.editor-style h2
{
  text-align: left;
  font-size:1.8em;
  padding: 0.5rem 1.5rem;
  border-left: 4px solid #000;
  margin-bottom:1em;
}

.editor-style h3
{
  text-align: left;
  font-size:1.5em;
  padding: 1rem 2rem;
  border: 3px solid #000;
  margin-bottom:1em;
}

.editor-style h4
{
  text-align: left;
  font-weight: bold;
  font-size:1.3em;
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom:1em;
}

.editor-style h5
{
  text-align: left;
  font-weight: bold;
  font-size:1.3em;
  padding: 1rem 2rem;
  background-color: #333;
  color:#fff;
  margin-bottom:1em;
}

.editor-style h6
{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom:1em;
}
.editor-style strong{font-weight: bold;}
.editor-style em{font-style: italic;}
.editor-style del{ text-decoration: line-through;}
.editor-style hr{display: block; border-top: 1px solid #8c8b8b; margin-bottom: 1em;}

.editor-style ul,
.editor-style ol
{
  margin-bottom: 1em;
}

.editor-style ul li
{
  line-height: 1.5; /*文の行高*/
  padding: 0.3em 0; /*前後の文との余白*/
  list-style-type: circle;
}
.editor-style ol li
{
  line-height: 1.5; /*文の行高*/
  padding: 0.3em 0; /*前後の文との余白*/
}

.editor-style blockquote
{
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin-bottom: 1em;
}

.editor-style blockquote:before
{
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #ddd;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.editor-style .mgs_list--1 li
{
  border-bottom:1px solid #e3e3e3;
  list-style: none;
}
.mgs_list--1 li:first-child
{
  border-top:1px solid #e3e3e3;
}
.mgs_list--1 li a
{
  padding: 25px 0;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}

.mgs_list--1 li .date
{
  margin-right:2em;
  font-weight:bold;
  color:#333;
}
.mgs_list--1 li .text{color:#333;}


/* ------------------------------------------ */
/* テーブルスタイル　　　　　　　　　　　　　　　 */
/* ------------------------------------------ */
.mgs_table table,
.wp-block-table table
{
  width:100%;
}
.mgs_table-type--1 table th,
.wp-block-table table th
{
  vertical-align: middle;
}

.mgs_table-type--1 table th,
.mgs_table-type--1 table td,
.wp-block-table table th,
.wp-block-table table td
{
  border:1px solid #d4d4d4;
  padding:15px;
}
.mgs_table-type--1 table th,
.wp-block-table table th
{background:#eee;}
.mgs_table-type--1 table td,
.wp-block-table table td
{background:#fff;}



figure.wp-block-table.is-style-stripes table tr:nth-child(odd) td
{
  background:#eee;
}
/* ------------------------------------------ */
/* Formスタイル　　　　　　　　　　　　　　　　　 */
/* ------------------------------------------ */
.mgs_form-type--1 td
{
  text-align: left;
}
.mgs_form-type--1 .text{font-size:1.1em; font-weight:bold;}
.mgs_form-type--1 .required
{
  color:#fff;
  background:#3e3e3e;
  padding:7px 15px;
}

.mgs_form-type--1 input[type="text"]
{
  border:1px solid #ddd;
  padding:7px 15px;
  width:45%;
}

/* ------------------------------------------ */
/* パンくずリスト　　　　　　　　　　　　　　　　 */
/* ------------------------------------------ */
#breadcrumb
{
  padding:10px;
  border-bottom:1px solid #eee;
  margin-bottom: 70px;
}
#breadcrumb li
{
  display: inline-block;
}
#breadcrumb li a
{
  padding: 1.2em 1.2em 1.2em 0em;
  display: block;
}
#breadcrumb li a::after
{
  margin-left:1.2em;
  color:#ddd;
  content: '>';
}

/* ------------------------------------------ */
/* Leftメニューレイアウト　　　　　　　　　　　　 */
/* ------------------------------------------ */
.mgs_leftside h3
{
  background:#333;
  padding:60px 10px;
  text-align:center;
  color:#fff;
  font-size:1.8em;
}
ul.mgs_leftside-menu a
{
  color:#777;
  display: block;
  padding:15px;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}
.accordion-area.close
{
  display: none;
}
.mgs_accordion-link
{
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.mgs_accordion-link .link
{
  width:80%;
}
.mgs_accordion-link .aco_btn
{
  width:20%;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}

.mgs_accordion-link .aco_box
{
  width: 100%;
}

/* MGS RIGHTSIDE ---------------------------------------*/
.mgs_news-midashi
{
  font-size:2em;
  margin-bottom:50px;
}

/* ------------------------------------------ */
/* ページネーションSTYLE　　　　　　　　　　　　 */
/* ------------------------------------------ */
#area-pagenation
{
  display: flex;
  justify-content: center;
  margin-bottom: -5px;
}
#area-pagenation span,
#area-pagenation a
{
  display: block;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  margin:0 3px;
}

#area-pagenation span{background:#eee;}
#area-pagenation a{background:#333; color:#fff;}

#area-pagenation a.next,
#area-pagenation a.prev
{background:#555;}


/* ------------------------------------------ */
/* TOPページ用ヘッダー　　　　　　　 header.home */
/* ------------------------------------------ */
header
{
  background-color: #FFF;
  border-bottom:1px solid #E5E5E5;
  display: grid;
  grid-template-columns: 200px auto 200px;
}
header h1
{
  padding:0.5em;
  width: 190px;
}
header h1 .icon
{
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
header h1 span
{
  font-weight: bold;
  font-size:1.1em;
  display:block;
  margin-left:2.3em;
  padding:10px;
}
header .user-name
{
  align-items: center;
  display: flex;
  justify-content: end;
  /* grid-template-columns: 1fr 1fr; */
  height: 60px;
  padding: 10px;
  border-left: 1px solid #eee;
}
header .user-name .data
{
  padding-right: 10px;
}
header .user-name .data .category
{
  font-size:0.6em;
  color:#999;
}

header .user-name .btn input
{
  background:#444;
  padding:0.5em 0.3em;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

/* mgs-area-global */
header.home .mgs-area-global
{
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 0em;
    left:0em;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}

header.home .mgs-area-global.fixed
{
    position: fixed;
    background:#333;
}

header.home .mgs-area-global .mgs_logo
{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    padding:2em 0 2em 2em;
    width: 100%;
    z-index: 100;
}
header.home .mgs_logo h1
{
    font-weight:bold;
    font-size:2em;
}

header.home .mgs_logo .copy
{
    padding-left:1em;
    color:#fff;
}

header.home .mgs_menu
{
    width: 100%;
    padding:0em 6em 0 0;
}

header.home .mgs_menu ul.menu_base
{
    width: 100%;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}
header.home .mgs_menu ul.menu_base li{position: relative;text-align: left;}

header.home .mgs_menu ul.menu_base > li:not(:first-child)
{
    margin-left: 10px;
}
header.home .mgs_menu ul.menu_base > li > a,
header.home .mgs_menu ul.menu_base > li li > a
{
    white-space: nowrap;
    color:#fff;
    display: block;
    padding:1em 1em 1em 2em;
    text-decoration: none;
    transition: all .3s;
}

header.home .mgs_menu ul.menu_base > li > a:hover
{
    background:#555;
}
header.home .mgs_menu ul.menu_base > li.menu-item-has-children::before
{
    content: '';
    position: absolute;
    left: 10px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transform:rotate(135deg);
}
/*2階層目の位置*/
header.home .mgs_menu ul.menu_base ul
{
    position: absolute;
    left:0;
    top: 47px;
    background:#999;
    width:200px;
    word-break: keep-all;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

/*3階層目の位置*/
header.home .mgs_menu ul.menu_base ul ul
{
    top:0;
    left:200px;
    background:#888;
    position: absolute;
  }
  
  header.home .mgs_menu ul.menu_base ul li a:hover,
  header.home .mgs_menu ul.menu_base ul li a:active{
    background:#555;
  }


header.home .mgs_menu ul.menu_base ul > li.menu-item-has-children::before
{
    content: '';
    position: absolute;
    left: 10px;
    top: 18px;
    width: 6px;
    height: 6px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transform:rotate(45deg);
}

/*hoverしたら表示*/
header.home .mgs_menu ul.menu_base li.menu-item-has-children:hover > ul,
header.home .mgs_menu ul.menu_base li.menu-item-has-children ul li:hover > ul,
header.home .mgs_menu ul.menu_base li.menu-item-has-children:active > ul,
header.home .mgs_menu ul.menu_base li.menu-item-has-children ul li:active > ul{
  visibility: visible;
  opacity: 1;
}



/* ------------------------------------------ */
/* ハンバーガーメニュー　 　　 header .openbtn1 */
/* ------------------------------------------ */
header .openbtn1
{
  position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
    top: 0px;
    right: 5px;

  cursor: pointer;
    width: 50px;
    height:50px;
}

header.page .openbtn1
{
    top: 8px;
}

/*×に変化*/  
header .openbtn1 span
{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

header .openbtn1 span:nth-of-type(1) 
{
top:15px; 
}

header .openbtn1 span:nth-of-type(2)
{
  top:23px;
}

header .openbtn1 span:nth-of-type(3)
{
  top:31px;
}

header .openbtn1.active span:nth-of-type(1)
{
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

header .openbtn1.active span:nth-of-type(2)
{
  opacity: 0;
}

header .openbtn1.active span:nth-of-type(3)
{
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/* ------------------------------------------ */
/* ポップアップナビゲーション　           #g-nav */
/* ------------------------------------------ */
#g-nav {
  position: fixed;
  z-index: -1;
  display: none;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(51, 51, 51, 0.95);
  transition: all 0.3s;
}

#g-nav.panelactive
{
    display: block;
    z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list
{
    /*ナビの数が増えた場合縦スクロール*/
    display: block;
    left: 0;
    right: 0;
    margin: 4em auto 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 80%;
    height: 100vh;/*表示する高さ*/
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul.menu_base
{
    display: none;
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
    border-top: 1px solid #eee;
}

#g-nav.panelactive .g-nav-title
{
  background:#005697;
  color:#fff;
  padding:15px;
  font-size:1.5em;
  text-align: center;
}
#g-nav.panelactive .g-nav-name
{
  background:#fff;
  padding:15px;
  font-size:1.5em;
  text-align: center;
  border-bottom: #eee solid 1px;
}

#g-nav.panelactive ul
{
    display: block;
}
#g-nav.panelactive ul li a
{
  text-align: left;
  color: #333;
  display: block;
  padding:15px;
  background-color: #fff;
}
#g-nav.panelactive ul li:nth-child(2n) a
{
  background-color: #f5f5f5;
}

/*リストのレイアウト設定*/

#pc-nav ul
{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
}
#pc-nav li
{
  list-style: none;
  text-align: center;
}

#pc-nav li a
{
  color: #333;
  text-decoration: none;
  padding: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pc-nav .menu_base > .menu-item-has-children{position: relative;}
.pc-nav .menu_base > .menu-item-has-children::after
{
    cursor: pointer;
    position: absolute;
    font-size: 13px;
    top: -0px;
    right: 0px;
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 15px;
}
.pc-nav .menu_base > .menu-item-has-children.close::after
{
  content: '\f106';
}

.pc-nav .menu_base > .menu-item-has-children > ul > li
{
    background:#ddd;
    color:#333;
}
#pc-nav.panelactive .menu_base > .menu-item-has-children > ul > li > a{color:#333;}
#pc-nav.panelactive .menu_base > .menu-item-has-children > ul > li.menu-item-has-children > ul > li{background:#ccc;}
#pc-nav.panelactive .menu_base > .menu-item-has-children > ul > li.menu-item-has-children > ul > li > a{color:#333;}


.menu-select01 #pc-nav li.menu01 a,
.menu-select02 #pc-nav li.menu02 a,
.menu-select03 #pc-nav li.menu03 a,
.menu-select04 #pc-nav li.menu04 a,
.menu-select05 #pc-nav li.menu05 a,
.menu-select06 #pc-nav li.menu06 a,
.menu-select07 #pc-nav li.menu07 a
{
  background:#41AAE4;
  color: #fff;
}


/*body.body-client .contents*/

/* body.body-client #contents
{
  padding-top:2em;
} */

body.body-client #contents .c_stutas
{
  width: 250px;
  margin:0 auto 2em auto;
}
body.body-client #contents .c_stutas .images
{
  background:#FFDA42;
  border-radius: 50%;
}

body.body-client #contents .c_stutas .name
{
  text-align: center;
  font-size:1.5em;
}

body.body-client #contents .c_area table
{
  width:95%;
  max-width:700px;
  margin:0 auto 2em auto;
}
body.body-client #contents .c_area table th,
body.body-client #contents .c_area table td
{
  padding:10px;
  border: #E6E6E6 1px solid;
}
body.body-client #contents .c_area table.table_basic th
{
  width:25%;
  background:#F1F1F1;
  vertical-align: top;
}

body.body-client #contents .c_area table.table_status th
{
  background:#F1F1F1;
  vertical-align: top;
}

body.body-client #contents .c_area table.table_basic td
{
  width:75%;
  vertical-align: top;
}
body.body-client #contents .c_area table td.nowrap
{
  white-space: nowrap;
}
body.body-client #contents .c_area table.table_status td a
{
  color:#2680EB;
  display: block;
  position: relative;
  padding-right: 1em;
}
body.body-client #contents .c_area table.table_status td a::after
{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 0;
  top: 1px;
}

body.body-client #contents .c_area .todoufuken_image{margin-bottom:10px;}
body.body-client #contents .c_area .todoufuken_image img{width:100%;height:auto;}

.modaal-content-container .title
{
  background: #005697;
  padding:0.5em;
  margin-bottom:1em;
  color:#fff;
  font-size:1.5em;
}

.modaal-content-container .main_area .image img{width: 100%; max-width: 300px; height:auto;}
.modaal-content-container .main_area .image{margin-bottom:1em; text-align: center;}
.modaal-content-container .main_area .text{margin-bottom:1em;}

.document_btn a
{
  max-width: 920px;
  display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  padding:1em;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  margin:0 auto 2em auto;
}
.document_btn a .text
{
  padding:7px 0px;
  color: #000;
}
.document_btn a .btn
{
  font-size:0.8em;
  font-weight: bold;
  background:#FA6980;
  color:#fff;
  padding:7px 15px;
  border-radius: 10px;
}

body.body-client #contents .c_detail
{
  max-width:700px;
  margin:0px auto;
  padding:2em;
  background:#FFF;
  border-radius: 20px;
}

body.body-client #contents .c_detail .midashi
{
  text-align:center;
  margin-bottom:1em;
}

body.body-client #contents .c_detail .midashi .sub_title
{
  font-size:0.9em;
}
body.body-client #contents .c_detail .midashi .title
{
  font-size:1.3em;
  font-weight:bold;
}

body.body-client #contents .c_detail .main_text,
body.body-client #contents .c_detail .images,
body.body-client #contents .c_detail .movies
{
  margin-bottom:1em;
}
body.body-client #contents .c_detail .main_text p{margin-bottom:1em;}
body.body-client #contents .c_detail .images .image img{width: 100%; height: auto;}
body.body-client #contents .c_detail .images .cap{padding-top:10px;}
/*
body.body-client #contents .c_detail .movies .movie
{
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
 }
 body.body-client #contents .c_detail .movies .movie iframe
 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}


.btn_center{text-align: center;}
.btn_type001 a,
.btn_type001 input
{
  cursor: pointer;
  display: inline-block;
  background: #2680EB;
  color:#fff;
  padding:10px 20px;
  border-radius: 20px;
}
.btn_type002 a,
.btn_type002 input
{
  cursor: pointer;
  display: inline-block;
  background: #00D6D8;
  color:#fff;
  padding:10px 20px;
  border-radius: 20px;
}
.btn_type003 a,
.btn_type003 input
{
  cursor: pointer;
  display: inline-block;
  background: #E33C23;
  color:#fff;
  padding:10px 20px;
  border-radius: 20px;
}
.btn_type004 a,
.btn_type004 input
{
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border:1px solid #333;
  color:#000;
  padding:10px 20px;
  border-radius: 20px;
}

.c_member
{
  margin: 0 auto;
  padding: 0 1em;
}

.c_member .mgs_box a .mgs_circle
{
  background: #FFDA42;
  border-radius: 50%;
}


/*tabの形状*/
.c_tab
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c_tab li a
{
  color:#000;
  display: block;
  background:#FFDA42;
  margin:0 2px;
  padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.c_tab li.active a
{
  background:#fff;
}


/*エリアの表示非表示と形状*/
.c_area {
  background: #fff;
  padding:35px 20px;
}

    /* ------------------------------------------ */
    /*
    Frame 管理者用
    */

    .m_padding
    {
      /* padding:6em 1em; */
      padding: 20px;
      margin-bottom: 80px;
    }
    .m_loginarea
    {
      margin:3em auto 0 auto;
      padding: 7em 2em;
      max-width: 600px;
      background-color: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(12px);
      border-radius: 30px;
    }
    .m_loginarea .title
    {
      text-align:center;
      font-size:2em;
      margin-bottom:10px;
    }
    .m_loginarea .text
    {
      text-align:center;
      font-size:0.9em;
      margin-bottom:3em;
    }

    .cp_iptxt {
      position: relative;
      width: 40%;
      min-width:300px;
      margin: 40px auto;
    }
    .cp_iptxt input[type='text'],
    .cp_iptxt input[type='password']
    {
      font: 15px/24px sans-serif;
      box-sizing: border-box;
      width: 100%;
      padding: 0.3em;
      transition: 0.3s;
      letter-spacing: 1px;
      color: #333;
      border: none;
      border-bottom: 2px solid #ddd;
      background: transparent;
    }
    .ef input[type='text']:focus,
    .ef input[type='password']:focus
    {
      border-bottom: 2px solid #da3c41;
      outline: none;
    }

    .forget
    {
      width: 40%;
      min-width:300px;
      display: flex;
      -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
      margin:0 auto 2em auto;
    }
    .entry
    {
      text-align: center;
    }
    .entry input
    {
      background: #E33C23;
      color: #fff;
      padding: 0.5em 2em;
      border-radius: 30px;
      cursor: pointer;
    }

.m_wrap
{
  /* min-width:600px;
  max-width: 920px; */
  max-width: 1200px;
  margin:0 auto;
}

.m_wrap .m_header
{
  display: grid;
  grid-template-columns: 250px auto 230px;
  background-color: #F8F8F8;
  align-items: center;
  border-radius: 30px 30px 0 0;
  padding:20px;
}
.m_wrap .m_header .area_midashi
{
  font-size: 1.5em;
  padding: 0.5em;
}
.m_wrap .m_header .area_search form .name
{
  display: inline-block;
  padding:5px;
}
.m_wrap .m_header .area_search form .form
{
  display: inline-block;
}

.m_wrap .m_header .area_search form .form .search_text
{
  background: #FFF;
  border-radius: 5px;
  padding: 5px;
  max-width: 200px;
}
.m_wrap .m_header .area_search form .form .search_send
{
  background: #2680EB;
  color: #fff;
  border-radius: 5px;
  padding: 5px 25px;
  cursor: pointer;
}
.m_wrap .m_header .area_search form .form .search_clear
{
  margin-left: 5px;
  background: #D8D8D8;
  border-radius: 5px;
  padding: 5px 25px;
}
.m_wrap .m_header .area_btn
{
  text-align: right;
}
.m_wrap .m_header .area_btn a
{
  cursor: pointer;
  display: inline-block;
  color:#fff;
  padding:10px 20px;
  border-radius: 20px;
}
.area_btn .btn_create a{
  background: #099769;
}
.area_btn . a{
  background: #E33C23;
}

.m_wrap .m_header .area_bbs
{
  width: 80%;
}
.m_wrap .m_header .area_bbs table{width: 100%;}
.m_wrap .m_header .area_bbs td{padding:5px 0; vertical-align: top;}
.m_wrap .m_header .area_bbs .btn{text-align: right;}
.m_wrap .m_header .area_bbs table textarea,
.m_wrap .m_header .area_bbs table select
{
  background-color: #fff;
}
.m_wrap .m_header .area_bbs input[type="submit"]
{
  cursor: pointer;
  background:#2680EB;
  color: #fff;
}

section.bbs_topics
{
  border:#D8D8D8 solid 1px;
  padding: 20px;
  border-radius: 20px;
  margin-bottom:1.5em;
}
section.bbs_topics .midashi
{
  display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  margin-bottom: 1em;
}
section.bbs_topics .midashi .title
{
  color: #2680EB;
  font-weight: bold;
}
section.bbs_topics .midashi .data .name
{
  padding-right: 1em;
  font-weight: bold;
}

.m_wrap .m_body
{
  background:#fff;
  /* padding: 20px; */
}
.m_wrap .m_body table
{
  width: 100%;
}
.m_wrap .m_body th
{
  background:#41AAE4;
  color:#fff;
  padding: 10px 20px;
}
.m_wrap .m_body td
{
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  min-width: 60px;
}
.m_wrap .m_body .num_area
{
  width:60px;
}
.m_wrap .m_body .btn_area
{
  /* width: 315px; */
  text-align: right;
}
.m_wrap .m_body .date
{
  width: 120px;
}
.m_wrap .m_body .patient .btn_area
{
  width: 550px;
}
.m_wrap .m_body .btn_area2
{
  width: 110px;
}
.m_wrap .m_body td a
{
  padding:0.8em 2em;
  border-radius: 20px;
  display: inline-block;
}
.m_wrap .m_body td .m_btn01
{
  border: 1px solid #2680EB;
  background: #2680EB;
  color:#fff;
}
.m_wrap .m_body td .m_btn02
{
  border: 1px solid #666;
  background: #fff;
  color:#333;
}
.m_wrap .m_body td .m_btn03
{
  border: 1px solid #E33C23;
  background: #E33C23;
  color:#fff;
}
.m_wrap .m_body .m_entry td{border-bottom:none; vertical-align: top;}

.m_entry td.midashi
{
  width:95px;
  font-weight: bold;
}
.required_text
{
  text-align: right;
  color: red;
  padding: 5px;
  margin-bottom: 5px;
}
.required_text::before
{
  color: red;
  content: " * …";
}
.m_entry .required::after
{
  content: " *";
  color: red;
  vertical-align: middle;
}

.m_entry input,
.m_entry select
{
  /* width: 150px; */
  padding: 5px;
  border:1px solid #D8D8D8;
  border-radius: 10px;
}
.m_entry input[type='file']
{
  width: 100%;
}

.m_entry textarea
{
  width: 100%;
  border:1px solid #D8D8D8;
  border-radius: 10px;
  height: 100px;
}
.m_entry textarea.bikou
{
  height:200px;
}

.document_upload .document
{
  border:1px solid #D8D8D8;
  padding: 15px;
}

.document_upload .document .btn button
{
  border: 1px solid #005697;
  color: #005697;
  padding: 5px 20px;
  border-radius: 10px;
}
.m_entry input[type='file'].document_file
{
  width:250px;
  margin-right: 0.2em;
}
.m_entry input.document_cap
{
  width:400px;
  padding: 7px 5px;
  margin-right: 0.2em;
}
.m_entry .write .item{
  margin-bottom:1em;
  display: grid;
  grid-template-columns: auto 40px;
  gap: 10px;
}
.m_entry .write .item label{
  display: grid;
  grid-template-columns: 260px auto;
  gap: 5px;
}
.m_entry .write .item label input{
  width: 100%;
}
.m_entry .write .item .close-icon
{
  font-size: 1.1em;
  color: #fff;
  background: #E33C23;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  display: block;
}
.m_entry .sum{padding:5px 0;}
.m_entry .sum img
{
  width: 100px;
  height: auto;
}

.m_entry .sum iframe
{
  width: 400px;
  height: 200px;
}

.m_entry input.movie_url
{
  width:300px;
  margin-right: 0.2em;
}
.m_entry input.movie_cap
{
  margin-right: 0.2em;
  width:350px;
}

.m_wrap .m_footer
{
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 30px 30px;
  padding:20px;
  display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}

.m_wrap .m_footer .pagination
{
  display: flex;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}

.m_wrap .m_footer .pagination a
{
  margin:0px 3px;
  background:#fff;
  color:#333;
  padding:6px 10px;
  border-radius: 5px;
}
.m_wrap .m_footer .pagination span
{
  margin:0px 3px;
  background:#E33C23;
  color:#fff;
  padding:6px 10px;
  border-radius: 5px;
}

.flash_message{
  text-align: center;
  background-color: #c4f5bf;
  border: 1px solid #7abd73;
  color: #24531f;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
}

.flash_error{
  text-align: center;
  background-color: #fde0fc;
  border: 1px solid #bd73a6;
  color: #531f50;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
}
