@charset "utf-8";
/*
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-weight:normal;
}
body{
	line-height:1;
}
html, body
{
	height:100%;
    scroll-behavior: smooth;
}
ul
{
	list-style:none;
}
a
{
    text-decoration: none;
    pointer-events: all;
}
body,input,select
{
    font-family: Meiryo, "メイリオ", Verdana, Helvetica, sans-serif;
    line-height:normal;
}
html
{
    box-sizing: border-box;
}
*/

/*------------------------------------------------------------------ header */
/*
header
{
    width: 980px;
    max-width: 100%;
    font-size: 1em;
    margin: 0 auto;
    position: relative;
}
.br-none
{
    display: none;
}
header > div.header-main 
{
    position: relative;
}
header > div.header-main img
{
    width: 95%;
}
header > div.header-main > div.header-btn
{
    width: 400px;
}
header > div.header-main > div a.font-size_btn
{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #7f7f7f;
    box-shadow: 3px 3px 0px 0px #d9d8d6;
    position: relative;
    cursor: pointer;
    z-index: 2;
    background: #fff;
}
header > div.header-main > div a.font-size_btn::after
{
    content: "";
    margin-top: -6px;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 13px;
    background: url(../cms_img/header_arrow.svg) no-repeat;
}
header > div.header-main > div a.font-size_btn.is-drop::after
{
    transform: rotate(90deg);
}
header > div.header-main
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    font-family:Meiryo, "メイリオ", Verdana, Helvetica, sans-serif;
}
header > div.header-main a
{
    color: #070707;
}
header > div.header-main > div.header-btn ul
{
    display: flex;
	flex-wrap: nowrap;
    gap: 12px;
    margin-top: 10px;
}
header > div.header-main > div.header-btn ul li
{
    text-align: left;
    width: 100%;
}
header > div.header-main > div.header-btn ul li:last-child
{
    text-align: left;
    width: 70%;
}
header > div.header-main > div.header-btn ul li a
{
    background: #fff;
    background-image: none;
    border: 1px solid #7f7f7f;
    box-shadow: 3px 3px 0px 0px #d9d8d6;
    color: #000;
    display: block;
    margin: 0;
    position: relative;
    padding: 4px 10px 8px 10px;
}
header > div.header-main > div.header-btn ul li:first-child a::before
{
    content: "";
    background: url(../cms_img/log-in.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
header > div.header-main > div.header-btn ul li:last-child a::before
{
    content: "";
    background: url(../cms_img/shop.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 10px;
    position: relative;
    top: 6px;
}
header > div.header-main > div.header-btn ul li a .p-mymenu__icon
{
    display: none;
}
header > div.header-main > div.header-btn ul li a .p-mymenuCart
{
    display: inline-block;
}
header > div.header-main > div.header-btn ul li a .p-mymenuCart__num
{
    line-height: 1;
}

header nav
{
    background: #345dac;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
header nav > div > ul
{
    display: flex;
    border: none;
    background: none;
    box-shadow: none;
}
header nav > div > ul li a
{
    color: #fff;
    padding: 75px 5px 10px 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 100%;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "游明朝","Yu Gothic","游明朝体";
    border: none;
    border-left: 2px solid #fff;
    background: transparent;
    text-align: center;
    word-break: break-all;
    letter-spacing: 1px;
}
header nav > div > ul li
{
    width: calc(100% / 6);
    background-position: center top 15px!important;
}
header nav > div > ul li:nth-child(odd) a
{
    border-right: none;
}
header nav > div > ul li:nth-child(1) a
{
    border-left: none;
}
header nav > div > ul li:first-child
{
    background: url(../cms_img/nav/nav_01.png)no-repeat;
}
header nav > div > ul li:nth-child(2)
{
    background: url(../cms_img/nav/nav_02.png)no-repeat;
}
header nav > div > ul li:nth-child(3)
{
    background: url(../cms_img/nav/nav_03.png)no-repeat;
}
header nav > div > ul li:nth-child(4)
{
    background: url(../cms_img/nav/nav_04.png)no-repeat;
}
header nav > div > ul li:nth-child(5)
{
    background: url(../cms_img/nav/nav_05.png)no-repeat;
}
header nav > div > ul li:nth-child(6)
{
    background: url(../cms_img/nav/nav_06.png)no-repeat;
}
header nav > div > ul li:last-child
{
    background: url(../cms_img/nav/nav_07.png)no-repeat;
}

header > div.font-size_drop
{
    position: absolute;
    right: -2px;
    top: 14%;
    transition: .15s ease-in;
    width: 302px;
    max-width: 100%;
    height: 0;
    transform: scaleY(0);
    transform-origin: center top;
    z-index: 1;
}
header > div.font-size_drop.is-drop
{
    transform: scaleY(1);
}
header > div.font-size_drop > div
{
    background: #fff;
    padding: 30px 10px 10px 10px;
    border: 1px solid #7f7f7f;
    box-shadow: 3px 3px 0px 0px #d9d8d6;
}
header > div.font-size_drop > div ul
{
    display: flex;
    gap: 10px;
    text-align: center;
}
header > div.font-size_drop > div ul li
{
    width: calc(90% / 3);
}
header > div.font-size_drop > div ul li a
{
    color: #345dac;
    padding: 5px;
    font-size: 1.1em;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    border: 1px solid #345dac;
}
div#g-nav,
.openbtn
{
    display: none;
}
*/

