﻿@charset "utf-8";
@media screen and (max-width:750px){
/*-------------------------------------
  下層共通
--------------------------------------*/
#breadcrumb ul {
  line-height: 20px;
}
#breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding-right: 25px;
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li a {
  color: #fff;
  text-decoration: underline;
}
#breadcrumb li a:hover {
  text-decoration: none;
}
#breadcrumb li:before {
  position: absolute;
  content: "＞";
  right: 0;
  top: 0;
  font-weight: bold;
}
#breadcrumb li:last-child:before {
  content: none;
}

/*-------------------------------------
  トップページ
--------------------------------------*/
#mainimage_top p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#top #mainimage_top p,
#top #mainimage_top a {
  color: #fff;
  font-size: 12px;
}
#top #mainimage_top a {
  text-decoration: underline;
}
#top #mainimage_top span {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}


#top #spmainimage_cta .cta_button{
	max-width:400px;
	position:relative;
	margin:30px auto;
	z-index:99;
	text-align:center;
	
}

#top #spmainimage_cta .cta_button a{
	color:#fff;
	 font-family: 'Noto Serif JP', serif;
	border-radius:30px;
	border:solid 2px #cfb194;
	 
	 	padding:10px 5px;
		width:90%;
		max-width:400px;
		display:block;
		margin-bottom:10px;
		text-align:center;
		margin:0 auto 20px;
	 
}

#top #spmainimage_cta .cta_button a:first-of-type{
	  background: url(/Image/common/back01.jpg) repeat;
}

#top #spmainimage_cta .cta_button a:last-of-type{
	 background-color:#cfb194;
	
}

#top #spmainimage_cta .cta_button:hover{
	background:none;
}

#top #spmainimage_cta .cta_button:hover a{
	text-decoration:none;
	color:#cfb194;
	
}



#top #mainimage .slider_img a {
  display: block;
}
#top .slick-prev,
#top .slick-next {
  width: 30px;
  height: 30px;
  z-index: 9999;
}
#top .slick-prev {
  left: 0;
}
#top .slick-next {
  right: 0;
}
#top .slick-prev:before,
#top .slick-next:before {
  content:"";
}
#top .slick-prev:after {
  content: url(../Image/top/top_slide_pager05.png);
}
#top .slick-next:after {
  content: url(../Image/top/top_slide_pager06.png);
}
#top #sec_01 {
  width: 100%;
}
#top #sec_01 .sec_box {
  padding: 40px 0;
}
#top #sec_01 .ttl {
  width: 100%;
  background: url(/Image/common/back02.jpg) repeat;
  text-align: center;
  padding: 0 0 12px;
}
#top #sec_01 .ttl img {
  width: 92%;
  margin: 0 auto;
}
#top #sec_01 .sec_box .inner {
  width: 92%;
  margin: 0 auto;
}
#top #sec_01 .sec_box .right_box {
  margin-bottom: 40px;
}
#top #sec_01 .sec_box .ttl_box {
  margin-bottom: 20px;
}
#top #sec_01 .sec_box .ttl_box h3 {
  float: left;
  font-size: 16px;
  line-height: 16px;
  border-left: 3px solid #ff7c7c;
  padding-left: 7px;
}
#top #sec_01 .sec_box .ttl_box span {
  display: block;
  font-size: 12px;
}
#top #sec_01 .sec_box .ttl_box .link_btn {
  float: right;
}
#top #sec_01 .sec_box .ttl_box .link_btn a {
  display: block;
  color: #fff;
  font-size: 10px;
  background: #ff7c7c;
  border-radius: 20px;
  padding: 4px 8px 4px 20px;
  margin-top: 7px;
  position: relative;
}
#top #sec_01 .sec_box .ttl_box .link_btn a:after {
  content: '';
  position: absolute;
  top: 30%;
  left: 10px;
  width: 8px;
  height: 9px;
  background-image: url(../Image/common/white_arrow05.png);
  background-repeat: no-repeat;
}
#top #sec_01 .sec_box ul li a {
  display: block;
  color: #0b0b0b;
  font-size: 14px;
  border-bottom: 1px dashed #0b0b0b;
  padding: 15px 20px 15px 10px;
  position: relative;
}
#top #sec_01 .sec_box ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 5px;
  width: 7px;
  height: 15px;
  background-image: url(../Image/common/gray_arrow01.png);
  background-repeat: no-repeat;
}
#top #sec_01 .sec_box ul li:first-child a {
  border-top: 1px dashed #0b0b0b;
}
#top #sec_02 {
  width: 100%;
  padding: 30px 0;
  background: url(../Image/common/back03.jpg) repeat;
}
#top #sec_02 .inner {
  width: 92%;
  margin: 0 auto;
}
#top #sec_02 .ttl {
  text-align: center;
  margin-bottom: 30px;
}
#top #sec_02 .ttl_txt {
  margin-bottom: 30px;
}
#top #sec_02 .interview_list li {
  position: relative;
  box-sizing: border-box;
}
#top #sec_02 .interview_list li:nth-child(n+2) {
  margin-top: 30px;
}
#top #sec_02 .interview_list li a {
  display: block;
  text-decoration: none;
}
#top #sec_02 .interview_list .img_box {
/*  width: 318px;
  height: 199px;*/
  overflow: hidden;
}
#top #sec_02 .interview_list .txt_box {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #ff7c7c;
  padding: 8px 12px;
}
#top #sec_02 .interview_list .txt_box .left_txt {
  float: left;
}
#top #sec_02 .interview_list .txt_box .right_txt {
  float: right;
}
#top #sec_02 .interview_list .cate {
  display: inline-block;
  background: #d2b89f;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  left: 0;
}
#top .infiniteslide img {
width:auto;
height:320px;
}

#top #sec_01 .sec_box_02 {
  width:92%;
  padding: 30px 4%;
  margin:0 auto;
}
#top #sec_01 .sec_box_02 .inner {
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
  border-radius: 6px;
  box-sizing: border-box;
  border-top: 20px solid #ff7c7c;
  background-color: #fff;
  padding:6% 4%;
}
#top #sec_01 .sec_box_02 .ttl_box {
  text-align: center;
  width: 80%;
    margin: 0 auto;
  margin-bottom: 20px;
}
#top #sec_01 .sec_box_02 .txt_box {
  margin-bottom: 20px;
}
#top #sec_01 .sec_box_02 .right_box {
  position: relative;
  height: auto;
  padding: 30px 0 50.65%;
  overflow: hidden;
}
#top #sec_01 .sec_box_02 .right_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
}

/*-------------------------------------
  TSLとは
--------------------------------------*/
#about #mainimage {
  background:url(../Image/about/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 40% 0;
}
#about #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#about #sec_01 {
  width:100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 50px 0;
}
#about #sec_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#about #sec_01 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_01 .ttl_txt {
  margin-bottom: 30px;
}
#about #sec_01 .img_box {
  text-align: center;
}
#about #sec_02 {
  width:100%;
  padding: 50px 0;
}
#about #sec_02 .inner {
  width: 92%;
  margin: 0 auto;
}
#about #sec_02 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_02 .ttl_txt {
  margin-bottom: 30px;
}
#about #sec_02 .img_box {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_02 .link_btn {
  text-align: center;
}
#about #sec_02 .link_btn a {
  display: inline-block;
  width: 240px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #ff7c7c;
}
#about #sec_03 {
  width:100%;
  padding: 0 0 50px;
}
#about #sec_03 .inner {
  width: 92%;
  margin: 0 auto;
}
#about #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#about #sec_03 .ttl_01 img {
  width: 92%;
  height: auto;
}
#about #sec_03 .ttl_txt {
  margin-bottom: 30px;
}
#about #sec_03 .curriculum_list > li {
  border: 1px solid #D2B498;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
}
#about #sec_03 .curriculum_list > li:nth-child(5) {
  margin-bottom: 0;
}
#about #sec_03 .curriculum_list > li:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 24px solid #D2B498;
  border-right: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 36px solid transparent;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
