@charset "utf-8";
/*
Theme Name: sekaihetobidase
*/


.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/* ---------------------------------------------------------

■■■ TOP ■■■■■■■■■■

--------------------------------------------------------- */

/* mainBox
-------------------------------------------------- */
#mainBox {
  background: url(images/main_top_bg.jpg) no-repeat 50%;
  background-size: cover;
}

#mainBox .wrap {
  height: 500px;
}

#mainBox .wrap:before {
  background: url(images/main.png) no-repeat 50%;
  content: "";
  height: 225px;
  width: 224px;
  position: absolute;
  bottom: 20px;
  right: -5px;
}

#mainBox .text {
  border: 10px solid #fff;
  padding: 40px 36px 0;
  width: 420px;
  position: absolute;
  bottom: 30px;
  top: 30px;
}

#mainBox .text h2 {
  margin-bottom: 16px;
}

#mainBox .text p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

/* section
-------------------------------------------------- */
#top section.box {
  padding: 51px 0 58px;
}

#top section.box:nth-child(odd) {
  background: #f8f8f8;
}

#top section.box:nth-child(odd) .btn01 {
  width: 230px;
}

#top h2 {
  margin-bottom: 40px;
}

#top section.box01 h2.ttl01 span {
  margin-top: 7px;
}

/* itemList
-------------------------------------------------- */
#itemList {
  font-size: 0;
  margin-bottom: 10px;
  text-align: left;
}

#itemList li {
  background: #fff;
  border: 1px solid #dadada;
  display: inline-block;
  margin: 0 30px 30px 0;
  vertical-align: top;
  width: 320px;
}

#itemList li:nth-child(3n) {
  margin-right: 0;
}

#itemList li .imgBox {
  margin: -1px -1px 0;
  overflow: hidden;
  position: relative;
}

.proTag {
  background: #fff;
  color: #1c64d2;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 27px;
  padding: 0 6px;
  position: absolute;
}

#itemList li .proTag {
  top: -37px;
  left: 10px;
}

#itemList li .ttlBox {
  border-top: 0;
  padding: 28px 20px 0;
  position: relative;
}

#itemList li h3 {
  color: #1c64d2;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-bottom: 12px;
}

#itemList li p {
  color: #000;
  font-size: 14px;
  padding: 0 20px 23px;
}

#itemList li a:hover .imgBox img {
  transform: scale(1.1);
  transition: 0.5s;
}

#itemList.itemList02 li {
  background: #f8f8f8;
}

#itemList.itemList02 li .imgBox .icon {
  background: no-repeat 100% 0;
  background-size: auto 100%;
  height: 62px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 100%;

  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}

#itemList.itemList02 li .imgBox .icon.icon01 {
  background-image: url(share/images/pt_01.png);
}

#itemList.itemList02 li .imgBox .icon.icon02 {
  background-image: url(share/images/pt_02.png);
}

#itemList.itemList02 li .imgBox .icon.icon03 {
  background-image: url(share/images/pt_03.png);
}

#itemList.itemList02 li .imgBox .icon.icon04 {
  background-image: url(share/images/pt_04.png);
}

#itemList.itemList02 li .imgBox .icon.icon05 {
  background-image: url(share/images/pt_05.png);
}

#itemList.itemList02 li .imgBox .icon.icon06 {
  background-image: url(share/images/pt_06.png);
}

/* box02 ul
-------------------------------------------------- */
#top .box02 ul {
  margin-bottom: 40px;
}

#top .box02 ul li {
  padding: 15px;
}

#top .box02 ul li:nth-child(odd) {
  background: #f8f8f8;
}

#top .box02 ul li > * {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
}

#top .box02 ul li > span {
  font-size: 14px;
  letter-spacing: -0.05em;
  width: 235px;
}

#top .box02 ul li span span {
  font-size: 12px;
}

#top .box02 ul li a {
  color: #1c64d2;
  font-weight: bold;
}

/* top box03
-------------------------------------------------- */
#top .box03 > ul {
  font-size: 0;
  margin-bottom: 10px;
  text-align: left;
}

#top .box03 > ul li {
  background: #fff;
  display: inline-block;
  margin: 0 30px 30px 0;
  vertical-align: top;
  width: 495px;
}

#top .box03 > ul li:nth-child(2n) {
  margin-right: 0;
}

#top .box03 > ul li .ttl {
  background: #7e899d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 16px 17px;
}

#top .box03 > ul li .ttl span:nth-child(2) {
  width: 300px;
}

#top .box03 > ul li .text {
  border: 1px solid #dadada;
  border-top: 0;
  padding: 28px 21px 23px;
}

#top .box03 > ul li p {
  font-size: 15px;
}


/* ---------------------------------------------------------

■■■ recruit ■■■■■■■■■■

--------------------------------------------------------- */


/* searchBox
-------------------------------------------------- */
#searchBox {
  font-size: 0;
  margin-bottom: 30px;
}

#searchBox .box {
  background: #fff;
  display: inline-block;
  margin-right: 30px;
  width: 320px;
}

#searchBox .box:nth-child(3n) {
  margin-right: 0;
}

#searchBox .box .ttl {
  background: #222;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#searchBox .box .ttl span {
  background: url(images/icn_s.png) no-repeat 0 50%;
  background-size: 26px;
  display: inline-block;
  line-height: 40px;
  padding-left: 31px;
}

#searchBox .box .inner {
  border: 1px solid #dadada;
  border-top: 0;
  padding: 10px 9px;
}

/* h3
-------------------------------------------------- */
#recruit h3.ttl01 {
  margin-bottom: 20px;
}

