@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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;
  font-size: 100%;
  font-style: normal;
  background: transparent;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
img {
  line-height: 0;
  vertical-align: bottom;
  font-size: 0;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
input {
  font-family: 'Noto Sans JP', sans-serif;
}
/***************/
html {
  font-size: 62.5%;
}
@media screen and (max-width:599px) {
  html {
    font-size: 2.5vw;
  }
}
body {
  color: #333;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: #f3f3f3;
}
header {
  background-color: #fff;
}
h1 {
  display: flex;
  align-items: center;
}
h1 img {
  height: 46px;
}
h1 img:nth-child(2) {
  margin-left: 10px;
}
main {
  min-height: 400px;
  height: auto !important;
  height: 400px;
  display: block;
}
nav ul {
  display: flex;
  margin-bottom: 5px;
}
nav ul li {
  margin-left: 25px;
}
nav ul li a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: 0.5s;
}
nav ul .focus a::after {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: var(--base-color) 2px solid;
  position: absolute;
  left: 0;
  bottom: -7px;
}
nav ul li a:hover {
  opacity: 0.5;
}
nav ul li span {
  font-size: 1.5rem;
  text-decoration: none;
  color: #aaa;
  position: relative;
}
footer {
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  header {
    padding-top: 10px;
    background-color: #fff;
  }
  header h1 {
    width: 60%;
    margin-left: 10px;
  }
  h1 img {
    width: auto;
    height: 8vw;
  }
  main {
    min-height: 200px;
    height: auto !important;
    height: 200px;
    display: block;
  }
  nav ul {
    width: 100%;
    flex-wrap: wrap;
  }
  nav ul li {
    width: 50%;
    margin: 0;
    border-top: #fff 1px solid;
  }
  nav ul li:nth-child(2n) {
    border-left: #fff 1px solid;
  }
  nav ul li a {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    display: block;
    background-color: var(--base-color);
  }
  nav ul li span {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    color: #999;
    display: block;
    background-color: #ddd;
  }
  nav ul .focus a::after {
    display: none;
  }
  nav ul li a:hover {
    opacity: 0.5;
  }
  footer {
    text-align: left;
    background-color: #fff;
  }
}
/***** clearfix *****/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc {
  display: block;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}