#about #sec_03 .curriculum_list > li:nth-child(5)::after {
  content: none;
}
#about #sec_03 .curriculum_list .head_box {
  margin-bottom: 20px;
}
#about #sec_03 .curriculum_list .head_img {
  float: left;
  width: 28%;
  height: auto;
  border-right: 1px solid #D2B498;
  padding-right: 4%;
  margin-right: 4%;
  box-sizing: border-box;
}
#about #sec_03 .curriculum_list .summary {
  float: left;
  width: 68%;
  height: auto;
}
#about #sec_03 .curriculum_list .summary h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  font-weight: 500;
  padding-top: 22px;
}
#about #sec_03 .curriculum_list > li:nth-child(3) h3 {
  padding-top: 10px;
}
#about #sec_03 .curriculum_list .item {
  margin-bottom: 20px;
}
#about #sec_03 .curriculum_list .item_list {
  float: left;
  font-size: 13px;
}
#about #sec_03 .curriculum_list .item_list li {
  list-style-type: disc;
  margin-left:15px;
}
#about #sec_03 .curriculum_list .img_box {
  margin-bottom: 20px;
}
#about #sec_03 .curriculum_list .img_box li {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
}
#about #sec_03 .curriculum_list .img_box li:last-child {
  margin-right: 0;
}
#about #sec_03 .curriculum_list .txt_box {
  font-size: 13px;
}
#about #sec_04 {
  width:100%;
  margin-bottom: 50px;
}
#about #sec_04 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#about #sec_04 .ttl_01 img {
  width: 92%;
  height: auto;
}
#about #sec_04 .sec_box_01 {
  margin-bottom: 50px;
}
#about #sec_04 .sec_box_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#about #sec_04 .sec_box_01 .ttl_txt {
  margin-bottom: 30px;
}
#about #sec_04 .sec_box_01 .qa_list li {
  border: 1px solid #D2B498;
  padding: 15px;
  margin-bottom: 30px;
}
#about #sec_04 .sec_box_01 .qa_list li:last-child {
  margin-bottom: 0;
}
#about #sec_04 .sec_box_01 .qa_list .question_ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#about #sec_04 .sec_box_01 .qa_list .open_btn {
  position: relative;
  padding-right: 40px;
}
#about #sec_04 .sec_box_01 .qa_list .open_btn:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../Image/common/brown_arrow03.png) no-repeat top right;
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#about #sec_04 .sec_box_01 .qa_list .open:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../Image/common/brown_arrow04.png) no-repeat top right;
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#about #sec_04 .sec_box_01 .qa_list .answer_txt {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
#about #sec_04 .sec_box_01 .qa_list ol li {
  border: none;
  list-style-type: decimal;
  padding: 0;
  margin-left:20px;
  margin-bottom: 0;
}
#about #sec_04 .sec_box_02 {
  margin-bottom: 50px;
}
#about #sec_04 .sec_box_02 .cts_box_wrapper {
  width: 100%;
  height: 280px;
  background: url(../Image/about/sec04_back01.jpg) no-repeat top left -70px #fff;
  background-size: 145%;
  margin-bottom: 30px;
}
#about #sec_04 .sec_box_02 .inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#about #sec_04 .sec_box_02 .cts_box {
  position: absolute;
  width: 60%;
  top: 100px;
  right: 0px;
}
#about #sec_04 .sec_box_02 .txt_box {
  width: 92%;
  margin: 0 auto 30px;
}
#about #sec_04 .sec_box_02 .link_btn {
  text-align: center;
}
#about #sec_04 .sec_box_02 .link_btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #ff7c7c;
}
#about #sec_04 .sec_box_03 {
  width: 100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 50px 0;
}
#about #sec_04 .sec_box_03 .inner {
  width: 92%;
  margin: 0 auto;
}
#about #sec_04 .sec_box_03 .ttl_box {
  width: 70%;
  height: auto;
  margin: 0 auto 30px;
}
#about #sec_04 .sec_box_03 .txt_box {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_04 .sec_box_03 .right_box {
  position: relative;
  height: auto;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
#about #sec_04 .sec_box_03 .right_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
#about #sec_05 {
  width:100%;
  margin-bottom: 50px;
}
#about #sec_05 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#about #sec_05 .ttl_01 img {
  width: 92%;
  height: auto;
}
#about #sec_05 .inner {
  width: 92%;
  margin: 0 auto;
}
#about #sec_05 .honkouza {
	padding:30px;
    border: 1px solid #CEB396;
    margin-bottom: 40px;
}
#about #sec_05 .honkouza_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom:10px;
}
#about #sec_05 .honkouza dl{
}
#about #sec_05 .honkouza dl dt{
    background: #CEB396;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
	display:inline-block;
}
#about #sec_05 .honkouza dl dd{
    padding: 7px 0;
	margin-bottom:10px;
}
#about #sec_05 .ttl_txt {
  margin-bottom: 30px;
}
#about #sec_05 .event_wrappr {
  margin-bottom: 50px;
}
#about #sec_05 .event_wrappr .event_box:nth-child(5) {
  margin-bottom: 0;
}
#about #sec_05 .event_box {
  border: 1px solid #CEB396;
  padding: 15px;
  margin-bottom: 30px;
}
#about #sec_05 .event_box .left_col .date {
  margin-bottom: 20px;
}
#about #sec_05 .event_box .left_col .badge {
  background: #CEB396;
  color: #fff;
  padding: 4px 10px;
  margin-right: 10px;
}
#about #sec_05 .event_box .left_col .time .badge {
	display:block;
	float:left;
    line-height: 18px;
}
#about #sec_05 .event_box .left_col .time .time_list {
	float:left;
}
#about #sec_05 .event_box .right_col {
  text-align: center;
  padding-top: 20px;
}
#about #sec_05 .event_box .right_col .link_btn_seminar {
  text-align: center;
}
#about #sec_05 .event_box .right_col .link_btn_seminar a {
  display: inline-block;
  width: 140px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #CEB396;
}
#about #sec_05 .link_btn {
  text-align: center;
}
#about #sec_05 .link_btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #CEB396;
}
#about #sec_06 {
  padding: 0 0 50px;
}
#about #sec_06 .sec_box_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#about #sec_06 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#about #sec_06 .sec_box_01 .ttl_txt {
  margin-bottom: 50px;
}
#about #sec_06 .sec_box_01 .point_list li {
  margin-bottom: 30px;
}
#about #sec_06 .sec_box_01 .point_list li:nth-child(3n) {
  margin-bottom: 0;
}
#about #sec_06 .sec_box_01 .point_list .img_box {
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_01 .point_list .ttl_box {
  border-bottom: 1px dashed #ff7c7c;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#about #sec_06 .sec_box_01 .point_list .ttl_box img {
  width: 80%;
  height: auto;
}
#about #sec_06 .sec_box_02 {
  width:92%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 30px 4%;
  margin:0 auto;
}
#about #sec_06 .sec_box_02 .inner {
  -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
  border-radius: 6px;
  box-sizing: border-box;
  border-top: 20px solid #ff7c7c;
  background-color: #fff;
  padding:6% 4%;
}
#about #sec_06 .sec_box_02 .ttl_box {
  text-align: center;
  width: 80%;
    margin: 0 auto;
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_02 .txt_box {
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_02 .right_box {
  position: relative;
  height: auto;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
#about #sec_06 .sec_box_02 .right_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
}
#about #sec_06 .sec_box_03 {
  margin-bottom: 50px;
}
#about #sec_06 .sec_box_03 .cts_box_wrapper {
  width: 100%;
  height: 280px;
  background: url(../Image/top/sec01_back01.jpg) no-repeat top 0px left -145px #fff;
  background-size: 160%;
  margin-bottom: 30px;
}
#about #sec_06 .sec_box_03 .inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#about #sec_06 .sec_box_03 .cts_box {
  position: absolute;
  width: 65%;
  top: 60px;
  right: 0px;
}
#about #sec_06 .sec_box_03 .ttl_box {
  text-align: center;
  margin-bottom: 20px;
}
#about #sec_06 .sec_box_03 .txt_box {
  width: 92%;
  margin: 0 auto;
}
#about #sec_06 .sec_box_04 .cts_box_wrapper {
  width: 100%;
  height: 200px;
  background: url(../Image/top/sec01_back02.jpg) no-repeat top 0px left -85px #fff;
  background-size: 145%;
  margin-bottom: 30px;
}
#about #sec_06 .sec_box_04 .inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#about #sec_06 .sec_box_04 .cts_box {
  position: absolute;
  width: 60%;
  top: 70px;
  left: 0px;
}
#about #sec_06 .sec_box_04 .txt_box {
  width: 92%;
  margin: 0 auto 30px;
}
#about #sec_06 .sec_box_04 .link_btn {
  text-align: center;
}
#about #sec_06 .sec_box_04 .link_btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #ff7c7c;
}

/*-------------------------------------
  TSLのカリキュラム
--------------------------------------*/
#curriculum #mainimage {
  background:url(../Image/about/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 40% 0;
}
#curriculum #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#curriculum #sec_01 {
  width:100%;
  padding: 0 0 50px;
}
#curriculum #sec_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#curriculum #sec_01 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#curriculum #sec_01 .ttl_01 img {
  width: 92%;
  height: auto;
}
#curriculum #sec_01 .ttl_txt {
  margin-bottom: 30px;
}

#curriculum .curriculum-menu{
	width:100%;
	overflow:hidden;
	margin:20px 0
	}

#curriculum .curriculum-menu li{
	width:32%;
	margin-right:2%;
	float:left;
	display:inline-block;
}

#curriculum .curriculum-menu li:last-of-type{
	margin-right:0;
}


#curriculum #sec_01 .curriculum_list > li {
  border: 1px solid #D2B498;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
}
#curriculum #sec_01 .curriculum_list > li:nth-child(5) {
  margin-bottom: 0;
}
#curriculum #sec_01 .curriculum_list > li:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 24px solid #D2B498;
  border-right: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 36px solid transparent;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
#curriculum #sec_01 .curriculum_list > li:nth-child(5)::after {
  content: none;
}
#curriculum #sec_01 .curriculum_list .head_box {
  margin-bottom: 20px;
}
#curriculum #sec_01 .curriculum_list .head_img {
  width: 28%;
  height: auto;
  border-right: 1px solid #D2B498;
  padding-right: 4%;
  margin-right: 4%;
  box-sizing: border-box;
}