/*------------------------------------------------------------------ footer */
/*
footer
{
    padding: 30px 0 ;
}
footer > div
{
    width: 980px;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-end;
}
footer > div img
{
    width: 380px;
    padding-bottom: 15px;
}
*/
/*------------------------------------------------------------------ 文字サイズ変更 */
/*
.fontSmall
{
  font-size: .8em;
}
.fontMedium
{
  font-size: 1em;
}
.fontLarge
{
  font-size: 1.4em;
}
.font-size .active
{
  background: #345dac;
  color: #fff;
}
*/

/*------------------------------------------------------------------ パンくずリスト */
/*
section.breadcrumb
{
    background: #1c356c;
}
section.breadcrumb > div
{
    color: #fff;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 0;
}
section.breadcrumb > div a
{
    color: #fff;
}
*/
/*------------------------------------------------------------------ ページトップ・スクロール */
/*
#page-top 
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a 
{
    background: #345dac;
    text-decoration: none;
    color: #fff;
    width: 90px;
    padding: 40px 0 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
}
#page-top a::before
{
    content: "▲";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 10px;
    font-size: 19px;
}
*/
/*------------------------------------------------------------------ 各ページテンプレート */
/*
main
{
    background: #f2f6fd;
    padding: 50px 0;
}
main > section,
.p-main
{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px 0;
}
main > section h1
{
    font-size: 1.9em;
    font-weight: bold;
    color: #1c356c;
    padding: 10px 30px;
    border-bottom: 10px solid #1c356c;
}
main > section > h2,
main > section .wysiwyg > h2
{
    width: 93%;
    margin: 0 auto;
    color: #1c356c;
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: 1px;
    border-bottom: 10px solid #1c356c;
    padding: 20px 0 10px 0;
}
*/

.wysiwyg
{
    line-height: 1.5;
    padding: 0 0px;
}

/* ボタンテンプレート */
div.basic-btn_box,
div.flex_box-icon,
.wysiwyg > div.basic-btn_box,
.wysiwyg > div.flex_box-icon
{
    width: 93%;
    margin: 0 auto;
}
div.basic-btn_box > ul.basic-btn,
.wysiwyg > div.basic-btn_box > ul.basic-btn
{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
    list-style: none;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0;
}
div.basic-btn_box > ul.basic-btn::after,
.wysiwyg > div.basic-btn_box > ul.basic-btn::after
{
    content:"";
    display: block;
    width:calc(95% / 3);
}
div.basic-btn_box > ul.basic-btn li,
div.flex_box-icon ul li ,
.wysiwyg > div.basic-btn_box > ul.basic-btn li,
.wysiwyg > div.flex_box-icon ul li 
{
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: calc(95% / 3);
}
div.basic-btn_box > ul.basic-btn li::before,
div.flex_box-icon ul li::before,
.wysiwyg > div.basic-btn_box > ul.basic-btn li::before,
.wysiwyg > div.flex_box-icon ul li::before
{
    display: none;
}
div.basic-btn_box > ul.basic-btn li a,
div.flex_box-icon ul li a,
.wysiwyg > div.basic-btn_box > ul.basic-btn li a,
.wysiwyg > div.flex_box-icon ul li a
{
    display: block;
    /* padding: 13px 0; */
    border: 1px solid #94002a;
    border-radius: 5px;
    color: #94002a;
    text-align: center;
    height: 50px;
    position: relative;
    text-decoration: none;
}
div.basic-btn_box > ul.basic-btn li a.line-height,
.wysiwyg > div.basic-btn_box > ul.basic-btn li a.line-height
{
    line-height: 24px;
}
div.basic-btn_box > ul.basic-btn li a:hover,
div.flex_box-icon ul li a:hover,
.wysiwyg > div.basic-btn_box > ul.basic-btn li a:hover,
.wysiwyg > div.flex_box-icon ul li a:hover
{
    background: #94002a;
    color: #fff;
}