/***** margin *****/
.mt3 {
  margin-top: 3px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb3 {
  margin-top: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
/***** リスト *****/
.disc {
  margin-left: 20px;
  list-style-type: disc;
}
.deci {
  margin-left: 20px;
  list-style-type: decimal;
}
.deci .number_list {
  list-style-type: none;
}
.line_list {
  margin: 10px 0 20px;
}
.line_list li {
  margin-bottom: 5px;
  padding-left: 1em;
  position: relative;
}
.line_list li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.li_mb5 li {
  margin-bottom: 5px;
}
.li_mb5 li:last-child {
  margin-bottom: 0;
}
.li_mb10 li {
  margin-bottom: 10px;
}
.li_mb10 li:last-child {
  margin-bottom: 0;
}
/***** 文字サイズ *****/
.ft_s {
  font-size: 1.4rem;
}
.ft_l {
  font-size: 1.8rem;
}
.ft_ll {
  font-size: 2.2rem;
}
/***** フォント太さ *****/
.bold {
  font-weight: 700;
}
.normal {
  font-weight: normal;
}
/***** ※ *****/
.note {
  margin-left: 1em;
  margin-top: 5px;
  text-indent: -1em;
}
.note::before {
  content: "※";
}
.note_dl dt {
  width: 2.5em;
  float: left;
  clear: left;
}
.note_dl dd {
  padding-left: 2.5em;
}
.inform {
  margin-left: 10px;
  color: #cc0000;
}
/***** 位置 *****/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
/***** 色 *****/
.red {
  color: #cc0000;
}
.blue {
  color: #0580c4;
}
.black {
  color: #333;
}
/***** 取り消し *****/
.cancel {
  text-decoration: line-through;
}
/***** 矢印 *****/
.arr {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}
/***** アイコン *****/
.win_icon {
  padding-right: 18px;
  background: url(../../assets/images/win_icon.svg) 100% 50% no-repeat;
  background-size: 13px 11px;
}
.pdf_icon {
  margin-right: 5px;
  padding-right: 22px;
  background: url(../../assets/images/pdf_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .pdf_icon {
    padding-right: 20px;
    background: url(../../assets/images/pdf_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.xls_icon {
  margin-right: 5px;
  padding-right: 22px;
  background: url(../../assets/images/xls_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .xls_icon {
    padding-right: 20px;
    background: url(../../assets/images/xls_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.doc_icon {
  margin-right: 5px;
  padding-right: 22px;
  background: url(../../assets/images/doc_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .doc_icon {
    padding-right: 20px;
    background: url(../../assets/images/doc_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.ppt_icon {
  margin-right: 5px;
  padding-right: 22px;
  background: url(../../assets/images/ppt_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .ppt_icon {
    padding-right: 20px;
    background: url(../../assets/images/ppt_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
/***** ボタン *****/
.btn1 a {
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: var(--base-color);
  background-color: #fff;
  border: var(--base-color) 3px solid; /*色はサイトによる*/
  border-radius: 5px;
  display: block;
  transition: all 0.4s;
}
@media screen and (max-width:768px) {
  .btn1 a {
    padding: 10px 0;
  }
}
.btn1 a:hover {
  color: #fff;
  background-color: var(--base-color); /*色はサイトによる*/
  border: var(--base-color) 3px solid; /*色はサイトによる*/
  display: block;
}
.btn1 .no_link {
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #999;
  background-color: #f3f3f3;
  border: #ccc 3px solid;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width:768px) {
  .btn1 .no_link {
    padding: 10px 0;
  }
}
.btn2 {
  display: flex;
}
@media screen and (max-width:768px) {
  .btn2 {
    display: block;
  }
}
.btn2 li {
  width: 49%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .btn2 li {
    width: 100%;
    display: block;
  }
}
.btn2 li:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width:768px) {
  .btn2 li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.btn2 a {
  width: 100%;
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: var(--base-color);
  background-color: #fff;
  border: var(--base-color) 3px solid; /*色はサイトによる*/
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width:768px) {
  .btn2 a {
    padding: 10px 0;
    display: block;
  }
}
.btn2 a:hover {
  color: #fff;
  background-color: var(--base-color); /*色はサイトによる*/
  border: var(--base-color) 3px solid; /*色はサイトによる*/
}
.btn_s {
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .btn_s {
    width: 100%;
  }
}
.btn_m {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .btn_m {
    width: 100%;
  }
}
.btn_l {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .btn_l {
    width: 100%;
  }
}
/* ページトップ */
/*********************/
#pagetop {
  position: fixed;
  bottom: -110px;
  right: 10px;
  z-index: 999;
  transition: 0.5s;
}
#pagetop:hover {
  opacity: 0.7;
}
/***** 共通ID *****/
#hd_in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hd_nav {
  text-align: right;
}
#hd_nav > div {
  display: flex;
  justify-content: flex-end;
}
#hd_nav > div ul {
  margin-bottom: 20px;
  display: flex;
}
#hd_nav > div li {
  margin-left: 10px;
}
#hd_nav > div li a {
  padding-left: 10px;
  font-size: 1.3rem;
  color: #333;
  border-left: #bbb 1px solid;
}
#hd_nav > div li span {
  padding-left: 10px;
  font-size: 1.3rem;
  color: #aaa;
  border-left: #bbb 1px solid;
}
#hd_nav > div li:last-child a,
#hd_nav > div li:last-child span {
  padding-right: 10px;
  border-right: #bbb 1px solid;
}
#sp_lang {
  display: none;
}
#contact a {
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  background-color: var(--base-color);
}
#page_ttl {
  padding-top: 20px;
/*  background: url("../images/page_ttl_bk.jpg") 50% 0 no-repeat #f9e093;*/
  background: #fff;
}
#page_ttl > div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  /*height: 300px;
  display: flex;
  align-items: center;*/
  background: var(--base-color);
}
#page_ttl h2 {
  max-width: 1100px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
/*  text-shadow: 0 0 8px #09b1ad;*/
}
#page_ttl > figure {  
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
#page_ttl > figure img {
  width: 100%;
}
#breadcrumb {
  padding: 10px 0;
  background-color: #fff;
}
#breadcrumb ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb li {
  padding-right: 17px;
  padding-left: 12px;
  font-size: 1.2rem;
  text-align: left;
  position: relative;
}
#breadcrumb li:first-child {
  padding-left: 0;
}
#breadcrumb ul li::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 35%;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb ul li:first-child::after {
  display: none;
}
#main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
}
#ft_in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
/*
  display: flex;
  justify-content: space-between;
  align-items: center;
*/
}
#ft_in ul {
  margin-top: 15px;
  display: flex;
}
#ft_in ul li a {
  width: 220px;
  margin-left: 10px;
  padding: 15px 0;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: #ccc 1px solid;
  display: block;
  transition: 0.5s;
}
#ft_in ul li a:hover {
  opacity: 0.6;
}
#ft_logo {
  display: flex;
  align-items: center;
}
#ft_logo > div {
  display: flex;
  align-items: center;
}
#ft_logo figure {
  margin-right: 10px;
}
#ft_logo > dl {
   margin-left: 40px;
}
#ft_logo dt,
#ft_in dl dt {
  font-size: 1.3rem;
  font-weight: 500;
}
#ft_logo dd,
#ft_in dd {
  font-size: 1.1rem;
  line-height: 1.3;
}
#copy {
  background-color: var(--base-color);
}
#copy > div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#copy ul {
  display: flex;
}
#copy li a {
  font-size: 1.2rem;
  color: #fff;
  border-right: #fff 1px solid;
  margin-right: 10px;
  padding-right: 10px;
}
#copy li:first-child a {
  border-left: #fff 1px solid;
  padding-left: 10px;
}
#copy p {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width:768px) {
  #hd_in {
    max-width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }
  #hd_nav {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
  #hd_nav > div {
    display: none;
  }
  #sp_lang {
    margin-right: 10px;
    display: flex;
  }
  #sp_lang li {
    margin-left: 5px;
  }
  #sp_lang li a {
    padding: 2px 4px;
    text-decoration: none;
    color: #fff;
    background-color: var(--base-color);
    display: flex;
  }
  #sp_lang li span {
    padding: 2px 4px;
    text-decoration: none;
    color: #999;
    background-color: #ddd;
    display: flex;
  }
  #page_ttl {
    padding-top: 15px;
  }
  #page_ttl > div {
    max-width: 100%;