#curriculum #sec_01 .curriculum_list h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  width:100%;
  font-size: 17px;
  font-weight: 500;
  padding-top: 22px;
  float:left;
  display:flex;
  align-items: center;
  overflow:hidden;
   
  
}
#curriculum #sec_01 .curriculum_list .summary {
  float: left;
  width: 68%;
  height: auto;
}

#curriculum #sec_01 .curriculum_list > li:nth-child(3) h3 {
  padding-top: 10px;
}
#curriculum #sec_01 .curriculum_list .item {
  margin-bottom: 20px;
}
#curriculum #sec_01 .curriculum_list .item_list {
  float: left;
  font-size: 13px;
}
#curriculum #sec_01 .curriculum_list .item_list li {
  list-style-type: disc;
  margin-left:15px;
}
#curriculum #sec_01 .curriculum_list .img_box {
  margin-bottom: 20px;
}
#curriculum #sec_01 .curriculum_list .img_box li {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
}
#curriculum #sec_01 .curriculum_list .img_box li:last-child {
  margin-right: 0;
}
#curriculum #sec_01 .curriculum_list .txt_box {
  font-size: 13px;
}
#curriculum #sec_02 {
  width:100%;
  margin-bottom: 50px;
}
#curriculum #sec_02 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#curriculum #sec_02 .ttl_01 img {
  width: 92%;
  height: auto;
}
#curriculum #sec_02 .sec_box_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#curriculum #sec_02 .sec_box_01 .ttl_txt {
  margin-bottom: 30px;
}
#curriculum #sec_02 .sec_box_01 .qa_list li {
  border: 1px solid #D2B498;
  padding: 15px;
  margin-bottom: 30px;
}
#curriculum #sec_02 .sec_box_01 .qa_list li:last-child {
  margin-bottom: 0;
}
#curriculum #sec_02 .sec_box_01 .qa_list .question_ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#curriculum #sec_02 .sec_box_01 .qa_list .open_btn {
  position: relative;
  padding-right: 40px;
}
#curriculum #sec_02 .sec_box_01 .qa_list .open_btn:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../Image/common/brown_arrow03.png) no-repeat top right;
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#curriculum #sec_02 .sec_box_01 .qa_list .open:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../Image/common/brown_arrow04.png) no-repeat top right;
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#curriculum #sec_02 .sec_box_01 .qa_list .answer_txt {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
#curriculum #sec_02 .sec_box_01 .qa_list ol li {
  border: none;
  list-style-type: decimal;
  padding: 0;
  margin-left:20px;
  margin-bottom: 0;
}

#curriculum #sec_03 {
  width:100%;
  margin-bottom: 50px;
}
#curriculum #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#curriculum #sec_03 .ttl_01 img {
  width: 92%;
  height: auto;
}
#curriculum #sec_03 .sec_box_01 {
  margin-bottom: 50px;
}
#curriculum #sec_03 .sec_box_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#curriculum #sec_03 .sec_box_01 .honkouza {
  padding:30px;
    border: 1px solid #CEB396;
    margin-bottom: 40px;
}
#curriculum #sec_03 .sec_box_01 .honkouza_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom:10px;
}
#curriculum #sec_03 .sec_box_01 .honkouza dl dt{
    background: #CEB396;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
  display:inline-block;
}
#curriculum #sec_03 .sec_box_01 .honkouza dl dd{
    padding: 7px 0;
  margin-bottom:10px;
}
#curriculum #sec_03 .sec_box_01 .ttl_txt {
  margin-bottom: 30px;
}
#curriculum #sec_03 .sec_box_01 .event_wrappr {
  margin-bottom: 50px;
}
#curriculum #sec_03 .sec_box_01 .event_wrappr .event_box:nth-child(5) {
  margin-bottom: 0;
}
#curriculum #sec_03 .sec_box_01 .event_box {
  border: 1px solid #CEB396;
  padding: 15px;
  margin-bottom: 30px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col .date {
  margin-bottom: 20px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col .badge {
  background: #CEB396;
  color: #fff;
  padding: 4px 10px;
  margin-right: 10px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col .time .badge {
  display:block;
  float:left;
  line-height: 18px;
}
#curriculum #sec_03 .sec_box_01 .event_box .left_col .time .time_list {
  float:left;
}
#curriculum #sec_03 .sec_box_01 .event_box .right_col {
  text-align: center;
  padding-top: 20px;
}
#curriculum #sec_03 .sec_box_01 .event_box .right_col .link_btn_seminar {
  text-align: center;
}
#curriculum #sec_03 .sec_box_01 .event_box .right_col .link_btn_seminar a {
  display: inline-block;
  width: 140px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #CEB396;
}
#curriculum #sec_03 .sec_box_01 .link_btn {
  text-align: center;
}
#curriculum #sec_03 .sec_box_01 .link_btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #CEB396;
}
#curriculum #sec_03 .sec_box_02 {
  margin-bottom: 50px;
}
#curriculum #sec_03 .sec_box_02 .cts_box_wrapper {
  width: 100%;
  height: 280px;
  background: url(../Image/about/sec04_back01.jpg) no-repeat top left -70px #fff;
  background-size: 145%;
  margin-bottom: 30px;
}
#curriculum #sec_03 .sec_box_02 .inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#curriculum #sec_03 .sec_box_02 .cts_box {
  position: absolute;
  width: 60%;
  top: 100px;
  right: 0px;
}
#curriculum #sec_03 .sec_box_02 .txt_box {
  width: 92%;
  margin: 0 auto 30px;
}
#curriculum #sec_03 .sec_box_02 .link_btn {
  text-align: center;
}
#curriculum #sec_03 .sec_box_02 .link_btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #ff7c7c;
}

/*-------------------------------------
  講師紹介
--------------------------------------*/
#teacher #mainimage {
  background:url(../Image/teacher/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
#teacher #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#teacher #sec_01 .sec_box_01 {
  background: url(../Image/teacher/sec01_back01.jpg) no-repeat center top 180px, url(../Image/common/back03.jpg) repeat;
  padding: 50px 0 0;
}
#teacher #sec_01 .sec_box_01 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#teacher #sec_01 .sec_box_01 .img_box {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper {
  background: #fff;
  padding-top: 15px;
}
#teacher #sec_01 .sec_box_01 .cts_box {
  width: 92%;
  border:1px solid #333;
  margin: 0 auto;
}
#teacher #sec_01 .sec_box_01 .cts_box_inner {
  padding: 15px;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .ttl_box {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #ff7c7c;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .profile_box {
  margin-bottom: 15px;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .profile_box .badge {
  font-size: 12px;
  font-weight: bold;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .profile_box .name {
  font-size: 16px;
  font-weight: bold;
}
#teacher #sec_01 .sec_box_01 .cts_wrapper .profile_box .name span {
  display: inline-block;
  color: #797979;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  padding-left: 15px;
  vertical-align: middle;
}
#teacher #sec_01 .sec_box_02 {
  width: 100%;
  padding: 50px 0;
}
#teacher #sec_01 .sec_box_02 .inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#teacher #sec_01 .sec_box_02 .ttl_box {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #ff7c7c;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
#teacher #sec_01 .sec_box_02 .txt_box {
  text-align: center;
  margin-bottom: 30px;
}
#teacher #sec_01 .sec_box_02 .book_list {
  width: 100%;
  margin: 0 auto 50px;
}
#teacher #sec_01 .sec_box_02 .book_list .slick-slide {
  float: left;
  display: block;
  width: 167px;
  height: auto;
  margin: 0 15px;
  box-sizing: border-box;
}
#teacher #sec_01 .sec_box_02 .book_list > li:last-child {
  margin-right: 0;
}
#teacher #sec_01 .sec_box_02 .book_list .book_img {
  margin-bottom: 10px;
}
#teacher #sec_01 .sec_box_02 .book_list .book_title {
  font-size: 14px;
  margin-bottom: 10px;
}
#teacher #sec_01 .sec_box_02 .book_list .book_info li {
  list-style-type: square;
  margin-left: 15px;
  font-size: 11px;
}
#teacher #sec_01 .sec_box_02 .link_btn {
  text-align: center;
}
#teacher #sec_01 .sec_box_02 .link_btn a {
  display: inline-block;
  width: 280px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 45px center no-repeat #ff7c7c;
}
#teacher #sec_01 .sec_box_02 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 35px center no-repeat #F9B835;
  text-decoration: none;
}
#teacher #sec_02 {
  padding-bottom: 50px;
}
#teacher #sec_02 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#teacher #sec_02 .ttl_01 img {
  width: 92%;
  height: auto;
}
#teacher #sec_02 .inner {
  width: 92%;
  margin: 0 auto;
}
#teacher #sec_02 .ttl_txt {
  margin-bottom: 50px;
}
#teacher #sec_02 .slide_01 {
  width: 100%;
  margin: 0 auto;
}
#teacher #sec_02 .slide_box {
  display: block;
  width: 92vw;
  height: auto;
  border: 1px solid #CEB396;
  padding: 20px;
  margin: 0 15px;
  box-sizing: border-box;
}
#teacher #sec_02 .slide_box .profile_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
#teacher #sec_02 .slide_box .img_box {
  float: left;
  width: 40%;
  height: auto;
  /*position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);*/
}
#teacher #sec_02 .slide_box .name_box {
  float: right;
  width: 56%;
}
#teacher #sec_02 .slide_box .name_box .catch_copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
#teacher #sec_02 .slide_box .name_box .badge {
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  margin-bottom: 5px;
}
#teacher #sec_02 .slide_box .name_box .name {
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
}
#teacher #sec_02 .slide_box .name_box .kana {
  color: #797979;
  font-size: 11px;
  line-height: 11px;
}
#teacher #sec_03 {
  padding-bottom: 50px;
}
#teacher #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#teacher #sec_03 .ttl_01 img {
  width: 92%;
  height: auto;
}
#teacher #sec_03 .inner {
  width: 92%;
  margin: 0 auto;
}
#teacher #sec_03 .ttl_txt {
  margin-bottom: 50px;
}
#teacher #sec_03 .slide_01 {
  width: 100%;
  margin: 0 auto;
}
#teacher #sec_03 .slide_box {
  display: block;
  width: 92vw;
  height: auto;
  border: 1px solid #CEB396;
  padding: 20px;
  margin: 0 15px;
  box-sizing: border-box;
}
#teacher #sec_03 .slide_box .profile_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
#teacher #sec_03 .slide_box .img_box {
  float: left;
  width: 40%;
  height: auto;
  /*position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);*/
}
#teacher #sec_03 .slide_box .name_box {
  float: right;
  width: 56%;
}
#teacher #sec_03 .slide_box .name_box .catch_copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
#teacher #sec_03 .slide_box .name_box .badge {
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  margin-bottom: 5px;
}
#teacher #sec_03 .slide_box .name_box .name {
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
}
#teacher #sec_03 .slide_box .name_box .kana {
  color: #797979;
  font-size: 11px;
  line-height: 11px;
}
#teacher .slick-prev,
#teacher .slick-next {
  width: 30px;
  height: 30px;
  z-index: 9999;
}
#teacher .slick-prev {
  top: 50%;
  left: 0;
}
#teacher .slick-next {
  top: 50%;
  right: 0;
}
#teacher .slick-prev:before,
.slick-next:before {
  content:"";
}
#teacher .slick-prev:after {
  content: url(../Image/teacher/slide_pager01_sp.jpg);
}
#teacher .slick-next:after {
  content: url(../Image/teacher/slide_pager02_sp.jpg);
}
#teacher .slick-dots {
  top: -40px;
  bottom: 0;
}