/* 記事テンプレート(図書館ガイド.html) */
/*
main > section > div.news,
main > section .wysiwyg > div.news
{
    width: 85%;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}
main > section > div.news a,
main > section .wysiwyg > div.news a
{
    text-decoration: underline;
    color: #0b2ab3;
}
main > section > div.news > ul li,
main > section .wysiwyg > div.news > ul li
{
    padding: 10px 0;
}
main > section > div.news > ul li:before,
main > section .wysiwyg > div.news > ul li:before
{
    content: "";
    background: url(../cms_img/book.png)no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    position: relative;
    top: 15px;
}
main > section > div.news p,
main > section .wysiwyg > div.news p
{
     padding-left: 45px;
}
*/

/* ボタン(その他.html） */
/*
main > section > div.flex_box-icon ul,
main > section .wysiwyg > div.flex_box-icon ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    gap: 30px 10px;
}
main > section > div.flex_box-icon ul li a:before,
main > section .wysiwyg > div.flex_box-icon ul li a:before
{
    content: "";
    background: url(../cms_img/book.png)no-repeat;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    top: 15px;
    left: 20px;
}
main > section > div.flex_box-icon ul li a:hover:before,
main > section .wysiwyg > div.flex_box-icon ul li a:hover:before
{
    content: "";
    background: url(../cms_img/book-white.png)no-repeat;   
}
*/


/* ボタン・スクロールリスト(リンク集ページ） */
/*
main > section div.scroll_list
{
    width: 90%;
    margin: 30px auto;
}
main > section div.scroll_list ul
{
    display: flex;
    width: 100%;
    background: #f2f6fd;
    border: 1px solid #1c356c;
}
main > section div.scroll_list ul:last-child
{
    border-top: none;
}
main > section div.scroll_list ul li
{
    border-right: 1px solid #1c356c;
    width: calc(100% / 5);
    text-align: center;
    position: relative;
}
main > section div.scroll_list ul li a
{
    display: block;
    padding: 15px;
    color: #1c356c;
    font-weight: 600;
}
main > section div.scroll_list ul li:after
{
    content: "▼";
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    font-size: 12px;
    color: #1c356c;
}

main > section div.link_box
{
    width: 87%;
    margin: 0 auto;
}
main > section div.link_box ul li
{
    padding: 20px 0 5px 0;
}
main > section div.link_box ul li:last-child
{
    padding-bottom: 20px;
}
main > section div.link_box ul li a
{
    text-decoration: underline;
    color: #0b2ab3;
    font-size: 1.1em;
}
main > section div.link_box ul li p
{
    color: #3f3f3f;
    padding-left: 15px;
}
*/


