/*---------------------
common
---------------------*/
*{
  color:#383b42;
  font-family:'Noto Sans',sans-serif;
  font-size:16px;
  line-height:1.6;
  letter-spacing: 2px;
}
body{
  overflow-x: hidden;
  margin: 0;
  word-break: break-all;
}
h1,h2,h3,h4{font-weight: normal;}
.ttl_blue h1{
  color: #0000C5;
  font-size: 22px;
  font-weight: normal;
}
.pc{display: block;}
.sp{display: none;}
.ttl_blue_line{border-bottom: 1px solid #CECECE}
.ttl_blue_line h3{
  color: #0000C5;
  font-size: 22px;
  font-weight: normal;
}
/*font-color*/
.blue{color:#0000c5;}
.white{color:#fff;}
.blue18{
  color: #0000C5;
  font-size:18px;
}
.blue21{
  color: #0000C5;
  font-size:21px;
}
.blue22{
  color: #0000C5;
  font-size: 22px;
}
.blue26{
  color: #0000C5;
  font-size: 26px;
}
.fff21{
  color: #fff;
  font-size: 21px;
}
.fff16{
  color: #fff;
  font-size: 16px;
}
/*font-size*/
.p12{font-size: 14px;}
.p13{font-size: 15px;}
.p14{font-size: 16px;}
.p18{font-size: 20px;}
.p20{font-size: 22px;}
.p26{font-size: 28px;}
/* font-weight */
.bld{font-weight: bold;}
/*text-align*/
.center{text-align: center;}
.right{text-align: right;}
.left{text-align: left;}
/* margin */
.mg0a{margin: 0 auto;}
.mg4_0{margin: 4px 0;}
.mg20_0{margin: 20px 0;}
/* margin-top */
.mt2{margin-top: 2% !important;}
.mt5{margin-top: 5% !important;}
.mt10{margin-top: 10% !important;}
.mt20{margin-top: 20% !important;}
/* margin_bottom */
.mb2{margin-bottom: 2% !important;}
.mb5{margin-bottom: 5% !important;}
.mb10{margin-bottom: 10% !important;}
.mb20{margin-bottom: 20% !important;}
/* margin-right */
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
/* padding */
.p10_0{padding: 10px 0;}
.pl8{padding-left:8px;}
/* border */
.border_b{border-bottom: 1px solid #fff;}
.border_b_1_blue{border-bottom:solid 1px #0000C5;}
.border_s_1_blue{border:solid 1px #0000C5;}
.border_l_3_blue{border-left:3px solid #0000C5;}
/* border_radius */
.border_r_50{border-radius: 50px;}
/* background */
.bg_blue{background: #0000C5;}
/*position*/
.p_rela{position: relative;}
.p_abso{position: absolute;}
/**/
.overflow_txt {
  position: relative;
  height: 50px;
  overflow: hidden;
  /* line-height: 20px; */
}
.overflow_txt:before, .overflow_txt:after {
  position: absolute;
  background: #fff;
}
.overflow_txt:before {
  content: "･･･";
  bottom: 0;
  right: 0;
}
.overflow_txt:after {
  content: "";
  width: 100%;
  height: 100%;
}
ul {list-style: none;}

ul, ol {
    margin: 0 auto;
    padding: 0;
  }

img{
    max-width: 100%;
    height: auto;
}

input::placeholder {
  color: #d7d7d7;
}
/* IE */
input:-ms-input-placeholder {
  color: #d7d7d7;
}
/* Edge */
input::-ms-input-placeholder {
  color: #d7d7d7;
}
/*link*/
a{text-decoration: none;display:inline;}
a:hover{opacity:.5;}
.stretched-link::after{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)
}
.stretched-link:hover::after{
  background-color:rgba(255,255,255,0.5);
}
.w1200{width:1200px;margin:0 auto;}
.w950{width: 950px; margin: 0 auto;}
.w850{width: 850px; margin: 0 auto;}
.w800{width: 800px; margin: 0 auto;}

/*---------------------
flex
---------------------*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* justify-content */
.fl_jfc_sb{justify-content: space-between;}
.fl_jfc_sa{justify-content: space-around;}
.fl_jfc_c{justify-content: center;}
/* align-item */
.fl_a_center{align-items: center;}
.fl_a_fs{align-items: flex-start;}
/* column */
.col1 {width: 100%;}
.col2 {width: 48%;  margin: 5% 0%;}
.col02_left{padding-right: 6%;}
.col02_right{padding-left: 6%;}
.col3 {width: 33%;}
.col4 {width: 25%;}

/*---------------------
language btn
---------------------*/

.language_btn{
  position: absolute;
  top: 30%;
  right: 0%;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
.language_btn .language_box{
   display: inline-block;
}
.language_btn select{
  border: none;
  color: #0000C5;
}

/*---------------------
ttl
---------------------*/

.ttl_area {
    text-align: center;
    margin-bottom:5%;
    position: relative;
}

.ttl_area_left {
    text-align: left;
    margin-bottom:5%;
    position: relative;
}

h2 {
    font-size: 25px;
    margin: 0;
    font-weight: normal;
    color: #0000C5;
    font-family: 'Staatliches';
}

h3 {
    font-size: 21px;
    margin: 0;
    font-weight: normal;
    color: #0000C5;
    font-family: 'Staatliches';
}

/*---------------------
btn
---------------------*/

.btn_right{
  text-align: right;
}

.btn_right a{
  color: #0000C5;
  font-size:18px ;
}

.btn_inlink_01 a{
  background: url(../img/illust004.png),url(../img/ico_arrow001.png);
  background-repeat:no-repeat;
  padding: 10px 44px 3px;
  background-size: 23px,100%;
  background-position: 15px center,bottom;
  display: block;
  text-align: center;
  letter-spacing:2px;
}
.btn_inlink_01 a:hover{
  opacity:1;
}
.btn_inlink_02{
  width: 420px;
  margin: 5% auto;
}
.btn_inlink_02 a{
  background: #0000C5;
  color:#fff;
  padding: 13px 50px;
  display:block;
  text-align:center;
  position: relative;
  letter-spacing:2px;
}
.btn_inlink_02.off{}
.btn_inlink_02.off span{
  text-align:center;
  background: #e6e6e6;
  padding:13px 50px;
  display: block;
}
/*---------------------
humburger_menu
---------------------*/
.el_humburger {
  display: none;
  position: absolute;
  top: 25px;
  right: 1.5%;
  width: 35px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.js_humburgerOpen .el_humburger {
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 5px;
  background: #383b42;
  transition: all 0.2s ease-in-out;
  border-radius: 2;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
  }
.el_humburger > span.js_humburgerOpen{
  background: #000;
  }
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-13px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
.navigation {
  display: none;
}
.js_appear{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.navigation_wrapper {
  padding: 80px 0 0 0;
  text-align: center;
}
.navigation_item {
  font-ize: 18px;
  margin-bottom: 0;
}
.navigation_item > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  font-size: 24px;
}
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

.menu_contact .btn_border a,
.menu_contact .btn_border_company a {
  border: 1px solid #fff;
  padding: 5% 10%;
}

.menu_contact .btn_border_company {
  margin:0 auto;
}

/*---------------------
header
---------------------*/
header{
}
#head{
    position: fixed;
    box-shadow: 0 1px 3px 0 #aba8a8c9;
    z-index: 3;
    width: 100%;
    top: 0;
    padding:0 0 1%;
    background-color: #fff;
}
#head .inner{
    width: 100%;
    margin: 0 auto;
    display: grid;

    padding: 10px 0 0;
}
.head_w{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.logo_wrap{
  text-align:center;
  border:1px solid #0000C5;
  width: 20%;
  margin: 0 auto;
}
#head .logo_wrap .logo{
  color: #0000C5;
  font-family: 'Staatliches';
  font-size: 28px;
  margin: 0;
  }

  /*　ハンバーガーボタン　*/
  .menu-btn {
      position: fixed;
      top: 10px;
      right: 10px;
      display: flex;
      height: 44px;
      width: 44px;
      justify-content: center;
      align-items: center;
      z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #0000c5;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background: linear-gradient(-135deg, #A5FECB, #5433FF);
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content .menu-inner{
  width: 950px;
  margin:5% auto;

}

/*---------------------
side sns
---------------------*/
.side_list {
    position: fixed;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    right: 5%;
    top: 50%;
    background-color:rgba(255,255,255,0.5);
    transform: translate(50%,-50%);
    padding: 1%;
    z-index: 3;
}

.side_list>li {
    margin: 15% 0;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: transform .4s ease,-webkit-transform .4s ease;
    transform: translate3d(0,0,0) scale(1);
    transform-origin: center center;
    cursor: pointer;
    border-bottom: 0.5px solid #0000C5;
}

.side_list>li img{
  width: 35px;
  height: 40px;
}
.side_list>li:last-child{
  border-bottom: none;
  margin-bottom: 0%;
}


/*---------------------
footer
---------------------*/
footer{
    font-size:12px;
    padding: 6rem 0 0;
}
.foot_01{
  box-shadow: 0 1px 3px 0 #aba8a8c9;
  padding: 2% 0;
}
.foot_inner{
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.footbox{
  display:  inline-block;
  padding: 3%;
}
.footbox .ttl{
  border: 1px solid #0000C5;
  color: #0000C5;
  text-align: center;
  font-size: 12px;
  width: 170PX;
}
.foot_inner .box01,
.foot_inner .box02{
  border-right: 1px solid #CECECE;
  width: 16%;
}


.foot_inner .box01{
  text-align: center;
  position: relative;
}

.foot_inner .box01 a img {
    display: block;
    margin: 1rem auto;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.foot_inner .box02 ul li{margin: 5% 0%;}
.foot_inner .box02 ul li a{font-size: 16px;}

.foot_inner .box03{

}
.foot_inner .box03 .tel{display:flex;}
.foot_inner .box03 .tel .telbox{

}
.foot_inner .box03 .telname{
  font-size: 14px;
  color: #0000C5;
}

.foot_inner .box03 .telnum a{
  font-size:25px;
  color: #0000C5;
}

.foot_inner .box03 .telnum a span{
  margin-right: 5%;
}

.foot_inner .box03 .teltime{
  font-size:16px;
}

.foot_inner .box03 .tel .telbox01{flex-grow:2;}
.foot_inner .box03 .tel .telbox02{flex-grow:2;}
.foot_inner .box03 .tel .telbox03{flex-grow:1;}

.foot_inner .box03 .sns ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 2%;
}

/*-------copy--------*/

.copy{
    margin: 0 auto;
    width: 1200px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.copy .box01 ul{
    display:flex;
    flex-wrap:wrap;
}
.copy .box01 ul li{
    margin:0;
    position:relative;
    margin-right:1rem;
}
.copy .box01 ul li::after{
    content:"|";
    position:absolute;
    transform: translateY(-50%);
    top: 50%;
    right: -1rem;
}
.copy .box01 ul li:first-child a{
    padding-left:0;
}
.copy .box01 ul li:last-child::after{
    content:none;
    margin-right:0;
}
.copy .box01 ul li a{
    padding: 1rem;
    display:block;
    font-size: 14px;
}

.copy .box02 small{
  font-size: 12px;
}
/*---------------------
パンくず
---------------------*/
#bread_crumb{
    margin: 117px 0 0;
}
#bread_crumb .inner{
    width: 1200px;
    margin: 0 auto;
}
#bread_crumb ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  padding: 30px 0;
  margin: 0;
}
#bread_crumb ul li{
  position: relative;
}
#bread_crumb ul li a,#bread_crumb ul li{
  display:block;
  padding: 0 20px;
  color: #0000C5;
}
#bread_crumb ul li::after{
  content:">";
  right: -20px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding: 0 16px;
  display: block;
}
#bread_crumb ul li:last-child::after{
  content:none;
}


/*---------------------
page_nation
---------------------*/
#page_nation{display:flex;flex-wrap:wrap;justify-content: center;}
#page_nation span{
  border:solid 1px #0000C5;
  background:#0000C5;
  color:#fff;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 4px;
  border-radius: 3px;
}
#page_nation a{
  display:block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 4px;
  color: #0000C5;
  border: #0000C5 1px solid;
  border-radius: 3px;
}


/*---------------------
contact
---------------------*/

.contact_inner_wrap{
  margin: 0 auto;
    width: 1200px;
}

div#mail_form {
  margin: 0 auto;
  width: 70%;
}