/*-------------------------------------
  卒業生の声
--------------------------------------*/
#voice #mainimage {
  background:url(../Image/voice/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
#voice #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#voice #sec_01 {
  width:100%;
}
#voice #sec_01 .sec_box_01 {
  width:100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 50px 0;
}
#voice #sec_01 .sec_box_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#voice #sec_01 .sec_box_01 .ttl_box {
  width: 70%;
  height: auto;
  margin: 0 auto 30px;
}
#voice #sec_01 .sec_box_01 .txt_box {
  text-align: center;
  margin-bottom: 30px;
}
#voice #sec_01 .sec_box_01 .left_box {
  position: relative;
  height: auto;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
#voice #sec_01 .sec_box_01 .left_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
#voice #sec_01 .sec_box_02 {
  width:100%;
  padding: 0 	0 50px ;
}
#voice #sec_01 .sec_box_02 .inner {
  width: 92%;
  margin: 0 auto;
}
#voice #sec_01 .sec_box_02 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#voice #sec_01 .sec_box_02 .ttl_txt {
  margin-bottom: 30px;
}
#voice #sec_01 .sec_box_02 .interview_cts {
  background: #FEB9BB;
  padding: 15px;
  margin-bottom: 30px;
}
#voice #sec_01 .sec_box_02 .interview_cts:last-child {
  margin-bottom: 0;
}
#voice #sec_01 .sec_box_02 .interview_cts .img_box {
  padding-bottom: 15px;
}
#voice #sec_01 .sec_box_02 .interview_cts .interview_box {
  background: #ff7c7c;
  color: #fff;
}
#voice #sec_01 .sec_box_02 .interview_box_inner {
  position: relative;
  padding: 55px 15px 15px;
}
#voice #sec_01 .sec_box_02 .interview_cts .ttl_img {
  position: absolute;
  top: 15px;
  left: -13px;
}
#voice #sec_01 .sec_box_02 .interview_box .profile {
  font-size: 12px;
  margin-bottom: 10px;
}
#voice #sec_01 .sec_box_02 .interview_box .profile span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}
#voice #sec_01 .sec_box_02 .interview_cts .interview_bottom {
	padding:20px 0 5px;
}
#voice #sec_01 .sec_box_02 .interview_cts .interview_bottom .interview_txt p{
	margin-bottom:10px;
}
#voice #sec_02 {
  padding-bottom: 50px;
}
#voice #sec_02 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#voice #sec_02 .ttl_01 img {
  width: 92%;
  height: auto;
}
#voice #sec_02 .ttl_txt {
  width: 92%;
  margin: 0 auto 30px;
}
#voice #sec_02 .graduate_list {
  width: 92%;
  margin: auto;
}
#voice #sec_02 .graduate_list li {
  margin-bottom: 15px;
}
#voice #sec_02 .graduate_list li:last-child {
  margin-bottom: 0;
}
#voice #sec_02 .graduate_list .graduate_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
#voice #sec_02 .graduate_list .graduate_img {
  float: left;
  width: 34%;
  height: auto;
  /*position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);*/
}
#voice #sec_02 .graduate_list .graduate_profile {
  float: right;
  width: 62%;
  position: relative;
}
#voice #sec_02 .graduate_list .catch_copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px
  }
#voice #sec_02 .graduate_list .badge {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
}
#voice #sec_02 .graduate_list .name {
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
}

#voice #sec_02 .graduate_list .open_btn .graduate_profile:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../Image/common/brown_arrow03.png) no-repeat top right;
  background-size: 80%;
  position: absolute;
  bottom: -20px;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#voice #sec_02 .graduate_list .open .graduate_profile:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../Image/common/brown_arrow04.png) no-repeat top right;
  background-size: 80%;
  position: absolute;
  bottom: -20px;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#voice #sec_02 .graduate_list .graduate_bottom .txt_box p{
	margin-bottom:12px;
}
#voice #sec_01 .interview_wrapper{
	margin-bottom:30px;
}
#voice #sec_01 .link_btn {
	text-align:center;
}
#voice #sec_01 .link_btn a {
display: inline-block;
    width: 320px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    border-radius: 30px;
    transition: 0.4s;
    background: url(../Image/common/white_arrow02.png) right 30px center no-repeat #ff7c7c;
}
#voice #sec_01 .link_btn a:hover {
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #CEB396;
  text-decoration: none;
}
/*-------------------------------------
  体験セミナー
--------------------------------------*/
#seminar #mainimage {
  background:url(../Image/seminar/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
#seminar #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#seminar #sec_01 {
  width: 100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 50px 0;
}
#seminar #sec_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#seminar #sec_01 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#seminar #sec_01 .seminar_box {
  width: 100%;
  margin: 0 auto;
}
#seminar #sec_01 table {
  margin-bottom: 30px;
}
#seminar #sec_01 table:nth-child(6n) {
  margin-bottom: 0;
}
#seminar #sec_01 th {
  width: 14%;
  background: #ff7c7c;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 12px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#seminar #sec_01 th:before,
#seminar #sec_01 th:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0px;
}
#seminar #sec_01 th:before {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-right: -8px;
  margin-top: -8px;
}
#seminar #sec_01 th:after {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-top: 8px;
  margin-right: 8px;
}
#seminar #sec_01 td {
  width: 86%;
  background: #fff;
  padding: 12px 20px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#seminar #sec_01 ul li {
  list-style-type: disc;
  margin-left: 20px;
}
#seminar #sec_01 .training_time > li {
  list-style-type: none;
  margin-left: 0;
}
#seminar #sec_01 ol {
  margin-bottom: 5px;
}
#seminar #sec_01 ol li {
  line-height: 1.8;
  list-style-type: decimal;
  margin-left:20px;
}
#seminar #sec_01 .holding:nth-child(1) {
  margin-bottom: 10px;
}
#seminar #sec_01 .training_time li:nth-child(1) {
  margin-bottom: 5px;
}
#seminar #sec_01 .sfont {
  font-size: 12.5px;
}
#seminar #sec_02 {
  width:100%;
  margin-bottom: 50px;
}
#seminar #sec_02 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#seminar #sec_02 .ttl_01 img {
  width: 92%;
  height: auto;
}
#seminar #sec_02 .inner {
  width: 92%;
  margin: 0 auto;
}
#seminar #sec_02 .ttl_txt {
  margin-bottom: 30px;
}
#seminar #sec_02 .qa_list li {
  border: 1px solid #D2B498;
  padding: 15px;
  margin-bottom: 30px;
}
#seminar #sec_02 .qa_list li:last-child {
  margin-bottom: 0;
}
#seminar #sec_02 .qa_list .question_ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 15px;
  line-height: 1.7;
}
#seminar #sec_02 .qa_list .open_btn {
  position: relative;
  padding-right: 40px;
}
#seminar #sec_02 .qa_list .open_btn:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../Image/common/brown_arrow03.png) no-repeat top right;
  background-size: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#seminar #sec_02 .qa_list .open:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../Image/common/brown_arrow04.png) no-repeat top right;
  background-size: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#seminar #sec_02 .qa_list .answer_txt {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