/* recruitList
-------------------------------------------------- */
#recruitList li {
  background: #fff;
  border: 1px solid #dadada;
  border-left: 5px solid #1c64d2;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 17px 30px 30px;
}

#recruitList li .inner {
  position: relative;
}

#recruitList li h3 {
  color: #1c64d2;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 5px;
}

#recruitList li h3 + p {
  padding-right: 155px;
}

#recruitList li .table.type01 {
  margin-top: 35px;
}

#recruitList li .table.type01 dt {
  width: 129px;
  text-align: center;
}

#recruitList li .detailBtn {
  padding: 16px 0 15px;
  text-align: center;
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
}

#recruitList li .detailBtn:after {
  position: absolute;
  right: 17px;
  top: 48.5%;
  transform: rotate(45deg) translateY(-50%);
}

/* recruitDetail
-------------------------------------------------- */
#recruit #detail .h2TtlBox {
  padding-bottom: 40px;
}

#recruit #detail .h2TtlBox + .table.type01 {
  margin-bottom: 40px;
}

#recruit #detail h3.ttl01 {
  margin-bottom: 0;
}

#recruit #detail .table.type01 {
  margin-bottom: 30px;
}

#recruit #detail .table.type01 p:not(:last-child) {
  margin-bottom: 10px;
}

#recruit #detail .text {
  background: #fff;
  border: 1px solid #dadada;
  border-top: 0;
  padding: 15px 20px;
}

#recruit #detail .btnBnr {
  margin-top: 34px;
  text-align: center;
}

/* ---------------------------------------------------------

■■■ outline ■■■■■■■■■■

--------------------------------------------------------- */

/* outline
-------------------------------------------------- */
#outline .table.type01 {
  margin-bottom: 30px;
}

#outline .table.type01 + h2 {
  margin-top: 80px;
}

#outline .read {
  border-top: 1px solid #dbdbdb;
  font-size: 16px;
  line-height: 1.875;
  padding: 27px 8px 72px;
}

/* ---------------------------------------------------------

■■■ program ■■■■■■■■■■

--------------------------------------------------------- */

/* program
-------------------------------------------------- */
#program #itemList {
  margin-bottom: 0;
}

/* program ttlBox
-------------------------------------------------- */
#program #detail .ttlBox {
  position: relative;
}

#program #detail .read.totalMainText {
  margin: 50px 15px;
}

@media (max-width: 767px) {
  #program #detail .read.totalMainText {
    margin: 25px 15px;
  }
}
.totalMainText {
  margin: 50px 15px;
}

#program #detail .ttlBox .imgBox img {
  height: auto;
  width: 100%;
}

#program #detail .ttlBox > *:not(.imgBox) {
  position: absolute;
}

#program #detail .ttlBox .proTag {
  right: 10px;
  top: 10px;
}

#program #detail .ttlBox .ttl {
  background: rgba(0, 0, 0,0.8);
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding: 40px 25px;
  bottom: 7%;
  left: 0;
  right: 0;
}

#program #detail .ttlBox .ttl .sub {
  font-size: 20px;
  font-weight: bold;
}

#program #detail .ttlBox .ttl h2 {
  font-size: 38px;
  line-height: 1.3;
  margin: 7px 0 13px;
}

#program #detail .ttlBox .ttl .date {
  font-size: 18px;
}

#program #detail > section {
  border-bottom: 1px solid #dadada;
  padding: 80px 0;
}

#program #detail h3.ttl {
  color: #1c64d2;
  font-size: 36px;
  margin: 0 15px 44px;
}

#program #detail .read {
  margin: 0 15px 52px;
}

#program #detail h3.ttl02 {
  margin: 0 -10px 30px;
}

#program #detail .box {
  padding: 0 10px 30px;
}

#program #detail .box ul {
  font-size: 0;
}

#program #detail .box ul li {
  background: #1c64d2;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 0 10px 10px 0;
  padding: 15px 10px;
}

#program #detail .box p {
  margin-bottom: 10px;
}

#program #detail .iframe {
  margin: 40px auto 0;
  width: 820px;
}

#program #detail .img {
  margin-top: 40px;
}

#program #detail .iframe + .t_center .btn01,
#program #detail .img + .t_center .btn01 {
  margin-bottom: 60px;
}

#program #detail .btn01 {
  margin-top: 40px;
}

#program #detail .btn01 {
  display: inline-block;
  padding: 16px 36px;
  width: auto;
}

#program #detail .imgList {
  font-size: 0;
}

#program #detail .imgList li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 240px;
}

#program #detail .imgList li:last-child {
  margin-right: 0;
}

/* program list
-------------------------------------------------- */
#program #detail ul.list li {
  background: #fff;
  border: 1px solid #dadada;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

#program #detail ul.list li:last-child {
  margin-bottom: 0;
}

#program #detail ul.list li .textBox,
#program #detail ul.list li .imgBox {
  display: table-cell;
  vertical-align: middle;
}

#program #detail ul.list li .imgBox {
  vertical-align: top;
  width: 280px;
}

#program #detail ul.list li .textBox {
  padding: 0 40px;
}

#program #detail ul.list li .ttl h3 {
  color: #1c64d2;
  font-size: 23px;
  margin: 0 0 17px;
}

#program #detail ul.list li p {
  font-size: 18px;
}

#program #detail ul.imgList li span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 15px 0 20px;
}

/* program schedule
-------------------------------------------------- */
#program #detail .schedule {
  margin-bottom: 35px;
}

/* schedule
-------------------------------------------------- */
.schedule {
  width: 100%;
}

.schedule th.ttl {
  background: #7d899c;
  border: 1px solid #6f7b8c;
  border-left: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 16px 0 14px;
  text-align: center;
}