/*------------------------------------------------------------------ カレンダー */
/*
.calender-bg
{
  background: #f2f6fd;
  padding: 50px 0;
}
.p-calendar 
{
    width: 980px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0 0 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0px 0px 15px -5px #777777;
    background: #fff;
}
.p-calendar > div.caption
{
    background: #345dac;
    padding: 10px 0;
    font-family: "游明朝","Yu Gothic","游明朝体";
    position: relative;
}
.p-calendar > div.caption h2
{
    color: #fff;
    text-align: center;
}
.p-calendar > div.caption a
{
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: #cad5ea;
    color: #222;
    padding: 10px;
}
.p-calendar > div.caption a:hover
{
  opacity: 0.7;
}
.p-calendar > div.caption a span
{
    padding-left: 20px;
}
.p-calendar h4
{
    text-align: center;
    font-family: "游明朝","Yu Gothic","游明朝体";
    font-size: 1.5em;
    padding-top: 20px;
}

.p-calendar__icon {
    margin-right: 1.6rem;
}

.p-calendar__name {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 2.4rem;
    text-align: center;
    background: #f5f5f5;
}
.p-calendar__contents 
{
    position: relative;
    overflow: hidden;
}
.p-calendar__inner 
{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2% 0;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
.p-calendarMonth 
{
    flex-basis: calc(100% / 2 - 20px);
    width: calc(100% / 2 - 12px);
    background: #fff;
    padding-bottom: 10px;
}
.p-calendarMonth__month 
{
    align-items: center;
    color: #222;
    display: flex;
    font-size: 1.8em;
    justify-content: center;
    padding: 20px 0 20px 0;
    position: relative;
}
span.small
{
   font-size: 0.7em;
   letter-spacing: 1px;
}
span.decoration-one
{
    align-items: center;
    background: #345dac;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 2em;
    justify-content: center;
    margin: 0 20px;
    width: 2em;
}
span.decoration-two
{
    align-items: center;
    background: #345dac;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 2em;
    justify-content: center;
    margin: 0 20px;
    width: 2em;
}
.p-calendarMonth_box
{
  border: 2px solid #b2b2b2;
  border-radius: 0 0 5px 5px;
}
.p-calendarMonth__list
{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    border-top: none;
    border-top: 1px solid #b2b2b2;

}
.p-calendarMonth__list:first-child
{
  border-top: none;
}
.p-calendarMonth__list--week 
{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    border-radius: 5px 5px 0 0;
    border: 1px solid #b2b2b2;
    border-bottom: none;
    background: #345dac;
    color: #fff;
}
.p-calendarMonth__list--week > div
{
  flex: 0 1 calc(100% / 7);
  width: calc(100% / 7);
  font-size: 0.9em;
  text-align: center;
  border-right: 1px solid #b2b2b2;
  padding: 0 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.p-calendarMonth__list--week > div:last-child
{
  border: none;
}
.p-calendarMonth__item 
{
  flex: 0 1 calc(100% / 7);
  width: calc(100% / 7);
  min-height: 35px;
  font-size: 0.8em;
  letter-spacing: 0;
  color: #222;
  text-align: left;
  padding: 5px;
  word-break: keep-all;
  border-right: 1px solid #b2b2b2;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.p-calendarMonth__item.closed {
  background: linear-gradient(to left top, transparent calc(50% - 1px), #b2b2b2 calc(50% - 1px), #b2b2b2 calc(50% + 1px), transparent calc(50% + 1px)) !important;
  background-color: inherit !important;
}
.p-calendarMonth__list--week .p-calendarMonth__item 
{
  font-size: 1rem;
  text-align: center;
  background: #2442a5;
  color: #fff;
  justify-content: center;
}
.p-calendarMonth__item--current 
{
  border: 3px solid #fff;
}
.p-calendarMonth__list .p-calendarMonth__item:first-child 
{
  background: #fce0e3;
}
.p-calendarMonth__list .p-calendarMonth__item:last-child
{
  border: none;
  background: #f1f19b;
}
.p-calendarMonth__event 
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.p-calendarMonth__event .p-calendar__transition.is-hover:hover 
{
  cursor: pointer;
}
.p-calendarOther 
{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 93%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.p-calendarStatus__list 
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.p-calendarStatus__list li
{
  letter-spacing: 2px;
}
.p-calendarStatus__list li img
{
  position: relative;
  top: 4px;
}
.p-calendarStatus__item 
{
  font-size: 1rem;
}
.p-calendarStatus__item:not(:last-child) 
{
  margin-right: 30px;
}
.p-calendarStatus__transition {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
}
.icon-talk:before
{
  background: url(../cms_img/event_icon/gnrIcon1.png)no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
}
.icon-event:before
{
  background: url(../cms_img/event_icon/gnrIcon3.png)no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
}
.icon-movie:before
{
  background: url(../cms_img/event_icon/gnrIcon2.png)no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}
.p-calendarNav__transition.is-hover:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*/