#seminar #sec_02 .qa_list ol li {
  border: none;
  list-style-type: decimal;
  padding: 0;
  margin-left:20px;
  margin-bottom: 0;
}
#seminar #sec_03 {
  width:100%;
  margin-bottom: 50px;
}
#seminar #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#seminar #sec_03 .ttl_01 img {
  width: 92%;
  height: auto;
}
#seminar #sec_03 .inner {
  width: 92%;
  margin: 0 auto;
}
#seminar #sec_03 .ttl_txt {
  margin-bottom: 30px;
}
#seminar #sec_03 .ttl_txt_02 {
  margin-bottom: 20px;
}
#seminar #sec_03 .event_wrappr {
  margin-bottom: 50px;
}
#seminar #sec_03 .event_wrappr .event_box:nth-child(5) {
  margin-bottom: 0;
}
#seminar #sec_03 .event_box {
  border: 1px solid #CEB396;
  padding: 15px;
  margin-bottom: 30px;
}
#seminar #sec_03 .event_box .left_col .date {
  margin-bottom: 20px;
}
#seminar #sec_03 .event_box .left_col .badge {
  background: #CEB396;
  color: #fff;
  padding: 4px 10px;
  margin-right: 10px;
}
#seminar #sec_03 .event_box .right_col {
  text-align: center;
  padding-top: 20px;
}
#seminar #sec_03 .event_box .right_col .link_btn_seminar {
  text-align: center;
}
#seminar #sec_03 .event_box .right_col .link_btn_seminar a {
  display: inline-block;
  width: 140px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #CEB396;
}
#seminar #sec_03 .link_btn {
  text-align: center;
}
#seminar #sec_03 .link_btn a {
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #CEB396;
}
/*-----------------------------------------------------
  イベント情報
------------------------------------------------------*/
/* イベント一覧 */
#event #mainimage {
  background:url(../Image/seminar/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
#event #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#event #mainimage_bottom,
#event #environment,
#event #seminar_info,
#event #traffic_access{
	display:none;
}
#event #cts_inner {
  width: 92%;
  padding: 50px 0;
  margin: 0 auto;
}
#event #main_cts {
  width: 100%;
  margin-bottom: 30px;
}
#event #main_cts .item_list {
  margin-bottom: 30px;
}
#event #main_cts .item_list li {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  position: relative;
}
#event #main_cts .item_list li:last-child {
  margin-bottom: 0;
}
#event #main_cts .item_list a {
  display: block;
  color: #0b0b0b;
}
#event #main_cts .item_list .img_box {
  overflow: hidden;
}
#event #main_cts .item_list .event_txt {
  background: url(../Image/common/back03.jpg) repeat;
  padding: 20px;
}
#event #main_cts .item_list .event_info {
  margin-bottom: 15px;
}
#event #main_cts .item_list .event_info div {
  float: left;
}
#event #main_cts .item_list .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
}
#event #main_cts .item_list .date {
  font-size: 15px;
}
#event #main_cts .item_list .ttl {
  font-weight: bold;
  margin-bottom: 15px;
}
#event #main_cts .item_list .cate_badge {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background: #FF7C7C;
}
#event #main_cts .item_list .link_btn {
  text-align: center;
}
#event #main_cts .item_list .link_btn span {
  display: inline-block;
  width: 240px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #ff7c7c;
}
#event #side_cts {
  width: 100%;
}
#event #side_cts .side_box {
  background: url(../Image/common/back03.jpg) repeat;
}
#event #side_cts .side_box .ttl {
  background: #CEB396;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
#event #side_cts .side_box ul {
  padding: 20px;
}
#event #side_cts .side_box li {
  margin-bottom:20px;
}
#event #side_cts .side_box li:last-child {
  margin-bottom:0;
}
#event #side_cts .side_box li a {
  display: inline-block;
  width: 100%;
  color: #0b0b0b;
  font-size: 14px;
  background: url(../Image/common/brown_arrow01.png) left 10px center no-repeat #fff;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  transition: 0.4s;
}
#event #side_cts .side_box li a span {
  color: #CEB396;
  font-size:12px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#event #side_cts .cate_list,
#event #side_cts .post_list {
  margin-bottom: 30px;
}

/* イベント詳細 */
#event #main_cts .single .ttl_area {
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#event #main_cts .single .ttl_area .event_info {
  margin-bottom: 15px;
}
#event #main_cts .single .ttl_area .event_info div {
  float: left;
}
#event #main_cts .single .ttl_area .event_info .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
}
#event #main_cts .single .ttl_area .event_info .cate_badge {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
}
#event #main_cts .single .ttl_area .event_info .cate1 {
  background: #2ea7e0;
}
#event #main_cts .single .ttl_area .event_info .cate2 {
  background: #e64dcc;
}
#event #main_cts .single .ttl_area .event_info .cate3 {
  background: #f99428;
}
#event #main_cts .single .ttl_area .event_info .cate4 {
  background: #e64dcc;
}
#event #main_cts .single .ttl_area .event_info .date {
  font-size: 15px;
  line-height: 25px;
}
#event #main_cts .single .ttl_area h2 {
  font-size: 21px;
}
#event #main_cts .single .img_box {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#event #main_cts .single .img_box img {
  width: 100%;
  height: auto;
}
#event #main_cts .single .event_detail{
width:100%;
overflow:hidden;
}

#event #main_cts .single .event_detail table {
  margin-bottom: 30px;
width:100%;
 table-layout:fixed
}
#event #main_cts .single .event_detail table th {
  width: 22%;
  color: #fff;
  letter-spacing: 0.05em;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
  background-color: #ff7c7c;
  font-weight: normal;
  text-align: center;
}
#event #main_cts .single .event_detail table td {
  border-bottom: #fff 3px solid;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 15px 1%;
 width:76%;
 word-wrap:break-word;
}

#event #main_cts .single .event_detail table td p {
  white-space:normal;
}

#event #main_cts .single .event_detail .map {
  margin-top: 10px;
}
#event #main_cts .single .event_detail table td .map iframe{
	width:100% !important;
	height:300px;
}
#event #main_cts .single .theme,
#event #main_cts .single .program{
	line-height:1.5;
}
#event #main_cts .single .theme_wrap,
#event #main_cts .single .program_wrap{
	margin-bottom:30px;
}
#event #main_cts .single .profile{
	margin-bottom:30px;
}
#event #main_cts .single .profile h3{
    background: #CEB396;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
	margin-bottom:30px;
}
#event #main_cts .single .prof_inner .left_img{
	float:none;
	width:60%;
	margin-right:0;
	margin:0 auto;
	margin-bottom:25px;
}
#event #main_cts .single .left_img img{
	width:100%;
	height:auto;
}
#event #main_cts .single .right_text{
	float:none;
	width:100%;
}
#event #main_cts .single .right_text .name{
	font-weight:bold;
	margin-bottom:15px;
	font-size:18px;
	text-align:center;
}
#event #main_cts .single .right_text .desc{
	font-size:16px;
	lone-height:1.6;
}

#event #main_cts .single .link_btn {
  text-align: center;
  margin-bottom: 30px;
}
#event #main_cts .single .link_btn a {
  display: inline-block;
  width: 240px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 50px center no-repeat #ff7c7c;
}
#event #main_cts .single .previous_next_post .prev_post {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#event #main_cts .single .previous_next_post .prev_post a {
  display: inline-block;
  color: #fff;
  padding: 10px 10px 10px 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow03.png) left 10px center no-repeat #CEB396;
}
#event #main_cts .single .previous_next_post .next_post {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
#event #main_cts .single .previous_next_post .next_post a {
  display: inline-block;
  color: #fff;
  border-left: 1px solid #fff;
  padding: 10px 30px 10px 10px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow04.png) right 10px center no-repeat #CEB396;
}
/*-----------------------------------------------------
  お問い合わせ
------------------------------------------------------*/
#contact #mainimage {
  background:url(../Image/contact/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
#contact #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#contact #mainimage_bottom,
#contact #environment,
#contact #seminar_info,
#contact #traffic_access{
	display:none;
}
#contact #cts_inner {
  width: 92%;
  padding: 50px 0;
  margin: 0 auto;
}
#contact #cts_inner h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
#contact #cts_inner p {
    margin: 0 0 20px;
	font-size:13px;
}
#contact .sheet_01 th{
  width: 100%;
  background: #CEB396;
  color:#fff;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  padding: 14px 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom:#fff solid 1px;
  font-weight:bold;
  display:block;
}
#contact .sheet_01 td {
  width: 100%;
  background: #fff;
  padding: 14px 10px;
  box-sizing: border-box;
  border-bottom:#ccc solid 1px;
  display:block;
}
#contact .sheet_01 tr:last-child td {
  border-bottom:none;
}
#contact .required {
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 21px;
    line-height: 21px;
    background: #ff7c7c;
    letter-spacing: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