.schedule th.ttl:nth-child(1) {
  border-left: 1px solid #6f7b8c;
}

.schedule th.ttl:nth-child(2) {
  width: 600px;
}

.schedule th.ttl:nth-child( n + 3) {
  width: 160px;
}

.schedule td,
.schedule th {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  line-height: 1.5;
  padding: 14px 15px 13px;
}

.schedule th {
  background: #f6f6f6;
  font-weight: bold;
}

.schedule th {
  border-left: 1px solid #dadada;
}

.schedule td {
  background: #fff;
}

#program #detail .box06 p {
  margin-bottom: 0;
}

/* program price
-------------------------------------------------- */
#program #detail .box07 {
  border-bottom: 0;
  padding-bottom: 0;
}

#program #detail .price {
  margin-bottom: 35px;
}

#program #detail .price dt {
  width: 860px;
}

#program #detail .price dd {
  text-align: right;
}

/* program btnBox
-------------------------------------------------- */
#program #detail .btnBox {
  font-size: 0;
}

#program #detail .btnBox li {
  display: inline-block;
  margin-right: 10px;
}

#program #detail .btnBox li a {
  margin-top: 0;
}

/* program .program02 .program03
-------------------------------------------------- */
#program .program03,
#program .program02 {
  border-top: 1px solid #9f9f9f;
  margin-top: 80px;
  padding-top: 80px;
}

#program #detail .program03 > section,
#program #detail .program02 > section {
  border-bottom: 1px solid #dadada;
  padding: 80px 0;
}

@media (max-width: 667px) {
  #program .program03,
  #program .program02 {
    margin-top: 50px;
    padding-top: 50px;
  }

  #program #detail .program03 > section,
  #program #detail .program02 > section {
    padding: 40px 15px;
  }
}

/* ---------------------------------------------------------

■■■ voice ■■■■■■■■■■

--------------------------------------------------------- */

/* voiceList
-------------------------------------------------- */
#voiceList {
  margin-bottom: 20px;
}

#voiceList > li {
  background: #fff;
  border: 1px solid #dadada;
  margin-bottom: 30px;
  padding: 29px 45px 38px 29px;
}

#voiceList > li:last-child {
  margin-bottom: 0;
}

#voiceList > li:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

#voiceList .imgBox {
  float: left;
}

#voiceList > li h3,
#voiceList .dataBox,
#voiceList .tagBox {
  float: right;
  width: 625px;
}

#voiceList > li h3 {
  color: #1c64d2;
  font-size: 25px;
  line-height: 1.4;
  padding: 16px 0;
}

#voiceList > li .data {
  margin-bottom: 20px;
}

#voiceList > li .data li:not(:last-child) {
  display: inline-block;
  margin-bottom: 10px;
}

#voiceList > li .data li:first-child {
  border-right: 1px solid #000;
  margin-right: 5px;
  padding-right: 8px;
}

#voiceList > li p:not(:last-child) {
  margin-bottom: 40px;
}

/* ---------------------------------------------------------

■■■ topics ■■■■■■■■■■

--------------------------------------------------------- */

/* topics
-------------------------------------------------- */
#topicsList li {
  background: #fff;
  border: 1px solid #dadada;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 30px 40px 40px 0;
  position: relative;
}

#topicsList li:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

#topicsList li .imgBox {
  float: left;
  margin: -30px 0 -40px;
  width: 280px;
}

#topicsList li .date {
  position: absolute;
  right: 40px;
  top: 37px;
}

#topicsList li p,
#topicsList li .ttlBox {
  float: right;
  width: 660px;
}

#topicsList li .ttlBox h3 {
  color: #1c64d2;
  font-size: 23px;
  margin: 19px 0 16px;
}

/* topics detail
-------------------------------------------------- */
#topics #detail .itemBox .cat span {
  background: #1c64d2;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  margin-right: 7px;
  padding: 8px 7px 7px;
}

#topics #detail h3 {
  margin-bottom: 30px;
}

#topics #detail p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 15px 40px;
}

#topics #detail p + h3 {
  margin-top: 80px;
}

#topics #detail blockquote p,
#topics #detail blockquote {
  font-size: 15px;
  line-height: 1.5;
  margin: -35px auto 40px;
  width: 680px;
}

#topics #detail blockquote p {
  margin: 0;
}

#topics #detail .btnBox {
  margin-top: 80px;
  text-align: center;
}

#topics #detail .btnBox > div {
  display: inline-block;
}

#topics #detail .btnBox > div a {
  width: 150px;
}

#topics #detail .btnBox > div:first-child {
  margin-right: 20px;
}

#topics #detail .btnBox > div.back a:after {
  content: none;
}

#topics #detail .btnBox > div.back a:before {
  border-left: 2px solid #1c64d2;
  border-top: 2px solid #1c64d2;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  position: relative;
  left: -6px;
  top: -2px;
  transform: rotate(-45deg);
}

#topics #detail .btnBox > div.next a:after {
  right: -5px;
}


/* ---------------------------------------------------------

■■■ contact ■■■■■■■■■■

--------------------------------------------------------- */


/* form
-------------------------------------------------- */
label {
  display: inline-block;
  line-height: 1;
}

textarea,
input[type="text"] {
  border: 1px solid #d7d7d7;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.1) inset;
  padding: 10px;
}

input[type="text"] {
  width: 390px;
}

input[type="text"].m {
  width: 140px;
}

#contact select {
  font-weight: normal;
  width: 150px;
}

#contact select.y {
  width: 110px;
}

#contact select.md {
  width: 70px;
}