/*------------------------------------------------------------------ カレンダーモーダル */
/*
.p-modal 
{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.p-modal__bg 
{
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.p-modal__content 
{
  background: #fff;
  left: 50%;
  padding: 40px 40px 20px 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  border-radius: 5px;
}
.p-modal__content .p-editArea 
{
  overflow-y: scroll;
  height: 450px;
  background: #fff;
  border-radius: 3px;
}

.p-modal__content .c-btnArea 
{
  display: flex;
  justify-content: center;
}
.p-editArea h2 
{
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #222;
  text-align: left;
  width: 350px;
  margin: 20px auto 0 auto;
  background: #1c356c;
  color: #fff;
  border: 1px solid #1c356c;
  border-radius: 50px;
  padding: 5px 0px;
  text-align: center;
  position: relative;
}


.p-editArea h3 
{
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #1c356c;
  position: relative;
  width: 95%;
  text-align: center;
}

.p-editArea table 
{
  margin-bottom: 2.4rem;
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  border-radius: 5px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.p-editArea table th,
.p-editArea table td 
{
  display: block;
}
.p-editArea table th 
{
  color: #345dac;
  background: rgb(228, 242, 255);
  font-size: 1.5em;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 5px;
}
.p-editArea table td 
{
  font-size: 1.5em;
  line-height: 36px;
  padding: 15px;
}
.c-btn__clear 
{
  font-size: 1.5rem;
  background: #345dac;
  color: #fff;
  cursor: pointer;
  padding: 5px 30px;
  border-radius: 5px;
  margin-top: 20px;
}
*/

/*------------------------------------------------------------------ 第３階層 */

/* テンプレート */
/*
main > section div.text-box
{
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
}
main > section div.text-box p
{
    line-height: 26px;
    padding-bottom: 20px;
}
main > section div.text-box p.padding
{
    padding-left: 20px;
}
main > section div.text-box a
{
    text-decoration: underline;
}
main > section div.text-box p span
{
    font-weight: bold;
}
main > section div.text-box h3
{
    font-weight: bold;
}
main > section div.text-box h4
{
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    padding: 20px 0;
}
main > section div.text-box h5
{
    color: #d01414;
    font-size: 1.2em;
    font-weight: bold;
}
*/
/* リストスタイル-テンプレート */
/*
main > section div.text-box ul.inside
{
    padding: 10px 0 20px 40px;
}
main > section div.text-box ul.inside li
{
    list-style:inside;
}
main > section div.text-box ul.number
{
    position: relative;
    left: 30px;
}
main > section div.text-box ul.number li
{
    list-style:decimal;
}
main > section div.text-box ul.disc
{
    list-style: disc;
    padding-bottom: 20px;
}
main > section div.text-box > div.bg-box
{
    background: #d5e2fa;
    border: 1px solid #333;
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 20px;
}
*/


/* テーブル */
/*
main > section div.text-box table
{
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto 30px auto;
}
main > section div.text-box table th,
main > section div.text-box table td
{
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}
main > section div.text-box table th
{
    background: #d5e2fa;
    vertical-align: middle;
    font-weight: 600;
}
main > section div.text-box table.t-left th
{
    width: 130px;
}
main > section div.text-box table.t-left td
{
    text-align: left;
    padding-left: 20px;
}
*/
/* 会議室 */
/*
main > section div.flex
{
    display: flex;
    align-items: center;
    width: 93%;
    margin: 20px auto;
    gap: 30px;
}
main > section div.flex img
{
    width: 100%;
}
main > section div.flex table th,
main > section div.flex table td
{
    padding: 10px;
    text-align: left;
}
*/

/* うけとりちゃん */
/*
main > section img.img-width
{
    width: 50%;
}
*/


/**
 * 追記
 */
/*
main > section > p,
main > section > ul,
main > section .wysiwyg > p,
main > section .wysiwyg > ul
{
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
}
.wysiwyg figure
{
    font-size: 0.8em;
    margin: 0 0 1em 1em;
}
div.text-box table.shisetsulist > tbody > tr > td
{
    border: none;
    vertical-align: top !important;
}
*/