#contact .sheet_01 .required {
	position: absolute;
    right: 20px;
    top: 20px;
}
#contact table textarea {
    width: 100%;
    height: 100px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contact table td input[type="text"] {
    height: 25px;
    font-size: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contact table td input[type="checkbox"], .contact table td input[type="radio"] {
    margin: 0 3px 0 0;
}
#contact .form_btns {
    margin: 20px 0 30px;
    text-align: center;
}
#contact #cts_inner img {
	width:0;
	height:0;
}

/*-----------------------------------------------------
  ブログなどのページャー（Wordpress）
------------------------------------------------------*/
/* ナビゲーション全体のデザイン */
.wp-pagenavi {
  text-align: center;
}
/* ボタン<a>タグのデザイン */
.wp-pagenavi a {
  padding: 0 10px;
  background: #fff;
  color: #CEB396;
  margin-right: 4px;
  display: inline-block;
  border: 1px solid #CEB396;
  line-height: 1.8;
}
/* ボタン<a>タグのホバー時のデザイン */
.wp-pagenavi a:hover {
  background: #CEB396;
  color: #fff;
  text-decoration: none;
}
/* 表示中のページ番号のデザイン */
.wp-pagenavi .current {
  padding: 0 10px;
  background: #CEB396;
  color: #fff;
  margin-right: 4px;
  display:inline-block;
  border: 1px solid #CEB396;
  line-height: 1.8;
}
/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #CEB396;
  background: none;
  font-weight: bold;
  line-height: 1.8;
}
/*-------------------------------------
  運営事務局
--------------------------------------*/
#supporter #mainimage {
  background:url(../Image/teacher/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
#supporter #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#supporter #sec_03 {
  padding-bottom: 50px;
}
#supporter #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#supporter #sec_03 .ttl_01 img {
  width: 92%;
  height: auto;
}
#supporter #sec_03 .inner {
  width: 92%;
  margin: 0 auto;
}
#supporter #sec_03 .ttl_txt {
  margin-bottom: 50px;
}
#supporter #sec_03 .slide_01 {
  width: 100%;
  margin: 0 auto;
}
#supporter #sec_03 .slide_box {
  display: block;
  width: 92vw;
  height: auto;
  border: 1px solid #CEB396;
  padding: 20px;
  margin: 0 15px;
  box-sizing: border-box;
}
#supporter #sec_03 .slide_box .profile_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
#supporter #sec_03 .slide_box .img_box {
  float: left;
  width: 40%;
  height: auto;
  /*position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);*/
}
#supporter #sec_03 .slide_box .name_box {
  float: right;
  width: 56%;
}
#supporter #sec_03 .slide_box .name_box .catch_copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
#supporter #sec_03 .slide_box .name_box .badge {
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  margin-bottom: 5px;
}
#supporter #sec_03 .slide_box .name_box .name {
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
}
#supporter #sec_03 .slide_box .name_box .kana {
  color: #797979;
  font-size: 11px;
  line-height: 11px;
}
#supporter .slick-prev,
#supporter .slick-next {
  width: 30px;
  height: 30px;
  z-index: 9999;
}
#supporter .slick-prev {
  top: 50%;
  left: 0;
}
#supporter .slick-next {
  top: 50%;
  right: 0;
}
#supporter .slick-prev:before,
#supporter .slick-next:before {
  content:"";
}
#supporter .slick-prev:after {
  content: url(../Image/teacher/slide_pager01_sp.jpg);
}
#supporter .slick-next:after {
  content: url(../Image/teacher/slide_pager02_sp.jpg);
}
#supporter .slick-dots {
  top: -40px;
  bottom: 0;
}
#supporter #sec_04 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#supporter #sec_04 .ttl_01 img {
  width: 92%;
  height: auto;
}
/* イベント一覧 */
#supporter #supporter_topic {
  width: 92%;
  padding: 0 0 50px;
  margin: 0 auto;
}
#supporter #main_cts {
  width: 100%;
  margin-bottom: 30px;
}
#supporter #main_cts .item_list {
  margin-bottom: 30px;
}
#supporter #main_cts .item_list li {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  position: relative;
}
#supporter #main_cts .item_list li:last-child {
  margin-bottom: 0;
}
#supporter #main_cts .item_list a {
  display: block;
  color: #0b0b0b;
}
#supporter #main_cts .item_list .img_box {
  overflow: hidden;
}
#supporter #main_cts .item_list .event_txt {
  background: url(../Image/common/back03.jpg) repeat;
  padding: 20px;
}
#supporter #main_cts .item_list .event_info {
  margin-bottom: 15px;
}
#supporter #main_cts .item_list .event_info div {
  float: left;
}
#supporter #main_cts .item_list .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
}
#supporter #main_cts .item_list .date {
  font-size: 15px;
}
#supporter #main_cts .item_list .ttl {
  font-weight: bold;
  margin-bottom: 15px;
}
#supporter #main_cts .item_list .cate_badge {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background: #FF7C7C;
}
#supporter #main_cts .item_list .link_btn {
  text-align: center;
}
#supporter #main_cts .item_list .link_btn span {
  display: inline-block;
  width: 240px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #ff7c7c;
}
#supporter #side_cts {
  width: 100%;
}
#supporter #side_cts .side_box {
  background: url(../Image/common/back03.jpg) repeat;
}
#supporter #side_cts .side_box .ttl {
  background: #CEB396;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
#supporter #side_cts .side_box ul {
  padding: 20px;
}
#supporter #side_cts .side_box li {
  margin-bottom:20px;
}
#supporter #side_cts .side_box li:last-child {
  margin-bottom:0;
}
#supporter #side_cts .side_box li a {
  display: inline-block;
  width: 100%;
  color: #0b0b0b;
  font-size: 14px;
  background: url(../Image/common/brown_arrow01.png) left 10px center no-repeat #fff;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  transition: 0.4s;
}
#supporter #side_cts .side_box li a span {
  color: #CEB396;
  font-size:12px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#supporter #side_cts .cate_list,
#supporter #side_cts .post_list {
  margin-bottom: 30px;
}
/* イベント詳細 */
.supporter_single #mainimage {
  background:url(../Image/voice/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.supporter_single #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
.supporter_single #mainimage_bottom,
.supporter_single #environment,
.supporter_single #seminar_info,
.supporter_single #traffic_access{
	display:none;
}
.supporter_single #cts_inner {
  width: 92%;
  padding: 50px 0;
  margin: 0 auto;
}
.supporter_single #cts_inner .minus-top {
    margin-top: -20px;
    margin-bottom: 30px;
}
.supporter_single #main_cts {
  width: 100%;
  margin-bottom: 30px;
}
#supporter #main_cts .single .ttl_area {
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#supporter #main_cts .single .ttl_area .event_info {
  margin-bottom: 15px;
}
#supporter #main_cts .single .ttl_area .event_info div {
  float: left;
}
#supporter #main_cts .single .ttl_area .event_info .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
}
#supporter #main_cts .single .ttl_area .event_info .cate_badge {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
}
#supporter #main_cts .single .ttl_area .event_info .cate1 {
  background: #2ea7e0;
}
#supporter #main_cts .single .ttl_area .event_info .cate2 {
  background: #e64dcc;
}
#supporter #main_cts .single .ttl_area .event_info .cate3 {
  background: #f99428;
}
#supporter #main_cts .single .ttl_area .event_info .cate4 {
  background: #e64dcc;
}
#supporter #main_cts .single .ttl_area .event_info .date {
  font-size: 15px;
  line-height: 25px;
}
#supporter #main_cts .single .ttl_area h2 {
  font-size: 21px;
}
#supporter #main_cts .single .img_box {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#supporter #main_cts .single .img_box img {
  width: 100%;
  height: auto;
}
#supporter #main_cts .single .event_detail{
  margin-bottom: 30px;

}
#supporter #main_cts .single .event_detail table {
  margin-bottom: 30px;
}
#supporter #main_cts .single .event_detail table th {
  width: 22%;
  color: #fff;
  letter-spacing: 0.05em;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
  background-color: #ff7c7c;
  font-weight: normal;
  text-align: center;
}
#supporter #main_cts .single .event_detail table td {
  border-bottom: #fff 3px solid;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 15px 20px;
}
#supporter #main_cts .single .event_detail .map {
  margin-top: 10px;
}
#supporter #main_cts .single .event_detail table td .map iframe{
	width:100% !important;
	height:300px;
}
#supporter #main_cts .single .theme,
#supporter #main_cts .single .program{
	line-height:1.5;
}
#supporter #main_cts .single .theme_wrap,
#supporter #main_cts .single .program_wrap{
	margin-bottom:30px;
}
#supporter #main_cts .single .profile{
	margin-bottom:30px;
}
#supporter #main_cts .single .profile h3{
    background: #CEB396;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
	margin-bottom:30px;
}
#supporter #main_cts .single .prof_inner .left_img{
	float:none;
	width:60%;
	margin-right:0;
	margin:0 auto;
	margin-bottom:25px;
}
#supporter #main_cts .single .left_img img{
	width:100%;
	height:auto;
}
#supporter #main_cts .single .right_text{
	float:none;
	width:100%;
}
#supporter #main_cts .single .right_text .name{
	font-weight:bold;
	margin-bottom:15px;
	font-size:18px;
	text-align:center;
}
#supporter #main_cts .single .right_text .desc{
	font-size:16px;
	lone-height:1.6;
}