/*    height: 120px;*/
    padding: 15px;
    justify-content: center;
  }
  #page_ttl h2 {
    font-size: 2rem;
  }
  #page_ttl > figure {
    padding: 10px 0;
  }
  #breadcrumb {
    padding: 7px 10px;
  }
  #breadcrumb ul {
    max-width: 100%;
    flex-wrap: wrap;
  }
  #breadcrumb li {
    padding-right: 12px;
    padding-left: 7px;
    font-size: 1.1rem;
    text-align: left;
    position: relative;
  }
  #main {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    text-align: left;
  }
  #ft_in {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    display: block;
  }
  #ft_in ul {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  #ft_in ul li {
    width: 48%;
  }
  #ft_in ul li a {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }
  #ft_logo {
    display: block;
  }
  #ft_logo > dl {
     margin-left: 0;
  }
  #ft_logo figure {
    width: 10%;
  }
  #ft_logo figure img {
    width: 100%;
  }
  #ft_logo dl,
  #ft_in dl {
    flex: 1;
  }  
   #ft_in dl {
     margin-top: 10px;
  }
  #copy {
    background-color: var(--base-color);
  }
  #copy > div {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  #copy ul {
    display: flex;
  }
  #copy li a {
    font-size: 1.2rem;
    color: #fff;
    border-right: #fff 1px solid;
    margin-right: 10px;
    padding-right: 10px;
  }
  #copy li:first-child a {
    border-left: #fff 1px solid;
    padding-left: 10px;
  }
  #copy p {
    font-size: 1.2rem;
    color: #fff;
  }
}
/***** 共通class *****/
.ttl {
  margin-bottom: 30px;
  padding: 15px 10px;
  font-size: 2.1rem;
  font-weight: 500;
  background-color: var(--sub-color1);
}
@media screen and (max-width:768px) {
  .ttl {
    font-size: 1.8rem;
  }
}
.cap {
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--base-color);
}
@media screen and (max-width:768px) {
  .cap {
    font-size: 1.8rem;
  }
}
.cap span {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .cap span {
    font-size: 1.3rem;
  }
}
.sub_cap {
  margin: 10px 0 7px;
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--base-color);
}
@media screen and (max-width:768px) {
  .sub_cap {
    font-size: 1.6rem;
  }
}
/***** トップページ *****/
#mv {
/*  background: url("../images/mv.jpg") 50% 0 no-repeat #f9e093;*/
  padding-top: 20px;
  background: #fff;
}
#mv_theme {
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 20px;
  background: var(--base-color);
}
#mv_theme h2 {
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
#mv_theme h3 {
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
}
#mv_in {
  max-width: 1100px;
  margin: 0 auto;
  /*height: 430px;*/
  /*height: 590px;
  padding: 0 50px;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: url("../images/mv.jpg") 50% 50% no-repeat;*/
  
}
#mv_in img {
  width: 100%;
}
#mv_in h2 {
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.7rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 8px #09b1ad;
}
#mv_in h3 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 8px #09b1ad;
}
#mv_in p {
  width: 50%;
}
#mv_in p a {
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  border: #fff 1px solid;
  transition: 0.5s;
  box-shadow: 0 0 10px #09b1ad;
  background: #09b1ad;
}
#mv_in p a:hover {
  color: #09b1ad;
  background: #fff;
}
#explanation {
  padding: 20px 0;
  background: #fff;
}
#explanation > div {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#explanation > div > p {
  font-size: 1.3rem;
  flex: 1;
}
#explanation > div > div {
  margin-left: 40px;
  padding: 15px;
  font-size: 1.3rem;
  background: #f5f5f5;
}
#explanation > div > div > dl {
  display: flex;
  align-items: flex-start;
}
#explanation > div > div dt {
  margin-right: 20px;
  font-weight: 700;
}
#explanation > div > div dd {  
  padding-left: 20px;
  border-left: #ddd 1px solid;
  display: flex;
}
#explanation > div > div dd figure {
  width: 100px;
  margin-right: 20px;
}
#explanation > div > div dd figure img {
  width: 100%;
}
#explanation > div > div > div {
  display: none;
}