#contact textarea {
  height: 240px;
  line-height: 1.8;
  width: 620px;
}

#fileBox {
  margin-top: 23px;
}

#fileBox .btn {
  display: inline-block;
  width: 140px;
}

span.mwform-file-delete {
  display: none;
}

#fileBox .btn01:after {
  content: none;
}

#fileBox .btn + p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

input#filename,
input#files {
    background: none;
    box-shadow: none;
    border: none;
}

.mw_wp_form_confirm .btnBox + p,
.mw_wp_form_confirm .btnBox,
.mw_wp_form_confirm #fileBox #btn {
  display: none;
}


input#filename:placeholder-shown {
  color: #333;
}

input#filename::-webkit-input-placeholder {
  color: #333;
}

input#filename:-moz-placeholder {
  color: #333; opacity: 1; }

input#filename:-ms-input-placeholder {
  color: #333; }

input#filename:placeholder-shown {
  color: #333;
}

input#filename::-webkit-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #ccc; opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

/* err */
#contact .table.type01 .err dd,
#contact .table.type01 .err dt {
  background: #ffe9e9;
}

.err :placeholder-shown {
  color: #f00;
}

.err ::-webkit-input-placeholder {
  color: #f00;
}

.err :-moz-placeholder {
  color: #f00; opacity: 1; }

.err :-ms-input-placeholder {
  color: #f00; }

/* contact
-------------------------------------------------- */
#contact h3.acc label {
  font-size: 0;
  display: block;
}

#contact h3.acc + .table {
  display: none;
  width: 100%;
}

#contact h3.acc + .table dl {
  display: table;
  width: 100%;
}

#contact h3.acc input {
  position: absolute;
  left: -100%;
}

#contact h3.acc span.accTtl {
  background: #1c64d2;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 14px 0;
  text-align: center;
}

#contact h3.acc span.accTtl span {
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}

#contact h3.acc span.accTtl span:after,
#contact h3.acc span.accTtl span:before {
  content: "";
  display: inline-block;
  position: absolute;
}

#contact h3.acc span.accTtl span:before {
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#contact h3.acc span.accTtl span:after {
  border-right: 2px solid #1c64d2;
  border-bottom: 2px solid #1c64d2;
  height: 6px;
  width: 6px;
  left: 6px;
  top: 5px;
  transform: rotate(45deg);
}

#contact h3.acc span.accTtl.on span:after {
  transform: rotate(-135deg);
  top: 7px;
}

#contact .read {
  border-top: 1px solid #dbdbdb;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  padding: 41px 0 36px;
  text-align: center;
}

#contact .box {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: 0;
  margin-bottom: 30px;
  padding: 24px;
  width: 100%;
}

#contact .box > * {
  display: table-cell;
  vertical-align: middle;
}

#contact .box p {
  letter-spacing: -0.03em;
  line-height: 1.9;
}

#contact .box .btn {
  width: 210px;
}

/* table
-------------------------------------------------- */
#contact .table.type01 {
  margin-bottom: 60px;
}

#contact dl dt {
  letter-spacing: -0.03em;
  padding: 24px 21px;
  position: relative;
  width: 250px;
}

#contact dl dt span {
  background: #aa2828;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  padding: 4px 5px 3px;
  position: absolute;
  right: 10px;
  top: 24px;
}

#contact dl dd {
  vertical-align: middle;
}

#contact .name > div {
  display: inline-block;
  width: 190px;
}

#contact .name > div span {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  text-align: right;
  width: 46px;
}

#contact .name > .errText {
  margin-left: 15px;
}

#contact dl dd .errText {
  background: url(share/images/icn_err.png) no-repeat 0 2px;
  color: #aa2828;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  padding-left: 25px;
}

#contact dl dd p {
  font-size: 14px;
  margin-top: 23px;
}

#contact dl dd p:first-child {
  margin-top: 0;
}

#contact dl dd .skype {
  width: 180px;
  vertical-align: middle;
}

#contact dl dd .skypeText p,
#contact dl dd .skype + p {
  display: inline;
}

#contact dl dd .skypeText {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

/* tableInner
-------------------------------------------------- */
#contact dl dd .tableInner {
  margin: -15px -15px 0;
}

#contact dl dd .tableInner + p {
  margin-top: 15px;
}

#contact dl dd .tableInner li {
  border-bottom: 1px solid #dadada;
  padding: 15px 15px 14px;
}

/* list
-------------------------------------------------- */
#contact .proCk span.mwform-checkbox-field {
  margin-bottom: 10px;
}

#contact .proCk span.mwform-checkbox-field label {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

/* MW WP Form
-------------------------------------------------- */
#contact h3.acc span.mwform-checkbox-field-text {
  display: none;
}

#contact .proCk span.mwform-checkbox-field {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

#contact .proCk span.mwform-checkbox-field .mwform-checkbox-field-text {
  margin-right: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

span.mwform-radio-field-text,
span.mwform-checkbox-field-text {
  margin-right: 10px;
}

/* btnBox
-------------------------------------------------- */
#contact .btnBox {
  font-size: 0;
  margin-top: 23px;
  text-align: center;
}

#contact .btnBox a.btn01 {
  display: inline-block;
  text-indent: -1em;
  width: 310px;
  position: relative;
}

#contact .btnBox a.btn01:after {
  background: url(share/images/icn_dl.png) no-repeat 0 50%;
  border: 0;
  height: 100%;
  width: 17px;
  position: absolute;
  right: 13px;
  top: 0;
  transform: rotate(0);
}

#contact .btnBox a:first-child {
  margin-right: 20px;
}

#contact .btn02 {
  margin-top: 60px;
  padding: 35px;
}