#supporter #main_cts .single .link_btn {
  text-align: center;
  margin-bottom: 30px;
}
#supporter #main_cts .single .link_btn a {
  display: inline-block;
  width: 240px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 50px center no-repeat #ff7c7c;
}
#supporter #main_cts .single .previous_next_post .prev_post {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#supporter #main_cts .single .previous_next_post .prev_post a {
  display: inline-block;
  color: #fff;
  padding: 10px 10px 10px 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow03.png) left 10px center no-repeat #CEB396;
}
#supporter #main_cts .single .previous_next_post .next_post {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
#supporter #main_cts .single .previous_next_post .next_post a {
  display: inline-block;
  color: #fff;
  border-left: 1px solid #fff;
  padding: 10px 30px 10px 10px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow04.png) right 10px center no-repeat #CEB396;
}
/*-------------------------------------
  運営事務局
--------------------------------------*/
#interview #mainimage {
  background:url(../Image/voice/mainimage-interview.jpg) no-repeat;
  background-size: cover;
  background-position:0;
}
#interview #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#interview #mainimage_bottom,
#interview #environment,
#interview #seminar_info,
#interview #traffic_access{
	display:none;
}
#interview #cts_inner {
  width: 92%;
  padding: 50px 0;
  margin: 0 auto;
}
#interview #cts_inner .minus-top {
    margin-top: -20px;
    margin-bottom: 30px;
}
#interview #main_cts {
  width: 100%;
  margin-bottom: 30px;
}
#interview #main_cts .item_list {
  margin-bottom: 30px;
}
#interview #main_cts .item_list li {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  position: relative;
}
#interview #main_cts .item_list li:last-child {
  margin-bottom: 0;
}
#interview #main_cts .item_list a {
  display: block;
  color: #0b0b0b;
}
#interview #main_cts .item_list .img_box {
  overflow: hidden;
}
#interview #main_cts .item_list .event_txt {
  background: url(../Image/common/back03.jpg) repeat;
  padding: 20px;
}
#interview #main_cts .item_list .event_info {
  margin-bottom: 15px;
}
#interview #main_cts .item_list .event_info div {
  float: left;
}
#interview #main_cts .item_list .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
}
#interview #main_cts .item_list .date {
  font-size: 15px;
}
#interview #main_cts .item_list .ttl {
  font-weight: bold;
  float:left;
    font-size: 15px;
	margin-bottom: 15px;
}
#interview #main_cts .item_list .prof {
	float: right;
    font-size: 14px;
    padding-top: 2px;
	margin-bottom: 15px;
}
#interview #main_cts .item_list .copy {
    font-size: 14px;
	clear:both;
	margin-bottom: 15px;
    line-height: 1.4;
}
#interview #main_cts .item_list .cate_badge {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background: #FF7C7C;
}
#interview #main_cts .item_list .link_btn {
  text-align: center;
}
#interview #main_cts .item_list .link_btn span {
  display: inline-block;
  width: 240px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 25px center no-repeat #ff7c7c;
}
#interview #side_cts {
  width: 100%;
}
#interview #side_cts .side_box {
  background: url(../Image/common/back03.jpg) repeat;
}
#interview #side_cts .side_box .ttl {
  background: #CEB396;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
#interview #side_cts .side_box ul {
  padding: 20px;
}
#interview #side_cts .side_box li {
  margin-bottom:20px;
}
#interview #side_cts .side_box li:last-child {
  margin-bottom:0;
}
#interview #side_cts .side_box li a {
  display: inline-block;
  width: 100%;
  color: #0b0b0b;
  font-size: 14px;
  background: url(../Image/common/brown_arrow01.png) left 10px center no-repeat #fff;
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  transition: 0.4s;
}
#interview #side_cts .side_box li a span {
  color: #CEB396;
  font-size:12px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#interview #side_cts .cate_list,
#interview #side_cts .post_list {
  margin-bottom: 30px;
}
/* イベント詳細 */
#interview #main_cts .single .ttl_area {
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#interview #main_cts .single .ttl_area .event_info {
  margin-bottom: 15px;
}
#interview #main_cts .single .ttl_area .event_info div {
  float: left;
}
#interview #main_cts .single .ttl_area .event_info .place {
  background: #CEB396;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
}
#interview #main_cts .single .ttl_area .event_info .cate_badge {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 6px 10px;
  margin-right: 15px;
    background: #FF7C7C;
}
#interview #main_cts .single .ttl_area h2 {
  font-size: 18px;
  margin-bottom:5px
}
#interview #main_cts .single .ttl_area .copy{
	clear: both;
    font-size: 14px;
    line-height: 1.5;
}
#interview #main_cts .single .img_box {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
#interview #main_cts .single .img_box img {
  width: 100%;
  height: auto;
}
#interview #main_cts .single .img_box iframe {
	height:240px !important;
}
#interview #main_cts .single .event_detail table {
  margin-bottom: 30px;
}
#interview #main_cts .single .event_detail table th {
  width: 22%;
  color: #fff;
  letter-spacing: 0.05em;
  border-right: #fff 3px solid;
  border-bottom: #fff 3px solid;
  background-color: #ff7c7c;
  font-weight: normal;
  text-align: center;
}
#interview #main_cts .single .event_detail table td {
  border-bottom: #fff 3px solid;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 15px 20px;
}
#interview #main_cts .single .event_detail .map {
  margin-top: 10px;
}
#interview #main_cts .single .event_detail table td .map iframe{
	width:100% !important;
	height:300px;
}
#interview #main_cts .single .theme,
#interview #main_cts .single .program{
	line-height:1.5;
}
#interview #main_cts .single .theme_wrap,
#interview #main_cts .single .program_wrap{
	margin-bottom:30px;
}
#interview #main_cts .single .profile{
	margin-bottom:30px;
}
#interview #main_cts .single .profile h3{
    background: #CEB396;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
	margin-bottom:30px;
}
#interview #main_cts .single .prof_inner .left_img{
	float:none;
	width:60%;
	margin-right:0;
	margin:0 auto;
	margin-bottom:25px;
}
#interview #main_cts .single .left_img img{
	width:100%;
	height:auto;
}
#interview #main_cts .single .right_text{
	float:none;
	width:100%;
}
#interview #main_cts .single .right_text .name{
	font-weight:bold;
	margin-bottom:15px;
	font-size:18px;
	text-align:center;
}
#interview #main_cts .single .right_text .desc{
	font-size:16px;
	lone-height:1.6;
}

#interview #main_cts .single .link_btn {
  text-align: center;
  margin-bottom: 30px;
}
#interview #main_cts .single .link_btn a {
  display: inline-block;
  width: 240px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 50px center no-repeat #ff7c7c;
}
#interview #main_cts .single .previous_next_post .prev_post {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
#interview #main_cts .single .previous_next_post .prev_post a {
  display: inline-block;
  color: #fff;
  padding: 10px 10px 10px 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow03.png) left 10px center no-repeat #CEB396;
}
#interview #main_cts .single .previous_next_post .next_post {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
#interview #main_cts .single .previous_next_post .next_post a {
  display: inline-block;
  color: #fff;
  border-left: 1px solid #fff;
  padding: 10px 30px 10px 10px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow04.png) right 10px center no-repeat #CEB396;
}
/*-------------------------------------
  イベントカテゴリ
--------------------------------------*/
/*#event #mainimage.women {
	background:url(../Image/event/mainimage_01.jpg) top center no-repeat;
	background-size: cover;
    background-position: 50% 0;
}
#event #mainimage.dream {
	background:url(../Image/event/mainimage_02.jpg) top center no-repeat;
	background-size: cover;
    background-position: 50% 0;
}
#event #mainimage.progress {
	background:url(../Image/event/mainimage_03.jpg) top center no-repeat;
	background-size: cover;
    background-position: 50% 0;
}
#event #mainimage.challenge {
	background:url(../Image/event/mainimage_04.jpg) top center no-repeat;
	background-size: cover;
    background-position: 50% 0;
}*/
#event #taxonomyBox{
	margin-bottom:30px;
}
#event #taxonomyBox .imgBox{
	padding:15px 0;
}
#event #taxonomyBox .imgBox li{
	margin-right:2%;
	float:left;
	width:32%;
}
#event #taxonomyBox .imgBox li:last-child{
	margin-right:0;
}
#event #taxonomyBox .imgBox li img{
	width:100%;
	height:auto;
}

/*-------------------------------------
  マインドフルネス
--------------------------------------*/
#mindfulness #mainimage {
  background:url(/wp/wp-content/uploads/2019/02/mind_mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: 40% 0;
}
#mindfulness #mainimage .mainimage_ttl {
  width: 92%;
  height: auto;
  padding: 80px 0;
  margin: 0 auto;
}
#mindfulness #sec_01 {
  width:100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 50px 0;
}
#mindfulness #sec_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#mindfulness #sec_01 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#mindfulness #sec_01 .ttl_txt {
  margin-bottom: 30px;
}
#mindfulness #sec_01 .img_box {
  text-align: center;
}