.modal_btn {
  margin-top: 10px;
}
.modal_btn a {
  padding: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  background: var(--base-color);
  border-radius: 100px;
  transition: 0.5s;
  border: var(--base-color) 1px solid;
}
.modal_btn a:hover {
  color: var(--base-color);
  background: #fff;
}
.modaal-content-container {
  display: flex;
  justify-content: space-between;
}
.modaal-content-container > div:nth-child(1) {
  width: 40%;
  margin-right: 30px;
}
.modaal-content-container > div:nth-child(1) img {
  width: 100%;
}
.modaal-content-container > div:nth-child(1) p {
  margin-top: 20px;
  font-size: 1.6rem;
}
.modaal-content-container > div:nth-child(2) {
  flex: 1;
}
.modaal-content-container h4 {
  margin: 20px 0 10px;
  font-weight: 700;
  color: var(--base-color);
}
.modaal-content-container h4:first-child {
  margin-top: 0;
}
/*** 共通 ***/
.top_ttl {
  font-size: 3.4rem;
  font-weight: bold;
}
.top_ttl span {
  margin-left: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--base-color);
}
.top_ttl .f_fam {
  margin-left: 0;
  font-family: "sans-serif";
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #333;
}
/*** new ***/
#new {
  padding: 15px 0;
/*  background-color: rgba(255, 255, 255, 0.8);*/
  background: #fff;
  border-top: #eee 1px solid;
}
#new > div {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#new dl {
  display: flex;
  align-items: center;
  flex: 1;
}
#new dt {
  font-weight: 700;
}
#new dd {
  height: 3em;
  margin-left: 20px;
  padding-left: 20px;
  font-weight: 700;
  flex: 1;
  border-left: #000 1px solid;
  overflow: auto;
  display: flex;
  align-items: center;
}
#new dd a {
  color: #000;
}
#new p {
  width: 20%;
  margin-left: 5%;
}
#new p a {
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: #000 1px solid;
  display: block;
  transition: 0.5s;
}
#new p a:hover {
  color: #fff;
  border: var(--base-color) 1px solid;
  background-color: var(--base-color);
}
/*** event ***/
#event_ttl {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#event_ttl ul {
  display: flex;
}
#event_ttl ul li {
  margin-left: 15px;
}
#event_ttl ul li a {
  padding: 5px 15px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: var(--base-color);
  border: var(--base-color) 1px solid;
  transition: 0.5s;
}
#event_ttl ul li a:hover {
  color: var(--base-color);
  background: none;
}
#event_area {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#event_area article {
  width: 23%;
  margin-bottom: 2.6%;
  padding: 20px;
  background-color: #fff;
}
#event_area article dt {
  margin-bottom: 10px;
  font-weight: 700;
}
#event_area article dd {
  font-size: 1.4rem;
}
#event_area article > div {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#event_area article > div > p:nth-child(1) {
  padding: 5px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--base-color);
  border: var(--base-color) 1px solid;
}
#event_list_btn {
  width: 30%;
  margin: 0 auto;
}
#event_list_btn a {
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  display: block;
  border: #333 1px solid;
  transition: 0.5s;
}
#event_list_btn a:hover {
  color: #fff;
  border: var(--base-color) 1px solid;
  background-color: var(--base-color);
}
.event_btn {
  margin-top: 15px;
}
.event_btn a {
  padding: 5px 0;
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  background-color: var(--base-color);
  border: var(--base-color) 1px solid;
  transition: 0.5s;
}
.event_btn a:hover {
  color: var(--base-color);
  background-color: #fff;
}
/*** about ***/
#about {
  background: url("../images/about_bk.jpg") 0 0 no-repeat #fff;
}
#about_in {
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 100px 0;
}
#about_in > div {
  width: 50%;
  margin: 0 0 0 auto;
  text-align: left;
}
#about_in > div > p:nth-of-type(1) {
  margin-top: 30px;
}
#about_btn {
  width: 50%;
  margin: 30px auto 0;
}
#about_btn a {
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: #333 1px solid;
  display: block;
  transition: 0.5s;
}
#about_btn a:hover {
  color: #fff;
  border: var(--base-color) 1px solid;
  background-color: var(--base-color);
}
@media screen and (max-width:768px) {
  /***** トップページ *****/
  #mv {
/*
    background: url("../images/mv.jpg") 50% 0 no-repeat #ffe0b0;
    background-size: cover;
*/
    background: none;
  }
  #mv_theme {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
    background: var(--base-color);
  }
  #mv_theme h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  #mv_theme h3 {
    font-size: 1.6rem;
  }
  #mv_in {
    max-width: 100%;
    margin: 0;
    /*height: 250px;*/
    /*height: 75vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url("../images/mv.jpg") 50% 50% no-repeat #ffe0b0;
    background-size: cover;*/
  }
  #mv_in h2 {
    margin-bottom: 10px;
    font-size: 2.3rem;
  }
  #mv_in h2 br,
  #mv_in h3 br {
    display: none;
  }
  #mv_in h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #mv_in p {
    width: 100%;
    margin: 0 auto;
  }
  #mv_in p a {
    padding: 7px 0;
    font-size: 1.4rem;