#contact .btn input {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#contact .btn:hover input {
  color: #fff;
}

#contact .btnWrap {
  position:relative;
}

#contact .btnWrap .btn03 {
  font-size: 15px;
  padding: 12px 0;
  width: 190px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#contact .btnWrap .btns {
  display: none;
}

#contact .mw_wp_form_confirm .btnWrap .btns {
  display: block;
}

#contact .btnWrap .btn03:after {
  content: none;
}

#contact .btnWrap .btn03:before {
  border-bottom: 2px solid #1c64d2;
  border-left: 2px solid #1c64d2;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  position: relative;
  left: -1px;
  top: -1px;
  transform: rotate(45deg);
}

#contact .btnWrap .btn03:hover:before {
  border-color: #fff;
}

/* complete
-------------------------------------------------- */
#contact #complete {
  border-top: 1px solid #dbdbdb;
  font-weight: bold;
  padding-top: 80px;
  text-align: center;
}

#contact #complete .comp {
  font-size: 30px;
}

#contact #complete p {
  font-size: 20px;
  line-height: 1.7;
  margin: 30px 0 45px;
}

#contact #complete .btn01 {
  width: 210px;
}



/* ---------------------------------------------------------

■■■ SP ■■■■■■■■■■

--------------------------------------------------------- */