div#mail_form dl{
  display: block !important;
}

div#mail_form dl dt {
    clear: both;
    padding: 15px 0 0 15px;
    overflow: hidden;
    width: 100%;
}

div#mail_form dl dd {
    padding: 2% 10%;
    text-align: left;
    width: 100%;
}

div#mail_form dl dd textarea{
    width: 92%;
}

div#mail_form input[type="text"], div#mail_form input[type="email"], div#mail_form input[type="tel"] {
    max-width: 88%;
    width: 100%;
    height: 3em;
    padding: 2px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fff;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
    margin-top: 7px;
}
div#mail_form input[type="number"]{
  height: 3em;
  padding: 2px 2%;
}
div#mail_form select{
  height: 3em;
  padding: 2px 2%;
}
div#mail_form p#form_submit {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

div#mail_form dl dt span.optional {
    color: #a0a5aa;
}

div#mail_form dl dt span.required {
    color: #0000C5;
}

div#mail_form dl dt span.required, div#mail_form dl dt span.optional {
    display: inline-block;
    padding-left: 2%;
}

div#mail_form .wpcf7-list-item-label a{
  display: inline;
  border-bottom: 1px solid #000;
    color: #0000C5;
}

div#mail_form input[type="submit"] {
  background: #0000C5;
    color: #fff;
    margin-top: 10%;
    border: none;
    padding: 1% 10%;
    text-align: center;
    position: relative;
}