/*
    color: #333;
    border: #333 1px solid;
    background-color: rgba(255, 255, 255, 0.3);
*/
  }
/*
  #mv_in p a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
*/
  #mv_in > div {
    padding: 0 15px;
  }
  #explanation {
    padding: 20px 0;
    background: #fff;
  }
  #explanation > div {
    max-width: 100%;
    margin: 0 15px;
    text-align: left;
    display: block;
  }
  #explanation > div > div {
    margin-left: 0;
    margin-top: 15px;
  }
  #explanation > div > div > dl {
    display: block;
  }
  #explanation > div > div dt {
    margin-right: 0;
    margin-bottom: 10px;
    font-weight: 700;
  }
  #explanation > div > div dd {  
    padding-left: 0;
    border-left: none;
  }
  #explanation > div > div > div {
    display: none;
  }
  .modal_btn {
    margin-top: 10px;
  }
  .modal_btn a {
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    background: var(--base-color);
    border-radius: 100px;
    transition: 0.5s;
    border: var(--base-color) 1px solid;
  }
  .modal_btn a:hover {
    color: var(--base-color);
    background: #fff;
  }
  .modaal-content-container {
    flex-direction: column-reverse;
  }
  .modaal-content-container > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .modaal-content-container > div:nth-child(1) img {
    width: 100%;
  }
  .modaal-content-container > div:nth-child(1) p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .modaal-content-container > div:nth-child(2) {
    flex: 1;
  }
  .modaal-content-container h4 {
    margin: 20px 0 10px;
    font-weight: 700;
    color: var(--base-color);
  }
  .modaal-content-container h4:first-child {
    margin-top: 0;
  }
  /*** 共通 ***/
  .top_ttl {
    font-size: 2.2rem;
  }
  .top_ttl span {
    margin-left: 0;
    font-size: 1.5rem;
    display: block;
  }
  .top_ttl .f_fam {
    font-size: 2.2rem;
    display: inline;
  }
  /*** new ***/
  #new {
    padding: 15px;
    background-color: #fff;
  }
  #new > div {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    display: block;
  }
  #new dl {
    display: block;
  }
  #new dt {
    font-weight: 700;
  }
  #new dd {
    margin: 5px 0 0;
    padding-left: 0;
    font-weight: 700;
    border-left: none;
  }
  #new p {
    width: 100%;
    margin: 15px 0 0;
  }
  #new p a {
    padding: 5px 0;
  }
  #new p a:hover {
    color: #fff;
    border: var(--base-color) 1px solid;
    background-color: var(--base-color);
  }
  /*** event ***/
  #event_ttl {
    margin-bottom: 15px;
    display: block;
  }
  #event_ttl ul {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  #event_ttl ul li {
    width: 48%;
    margin-left: 0;
  }
  #event_ttl ul li a {
    padding: 5px 0;
    text-align: center;
  }
  #event_area {
    display: block;
  }
  #event_area article {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
  }
  #event_area article dt {
    margin-bottom: 10px;
    font-weight: 700;
  }
  #event_area article dd {
    font-size: 1.4rem;
  }
  #event_area article > div {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #event_area article > div > p:nth-child(1) {
    padding: 5px 10px;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--base-color);
    border: var(--base-color) 1px solid;
  }
  #event_list_btn {
    width: 100%;
    margin: 0 auto;
  }
  #event_list_btn a {
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    display: block;
    border: #333 1px solid;
    transition: 0.5s;
  }
  #event_list_btn a:hover {
    color: #fff;
    border: var(--base-color) 1px solid;
    background-color: var(--base-color);
  }
  .event_btn {
    margin-top: 15px;
  }
  .event_btn a {
    padding: 5px 0;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    background-color: var(--base-color);
    border: var(--base-color) 1px solid;
    transition: 0.5s;
  }
  .event_btn a:hover {
    color: var(--base-color);
    background-color: #fff;
  }
  /*** about ***/
  #about {
    background: url("../images/about_bk.jpg") 0 0 no-repeat #fff;
    background-size: cover;
  }
  #about_in {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    background-size: cover;
  }
  #about_in > div {
    width: 100%;
    margin: 0 0 0 auto;
    text-align: left;
  }
  #about_in > div > p:nth-of-type(1) {
    margin-top: 15px;
  }
  #about_btn {
    width: 100%;
    margin: 15px auto 0;
  }
}
/***** コンテンツ共通 *****/
.inner {
  margin-bottom: 40px;
}
.box_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--base-color);
}
.box {
  margin: 20px 0;
  padding: 30px;
  border-radius: 10px;
}
.deadline_box {
  background: #fff;
  display: flex;
  align-items: center;
}
.deadline_box .box_ttl {
  margin-right: 40px;
}
.deadline_box ul li {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}
.deadline_box ul li:first-child {
  margin-top: 0;
}
.caution_box {
  background: #fff2f2;
}
.caution_box .box_ttl {
  margin-bottom: 10px;
  color: #cc0000;
}
.caution_box ul li {
  margin-top: 10px;
}