#mindfulness ul.point_list li:last-of-type{
	display:none;
}

#mindfulness #sec_06 {
  padding: 0;
}
#mindfulness #sec_06 .sec_box_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#mindfulness #sec_06 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#mindfulness #sec_06 .sec_box_01 .ttl_txt {
  margin-bottom: 50px;
}
#mindfulness #sec_06 .sec_box_01 .point_list li {
  margin-bottom: 30px;
}
#mindfulness #sec_06 .sec_box_01 .point_list li:nth-child(3n) {
  margin-bottom: 0;
}
#mindfulness #sec_06 .sec_box_01 .point_list .img_box {
  margin-bottom: 20px;
}


#mindfulness #sec_06 .sec_box_03 {
  margin-bottom: 0px;
}
#mindfulness #sec_06 .sec_box_03 .cts_box_wrapper {
  width: 100%;
  height: 280px;
  background: url(/wp/wp-content/uploads/2019/02/mind_back.jpg) no-repeat top 0px left -145px #fff;
  background-size: 160%;
  margin-bottom: 30px;

}
#mindfulness #sec_06 .sec_box_03 .inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#mindfulness #sec_06 .sec_box_03 .cts_box {
  position: absolute;
  width: 65%;
  padding-top:40px;
  right: 0px;
    font-size:16px;
}

#mindfulness #sec_06 .sec_box_03 .ttl_box {
  text-align: center;
  margin-bottom: 20px;
}
#mindfulness #sec_06 .sec_box_03 .txt_box {
  width: 92%;
  margin: 0 auto;
}
#mindfulness #sec_01 {
  width: 100%;
  background: url(../Image/common/back03.jpg) repeat;
  padding: 30px 0;
}
#mindfulness #sec_01 .inner {
  width: 92%;
  margin: 0 auto;
}
#mindfulness #sec_01 .ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}
#mindfulness #sec_01 .mindfulness_box {
  width: 100%;
  margin: 0 auto;
}
#mindfulness #sec_01 table {
  margin-bottom: 30px;
}
#mindfulness #sec_01 table:nth-child(6n) {
  margin-bottom: 0;
}
#mindfulness #sec_01 th {
  width: 14%;
  background: #ff7c7c;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 12px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#mindfulness #sec_01 th:before,
#mindfulness #sec_01 th:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0px;
}
#mindfulness #sec_01 th:before {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-right: -8px;
  margin-top: -8px;
}
#mindfulness #sec_01 th:after {
  top: 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7c7c;
  border-right: 0px solid transparent;
  margin-top: 8px;
  margin-right: 8px;
}
#mindfulness #sec_01 td {
  width: 86%;
  background: #fff;
  padding: 12px 20px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

#mindfulness #sec_01 ol {
  margin-bottom: 5px;
}
#mindfulness #sec_01 ol li {
  line-height: 1.8;
  list-style-type: disc;
  margin-left:15px;
}
#mindfulness #sec_01 .holding:nth-child(1) {
  margin-bottom: 10px;
}
#mindfulness #sec_01 .training_time li:nth-child(1) {
  margin-bottom: 5px;
}
#mindfulness #sec_01 .sfont {
  font-size: 12.5px;
}
#mindfulness #sec_02 {
  width:100%;
  margin-bottom: 50px;
}

#mindfulness #sec_03 {
  width:100%;
  margin-bottom: 50px;
}
#mindfulness #sec_03 .ttl_01 {
  background: url(../Image/common/back01.jpg) repeat;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
}
#mindfulness #sec_03 .ttl_01 img {
  width: 92%;
  height: auto;
}
#mindfulness #sec_03 .inner {
  width: 92%;
  margin: 0 auto;
}
#mindfulness #sec_03 .ttl_txt {
  margin-bottom: 30px;
}
#mindfulness #sec_03 .ttl_txt_02 {
  margin-bottom: 20px;
}
#mindfulness #sec_03 .event_wrappr {
  margin-bottom: 50px;
}
#mindfulness #sec_03 .event_wrappr .event_box:nth-child(5) {
  margin-bottom: 0;
}
#mindfulness #sec_03 .event_box {
  border: 1px solid #CEB396;
  padding: 15px;
  margin-bottom: 30px;
}
#mindfulness #sec_03 .event_box .left_col .date {
  margin-bottom: 20px;
}
#mindfulness #sec_03 .event_box .left_col .badge {
  background: #CEB396;
  color: #fff;
  padding: 4px 10px;
  margin-right: 10px;
}
#mindfulness #sec_03 .event_box .right_col {
  text-align: center;
  padding-top: 20px;
}
#mindfulness #sec_03 .event_box .right_col .link_btn_seminar {
  text-align: center;
}
#mindfulness #sec_03 .event_box .right_col .link_btn_seminar a {
  display: inline-block;
  width: 140px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 30px;
  transition: 0.4s;
  background: url(../Image/common/white_arrow02.png) right 20px center no-repeat #CEB396;
}

#mindfulness #sec_03 .event_box .right_col .link_btn_seminar a:first-child{
	margin-bottom:10px;
}

#mindfulness .profile{
	margin-bottom:30px;
}
#mindfulness .profile h3{
    background: #CEB396;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
	margin-bottom:30px;
}

#mindfulness .prof_inner{
	margin-bottom:35px;
}

#mindfulness .prof_inner .left_img{
	float:none;
	width:70%;
	margin-right:0;
	margin:0 auto;
	margin-bottom:25px;
}
#mindfulness .left_img img{
	width:100%;
	height:auto;
}
#mindfulness .right_text{
	float:none;
	width:100%;
}
#mindfulness .right_text .name{
	font-weight:bold;
	margin-bottom:15px;
	font-size:20px;
	text-align:center;
}
#mindfulness .right_text .desc{
	font-size:16px;
	lone-height:1.6;
}
	
		/*-----------------------------------------------------
  メールフォーム
------------------------------------------------------*/

.form_box #cts_inner {
  width: 92%;
  padding: 50px 0;
  margin: 0 auto;
}
.form_box #cts_inner h2 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 16px;
    color: #222;
}
.form_box #cts_inner p {
    margin: 0 0 20px;
	font-size:13px;
}
.form_box .form_area th{
  width: 100%;
  background: #CEB396;
  color:#fff;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom:#fff solid 1px;
  font-weight:bold;
  display:block;
}
	.form_box .form_area td {
  width: 100%;
  background: #fff;
  padding: 14px 10px;
  box-sizing: border-box;
  border-bottom:#ccc solid 1px;
  display:block;
}
.form_box .form_area  tr:last-child td {
  border-bottom:none;
}
.form_box .form_area  .required {
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 21px;
    line-height: 21px;
    background: #ff7c7c;
    letter-spacing: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.form_box .form_area  .required {
	position: absolute;
    right: 20px;
    top: 20px;
}
.form_box .form_area  table textarea {
    width: 100%;
    height: 100px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_box .form_area  table td input[type="text"] {
    height: 35px;
    font-size: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_box .form_area  table td input[type="checkbox"], .contact table td input[type="radio"] {
    margin: 0 3px 0 0;
}
.form_box .form_area  .form_btns {
    margin: 20px 0 30px;
    text-align: center;
}

	.form_box .form_area input[type="submit"] {
	display:block;
	width:80%;
    margin: 20px auto 30px;
	padding:15px 0;
    text-align: center;
}
	
	
	.kiyaku{
	width:95%;
	margin:10px auto 30px;
}

.kiyaku h2{
	font-size:1.6em;
	text-align:center;
	margin:15px auto 30px;
}


iframe.kiyaku-frame{
	margin:30px auto;
	width:98%;
	display:block;
	border:solid 2px #eee;
	box-sizing: border-box;
}
	
	.tsl-button{
	width:100%;
	overflow:hidden;
	margin:40px 0 50px;
}

.tsl-button a{
	display:block;
	width:80%;
	margin:10px auto;
	padding:15px 10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	float:none;
	border-radius: 15px;
	box-sizing:border-box;
}

#kiyaku-check{
	 margin-top:-150px;
  padding-top:150px;
}

.tsl-button a:first-of-type{
	background-color:#f99393;
	margin:10px auto;
}

.tsl-button a:last-of-type{
	background-color:#f7b294;
}

.tsl-button a:hover{
	background-color:#cfb194;
}

	
	#konkatsu-voice #cts_inner {
  width: 94%;
  padding: 30px 0;
  margin: 0 auto;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	width:90%;
	text-align:center;
	margin:30px auto;
}

#konkatsu-voice iframe{
	position: absolute;
     top: 0;
     left: 0;
	width: 100%;
     height: 100%;
	
}

#konkatsu-voice .kname{
	box-sizing:border-box;
	font-size:20px;
	font-weight:bold;
	 padding: 0.7rem 2rem;
  border-left: 5px solid #ff7c7c;
  background: #f4f4f4;
	margin:20px 0;
	
}

#konkatsu-voice h2{
	font-size:25px;
	text-align:center;
	margin-bottom:35px;
	font-family: 'Noto Serif JP', serif;
}

	
}