/*---------------------
form  thanks
---------------------*/

.thanks_sns{
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5%;
}
.thanks_sns_box{
  width: 25%;
}

/*---------------------
modal
---------------------*/
.modal-content {
  width: 50%;
  margin: 2%;
  padding: 3%;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 10 ;
}

#modal-overlay {
	z-index: 5 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}

.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

.modal-content h3 {
  background: none;
  border-bottom: 3px solid #414141;
  width: 100%;
  text-align: left;
  padding-left: 0;
}

.modal-content .qrcodes {
    margin-top: 2em;
    display: flex;
}
.modal-content .qrcodes .qrcode {
  display: flex;
  flex-direction: column-reverse;
  width: 33%;
  height: auto;
}

.modal-content .qq .left {
    width: 38%;
    float: left;
}

.modal-content .qq.snsType h3 {
    width: auto;
}

.modal-content .qq .right {
    float: right;
    padding-top: 3em;
    width: 50%;
}
/*-------------------------
index
-------------------------*/
.index_04 .item{margin:1rem 0}
.index_04 ul{margin:0;}
.index_04 .data{min-width:160px;}
.news-box a{display: block;}
.index_04 .right{
  overflow: hidden;
    width: 60%;
}
.index_04 .ttl{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
/*-------------------------
news
-------------------------*/
/*newslist*/
.newslist .main article{margin-bottom:3rem;}
.newslist .main article a{
  display:block;
}
.newslist .main article p{margin:4px 0;}
/*newssingle*/
.newssingle_inner_wrap,
.newslist_inner_wrap{
  display:flex;
  flex-wrap:wrap;
  width:1200px;
  margin:0 auto;
  justify-content:space-between;
}
/*newssingle main*/
.newssingle .main,
.newslist .main,
.seminar .detail{width:820px;}
.newssingle .main h1{margin:0;}
.newssingle .col2{width: 48%;}
.newssingle article{
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: solid 1px #0000C5;
}
.newssingle article section span {
    line-height: 2;
}
.newssingle article section img{margin: 2rem 0;}
.newssingle .pager .sub_ttl{
  margin:.5rem 0;
  display:inline-block;
  box-sizing:border-box;
  padding:.1rem .5rem;
  position: absolute;
  top: -3rem;
}
.newssingle .pager .next,.newssingle .pager .prev{
    margin: 0 0 0 auto;
}
.newssingle .pager .next a{text-align:right;}
.newssingle .pager .prev,
.newssingle .pager .next{position: relative;}
.newssingle .pager .next .sub_ttl {
    right: 0;
}
.newssingle .pager a{
  display:block;
 box-sizing:border-box;
 padding:1.5rem 0 1.5rem .0rem;
}
.newssingle .pager a span,
.newssingle .side a span,
.newslist .side a span{
  display:block;
  font-size:13px;
  border-left:3px solid #0000C5;
  padding-left:.5rem;
  margin-top:.5rem;
}
/*newssingle side*/
.newssingle .side ul li{}
.newssingle .side ul li:first-child{}
.newssingle .side ul li:last-child,
.newslist .side ul li:last-child{margin-bottom:0;}
.newssingle .side,
.newslist .side,
.seminar .teacher{width:320px;}
.newssingle .side .box,
.newslist .side .box{box-sizing:border-box;margin-bottom:2.5rem;}
.newssingle .side .ttl,
.newslist .side .ttl{
  padding:.5rem;
  background:#0000C5;
  color:#fff;
}
.newssingle .side .inner_wrap,
.newslist .side .inner_wrap{
  padding:1rem;
}
.newssingle .side a,
.newslist .side a{
  display:block;
  padding: 1rem 0;
}
.newssingle .side .article_category li,
.newslist .side .article_category li{position:relative;}
.newssingle .side .article_category a,
.newslist .side .article_category a{display:inline-block;margin: 0;padding: 1rem 0;}
.newssingle .side .article_category a:after,
.newslist .side .article_category a:after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  pointer-events:auto;
  content:"";
  background-color: rgba(0,0,0,0);
}
.tag_name{min-width:100px;padding: .2rem 1rem;}
.tag_name li{padding:4px 10px;}
#archive_year_wrap{margin:0;position: relative;}
#archive_year_wrap dt{
  display:block;
  cursor:pointer;
  padding:.5rem 0;
}
#archive_year_wrap dt:after{
  content:"\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right:0;
  top:.6rem;
  color:#0000C5
}
#archive_year_wrap dt.active:after{
  content:"\f077";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right:0;
  color:#0000C5
}
#archive_year_wrap dd{
  display:none;
  margin-left: 1rem;
}
#archive_year_wrap a{
  padding:.5rem 0;
  margin:.5rem 0;
}
/*pnavi*/
.pnavi .page-numbers.current,
.pnavi .page-numbers{
  border:solid 1px #0000C5;
  padding:4px 10px;
  margin:0 10px;
}
.pnavi .page-numbers.current{color:#fff;background:#0000C5;}
.pnavi .page-numbers{color:#0000C5;}
.pnavi .page-numbers.next,
.pnavi .page-numbers.prev{border:none;}
.pnavi .page-numbers.next i,
.pnavi .page-numbers.prev i{color:#0000C5}

/*-----------------------
seminar
-------------------------*/
.seminar_list,
.seminar-box{width:100%;}
.seminar_list .item,
.index_06 .item{
  position:relative;
  margin-bottom:5%;
  margin-right:.5%;
}
.seminar_list .item_wrap .item,
#index_contents .index_06 .item_wrap .item{
    width: 330px;
    margin: 0 2rem 5rem;
}
.seminar_list .item .head img {
    width: 100%;
    height: 260px;
    object-fit: cover !important;
}
#index_contents .index_06 .item_wrap .item {margin-bottom: 0;}
.seminar_list .item_wrap .item:nth-child(3n),
.index_06 .item_wrap .item:nth-child(3n){margin-right:0;}
.seminar_list .item_wrap .item .ttl,
.index_06 .item_wrap .item .ttl{margin: 4px 0;}
.seminar_list .item_wrap .item .day,
.index_06 .item_wrap .item .day{margin: 0;}
.seminar_list .item_wrap .item .seminar_tag,
.index_06 .item_wrap .item .seminar_tag{margin: 0; color: #0000C5;}
.seminar_list .item_wrap .item .discription,
.index_06 .item_wrap .item .discription{margin:10px 0;}
.index_06 .overflow_txt.discription,
.seminar_list .item_wrap .item .overflow_txt.discription {height: 100px;}
/*seminar_single*/
.seminar_details .ttl_area{margin-bottom: 0;}
.seminar_details h1{
  box-sizing:border-box;
  padding: 10px 20px;
  border-top:solid 1px #0000C5;
  border-bottom:solid 1px #0000C5;
  margin-top:.5rem;
}
.seminar_details .slider_wrap{margin:1rem auto;}
.seminar_details .slider_wrap img{
  max-height:40vw;
  margin:0 auto;
  display:block;
}
.seminar_details .info_01 {
    margin: 2rem auto 4rem;
}
.seminar_details .info_01 table{
  border-spacing: 8px;
}
.seminar_details .info_01 th,
.seminar_details .info_01 td{
  padding:8px 16px;
}
.seminar_details .info_01 th{
  width:120px;
  box-sizing:border-box;
  border:solid 1px #0000C5;
  font-weight: normal;
  padding: 8px;
}
.seminar_details .info_01 td{width:40%;}
.seminar_details .info_01 td span{
  font-size:13px;
  margin-left:1rem;
}
.seminar .detail{width:70%;}
.seminar .teacher{
  width:25%;
  border:solid 1px #0000C5;
  box-sizing:border-box;
  padding:1rem;
}
.seminar .teacher .history dt{padding:8px 0;}
.seminar .teacher .history dd{margin-left:0;}

.seminar_movie .ttl_area{margin: 5% 0;}
.seminar_movie h2{
  box-sizing:border-box;
  padding: 10px 20px;
  border-top:solid 1px #0000C5;
  border-bottom:solid 1px #0000C5;
  margin-top:.5rem;
}

/*sns*/
.sns_share{justify-content:flex-end;}
.fb a i,
.line a i,
.twitter i,
.weibo i,
.wechat i{margin-right:4px;}
.fb a span,
.fb a i,
.line a span,
.line a i,
.twitter a span,
.twitter i,
.weibo a span,
.weibo i,
.wechat a span,
.wechat i{color:#fff;font-size:14px;}
.fb a{background:#1778f2;}
.twitter a{background:#1da1f2;}
.line a{background:#00b900;}
.wechat a{background:#31C002;}
.weibo a{background:#E82C02;}
.fb a,
.line a,
.twitter a,
.weibo a,
.wechat a{
    padding: 2px 8px;
    border-radius: 6px;
    margin:0 4px;
}