@media screen and (max-width:768px) {
  .inner {
    margin-bottom: 30px;
  }
  .box {
    padding: 15px;
    border-radius: 5px;
  }
  .deadline_box {
    display: block;
  }
  .deadline_box .box_ttl {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .deadline_box ul li {
    font-size: 1.6rem;
  }
}
/***** フォーム　*****/
#personal {
  margin-top: 40px;
  border: #ddd 3px solid;
  background-color: #fff;
}
#personal > div {
  height: 250px;
  padding: 30px;
  font-size: 1.4rem;
  overflow: auto;
}
#personal_ttl {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  border-left: #333 4px solid;
}
#personal_cap {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 500;
}
#personal_cap2 {
  margin: 30px 0 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
#agree {
  padding: 10px;
  text-align: center;
  background-color: #ddd;
}
#submit_btn {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}
#submit_btn li {
  margin: 0 20px;
}
.personal_subcap {
  margin: 25px 0 10px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: #333 1px dotted;
}
.personal_subcap2 {
  margin: 10px 0 5px;
  font-weight: 500;
}
.form_tb {
  width: 100%;
}
.form_tb th {
  width: 25%;
  padding: 25px 15px 25px 0;
  border-bottom: var(--base-color) 1px solid;
}
.form_tb td {
  padding: 25px 0;
  border-bottom: #aaa 1px solid;
}
.inp_wd_s {
  width: 35%;
  padding: 5px;
  box-sizing: border-box;
}
.inp_wd_m {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.inp_wd_l {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.submit {
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #fff;
  background-color: var(--base-color);
  border: var(--base-color) 1px solid;
  transition: 0.5s;
  cursor: pointer;
}
.submit:hover {
  color: var(--base-color);
  background-color: #fff;
}
.sec {
  margin-top: 30px;
  padding: 30px;
  border: #ddd 3px solid;
}
.sec dt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: #ccc 1px solid;
}
.personal_dl dt {
  margin: 10px 0 5px;
  font-weight: 600;
}
.format {
  margin-bottom: 10px;
  display: flex;
}
.format > span {
  padding: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--sub-color2);
  border: var(--sub-color2) 2px solid;
}
@media screen and (max-width:768px) {
  #personal {
    border: #ddd 2px solid;
  }
  #personal > div {
    height: 250px;
    padding: 20px;
    overflow: auto;
  }
  #personal_ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #personal_cap {
    font-size: 1.6rem;
  }
  #agree {
    padding: 7px;
  }
  #submit_btn {
    margin-top: 20px;
    text-align: center;
  }
  .personal_subcap {
    margin: 25px 0 10px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: #333 1px dotted;
  }
  .form_tb {
    margin-top: 20px;
  }
  .form_tb th {
    width: 100%;
    padding: 0;
    border-bottom: none;
    display: block;
  }
  .form_tb td {
    margin-bottom: 20px;
    padding: 10px 0 20px;
    border-bottom: #aaa 1px solid;
    display: block;
  }
  .form_tb tr:last-of-type td:last-of-type {
    margin-bottom: 0;
  }
  .inp_wd_s {
    width: 40%;
    padding: 5px;
    box-sizing: border-box;
  }
  .inp_wd_m {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  .inp_wd_l {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  .submit {
    padding: 10px 20px;
    font-size: 1.6rem;
    color: #fff;
    background-color: var(--base-color);
    border: var(--base-color) 1px solid;
    transition: 0.5s;
    cursor: pointer;
  }
  .submit:hover {
    color: var(--base-color);
    background-color: #fff;
  }
  .sec {
    margin-top: 20px;
    padding: 15px;
    border: #ddd 2px solid;
  }
  .sec dt {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: #ccc 1px solid;
  }
}
/***** イベント一覧 *****/
.event_tb {
  width: 100%;
}
.event_tb th {
  padding: 5px;
  font-size: 1.4rem;
  text-align: center;
  border: #aaa 1px solid;
  background-color: var(--sub-color1);
}
.event_tb td {
  padding: 5px;
  font-size: 1.4rem;
  border: #aaa 1px solid;
  background-color: #fff;
}
.event_tb tr td:nth-child(1) {
  width: 10%;
  text-align: center;
}
.event_tb tr td:nth-child(2) {
  width: 12%;
}
.event_tb tr td:nth-child(3) {
  width: 27%;
}
.event_tb tr td:nth-child(5) {
  width: 12%;
  text-align: center;
}
.event_tb tr td:nth-child(6) {
  width: 11%;
  text-align: center;
}
.event_tb tr td:nth-child(7) {
  width: 12%;
  text-align: center;
}
/*
.event_tb tr td:nth-child(6) ul {
  display: flex;
  justify-content: space-between;
}
.event_tb tr td:nth-child(6) ul li {
  width: 49%;
  display: flex;
}
*/
.event_tb tr td:nth-child(7) ul li:first-child {
  margin-bottom: 5px;
}
.event_tb tr td:nth-child(6) a,
.event_tb tr td:nth-child(7) a {
  width: auto;
  padding: 5px 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--base-color);
  border: var(--base-color) 2px solid;
  transition: 0.5s;
}
.event_tb tr td:nth-child(6) a:hover,
.event_tb tr td:nth-child(7) a:hover {
  color: var(--base-color);
  background-color: #fff;
}
.event_tb tr td:nth-child(6) .no_link,
.event_tb tr td:nth-child(7) .no_link {
  width: 100%;
  padding: 5px 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  border: #ddd 2px solid;
}
.flyer {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  /***** イベント一覧 *****/
  .event_tb_box {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-right: 1px solid #ccc;*/
    /*-webkit-overflow-scrolling: touch;*/
  }
  .event_tb_box::-webkit-scrollbar {
    height: 5px;
  }
  .event_tb_box::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #eee;
  }
  .event_tb_box::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--base-color);
  }
  .js-scrollable {
    overflow-x: scroll;
    width: 100%;
  }
  .event_tb {
    width: 950px;
  }
  .event_tb th {
    padding: 5px;
    font-size: 1.4rem;
  }
  .event_tb td {
    padding: 5px;
    font-size: 1.4rem;
  }
  .event_tb tr td:nth-child(1) {
    width: 11%;
    text-align: center;
  }
  .event_tb tr td:nth-child(2) {
    width: 9%;
  }
  .event_tb tr td:nth-child(5) {
    width: 12%;
    text-align: center;
  }
  .event_tb tr td:nth-child(6) {
    width: 11%;
    text-align: center;
  }
  .event_tb tr td:nth-child(7) {
    width: 13%;
    text-align: center;
  }
  .event_tb tr td:nth-child(6) a,
  .event_tb tr td:nth-child(7) a{
    padding: 5px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    background-color: var(--base-color);
    border: var(--base-color) 2px solid;
    transition: 0.5s;
  }
  .flyer {
    margin-top: 20px;
  }
  .flyer img {
    width: 100%;
  }
}
/***** イベント詳細 *****/
.speakers_box {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
}
.speakers_box > figure {
  width: 120px;
  height: 150px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.speakers_box > figure > img {
  width: 100%;
}
.speakers_box > dl {
  flex: 1;
}
.speakers_box > dl dt {
  font-weight: 700;
}
.speakers_box > dl dd {
  margin-top: 5px;
  font-size: 1.4rem;
}
.speakers_box > dl dd p {
  width: 120px;
  margin-top: 10px;
}
.speakers_box > dl dd p a {
  padding: 5px 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  display: block;
  background: var(--base-color);
  border-radius: 100px;
  border: var(--base-color) 2px solid;
  transition: 0.5s;
}
.speakers_box > dl dd p a:hover {
  color: var(--base-color);
  background: #fff;
}
.det_dl1 dt {
  width: 12em;
  padding: 5px;
  text-align: center;
  color: var(--base-color);
  float: left;
  clear: left;
  border: var(--base-color) 1px solid;
}
.det_dl1 dd {
  margin-bottom: 15px;
  padding: 5px 0 5px 13em;
  position: relative;
}
.det_dl1 dd::after {
  content: "";
  display: block;
  clear: both;
}
.det_name dt {
  font-weight: bold;
}
.det_name dd {
  margin-bottom: 10px;
}
.det_btn {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}
.det_btn a {
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: var(--base-color);
  border: var(--base-color) 2px solid;
  transition: 0.5s;
}
.det_btn a:hover {
  color: var(--base-color);
  background-color: #fff;
}
.cospo_logo {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cospo_logo li {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.cospo_logo li:last-child {
  margin-bottom: 0;
}
.cospo_logo li img {
  height: 50px;
}
.cospo_logo .logo_h img {
  height: 120px;
}
.qestion_list > li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.qestion_list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--base-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.qestion_list > li:last-child {
  margin-bottom: 0;
}
.number_list > li {
  margin-left: 1em;
  text-indent: -1em;
}
.number_list2 > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width:768px) {
  .speakers_box {
    margin-bottom: 20px;
  }
  .speakers_box > figure {
    width: 90px;
    height: 110px;
    margin-right: 15px;
  }
  .speakers_box > dl dd p {
    width: 100px;
  }
  .det_dl1 dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    float: none;
  }
  .det_dl1 dd {
    margin-bottom: 20px;
    padding: 0;
  }
  .det_name dt {
    width: 100%;
    float: none;
  }
  .det_name dd {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .det_btn {
    width: 100%;
    margin: 0 auto;
  }
  .det_btn a {
    padding: 10px 0;
  }
  .cospo_logo {
    justify-content: space-between;
  }
  .cospo_logo li {
    margin-bottom: 10px;
  }
}
/***** お問い合わせ *****/
.contact_sec {
  margin-top: 30px;
  padding: 30px;
  border: #ddd 3px solid;
}
.contact_sec dt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width:768px) {
  .contact_sec {
    margin-top: 0;
    padding: 15px;
    border: #ddd 2px solid;
  }
  .contact_sec dt {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: #ccc 1px solid;
  }
}
/***** 新着 *****/
#news_list dt {
  width: 7em;
  float: left;
  clear: left;
}
#news_list dd {
  margin-bottom: 15px;
  padding: 0 0 15px 7em;
  border-bottom: #000 1px dotted;
}
@media screen and (max-width:768px) {
  #news_list dt {
    width: 100%;
    float: none;
  }
  #news_list dd {
    padding-left: 0;
  }
}
/***** 資料一覧 *****/
.publications_tb {
  width: 100%;
}
.publications_tb th {
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  border: #aaa 1px solid;
  background-color: var(--sub-color1);
}
.publications_tb td {
  padding: 10px;
  font-size: 1.4rem;
  border: #aaa 1px solid;
  background-color: #fff;
}
.publications_tb tr td:nth-child(1) {
  width: 11%;
  text-align: center;
}
.publications_tb tr td:nth-child(2) {
  width: 9%;
}
.publications_tb tr td:nth-child(5) {
  width: 18%;
  text-align: center;
}
.publications_tb tr td:nth-child(5) a {
  width: 100%;
  padding: 5px 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--base-color);
  border: var(--base-color) 2px solid;
  transition: 0.5s;
}
.publications_tb tr td:nth-child(5) .no_link {
  width: 100%;
  padding: 5px 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  border: #ddd 2px solid;
}
.publications_tb tr td:nth-child(5) a:hover {
  color: var(--base-color);
  background-color: #fff;
}
@media screen and (max-width:768px) {
  /***** 資料一覧 *****/
  .event_tb_box {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-right: 1px solid #ccc;*/
    /*-webkit-overflow-scrolling: touch;*/
  }
  .event_tb_box::-webkit-scrollbar {
    height: 5px;
  }
  .event_tb_box::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #eee;
  }
  .event_tb_box::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--base-color);
  }
  .js-scrollable {
    overflow-x: scroll;
    width: 100%;
  }
  .publications_tb {
    width: 950px;
  }
  .publications_tb th {
    padding: 5px;
    font-size: 1.4rem;
  }
  .publications_tb td {
    padding: 5px;
    font-size: 1.4rem;
  }
  .publications_tb tr td:nth-child(1) {
    width: 11%;
    text-align: center;
  }
  .publications_tb tr td:nth-child(2) {
    width: 9%;
  }
  .publications_tb tr td:nth-child(5) {
    width: 26%;
    text-align: center;
  }
  .publications_tb tr td:nth-child(5) a {
    padding: 5px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    background-color: var(--base-color);
    border: var(--base-color) 2px solid;
    transition: 0.5s;
  }
}
/***** アンケート *****/
.questionnaire_list {
  display: flex;
  flex-wrap: wrap;
}
.questionnaire_list li {
  margin-right: 20px;
}
.questionnaire_list li:last-child {
  margin-right: 0;
}
.textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .questionnaire_list {
    display: block;
  }
  .questionnaire_list li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .questionnaire_list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

/***** 色 *****/
:root {
  --base-color: #09b1ad;
  --sub-color1: #e8fffe;
  --sub-color2: #a82f51;
  --sub-color3: #b369ab;
}