@media screen and (max-width: 667px) {
/* ---------------------------------------------------------

■■■ TOP ■■■■■■■■■■

--------------------------------------------------------- */

  /* mainBox
  -------------------------------------------------- */
  #mainBox {
    background: url(images/s_main_top_bg.jpg) no-repeat 50% 0;
    background-size: cover;
  }

  #mainBox .wrap {
    height: auto;
    padding-bottom: 6.4%;
  }

  #mainBox .wrap:before {
    background: url(images/s_main.png) no-repeat 50%;
    background-size: 100%;
    height: 120px;
    width: 120px;
    bottom: -12px;
    right: 2px;
  }

  #mainBox .text {
    border: 0;
    padding: 15% 0 0;
    width: auto;
    position: static;
  }

  #mainBox .text h2 {
    border: 5px solid #fff;
    margin-bottom: 0;
    margin: 0 auto 7.6%;
    padding: 3% 2.8125%;
    width: 50.78125%;
  }

  #mainBox .text p {
    color: #fff;
    font-size: 11px;
    margin-left: 6.25%;
    width: 53.125%;
  }

  /* section
  -------------------------------------------------- */
  #top section.box {
    border-bottom: 1px solid #dadada;
    padding: 30px 15px 38px;
  }

  #top section.box:last-child {
    border-bottom: 0;
  }

  #top section.box:nth-child(odd) .btn01 {
    width: 67.1875%;
  }

  #top h2 {
    margin-bottom: 30px;
  }

  #top section.box01 h2.ttl01 span {
    margin-top: 5px;
  }

  /* itemList
  -------------------------------------------------- */
  #itemList {
    margin-bottom: 25px;
  }

  #itemList li {
    display: block;
    margin: 0 0 15px;
    width: auto;
  }

  #itemList li:last-child {
    margin-bottom: 0;
  }

  #itemList li .imgBox {
    display: table-cell;
    margin: 0;
    width: 135px;
  }

  .proTag {
    background: #1c64d2;
    color: #fff;
    font-size: 8px;
    line-height: 1;
    margin-bottom: 7px;
    padding: 4px 5px;
    position: static;
  }

  #itemList li .proTag {
    position: static;
  }

  #itemList li .ttlBox {
    border-top: 0;
    display: table-cell;
    padding: 0 10px 0 10px;
    vertical-align: middle;
    min-width: 154px;
  }

  #itemList li h3 {
    color: #1c64d2;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  #itemList li p {
    border-top: 1px solid #dadada;
    font-size: 12px;
    padding: 12px 14px;
  }

  #itemList.itemList02 li {
    background: #fff;
  }

  #itemList.itemList02 li .imgBox .icon {
    height: 37px;
    margin-bottom: 0;
  }

  /* box h2
  -------------------------------------------------- */
  #top .box01 h2 img {
    width: 141px;
  }

  #top .box02 h2 img {
    width: 121px;
  }

  #top .box03 h2 img {
    width: 186px;
  }

  #top .box04 h2 img {
    width: 124px;
  }

  /* box02 ul
  -------------------------------------------------- */
  #top .box02 ul {
    border: 1px solid #dadada;
    border-bottom: 0;
    margin-bottom: 25px;
  }

  #top .box02 ul li {
    border-bottom: 1px solid #dadada;
    padding: 15px 40px 15px 15px;
    position: relative;
  }

  #top .box02 ul li:before {
    border-right: 2px solid #1c64d2;
    border-top: 2px solid #1c64d2;
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }

  #top .box02 ul li > * {
    display: block;
  }

  #top .box02 ul li > span {
    font-size: 10px;
    width: auto;
  }

  #top .box02 ul li span span {
    font-size: 10px;
  }

  #top .box02 ul li a {
    color: #1c64d2;
    font-size: 13px;
    font-weight: bold;
  }

  /* top box03
  -------------------------------------------------- */
  #top .box03 > ul {
    margin-bottom: 25px;
  }

  #top .box03 > ul li {
    display: block;
    margin: 0 0 15px;
    width: auto;
  }

  #top .box03 > ul li .ttl {
    display: flex;
    flex-direction: column-reverse;
    font-size: 14px;
    padding-top: 13px;
    text-align: center;
  }

  #top .box03 > ul li .ttl span:first-child {
    display: block;
    margin-right: 0;
    margin-top: 13px;
    padding: 10px 0;
    width: auto;
  }

  #top .box03 > ul li .ttl span:nth-child(2) {
    padding: 0 10px;
    width: auto;
  }

  #top .box03 > ul li .text {
    padding: 13px 15px;
  }

  #top .box03 > ul li p {
    font-size: 12px;
  }

  /* ---------------------------------------------------------

  ■■■ recruit ■■■■■■■■■■

  --------------------------------------------------------- */

  /* recruit
  -------------------------------------------------- */
  #recruit #mainBox h2 img {
    width: 121px;
  }

  /* searchBox
  -------------------------------------------------- */
  #searchBox {
    font-size: 0;
    margin: 15px;
  }

  #searchBox .box {
    display: block;
    margin: 0 0 15px;
    width: auto;
  }

  #searchBox .box:nth-child(3n) {
    margin-right: 0;
  }

  #searchBox .box .ttl {
    font-size: 14px;
    text-align: center;
  }

  #searchBox .box .ttl span {
    background-size: 16px;
    line-height: 35px;
    padding: 0 21px;
  }

  /* h3
  -------------------------------------------------- */
  #recruit h3.ttl01 {
    margin-bottom: 0;
  }

  /* table
  -------------------------------------------------- */
  #recruitList li .table.type01 dt {
    width: auto;
    text-align: left;
  }

  /* recruitList
  -------------------------------------------------- */
  #recruitList {
    padding: 15px 15px 0;
  }

  #recruitList li {
    border-left: 4px solid #1c64d2;
    margin-bottom: 15px;
    padding: 10px 10px 30px;
  }

  #recruitList li:last-child {
    margin-bottom: 0;
  }

  #recruitList li h3 {
    font-size: 17px;
    margin: 0 5px 10px;
  }

  #recruitList li h3 + p {
    padding-right: 0;
  }

  #recruitList li p {
    font-size: 12px;
    margin: 0 5px 22px;
  }

  #recruitList li .detailBtn {
    margin: 20px auto 0;
    padding: 14px 0;
    width: 67.1875%;
    position: static;
  }

  #recruitList li .detailBtn:after {
    position: relative;
    right: -1px;
    top: -1px;
    transform: rotate(45deg) translateY(0);
  }

  /* recruitDetail
  -------------------------------------------------- */
  #recruit #detail {
    padding: 0 15px;
  }

  #recruit #detail .h2TtlBox {
    margin: 0 -15px;
    padding-bottom: 20px;
  }

  #recruit #detail .itemBox .num {
    display: none;
  }

  #recruit #detail .h2TtlBox + .table.type01,
  #recruit #detail .table.type01 {
    margin-bottom: 15px;
  }

  #recruit #detail .table.type01 p:not(:last-child) {
    margin-bottom: 7px;
  }

  #recruit #detail .text {
    font-size: 12px;
    padding: 10px;
  }

  /* ---------------------------------------------------------

  ■■■ outline ■■■■■■■■■■

  --------------------------------------------------------- */

  /* outline
  -------------------------------------------------- */
  #outline {
    padding: 0 15px;
  }

  #outline h2.ttl02 {
    margin: 0 -15px;
  }

  #outline .table.type01 {
    margin-bottom: 15px;
  }

  #outline .table.type01 + h2 {
    margin-top: 40px;
  }

  #outline .btnBox {
    display: flex !important;
    justify-content: space-between;
  }

  #outline .btnBox li {
    width: 48%;
  }

  #outline .btnBox li a {
    width: 100%;
  }

  #outline .btn01:after {
    content: none;
  }

  #outline .btn01:before {
    background: no-repeat 0 50%;
    background-size: 15px;
    content: "";
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px;
    position: relative;
    left: -5px;
    top: 0;
  }

  #outline li:nth-child(1) .btn01:before {
    background-image: url(share/images/icn_mail.png);
  }

  #outline li:nth-child(2) .btn01:before {
    background-image: url(share/images/icn_tel.png);
  }

  #outline .read {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 -15px;
    padding: 20px 15px 45px;
  }


  /* ---------------------------------------------------------

  ■■■ program ■■■■■■■■■■

  --------------------------------------------------------- */

  /* program
  -------------------------------------------------- */
  #program #mainBox h2 img {
    width: 141px;
  }

  #program #itemList {
    padding: 0 15px;
  }

  /* program ttlBox
  -------------------------------------------------- */
  #program #detail .ttlBox .proTag {
    right: 10px;
    top: 10px;
  }

  #program #detail .ttlBox .ttl {
    padding: 10px;
  }

  #program #detail .ttlBox .ttl .sub {
    font-size: 11px;
  }

  #program #detail .ttlBox .ttl h2 {
    font-size: 18px;
    margin: 9px 0 8px;
  }

  #program #detail .ttlBox .ttl .date {
    font-size: 10px;
  }

  #program #detail > section {
    padding: 40px 15px;
  }

  #program #detail h3.ttl {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 5px 15px;
  }

  #program #detail .read {
    margin: 0 5px 25px;
  }

  #program #detail h3.ttl02 {
    margin: 0 -15px 15px;
  }

  #program #detail .box {
    padding: 0 0 20px;
  }

  #program #detail .box ul li {
    font-size: 12px;
    padding: 10px 15px;
  }

  #program #detail .img {
    margin-top: 0;
  }

  #program #detail .img + .t_center .btn01 {
    margin-bottom: 40px;
  }

  #program #detail .btn01 {
    margin-top: 20px;
  }

  #program #detail .btn01 {
    display: block;
    line-height: 1.3;
    padding: 14px 14px 13px;
    width: 74.13793103448276%;
  }

  #program #detail .imgList {
    font-size: 0;
    margin-bottom: -3.44827586206896%;
  }

  #program #detail .imgList li {
    display: inline-block;
    margin: 0 3.44827586206896% 3.44827586206896% 0;
    width: 48.27586206896552%;
  }

  #program #detail .imgList li:nth-child(2n) {
    margin-right: 0;
  }

  #program #detail ul.imgList li span {
    font-size: 10px;
    margin: 10px 0;
  }

  #program #detail .iframe {
    width: 100%;
  }

  /* program list
  -------------------------------------------------- */
  #program #detail ul.list li {
    padding: 0;
    position: relative;
  }

  #program #detail ul.list li .textBox,
  #program #detail ul.list li .imgBox {
    display: block;
  }

  #program #detail ul.list li .imgBox {
    width: 135px;
  }

  #program #detail ul.list li .textBox {
    padding: 0;
  }

  #program #detail ul.list li .textBox .ttl {
    padding-top: 110px;
    width: calc(100% - 155px);
    position: absolute;
    right: 10px;
    top: 0;
  }

  #program #detail ul.list li .textBox .ttl h3 {
    font-size: 14px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #program #detail ul.list li .textBox p {
    border-top: 1px solid #dadada;
    font-size: 12px;
    padding: 15px;
    width: 100%;
  }

  /* program schedule
  -------------------------------------------------- */
  #program #detail .schedule {
    margin-bottom: 15px;
  }

  /* schedule
  -------------------------------------------------- */
  .schedule th.ttl {
    font-size: 13px;
    padding: 10px 0 8px;
  }

  .schedule th.ttl:nth-child(2) {
    width: auto;
  }

  .schedule th.ttl:nth-child( n + 3) {
    width: auto;
  }

  .schedule td,
  .schedule th {
    padding: 10px 10px 9px;
  }

  /* program price
  -------------------------------------------------- */
  #program #detail .price {
    margin-bottom: 20px;
  }

  #program #detail .table.type01 {
    display: table;
  }

  #program #detail .price dl {
    display: table-row;
  }

  #program #detail .price dd,
  #program #detail .price dt {
    display: table-cell;
    vertical-align: middle;
  }

  #program #detail .price dt {
    width: 79%;
  }

  #program #detail .price dd {
    line-height: 1;
  }

  /* program btnBox
  -------------------------------------------------- */
  #program #detail .btnBox li {
    display: block;
    margin: 0 0 -1px;
  }

  #program #detail .btnBox li:last-child {
    margin-bottom: 0;
  }

  /* ---------------------------------------------------------

  ■■■ voice ■■■■■■■■■■

  --------------------------------------------------------- */

  /* voice
  -------------------------------------------------- */
  #voice #mainBox h2 img {
    width: 176px;
  }

  /* voiceList
  -------------------------------------------------- */
  #voiceList {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  #voiceList > li {
    margin-bottom: 15px;
    padding: 0;
  }

  #voiceList .imgBox {
    float: none;
  }

  #voiceList > li h3,
  #voiceList .dataBox,
  #voiceList .tagBox {
    float: none;
    width: auto;
  }

  #voiceList .tagBox {
    border-bottom: 1px solid #dadada;
    padding: 7px;
  }

  #voiceList .imgBox {
    display: table-cell;
    width: 135px;
  }

  #voiceList > li h3,
  #voiceList .imgBox {
    display: table-cell;
    vertical-align: middle;
  }

  #voiceList > li h3 {
    display: table-cell;
    font-size: 14px;
    line-height: 1.35;
    padding-left: 15px;
  }

  #voiceList .dataBox {
    border-top: 1px solid #dadada;
    padding: 12px 12px 15px;
  }

  #voiceList > li .data {
    border-bottom: 1px dotted #c9c9c9;
    font-size: 10px;
    line-height: 1.75;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  #voiceList > li .data li {
    display: inline;
  }

  #voiceList > li .data li:not(:last-child) {
    border-right: 1px solid #6b6b6b;
    display: inline;
    margin: 0 3px 0 0;
    padding-right: 5px;
  }

  #voiceList > li p {
    font-size: 12px;
    margin: 0 2px;
  }

  #voiceList > li p:not(:last-child) {
    margin-bottom: 10px;
  }

  /* ---------------------------------------------------------

  ■■■ topics ■■■■■■■■■■

  --------------------------------------------------------- */

  /* topics
  -------------------------------------------------- */
  #topics #mainBox h2 img {
    width: 100px;
  }

  #topicsList {
    padding: 0 15px;
  }

  #topicsList li {
    margin-bottom: 15px;
    padding: 15px;
  }

  #topicsList li:last-child {
    margin-bottom: 0;
  }

  #topicsList li .date {
    font-size: 8px;
    right: 15px;
    top: 20px;
  }

  #topicsList li .imgBox {
    float: none;
    margin: 0;
    width: 105px;
  }

  #topicsList li p,
  #topicsList li .imgBox {
    display: table-cell;
    vertical-align: top;
  }

  #topicsList li p {
    padding-left: 15px;
  }

  #topicsList li p,
  #topicsList li .ttlBox {
    float: none;
    width: auto;
  }

  #topicsList li .ttlBox h3 {
    color: #1c64d2;
    font-size: 14px;
    line-height: 1.35;
    margin: 8px 0 13px;
  }

  /* topics detail
  -------------------------------------------------- */
  #topics #detail .itemBox .cat span {
    font-size: 9px;
    margin-right: 5px;
    padding: 4px 3px 3px;
  }

  #topics #detail h3.ttl02 {
    margin-bottom: 20px;
  }

  #topics #detail p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 15px 20px;
  }

  #topics #detail p + h3.ttl02 {
    margin-top: 35px;
  }

  #topics #detail blockquote p,
  #topics #detail blockquote {
    font-size: 9px;
    line-height: 1.5;
    margin: -15px 17px 25px;
    width: auto;
  }

  #topics #detail blockquote p {
    margin: 0;
  }

  #topics #detail .btnBox {
    margin-top: 35px;
  }

  #topics #detail .btnBox > div {
    display: inline-block;
    width: 37.5%;
  }

  #topics #detail .btnBox > div a {
    width: 100%;
  }

  #topics #detail .btnBox > div:first-child {
    margin-right: 3.125%;
  }

  #topics #detail .btnBox > div.back a:before {
    top: -1px;
  }



/* ---------------------------------------------------------

■■■ contact ■■■■■■■■■■

--------------------------------------------------------- */


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

  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: middle;
  }

  textarea,
  input[type="text"] {
    padding: 5px;
  }

  input[type="text"] {
    width: 100%;
  }

  input[type="text"].m {
    width: 90%;
  }

  #contact select {
    padding-left: 6px;
    width: 29.25%;
  }

  #contact select.y,
  #contact select.md {
    width: 19.04166666666667%;
  }

  #contact textarea {
    height: 150px;
    width: 100%;
  }

  #fileBox {
    margin-top: 10px;
  }

  #fileBox .btn {
    width: 35%;
  }

  input#filename {
    font-size: 11px;
    padding-left: 10px;
    width: 65%;
  }

  /* contact
  -------------------------------------------------- */
  #contact {
    padding: 0 15px;
  }

  #contact .h2TtlBox {
    margin: 0 -15px;
  }

  #contact .read {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 -15px;
    padding: 22px 15px;
  }

  #contact .box {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-top: 0;
    margin-bottom: 15px;
    padding: 12px 12px 25px;
    width: auto;
  }

  #contact .box > * {
    display: block;
    vertical-align: middle;
  }

  #contact .box p {
    letter-spacing: -0.03em;
    line-height: 1.9;
  }

  #contact .box .btn {
    margin-top: 10px;
    width: 48.27586206896552%;
  }

  /* table
  -------------------------------------------------- */
  #contact .table.type01 {
    margin-bottom: 30px;
  }

  #contact dl dt {
    padding: 9px 11px;
    width: auto;
  }

  #contact dl dt span {
    font-size: 9px;
    padding: 3px 3px 2px;
    right: 10px;
    top: 10px;
  }

  #contact .name > div {
    display: block;
    margin-top: 10px;
    width: auto;
  }

  #contact .name > div:first-child {
    margin-top: 0;
  }

  #contact .name > div span {
    display: inline-block;
    font-weight: bold;
    padding-right: 0;
    vertical-align: middle;
    text-align: left;
    width: 10%;
  }

  #contact .name > div input {
    width: 90%;
  }

  #contact .name > .errText {
    margin-left: 0;
  }

  #contact dl dd .errText {
    background: url(share/images/icn_err.png) no-repeat 0 2px / 16px;
    font-size: 11px;
    margin-top: 10px;
    padding-left: 18px;
  }

  #contact dl dd p {
    font-size: 11px;
    margin-top: 10px;
  }

  #contact dl dd p:first-child {
    margin-top: 0;
  }

  #contact dl dd .skype {
    width: 100%;
  }

  #contact dl dd .skypeText {
    font-size: 11px;
    display: inline-block;
    margin: 17px 0 0;
    vertical-align: middle;
    padding-left: 1em;
    text-indent: -1em;
  }

  #contact dl dd.rdck label {
    line-height: 2;
  }

  /* tableInner
  -------------------------------------------------- */
  #contact dl dd .tableInner {
    margin: -10px -10px 0;
  }

  #contact dl dd .tableInner + p {
    margin-top: 10px;
  }

  #contact dl dd .tableInner li {
    padding: 10px 0 10px 10px;
  }

  /* list
  -------------------------------------------------- */
  #contact dd .list {
    float: none;
    letter-spacing: -0.03em;
    margin-bottom: -10px;
    width: auto;
  }

  #contact dd .list li {
    margin-bottom: 10px;
  }

  #contact dd .list li label {
    line-height: 1.5;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }

  #contact dd .list li label input {
  margin-right: 0.2em;
  }

  /* btnBox
  -------------------------------------------------- */
  #contact .btnBox {
    margin-top: 10px;
  }

  #contact .btnBox a.btn01 {
    display: block;
    margin: 0 auto;
    width: 82.75862068965517%;
  }

  #contact .btnBox a.btn01:after {
    background-size: 13px;
    width: 13px;
    right: 10px;
  }

  #contact .btnBox a:first-child {
    margin: 0 auto 10px;
  }

  #contact .btn02 {
    padding: 20px;
  }

  #contact .btn input {
    font-size: 12px;
  }

  #contact .btnWrap .btn03 {
    font-size: 10px;
    margin-top: 15px;
    padding: 10px 0;
    width: 44.82758620689655%;
    position: static;
    transform: translateY(0);
  }

  #contact .btnWrap .btn03:before {
    border-width: 1px;
    height: 4px;
    width: 4px;
  }

  /* complete
  -------------------------------------------------- */
  #contact #complete {
    margin: 0 -15px;
    padding-top: 37px;
  }

  #contact #complete .comp {
    font-size: 16px;
  }

  #contact #complete p {
    font-size: 12px;
    margin: 15px 0 25px;
  }

  #contact #complete .btn01 {
    width: 46.875%;
  }
}
