@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
          letter-spacing: -0.03em; 
}

/*
 * -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * TABLE OF CONTENTS
 * -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 *
 * ----------------------------------------------------------------------------------------------------
 * 00 COMMON
 * ----------------------------------------------------------------------------------------------------
 * 		リンク関連
 * 		ボタン関連
 * 		リンク関連-line
 * 		ボタンバージョントップ（強調ピックアップ）
 * 		枠の大きさは各ページにて指定「.pickbtn a」
 * 		タグ
 * 		募集中-タグ
 * 		グレーアウト-タグ
 * 		教室タグ
 * 		各記事一覧フォーマット
 * 		フロートボックス クリアーフィックス
 * ----------------------------------------------------------------------------------------------------
 * 01 CONTENTS
 * ----------------------------------------------------------------------------------------------------
 *	home.php
 *		スライダーレイアウト
 *		ピックアップ情報
 *		ものづくり教室
 *		テックプログレスをもっと知る
 *		1日で参加できるイベント
 *		中ページ掲載の際変更
 *
 *	1日完結教室の実施情報
 *		セクション
 *		タイトル
 *		各タイトル
 *		情報関連
 *		情報詳細ページ01
 *		タイトル
 *		ソーシャルボタンのマージン
 *
 *	テックプログレスについて
 *
 *	コース
 *		コーストップ
 *		コースページ
 *
 *	教室紹介
 *		教室紹介一覧
 *		教室紹介ページ
 *
 * ----------------------------------------------------------------------------------------------------
 * 02 SNS
 * ----------------------------------------------------------------------------------------------------
 *	single投稿出力ページ
 *	Social bookmarking
 *	Facebook
 *	Twitter
 *	LINE
 *	Google+
 *	Hatena Bookmark
 *	Linkedin
 *	Pocket
 *
 * ----------------------------------------------------------------------------------------------------
 * 03 BREADCRUMBS
 * ----------------------------------------------------------------------------------------------------
 *	Breadcrumbs
 *
 * ----------------------------------------------------------------------------------------------------
 * 04 PAGINATION
 * ----------------------------------------------------------------------------------------------------
 * ========================================================================
 */
/*====================================================
COMMON
=====================================================*/
/*リンク関連*/
a:link {
  color: #2177e0;
}

a:visited {
  color: #2177e0;
}

a:hover {
  color: #ea343d;
}

a:active {
  color: #ea343d;
}

/*ボタン関連*/
.btnlink a {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

.btnlink a {
  min-height: 60px;
  margin: 25px 0 0 0;
  display: block;
  border-radius: 8px;
  background: #ff9802;
  text-align: center;
}

.btnlink a:hover {
  background: #ea343d;
}

.btnlink-common a {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

.btnlink-common a {
  min-height: 60px;
  margin: 0;
  display: block;
  border-radius: 8px;
  background: #ff9802;
  text-align: center;
}

.btnlink-common a:hover {
  background: #ea343d;
}

/*リンク関連-line*/
.btnlink a.btn-line {
  background: #00c302;
}

.btnlink a.btn-line:hover {
  background: #ea343d;
}

/*ボタンバージョントップ（強調ピックアップ）*/
/*枠の大きさは各ページにて指定「.pickbtn a」*/
.pickbtn {
  width: 100%;
  display: block;
  text-align: center;
}

.pickbtn a:before {
  vertical-align: -1px;
  content: "";
  padding-left: 3px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/btn_w01.png) no-repeat;
  -webkit-background-size: 13px 13px;
          background-size: 13px 13px;
}

.pickbtn a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.pickbtn a {
  width: 100%;
  display: block;
  background: #2177e0;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  border: #2177e0 1px solid;
}

.pickbtn a:hover {
  background: #ea343d;
  color: #fff;
  border: #ea343d 1px solid;
}

.pickbtn a:hover:before {
  vertical-align: -1px;
  content: "";
  padding-left: 3px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/btn_w01.png) no-repeat;
  -webkit-background-size: 13px 13px;
          background-size: 13px 13px;
}

.pickbtn02 {
  width: 100%;
  display: block;
  text-align: center;
}

.pickbtn02 a:before {
  vertical-align: -1px;
  content: "";
  padding-left: 3px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/btn_w01.png) no-repeat;
  -webkit-background-size: 13px 13px;
          background-size: 13px 13px;
}

.pickbtn02 a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.pickbtn02 a {
  width: 100%;
  display: block;
  background: #e75f62;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  border-radius: 10px;
}

.pickbtn02 a:hover {
  background: #ea343d;
  color: #fff;
}

.pickbtn02 a:hover:before {
  vertical-align: -1px;
  content: "";
  padding-left: 3px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/btn_w01.png) no-repeat;
  -webkit-background-size: 13px 13px;
          background-size: 13px 13px;
}

/*タグ*/
.type-list span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 15px;
  min-height: 22px;
  border-radius: 5px;
}

.type-list span {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}

.type-list span.timestamp {
  font-size: 15px;
  vertical-align: top;
  color: #333;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 0 0 0;
  min-width: 110px;
  min-height: 22px;
  border-radius: 0px;
}

/*募集中-タグ*/
.type-list span.accepting {
  background: #e00000;
}

/*グレーアウト-タグ*/
.type-list span.deadline,
.type-list span.termination {
  background: #898989;
}

/*教室タグ*/
.type-list span.classtype-name {
  background: #00aaa4;
}

/*各記事一覧フォーマット*/
/*@media only screen and (max-width:767px) {}
@media only screen and (min-width:768px) {
	.catalog-liststyle01 dl,.catalog-liststyle02 dl{ display:table;}
	.catalog-liststyle01 dl dt,
	.catalog-liststyle01 dl dd,
	.catalog-liststyle02 dl dt,
	.catalog-liststyle02 dl dd{ display:table-cell; vertical-align:top;}
	.catalog-liststyle01 dl dt,
	.catalog-liststyle02 dl dt{ width:135px;}
}
*/
.catalog-liststyle01 dl, .catalog-liststyle02 dl {
  display: table;
}

.catalog-liststyle01 dl dt,
.catalog-liststyle01 dl dd,
.catalog-liststyle02 dl dt,
.catalog-liststyle02 dl dd {
  display: table-cell;
  vertical-align: top;
}

.catalog-liststyle01 dl dt,
.catalog-liststyle02 dl dt {
  width: 210px;
}

.catalog-liststyle01 li,
.catalog-liststyle02 li,
.catalog-liststyle03 li,
.catalog-liststyle04 li {
  border-bottom: 1px dotted #bcbcbc;
  margin: 0 0 15px 0;
  padding: 0 0 20px 0;
}

.catalog-liststyle01 h3,
.catalog-liststyle02 h3,
.catalog-liststyle03 h3,
.catalog-liststyle04 h3 {
  padding: 2px 0 0 0;
}

.catalog-liststyle01 h3 a,
.catalog-liststyle02 h3 a,
.catalog-liststyle03 h3 a,
.catalog-liststyle04 h3 a {
  font-size: 15px;
  line-height: 1.5;
}

/*@media only screen and (max-width:767px) {
	.catalog-liststyle01 .figure,.catalog-liststyle02 .figure{ width:100%; height:160px; margin-bottom:15px;}
}
@media only screen and (min-width:768px)  {
	.catalog-liststyle01 .figure,.catalog-liststyle02 .figure{ width:120px; height:120px;}
}*/
.catalog-liststyle01 .figure, .catalog-liststyle02 .figure {
  width: 200px;
  height: 120px;
}

/*フロートボックス クリアーフィックス*/
.floatbox:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*====================================================
home.php
=====================================================*/
/*スライダーレイアウト*/
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}

.wideslider ul li img {
  width: 100% !important;
  height: auto !important;
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.slider_prev {
  background: #fff url(../img/prev.png) no-repeat right center;
  -webkit-background-size: 60px 60px;
          background-size: 60px 60px;
}

.slider_next {
  background: #fff url(../img/next.png) no-repeat left center;
  -webkit-background-size: 60px 60px;
          background-size: 60px 60px;
}

.pagination:before {
  content: " ";
  display: block;
  background: url(../img/ad_bg.png) repeat-x;
  position: absolute;
}

/*@media only screen and (max-width:767px) {
.pagination { bottom: 10px; left: 0; width: 100%; height: 15px; text-align: center; position: absolute; z-index: 2; }
.wideslider .bage-icon{ position: absolute; bottom:2px; right:2px;  z-index:9999; width:90px; height:91px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
.pagination:before{width:100%; height:24px; background-size:74px 24px;top:-24px;}
.pagination { background:#f8f6ef; bottom: 0px; left: 0; width: 100%; height: 15px; text-align: center; position: absolute; z-index: 2;}
.wideslider .bage-icon{ position: absolute; bottom:0; right:10px;  z-index:9999; width:180px; height:182px;}
}
@media only screen and (min-width:960px) {
.pagination:before{width:100%; height:24px; background-size:74px 24px;top:-24px;}
.pagination { background:#f8f6ef; bottom: 10px; left: 0; width: 100%; height: 15px; text-align: center; position: absolute; z-index: 2; }
.wideslider .bage-icon{ position: absolute; bottom:5px; left:50%; margin-left:280px; z-index:9999; width:180px; height:182px;}
}*/
.pagination:before {
  width: 100%;
  height: 24px;
  -webkit-background-size: 74px 24px;
          background-size: 74px 24px;
  top: -24px;
}

.pagination {
  background: #f8f6ef;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 2;
}

.wideslider .bage-icon {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 280px;
  z-index: 9999;
  width: 160px;
  height: 162px;
}

.wideslider .bage-icon a img:hover {
  animation: shake 0.2s linear infinite;
  -webkit-animation: shake 0.2s linear infinite;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-2px, -3px) rotate(-1deg);
            transform: translate(-2px, -3px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-4px, 0px) rotate(1deg);
            transform: translate(-4px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 3px) rotate(0deg);
            transform: translate(0px, 3px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-2px, 3px) rotate(-1deg);
            transform: translate(-2px, 3px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-4px, 2px) rotate(0deg);
            transform: translate(-4px, 2px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 2px) rotate(-1deg);
            transform: translate(3px, 2px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-2px, -2px) rotate(1deg);
            transform: translate(-2px, -2px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 4px) rotate(0deg);
            transform: translate(2px, 4px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(2px, -3px) rotate(-1deg);
            transform: translate(2px, -3px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-2px, -3px) rotate(-1deg);
            transform: translate(-2px, -3px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-4px, 0px) rotate(1deg);
            transform: translate(-4px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 3px) rotate(0deg);
            transform: translate(0px, 3px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(2px, -2px) rotate(1deg);
            transform: translate(2px, -2px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-2px, 3px) rotate(-1deg);
            transform: translate(-2px, 3px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-4px, 2px) rotate(0deg);
            transform: translate(-4px, 2px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 2px) rotate(-1deg);
            transform: translate(3px, 2px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-2px, -2px) rotate(1deg);
            transform: translate(-2px, -2px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 4px) rotate(0deg);
            transform: translate(2px, 4px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(2px, -3px) rotate(-1deg);
            transform: translate(2px, -3px) rotate(-1deg);
  }
}

.pagination a {
  border-radius: 15px;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #333;
}

.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

/* ClearFixElements*/
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.wideslider ul {
  display: inline-block;
  overflow: hidden;
}

/*ピックアップ情報*/
.index-box01 {
  margin: 40px 0 30px 0;
}

.index-box01 .pickbtn {
  width: 316px;
  margin: 25px auto 0 auto;
}

.index-box01 .pickbtn a {
  font-size: 15px;
  height: 53px;
  line-height: 53px;
}

.index-box01 p {
  font-size: 12px;
  line-height: 2;
}

.index-box01 p {
  margin-top: 10px;
}

/*@media only screen and (max-width:767px) {
	.index-box01 .catalog-liststyle01{ margin-top:20px;}
	.index-box01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.index-box01 h2.title img{ width:90%; height: auto;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.index-box01 .catalog-liststyle01{ margin-top:20px;}
	.index-box01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.index-box01 h2.title img{ width:555px; height: auto;}
}
@media only screen and (min-width:960px) {
	.index-box01 .catalog-liststyle01{ margin-top:30px;}
	.index-box01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.index-box01 h2.title img{ width:555px; height: auto;}
	.index-box01 .catalog-liststyle01 li{ width:470px; float:right;}
	.index-box01 .catalog-liststyle01 li:first-child{ float:left;}
}*/
.index-box01 .catalog-liststyle01 {
  margin-top: 30px;
  /*追記*/
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.index-box01 h2.title {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px dotted #005185;
  border-top: 1px dotted #005185;
  text-align: center;
}

.index-box01 h2.title img {
  width: 555px;
  height: auto;
}

.index-box01 .catalog-liststyle01 li {
  width: 470px;
  margin-bottom:25px;
  /*float: right;*/
}

/*.index-box01 .catalog-liststyle01 li:first-child {
  float: left;
}*/

/*ものづくり教室*/
.index-box02 {
  margin: 70px 0 0 0;
}

/*@media only screen and (max-width:767px) {
	.index-box02 p span{ text-align:left; }
	.index-box02 p{ font-size:15px;text-align:left!important; font-weight:700; line-height:2; text-align:center; margin-top:30px!important; text-align: justify;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.index-box02 p span{ display:block;text-align:center; }
	.index-box02 p{ width:600px; margin:0 auto 30px auto;}
	.index-box02 p{ font-size:16px; font-weight:700; line-height:2; text-align:center; margin-top:30px!important;}
}
@media only screen and (min-width:960px) {
	.index-box02 p span{ display:block;text-align:center; }
	.index-box02 p{ font-size:18px; font-weight:700; line-height:2; margin-top:30px;}
}*/
.index-box02 p span {
  display: block;
  text-align: center;
}

.index-box02 p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin-top: 30px;
}

/*テックプログレスをもっと知る*/
.index-box03 {
  margin: 50px 0 0 0;
  padding-bottom: 70px;
}

.index-box03:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*@media only screen and (max-width:767px) {
	.index-box03 h2.title{ width:90%; margin:0 auto; padding-bottom:20px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.index-box03 h2.title{ width:600px; margin:0 auto; padding-bottom:30px;}
}
@media only screen and (min-width:960px) {
	.index-box03 h2.title{ width:600px; margin:0 auto; padding-bottom:50px;}
}*/
.index-box03 h2.title {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}

/*@media only screen and (max-width:767px) {
	.index-box03{ width:100%;}
	.index-box03 .abouticon-card{width:300px; height:400px; border:1px solid #004f7d; position:relative; }
	.index-box03 .adjust-side{ margin:0 0 0 0;}
	.index-box03 .abouticon-card{ margin:15px auto; padding:40px 15px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.index-box03{width:660px; margin:0 auto 0 auto; padding-bottom:70px;}
	.index-box03 .abouticon-card{width:300px; height:400px; border:1px solid #004f7d; position:relative; float:left;}
	.index-box03 .adjust-side{ margin:0 0 0 0;}
	.index-box03 .abouticon-card{ margin:15px; padding:40px 15px;}
}
@media only screen and (min-width:960px) {
	.index-box03 .abouticon-card{ width:300px; height:400px; border:1px solid #004f7d; position:relative; float:left;}
	.index-box03 .adjust-side{ margin:0 30px 0 30px;}
	.index-box03 .abouticon-card{ margin-bottom:30px; padding:40px 15px;}

}*/
.index-box03 .abouticon-card {
  width: 300px;
  height: auto;
  border: 1px solid #004f7d;
  position: relative;
  float: left;
}
.index-box03 .abouticon-card:hover {
  background-color: azure;
}

.index-box03 .adjust-side {
  margin: 0 30px 0 30px;
}

.index-box03 .abouticon-card {
  margin-bottom: 30px;
  padding: 40px 15px;
}

.index-box03 .pickbtn {
  width: 265px;
  position: absolute;
  bottom: 40px;
}

.index-box03 .pickbtn a {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}

.index-box03 .abouticon-card .figure {
  width: 144px;
  margin: 0 auto 15px auto;
}

.index-box03 .abouticon-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: #004f7d;
  text-align: center;
}

.index-box03 .abouticon-card h2 {
  margin-bottom: 15px;
}

.index-box03 .abouticon-card p {
  font-size: 12px;
  line-height: 2;
}

/*1日で参加できるイベント*/
.index-box04:before {
  content: " ";
  display: block;
  background: #f8f6ef url(../img/footer-bg.png) repeat-x;
}

.index-box04:after {
  content: " ";
  display: block;
  background: #f8f6ef url(../img/contentsy-bg.png) repeat-x;
}

/*@media only screen and (max-width:767px) {
	.index-box04:before,
	.index-box04:after{ width:100%; height:10px; background-size:31px 10px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.index-box04:before,
	.index-box04:after{width:100%; height:24px; background-size:74px 24px;}
}
@media only screen and (min-width:960px) {
	.index-box04:before,
	.index-box04:after{width:100%; height:24px; background-size:74px 24px;}
}*/
.index-box04:before,
.index-box04:after {
  width: 100%;
  height: 24px;
  -webkit-background-size: 74px 24px;
          background-size: 74px 24px;
}

.index-box04 {
  background: #ffec00;
}

.index-box04 h2.title + p {
  margin-top: 30px;
}

.bg-w {
  background: #fff;
}

/*@media only screen and (max-width:767px) {
	.index-box04 h2.title{ width:90%; margin:0 auto; padding:50px 0 0 0;}
	.index-box04 h2.title+p{ font-size:16px; font-weight:700; line-height:2; text-align:center;}
	.index-box04 .bg-w{ width:98%; margin:30px auto 70px auto; padding:30px; border-radius:20px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.index-box04 h2.title{ width:600px; margin:0 auto; padding:50px 0 0 0;}
	.index-box04 h2.title+p{ font-size:18px; font-weight:700; line-height:2; text-align:center;}
	.index-box04 .bg-w{ width:740px; margin:30px auto 70px auto; padding:30px; border-radius:20px;}
}
@media only screen and (min-width:960px) {
	.index-box04 h2.title{ width:600px; margin:0 auto; padding:50px 0 0 0;}
	.index-box04 h2.title+p{ font-size:20px; font-weight:700; line-height:2; text-align:center;}
	.index-box04 .bg-w{ width:880px; margin:30px auto 70px auto; padding:30px; border-radius:20px;}
}*/
.index-box04 h2.title {
  width: 600px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.index-box04 h2.title + p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.index-box04 .bg-w {
  width: 880px;
  margin: 30px auto 70px auto;
  padding: 30px 40px;
  border-radius: 20px;
}

.index-box04 .pickbtn {
  width: 316px;
  margin: 25px auto 0 auto;
}

.index-box04 .pickbtn a {
  font-size: 15px;
  height: 53px;
  line-height: 53px;
}

.index-floatbox {
  margin-top: 70px;
}

.index-box05 h2.title,
.index-box06 h2.title {
  font-size: 16px;
  font-weight: 700;
  color: #005283;
}

.index-box05 h2.title,
.index-box06 h2.title {
  width: 100%;
  border-bottom: 2px solid #005283;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

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

}
@media only screen and (min-width:768px) and (max-width:959px) {
.index-box05{ float:left; width:365px;}
.index-box06{ float:right; width:365px;}
}
@media only screen and (min-width:960px) {
.index-box05{ float:left; width:470px;}
.index-box06{ float:right; width:470px;}
}*/
.index-box05 {
  float: left;
  width: 470px;
}

.index-box06 {
  float: right;
  width: 470px;
}

.index-box07 ul li a img:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

/*@media only screen and (max-width:767px) {
	.index-box07{ background:#ffec00; border-radius:30px; margin-top:70px;}
	.index-box07 ul{ width:100%;}
	.index-box07 ul li{ display:inline-block; text-align:center; width:46%; margin:1%;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.index-box07{ background:#ffec00; border-radius:30px; margin-top:70px; padding:45px 30px;}
	.index-box07 ul{ display:table;}
	.index-box07 ul li{ display:table-cell; padding:7.5px;}
}
@media only screen and (min-width:960px) {
	.index-box07{ background:#ffec00; border-radius:30px; margin-top:70px; padding:45px 30px;}
	.index-box07 h2.title{ width:600px; margin:0px auto 25px auto;}
	.index-box07 ul{ display:table;}
	.index-box07 ul li{ display:table-cell; padding:7.5px;}
}*/
.index-box07 {
  background: #ffec00;
  border-radius: 30px;
  margin-top: 70px;
  padding: 45px 30px;
}

.index-box07 h2.title {
  width: 600px;
  margin: 0px auto 25px auto;
}

.index-box07 ul {
  display: table;
}

.index-box07 ul li {
  display: table-cell;
  padding: 7.5px;
}

.index-box08 {
  margin-top: 70px;
}

.home-wgadbox h2.title {
  font-size: 16px;
  font-weight: 700;
  color: #005283;
}

.home-wgadbox h2.title {
  width: 100%;
  border-bottom: 2px solid #005283;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.home-wgadbox ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

/*@media only screen and (max-width:767px) {
.home-wgadbox{width:100%;}
.home-wgadbox ul {width:100%;}
.home-wgadbox ul li {padding:1%;}
.home-wgadbox ul li iframe{width:100%;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
.home-wgadbox{width:100%;}
.home-wgadbox ul {display:table; width:100%;}
.home-wgadbox ul li {display:table-cell; padding:1%;}
.home-wgadbox ul li iframe{width:100%;}
}
@media only screen and (min-width:960px) {
.home-wgadbox{width:100%;}
.home-wgadbox ul {display:table; width:100%;}
.home-wgadbox ul li {display:table-cell; padding:1%;}
.home-wgadbox ul li iframe{width:100%;}
}*/
.home-wgadbox {
  width: 100%;
}

.home-wgadbox ul {
  display: table;
  width: 100%;
}

.home-wgadbox ul li {
  display: table-cell;
  padding: 1%;
}

.home-wgadbox ul li iframe {
  width: 100%;
}

.index-box09 {
  position: relative;
  margin-top: 70px;
  padding-top: 80px;
}

.index-box09 .figure {
  width: 352px;
  height: 249px;
  position: absolute;
  top: 0;
  left: 0;
}

.index-box09 .readcopy {
  padding: 60px 80px 30px 150px;
}

.index-box09 p {
  font-size: 15px;
  line-height: 2;
}

.index-box09 p {
  padding-bottom: 40px;
}

.index-box09 p {
  color: #005185;
  text-align: center;
}

.index-box09 .cntn-wrp {
  width: 760px;
}

.index-box09 .cntn-wrp {
  background: #fff;
  border: 3px solid #e75f62;
  border-radius: 15px;
  margin: 0 auto 0 auto;
}

.index-box09 .cntn-wrp ul {
  width: 650px;
  display: table;
  margin: 0 auto 50px auto;
}

.index-box09 .cntn-wrp ul li {
  display: table-cell;
  padding: 0 5px;
  width: 50%;
}

.index-box09 .cntn-wrp ul li .pickbtn a {
  height: 50px;
  line-height: 50px;
}

/*-- mamimu --*/
.index-box09 {
  width: 760px;
  padding-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

#incontents .index-box09 {
  margin: 0 auto;
  padding-bottom: 75px;
}

.index-box09 .figure {
  width: 186px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 30px;
}

.index-box09 .chara {
  width: 157px;
  height: auto;
  position: absolute;
  top: 160px;
  right: 30px;
}

.index-box09 .chara img {
  width: inherit;
}

.index-box09 .readcopy {
  padding: 50px 40px 0 235px;
}

.index-box09 .readcopy img {
  width: inherit;
  padding-bottom: 15px;
}

.index-box09 p {
  text-align: left;
  padding-left: 237px;
  padding-right: 200px;
  padding-bottom: 0;
  line-height: 1.75;
}

.index-box09 .cntn-wrp {
  position: relative;
}

.index-box09 .cntn-wrp ul {
  width: inherit;
  padding: 30px 50px 0 50px;
  display: block;
  overflow: hidden;
}

.index-box09 .cntn-wrp ul li {
  padding: 0;
  float: left;
  width: 304px;
}

.index-box09 .cntn-wrp ul li:last-of-type {
  float: right;
}

.index-box09 .pickbtn_mm a {
  display: block;
  width: 304px;
  padding-top: 192px;
}

.index-box09 .pickbtn_mm a:hover span {
  background: #ea343d;
}

.index-box09 .pickbtn_mm .first {
  background: url(../img/mm_ft_bg1.png) center top no-repeat;
  -webkit-background-size: 304px auto;
          background-size: 304px auto;
}

.index-box09 .pickbtn_mm .last {
  background: url(../img/mm_ft_bg2.png) center top no-repeat;
  -webkit-background-size: 304px auto;
          background-size: 304px auto;
}

.index-box09 .pickbtn_mm span {
  display: block;
  color: #fff;
  background: #0099cc;
  text-align: center;
  height: 66px;
  line-height: 66px;
  border-radius: 0 0 8px 8px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*-- mamimu --*/
/*中ページ掲載の際変更*/
.h2inlink {
  float: right;
}

.home h2 .h2inlink a {
  font-size: 14px;
  font-weight: normal;
}

.home h2 .h2inlink a {
  text-align: right;
}

.home h2 .h2inlink a:before {
  vertical-align: -1px;
  content: "";
  padding-left: 3px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/btn_before2.png) no-repeat;
  -webkit-background-size: 13px 13px;
          background-size: 13px 13px;
}

/*教室ブログ一覧*/
.arc-wrap .catalog-liststyle01 p {
  font-size: 12px;
  line-height: 2;
}

.arc-wrap .catalog-liststyle01 p {
  margin-top: 10px;
}

/*@media only screen and (max-width:767px) {
	.arc-wrap .catalog-liststyle01 .catalog-liststyle01{ margin-top:20px;}
	.arc-wrap .catalog-liststyle01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.arc-wrap .catalog-liststyle01 h2.title img{ width:90%; height: auto;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.arc-wrap .catalog-liststyle01 .catalog-liststyle01{ margin-top:20px;}
	.arc-wrap .catalog-liststyle01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.arc-wrap .catalog-liststyle01 h2.title img{ width:555px; height: auto;}
}
@media only screen and (min-width:960px) {
	.arc-wrap .catalog-liststyle01 .catalog-liststyle01{ margin-top:30px;}
	.arc-wrap .catalog-liststyle01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.arc-wrap .catalog-liststyle01 h2.title img{ width:555px; height: auto;}
	.arc-wrap .catalog-liststyle01 .catalog-liststyle01 li{ width:470px; float:right;}
	.arc-wrap .catalog-liststyle01 .catalog-liststyle01 li:first-child{ float:left;}
}*/
.arc-wrap .catalog-liststyle01 .catalog-liststyle01 {
  margin-top: 30px;
}

.arc-wrap .catalog-liststyle01 h2.title {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px dotted #005185;
  border-top: 1px dotted #005185;
  text-align: center;
}

.arc-wrap .catalog-liststyle01 h2.title img {
  width: 555px;
  height: auto;
}

.arc-wrap .catalog-liststyle01 .catalog-liststyle01 li {
  width: 470px;
  float: right;
}

.arc-wrap .catalog-liststyle01 .catalog-liststyle01 li:first-child {
  float: left;
}

/*教室案内ページにある教室ブログの一覧出力*/
.classroom-information .catalog-liststyle01 p {
  font-size: 12px;
  line-height: 2;
}

.classroom-information .catalog-liststyle01 p {
  margin-top: 10px;
}

/*@media only screen and (max-width:767px) {
	.classroom-information .catalog-liststyle01 .catalog-liststyle01{ margin-top:20px;}
	.classroom-information .catalog-liststyle01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.classroom-information .catalog-liststyle01 h2.title img{ width:90%; height: auto;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.classroom-information .catalog-liststyle01 .catalog-liststyle01{ margin-top:20px;}
	.classroom-information .catalog-liststyle01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.classroom-information .catalog-liststyle01 h2.title img{ width:555px; height: auto;}
}
@media only screen and (min-width:960px) {
	.classroom-information .catalog-liststyle01 .catalog-liststyle01{ margin-top:30px;}
	.classroom-information .catalog-liststyle01 h2.title{ width:100%; margin:0 auto; padding:40px 0; border-bottom:1px dotted #005185; border-top:1px dotted #005185;  text-align:center;}
	.classroom-information .catalog-liststyle01 h2.title img{ width:555px; height: auto;}
	.classroom-information .catalog-liststyle01 .catalog-liststyle01 li{ width:470px; float:right;}
	.classroom-information .catalog-liststyle01 .catalog-liststyle01 li:first-child{ float:left;}
}*/
.classroom-information .catalog-liststyle01 .catalog-liststyle01 {
  margin-top: 30px;
}

.classroom-information .catalog-liststyle01 h2.title {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px dotted #005185;
  border-top: 1px dotted #005185;
  text-align: center;
}

.classroom-information .catalog-liststyle01 h2.title img {
  width: 555px;
  height: auto;
}

.classroom-information .catalog-liststyle01 .catalog-liststyle01 li {
  width: 470px;
  float: right;
}

.classroom-information .catalog-liststyle01 .catalog-liststyle01 li:first-child {
  float: left;
}

/*====================================================
1日完結教室の実施情報
=====================================================*/
/*1日完結教室の実施情報 一覧*/
/*セクション*/
/*@media only screen and (max-width:779px) {
	#common-post .section{ margin:70px 0 0 0;}
	#common-post .h2-title+.section{ margin:40px 0 0 0;}
}
@media only screen and (min-width:780px) {
	#common-post .section{ margin-top:70px!important;}
}*/
#common-post .section {
  margin-top: 70px !important;
}

/*タイトル*/
#common-post h2.h2-title {
  background: #005283;
  min-height: 80px;
}

/*@media only screen and (max-width:779px) {
	#common-post h2.h2-title{ font-size:24px; font-weight:700; line-height:80px; color:#fff; text-align:center;}
}
@media only screen and (min-width:780px) {
	#common-post h2.h2-title{ font-size:28px; font-weight:700; line-height:80px; color:#fff; text-align:center;}
}*/
#common-post h2.h2-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

/*-- mamimu --*/
#common-post h2.h2-title.img {
  min-height: inherit;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#common-post h2.h2-title.img img {
  display: block;
}

/*各タイトル*/
#common-post .section h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}

#common-post .section h3 a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}

#common-post .section h3 {
  margin-bottom: 25px;
  padding: 12px 0 15px 0;
  border-bottom: #0066cc solid 1px;
}

/*状況表示・教室表示タグ------共通項へ移動しました*/
/*情報関連*/
#common-post .section table {
  font-size: 14px;
  line-height: 2;
}

#common-post .section table {
  width: 100%;
  border-collapse: collapse;
}

#common-post .section table th {
  background: #f0f0f0;
}

#common-post .section table strong {
  font-weight: 700;
}

/*@media only screen and (max-width:779px) {
	#common-post .floatLeft,
	#common-post .floatRight{float:none!important;}
	#common-post .photo{ width:260px; height:195px; margin:0 auto 25px auto;}
	#common-post .section table td,#common-post .section table th { display:block;}
	#common-post .section table td,th { padding:2%;}
}
@media only screen and (min-width:780px) and (max-width:959px){
	#common-post .floatLeft,
	#common-post .floatRight{float:none!important;}
	#common-post .photo{ width:260px; height:195px; margin:0 auto 25px auto;}
	#common-post .section table td,th { padding:25px; border: solid 1px #eaeaea}
	#common-post .section table th{ background:#f0f0f0; width:125px; text-align:center;}
}
@media only screen and (min-width:960px) {
	#common-post .floatLeft{ width:260px;}
	#common-post .floatRight{width:475px;}
	#common-post .photo{ width:260px; height:195px;}
	#common-post .section table td,th { padding:15px 25px; border: solid 1px #eaeaea}
	#common-post .section table th{ background:#f0f0f0; width:125px; text-align:center;}
	#common-post .opt-article .floatRight{width:315px;}
}*/
#common-post .floatLeft {
  width: 260px;
}

#common-post .floatRight {
  width: 475px;
}

#common-post .photo {
  width: 260px;
  height: 195px;
}

#common-post .section table td, th {
  padding: 15px 25px;
  border: solid 1px #eaeaea;
}

#common-post .section table th {
  background: #f0f0f0;
  width: 125px;
  text-align: center;
}

/*情報詳細ページ01*/
#common-post .opt-article .floatRight {
  width: 315px;
}

/*情報詳細ページ01*/
.opt-article .type-list {
  margin-bottom: 15px;
}

#common-post .opt-article .floatRight p {
  font-size: 15px;
  line-height: 2;
}

/*タイトル*/
#common-post .opt-article.section h3 {
  margin-bottom: 0px;
  padding: 0px 0 15px 0;
  border-bottom: #333 solid 1px;
}

/*@media only screen and (max-width:779px) {}
@media only screen and (min-width:780px) and (max-width:959px){
	#common-post .opt-article.section .floatLeft{ float:left!important;}
	#common-post .opt-article.section .floatRight{ float:right!important;}
	#common-post .opt-article.section .floatLeft{ width:260px;}
	#common-post .opt-article.section .floatRight{width:315px;}
	#common-post .btn-sc{ width:340px; margin-left:auto; margin-right:auto;}
}
@media only screen and (min-width:960px) {
	#common-post .opt-article .floatRight{width:315px;}
	#common-post .btn-sc{ width:340px; margin-left:auto; margin-right:auto;}
}
*/
#common-post .opt-article .floatRight {
  width: 315px;
}

/*開催スケジュールを見るボタン*/
#common-post .btn-sc {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}

/*====================================================
テックプログレスについて
=====================================================*/
/*テックプログレスについて*/
.about-section01 {
  background: #feee34;
}

.about-incontents {
  background: #FFF;
}

.about-section01 h2 {
  color: #005283;
  font-size: 18px;
  font-weight: 700;
}

.about-section01 h3 {
  color: #c10505;
  font-size: 15px;
  line-height: 2;
}

.about-section01 p {
  font-size: 15px;
  line-height: 2;
  margin: 0 auto;
}

.about-section01 .img01 {
  margin: 0 auto;
}

.about-section01 .btnlink a {
  font-size: 18px !important;
}

/*@media only screen and (max-width:767px) {
	.about-section01{ padding:1%;}
	.about-section01 h2 { padding:5% 2% 0 2%}
	.about-section01 h2 { font-size:16px; line-height:1.75;}
	.about-section01 h3{ padding:2% 2% 0 2%; line-height:1.75;}
	.about-section01 h3 + p{ padding:5% 2% 0 2%;}
	.about-section01 .img01{ padding:5% 2% 0 2%;}
	.about-section01 ul{ width:95%; margin:0 auto; padding:50px 0;}
	.about-section01 ul li{ padding:0 0 30px 0;}
	.about-section01 ul li .infigure{ padding-bottom:4%;}
	.about-section01 ul.link-box-ar li{ padding:0 0 0 0!important;}
	.about-section01 .choice-box dt{ width:85%; margin:0 auto}
	.about-section01 .choice-box dd{width:95%; margin:0 auto; padding-top:5%;}
	.about-section01 .choice-box dd .infigure{ padding-bottom:4%;}
	.about-section01 .choice-box .mini-text{ display:block; font-size:12px; padding:4% 0 0 0;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.about-section01{ padding:15px; }
	.about-section01 h2 { padding:50px 0 0 0}
	.about-section01 h2 span{ display:block; text-align:center; padding-bottom:15px;}
	.about-section01 h3{ text-align:center; padding:15px 0 0 0}
	.about-section01 h3 + p{ width:600px; padding:50px 0 0 0}
	.about-section01 .img01{ width:650px; padding:30px 0 0 0;}
	.about-section01 ul{ display:table; width:650px; margin:0 auto; padding:50px 0;}
	.about-section01 ul li{ display:table-cell; width:50%;}
	.about-section01 ul li{ padding-left:20px;}
	.about-section01 ul li .infigure{ padding-bottom:20px;}
	.about-section01 ul li:first-child{ padding-right:20px; padding-left:0px;}
	.about-section01 .choice-box{ display:table; width:650px; margin:0 auto; }
	.about-section01 .choice-box dt,
	.about-section01 .choice-box dd{ display:table-cell; vertical-align:top;}
	.about-section01 .choice-box dt{ width:210px;}
	.about-section01 .choice-box dd{ padding:10px 0 0 25px;}
	.about-section01 .choice-box .infigure{ padding-bottom:18px;}
	.about-section01 .choice-box .mini-text{ display:block; font-size:12px; padding:20px 0 0 0;}
}
@media only screen and (min-width:960px) {
	.about-section01{ padding:25px; }
	.about-section01 h2 { padding:75px 0 0 0}
	.about-section01 h2 span{ display:block; text-align:center; padding-bottom:15px;}
	.about-section01 h3{ text-align:center;padding:15px 0 0 0}
	.about-section01 h3 + p{ width:600px; padding:60px 0 0 0}
	.about-section01 .img01{ width:650px; padding:30px 0 0 0;}
	.about-section01 ul li img{ width:100%!important; height:auto!important;}
	.about-section01 ul{ display:table; width:760px; margin:0 auto; padding:50px 0;}
	.about-section01 ul li{ display:table-cell; width:50%;}
	.about-section01 ul li{ padding-left:20px;}
	.about-section01 ul li .infigure{ padding-bottom:25px;}
	.about-section01 ul li:first-child{ padding-right:20px; padding-left:0px;}

	.about-section01 .choice-box{ display:table; width:710px; margin:0 auto; }
	.about-section01 .choice-box dt,
	.about-section01 .choice-box dd{ display:table-cell; vertical-align:top;}
	.about-section01 .choice-box dt{ width:280px;}
	.about-section01 .choice-box dd{ padding:10px 0 0 25px;}
	.about-section01 .choice-box .infigure{ padding-bottom:18px;}
	.about-section01 .choice-box .mini-text{ display:block; font-size:12px; padding:20px 0 0 0;}
}*/
/* -- mamimu --*/
.about-section01 {
  padding: 25px;
}

.about-section01 h2 {
  padding: 75px 0 0 0;
}

.about-section01 h2 span {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}

.about-section01 h3 {
  text-align: center;
  padding: 15px 0 0 0;
}

.about-section01 h3 + p {
  width: 600px;
  padding: 60px 0 0 0;
}

.about-section01 .img01 {
  width: 650px;
  padding: 30px 0 0 0;
}

.about-section01 ul li img {
  width: 100% !important;
  height: auto !important;
}

.about-section01 ul {
  display: table;
  width: 760px;
  margin: 0 auto;
  padding: 50px 0;
  /*追記*/
  padding-top:0;
}

.about-section01 ul li {
  display: table-cell;
  width: 50%;
}

.about-section01 ul li {
  padding-left: 20px;
}

.about-section01 ul li .infigure {
  padding-bottom: 25px;
}

.about-section01 ul li:first-child {
  padding-right: 20px;
  padding-left: 0px;
}

.about-section01 .choice-box {
  display: table;
  width: 710px;
  margin: 0 auto;
}

.about-section01 .choice-box dt,
.about-section01 .choice-box dd {
  display: table-cell;
  vertical-align: top;
}

.about-section01 .choice-box dt {
  width: 280px;
}

.about-section01 .choice-box dd {
  padding: 10px 0 0 25px;
}

.about-section01 .choice-box .infigure {
  padding-bottom: 18px;
}

.about-section01 .choice-box .mini-text {
  display: block;
  font-size: 12px;
  padding: 20px 0 0 0;
}

.about-section02:after {
  content: " ";
  position: absolute;
  display: block;
  background: #fff url(../img/contentsy-bg.png) repeat-x;
}

.about-section02 {
  background: #feee34;
  position: relative;
}

.about-section02 ul li {
  position: relative;
}

.about-section02 p {
  font-size: 15px;
  line-height: 2;
}

/*-- mamimu  --*/
.about-section_head {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 760px;
  margin: 0 auto;
  padding-top: 40px;
}

.about-section_head .col {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.333333%;
  vertical-align: top;
  padding: 0 25px;
  position: relative;
}

.about-section_head .col .img_wrap {
  position: relative;
}

.about-section_head .col .img_wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -35px;
  margin-top: -15px;
  background: none;
  width: 13px;
  height: 30px;
  z-index: 2;
}

.about-section_head .col:nth-child(1) .img_wrap:after {
  background: url(../img/about/yellow_arrow.png) 0 0 no-repeat;
  -webkit-background-size: auto 30px;
          background-size: auto 30px;
}

.about-section_head .col:nth-child(2) .img_wrap:after {
  background: url(../img/about/red_arrow.png) 0 0 no-repeat;
  -webkit-background-size: auto 30px;
          background-size: auto 30px;
}

.about-section_head img {
  width: 188px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.about-section_head p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.7;
}

/*@media only screen and (max-width:767px) {
	.about-section02{ padding:0 1%; }
	.about-section02 h2{ width:90%; margin:30px auto;}
	.about-section02:after{ width:100%; height:10px; background-size:31px 10px; left:0; bottom:0%;}
	.about-section02 ul{width:98%; margin:0 auto; }
	.about-section02 ul li{ padding:30px 0;background:#fff url(../img/about/bg-h.png) no-repeat; background-position:top; background-size: contain; }
	.about-section02 ul li p{ padding:0 5% 60px 5%; background:#fff url(../img/about/bg-u.png) no-repeat; background-position:bottom; background-size: contain; }
	.about-section02 ul li .figure{ width:85%; margin:0 auto; padding-bottom:4%;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.about-section02{ padding:0 15px 15px 15px; }
	.about-section02 h2{ width:600px; margin:30px auto;}
	.about-section02:after{ width:100%; height:24px; background-size:74px 24px; left:0; bottom:-20px;}
	.about-section02 ul{ display:table; margin:0 auto; padding-bottom:50px;}
	.about-section02 ul li{ display:table-cell; width:200px; padding:0 15px;}
	.about-section02 ul li:before{ content:" ";  width:200px; height:31px; display:block; background:#fff url(../img/about/bg-h.png) repeat-x; background-size:200px 27px; }
	.about-section02 ul li:after{ content:" ";  width:200px; height:31px; display:block; background:#fff url(../img/about/bg-u.png) repeat-x; background-size:200px 27px; }
	.about-section02 ul li p{ height:360px;}
	.about-section02 ul li .figure{padding-bottom:18px;}
}
@media only screen and (min-width:960px) {
	.about-section02{ padding:0 25px 20px 25px; }
	.about-section02 h2{ width:600px; margin:50px auto;}
	.about-section02:after{ width:100%; height:24px; background-size:74px 24px; left:0; bottom:-24px;}
	.about-section02 ul{ display:table; margin:0 auto; padding-bottom:70px;}
	.about-section02 ul li{ display:table-cell; width:230px; padding:0 15px;}
	.about-section02 ul li:before{ content:" ";  width:230px; height:31px; display:block; background:#fff url(../img/about/bg-h.png) repeat-x; background-size:230px 31px; }
	.about-section02 ul li:after{ content:" ";  width:230px; height:31px; display:block; background:#fff url(../img/about/bg-u.png) repeat-x; background-size:230px 31px; }
	.about-section02 ul li p{ height:290px;}
	.about-section02 ul li .figure{padding-bottom:18px;}
}*/
.about-section02 {
  padding: 0 25px 20px 25px;
}

.about-section02 h2 {
  width: 600px;
  margin: 50px auto;
}

.about-section02:after {
  width: 100%;
  height: 24px;
  -webkit-background-size: 74px 24px;
          background-size: 74px 24px;
  left: 0;
  bottom: -24px;
}

.about-section02 ul {
  display: table;
  margin: 0 auto;
  padding-bottom: 70px;
}

.about-section02 ul li {
  display: table-cell;
  width: 230px;
  padding: 0 15px;
}

.about-section02 ul li:before {
  content: " ";
  width: 230px;
  height: 31px;
  display: block;
  background: #fff url(../img/about/bg-h.png) repeat-x;
  -webkit-background-size: 230px 31px;
          background-size: 230px 31px;
}

.about-section02 ul li:after {
  content: " ";
  width: 230px;
  height: 31px;
  display: block;
  background: #fff url(../img/about/bg-u.png) repeat-x;
  -webkit-background-size: 230px 31px;
          background-size: 230px 31px;
}

.about-section02 ul li p {
  height: 195px;
  padding:0 5px;
}
/*追記箇所*/
.about-section02 .about-incontents ul li h3 {
    margin: 25px 0;
    color: #c10e0e;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
}
/*追記箇所終わり*/
.about-section02 ul li .figure {
  padding-bottom: 18px;
}

.about-section03 {
  background: #fff;
}

.about-incontents {
  background: #FFF;
}

.about-section03 p {
  font-size: 15px;
  line-height: 2;
}

.about-section03 .btnlink a {
  font-size: 18px !important;
}

/*@media only screen and (max-width:767px) {
	.about-section03{ padding:2% 1% 35px 1%;}
	.about-section03 h2{ padding:5% 5%; background:url(../img/about/waku-h01.png) no-repeat; background-size:contain;}
	.about-section03 .about-incontents{ margin-top:30px; background:url(../img/about/waku-u01.png) no-repeat; background-position:bottom; background-size:contain; padding-bottom:70px;}
	.about-section03 .about-incontents .figure{ width:70%; margin:0 auto; padding-bottom:4%;}
	.about-section03 .about-incontents p{ width:96%; margin:5% auto;}
	.about-section03 .btnlink{ width:96%; margin:0 auto;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.about-section03{ padding:35px 15px; }
	.about-section03 h2{ padding:50px 120px; background:url(../img/about/waku-h01.png) no-repeat; background-size:contain;}
	.about-section03 .about-incontents{ margin-top:30px; background:url(../img/about/waku-u01.png) no-repeat; background-position:bottom; background-size:contain; padding-bottom:70px;}
	.about-section03 ul{ display:table; margin:0 auto; }
	.about-section03 ul li{ display:table-cell; width:260px; padding:0 15px;}
	.about-section03 .btnlink{ width:400px; margin:0 auto;}
	.about-section03 .about-incontents .figure{ padding-bottom:18px;}
}
@media only screen and (min-width:960px) {
	.about-section03{ padding:50px 25px; }
	.about-section03 h2{ padding:50px 120px; background:url(../img/about/waku-h01.png) no-repeat; background-size:contain;}
	.about-section03 .about-incontents{ margin-top:30px; background:url(../img/about/waku-u01.png) no-repeat; background-position:bottom; background-size:contain; padding-bottom:70px;}
	.about-section03 ul{ display:table; margin:0 auto; }
	.about-section03 ul li{ display:table-cell; width:260px; padding:0 15px;}
	.about-section03 .btnlink{ width:400px; margin:0 auto;}
	.about-section03 .about-incontents .figure{ padding-bottom:18px;}
}*/
.about-section03 {
  padding: 50px 25px;
}

.about-section03 h2 {
  padding: 50px 120px;
  background: url(../img/about/waku-h01.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.about-section03 .about-incontents {
  margin-top: 30px;
  background: url(../img/about/waku-u01.png) no-repeat;
  background-position: bottom;
  -webkit-background-size: contain;
          background-size: contain;
  padding-bottom: 70px;
}

.about-section03 ul {
  display: table;
  margin: 0 auto;
}

.about-section03 ul li {
  display: table-cell;
  width: 260px;
  padding: 0 15px;
}

.about-section03 .btnlink {
  width: 400px;
  margin: 0 auto;
  margin-top:50px;
}

.about-section03 .about-incontents .figure {
  padding-bottom: 18px;
}

.about-section04 {
  background: #b0ecff;
  position: relative;
}

.about-section04 p {
  font-size: 15px;
  line-height: 2;
}

.about-section04:before {
  content: " ";
  position: absolute;
  display: block;
  background: #fff url(../img/about/footer-bg-bh01.png) repeat-x;
}

.about-section04:after {
  content: " ";
  position: absolute;
  display: block;
  background: #e9fbff url(../img/about/header-bg-b.png) repeat-x;
  z-index: 10;
}

.about-section04 .btnlink a {
  font-size: 18px !important;
}

/*@media only screen and (max-width:767px) {
	.about-section04{ padding:0 1%; }
	.about-section04:before{ width:100%; height:10px; background-size:31px 10px; left:0; top:-0.5%;}
	.about-section04:after{ width:100%; height:10px; background-size:31px 10px; left:0; bottom:-0.5%;}
	.about-section04 .about-incontents h2{width:96%;margin:0 auto; padding:50px 0 20px 0; }
	.about-section04 .about-incontents p{width:96%; margin:0 auto; padding:30px 0 0 0; }
	.about-section04 .about-incontents{ padding-bottom:70px;}
	.about-in-section04 h2{width:96%;margin:0 auto; padding:50px 0 0 0; }
	.about-in-section04 h3{width:96%; margin:0 auto; padding:50px 0 20px 0; }
	.about-in-section04 p{width:96%;margin:0 auto; padding:30px 0 0 0; }
	.about-in-section04 p+p{ font-weight:700; padding-bottom:50px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.about-section04{ padding:0 15px 15px 15px; }
	.about-section04:before{width:100%; height:24px; background-size:74px 24px; left:0; top:-20px;}
	.about-section04:after{ width:100%; height:24px; background-size:74px 24px; left:0; bottom:-20px;}
	.about-section04 .about-incontents h2{width:600px; margin:0 auto; padding:50px 0 20px 0; }
	.about-section04 .about-incontents p{width:600px; margin:0 auto; padding:30px 0 0 0; }
	.about-section04 .about-incontents{ padding-bottom:70px;}
	.about-in-section04 h2{width:600px; margin:0 auto; padding:50px 0 0 0; }
	.about-in-section04 h3{width:600px; margin:0 auto; padding:50px 0 20px 0; }
	.about-in-section04 p{width:600px; margin:0 auto; padding:30px 0 0 0; }
	.about-in-section04 p+p{ font-weight:700; padding-bottom:50px;}
}
@media only screen and (min-width:960px) {
	.about-section04{ padding:0 25px 20px 25px; }
	.about-section04:before{ width:100%; height:24px; background-size:74px 24px; left:0; top:-24px;}
	.about-section04:after{ width:100%; height:24px; background-size:74px 24px; left:0; bottom:-24px;}
	.about-section04 .about-incontents{ padding-bottom:70px;}
	.about-section04 .about-incontents h2{width:600px; margin:0 auto; padding:50px 0 20px 0; }
	.about-section04 .about-incontents p{width:600px; margin:0 auto; padding:30px 0 0 0; }
	.about-in-section04 h2{width:640px; margin:0 auto; padding:50px 0 0 0; }
	.about-in-section04 h3{width:640px; margin:0 auto; padding:50px 0 20px 0; }
	.about-in-section04 p{width:640px; margin:0 auto; padding:30px 0 0 0; }
	.about-in-section04 p+p{ font-weight:700; padding-bottom:50px;}
}*/
.about-section04 {
  padding: 0 25px 20px 25px;
}

.about-section04:before {
  width: 100%;
  height: 24px;
  -webkit-background-size: 74px 24px;
          background-size: 74px 24px;
  left: 0;
  top: -24px;
}

.about-section04:after {
  width: 100%;
  height: 24px;
  -webkit-background-size: 74px 24px;
          background-size: 74px 24px;
  left: 0;
  bottom: -24px;
}

.about-section04 .about-incontents {
  padding-bottom: 70px;
}

.about-section04 .about-incontents h2 {
  width: 600px;
  margin: 0 auto;
  padding: 50px 0 20px 0;
}

.about-section04 .about-incontents p {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.about-in-section04 h2 {
  width: 640px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.about-in-section04 h3 {
  width: 640px;
  margin: 0 auto;
  padding: 50px 0 20px 0;
}

.about-in-section04 p {
  width: 640px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.about-in-section04 p + p {
  font-weight: 700;
  padding-bottom: 50px;
}

.about-section04 .about-incontents .btnlink {
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
}

.about-section05 {
  background: #e9fbff;
  position: relative;
}

.about-section05:after {
  content: " ";
  position: absolute;
  display: block;
  background: #fff url(../img/about/header-bg-b02.png) repeat-x;
}

.about-section05 ul.voice-box li .voice strong {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.about-section05 ul.voice-box li .voice p {
  font-size: 15px;
  line-height: 2;
}

.about-section05 .btnlink a {
  font-size: 18px !important;
}

/*@media only screen and (max-width:767px) {
	.about-section05 { padding-top:25px;}
	.about-section05:after{ width:100%; height:10px; background-size:31px 10px; left:0; bottom:-0.5%;}
	.about-section05 ul.voice-box li { padding:10px 0;}
	.about-section05 ul.voice-box li .voice{ background:#FFFFFF; width:98%;  margin:0 auto; border-radius:10px;padding:20px;}
	.about-section05 ul.voice-box li .voice strong{ display:block; padding-top:15px; text-align:left;}
	.about-section05 ul.link-box-ar li{ width:98%; margin:0 auto;}
	.about-section05 ul.link-box-ar{ padding-bottom:35px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.about-section05:after{ width:100%; height:24px; background-size:74px 24px; left:0; bottom:-20px;}
	.about-section05 { padding-top:70px;}
	.about-section05 ul.voice-box{ width:700px; display:table; margin:0 auto;}
	.about-section05 ul.voice-box li{ width:200px; display:table-cell; padding:10px;}
	.about-section05 ul.voice-box li .voice p{padding:20px;}
	.about-section05 ul.voice-box li .voice{ background:#FFFFFF; width:100%; height:230px; margin:0 auto; border-radius:10px; position:relative;}
	.about-section05 ul.voice-box li .voice strong{ position:absolute; bottom:15px;}
	.about-section05 ul.link-box-ar{ display:table; width:600px; margin:0 auto; padding:20px 0 50px 0;}
	.about-section05 ul.link-box-ar li{ display:table-cell; width:50%;}
	.about-section05 ul.link-box-ar li{ padding-left:20px;}
}
@media only screen and (min-width:960px) {
	.about-section05:after{ width:100%; height:24px; background-size:74px 24px; left:0; bottom:-24px;}
	.about-section05 { padding-top:70px;}
	.about-section05 ul.voice-box{ width:750px; display:table; margin:0 auto;}
	.about-section05 ul.voice-box li{ width:250px; display:table-cell; padding:10px;}
	.about-section05 ul.voice-box li .voice p{padding:20px;}
	.about-section05 ul.voice-box li .voice{ background:#FFFFFF; width:100%; height:230px; margin:0 auto; border-radius:10px; position:relative;}
	.about-section05 ul.voice-box li .voice strong{ position:absolute; bottom:15px;}
	.about-section05 ul.link-box-ar{ display:table; width:750px; margin:0 auto; padding:20px 0 50px 0;}
	.about-section05 ul.link-box-ar li{ display:table-cell; width:50%;}
	.about-section05 ul.link-box-ar li{ padding-left:20px;}
	.about-section05 ul.link-box-ar li:first-child{ padding-left:0px;}
}*/
.about-section05:after {
  width: 100%;
  height: 24px;
  -webkit-background-size: 74px 24px;
          background-size: 74px 24px;
  left: 0;
  bottom: -24px;
}

.about-section05 {
  padding-top: 70px;
}

.about-section05 ul.voice-box {
  width: 750px;
  display: table;
  margin: 0 auto;
}

.about-section05 ul.voice-box li {
  width: 250px;
  display: table-cell;
  padding: 10px;
}

.about-section05 ul.voice-box li .voice p {
  padding: 20px;
}

.about-section05 ul.voice-box li .voice {
  background: #FFFFFF;
  width: 100%;
  height: 230px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}

.about-section05 ul.voice-box li .voice strong {
  position: absolute;
  bottom: 15px;
}

.about-section05 ul.link-box-ar {
  display: table;
  width: 750px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}

.about-section05 ul.link-box-ar li {
  display: table-cell;
  width: 50%;
}

.about-section05 ul.link-box-ar li {
  padding-left: 20px;
}

.about-section05 ul.link-box-ar li:first-child {
  padding-left: 0px;
}

.about-section06 {
  background: #fff;
}

.about-incontents {
  background: #FFF;
}

.about-section06 p {
  font-size: 15px;
  line-height: 2;
}

.about-section06 h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.about-section06 dl dd .btnlink a {
  font-size: 18px !important;
}

/*@media only screen and (max-width:767px) {
	.about-section06{ padding:2% 1% 35px 1%;}
	.about-section06 h2{ padding:5% 5%; background:url(../img/about/waku-h02.png) no-repeat; background-size:contain;}
	.about-section06 .about-incontents{ margin-top:30px; background:url(../img/about/waku-u02.png) no-repeat; background-position:bottom; background-size:contain; padding-bottom:70px;}
	.about-section06 .about-incontents .figure{ width:70%; margin:0 auto;}
	.about-section06 h3{ padding-top:10px;}
	.about-section06 .about-incontents p{ width:96%; margin:5% auto;}
	.about-section06 dl{ width:96%; border:1px solid #00aaa4; margin:30px auto 30px auto;}
	.about-section06 dl dt{ color:#fff; font-size:16px; font-weight:700; text-align:center; padding:10px 0; line-height:2; background:#00aaa4;}
	.about-section06 dl dd{ padding:0 10px 30px 10px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.about-section06{ padding:35px 15px; }
	.about-section06 h2{ padding:50px 30px 0px 30px; background:url(../img/about/waku-h02.png) no-repeat; background-size:contain;}
	.about-section06 .about-incontents{ margin-top:30px; background:url(../img/about/waku-u02.png) no-repeat; background-position:bottom; background-size:contain; padding-bottom:70px;}
	.about-section06 h3{ padding-top:10px;}
	.about-section06 p{ padding-top:50px;}
	.about-section06 p{ width:600px; margin:0 auto;}
	.about-section06 dl{ width:600px; border:1px solid #00aaa4; margin:70px auto 30px auto;}
	.about-section06 dl dt{ color:#fff; font-size:20px; font-weight:700; text-align:center; height:60px; line-height:60px; background:#00aaa4;}
	.about-section06 dl dd{ padding:0 120px 30px 120px;}
}
@media only screen and (min-width:960px) {
	.about-section06{ padding:50px 25px; }
	.about-section06 h2{ padding:80px 120px 0 120px; background:url(../img/about/waku-h02.png) no-repeat; background-size:contain;}
	.about-section06 .about-incontents{ margin-top:30px; background:url(../img/about/waku-u02.png) no-repeat; background-position:bottom; background-size:contain; padding-bottom:70px;}
	.about-section06 h3{ padding-top:10px;}
	.about-section06 p{ padding-top:40px;}
	.about-section06 p{ width:600px; margin:0 auto;}
	.about-section06 dl{ width:600px; border:1px solid #00aaa4; margin:70px auto 30px auto;}
	.about-section06 dl dt{ color:#fff; font-size:20px; font-weight:700; text-align:center; height:60px; line-height:60px; background:#00aaa4;}
	.about-section06 dl dd{ padding:0 120px 30px 120px;}
}*/
.about-section06 {
  padding: 50px 25px;
}

.about-section06 h2 {
  padding: 80px 120px 0 120px;
  background: url(../img/about/waku-h02.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.about-section06 .about-incontents {
  margin-top: 30px;
  background: url(../img/about/waku-u02.png) no-repeat;
  background-position: bottom;
  -webkit-background-size: contain;
          background-size: contain;
  padding-bottom: 70px;
}

.about-section06 h3 {
  padding-top: 10px;
}

.about-section06 p {
  padding-top: 40px;
}

.about-section06 p {
  width: 600px;
  margin: 0 auto;
}

.about-section06 dl {
  width: 600px;
  border: 1px solid #00aaa4;
  margin: 70px auto 30px auto;
}

.about-section06 dl dt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #00aaa4;
}

.about-section06 dl dd {
  padding: 0 120px 30px 120px;
}

.about-section07 {
  background: #feee34;
}

.about-section07:before {
  content: " ";
  display: block;
  background: #fff url(../img/footer-bg.png) repeat-x;
}

.about-section07 .btnlink a {
  font-size: 18px !important;
}

/*@media only screen and (max-width:767px) {
	.about-section07:before{ width:100%; height:10px; background-size:31px 10px;}
	.about-section07 dl{ display: table; padding:30px 0;}
	.about-section07 dl dt,
	.about-section07 dl dd{ display:table-cell; vertical-align:top;}
	.about-section07 dl dt{ width:25%;}
	.about-section07 dl dd { padding:0 1% ;}
	.about-section07 dl dd h2{ color:#c10505; font-size:18px; line-height:2;}
	.about-section07 dl dd h2 span{ display:block; padding-bottom:0px;}
	.about-section07 dl dd p{ font-size:15px; line-height:2;}
	.about-section07 dl dd .about-incontents{ border-radius:10px; padding:20px;}

}
@media only screen and (min-width:768px) and (max-width:959px) {
	.about-section07:before{width:100%; height:24px; background-size:74px 24px;}
	.about-section07 dl{ display: table; padding:30px 0;}
	.about-section07 dl dt,
	.about-section07 dl dd{ display:table-cell; vertical-align:top;}
	.about-section07 dl dt{ width:280px;}
	.about-section07 dl dd { padding:0 70px 0 25px;}
	.about-section07 dl dd h2{ color:#c10505; font-size:24px; line-height:2; padding-bottom:15px;}
	.about-section07 dl dd h2 span{ display:block; padding-bottom:0px;}
	.about-section07 dl dd p{ font-size:15px; line-height:2;}
	.about-section07 dl dd .about-incontents{ border-radius:10px; padding:20px;}
}
@media only screen and (min-width:960px) {
	.about-section07:before{width:100%; height:24px; background-size:74px 24px;}
	.about-section07 dl{ display: table; padding:30px 0;}
	.about-section07 dl dt,
	.about-section07 dl dd{ display:table-cell; vertical-align:middle;}
	.about-section07 dl dt{ width:329px;}
	.about-section07 dl dd { padding:0 70px 0 25px;}
	.about-section07 dl dd h2{ color:#c10505; font-size:24px; line-height:2; padding-bottom:15px;}
	.about-section07 dl dd h2 span{ display:block; padding-bottom:0px;}
	.about-section07 dl dd p{ font-size:15px; line-height:2;}
	.about-section07 dl dd .about-incontents{ border-radius:10px; padding:20px;}
}*/
.about-section07:before {
  width: 100%;
  height: 24px;
  -webkit-background-size: 74px 24px;
          background-size: 74px 24px;
}

.about-section07 dl {
  display: table;
  padding: 30px 0;
}

.about-section07 dl dt,
.about-section07 dl dd {
  display: table-cell;
  vertical-align: middle;
}

.about-section07 dl dt {
  width: 329px;
}

.about-section07 dl dd {
  padding: 0 70px 0 25px;
}

.about-section07 dl dd h2 {
  color: #c10505;
  font-size: 24px;
  line-height: 2;
  padding-bottom: 15px;
}

.about-section07 dl dd h2 span {
  display: block;
  padding-bottom: 0px;
}

.about-section07 dl dd p {
  font-size: 15px;
  line-height: 2;
}

.about-section07 dl dd .about-incontents {
  border-radius: 10px;
  padding: 20px;
}

/*--- mamimu ---*/
.about-section07 dl dt {
  width: 380px;
}

.about-section07 dl dd .about-incontents {
  padding-bottom: 50px;
}

.about-section07 .des {
  padding-top: 30px;
  padding-bottom: 20px;
}

.about-section07 .btnlink a {
  position: relative;
  text-align: left;
  padding-left: 80px;
  height: 75px;
  line-height: 75px;
  font-size: 20px !important;
}

.about-section07 .btnlink a:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 30px;
  width: 29px;
  height: 36px;
}

.about-section07 .btnlink.class a {
  background: #FBC803;
}

.about-section07 .btnlink.class a:after {
  background: url(../img/about/about-icon1@2x.png) 0 0 no-repeat;
  -webkit-background-size: 29px auto;
          background-size: 29px auto;
}

.about-section07 .btnlink.class a:hover {
  background: #ea343d;
}

.about-section07 .btnlink.event a {
  background: #FF9702;
}

.about-section07 .btnlink.event a:after {
  background: url(../img/about/about-icon2@2x.png) 0 0 no-repeat;
  -webkit-background-size: 29px auto;
          background-size: 29px auto;
}

.about-section07 .btnlink.event a:hover {
  background: #ea343d;
}

.about-section07 .btnlink.free a {
  background: #E9560F;
}

.about-section07 .btnlink.free a:after {
  background: url(../img/about/about-icon3@2x.png) 0 0 no-repeat;
  -webkit-background-size: 29px auto;
          background-size: 29px auto;
}

.about-section07 .btnlink.free a:hover {
  background: #ea343d;
}

/*--- mamimu ---*/
.about-section08 {
  background: #fff;
}

/*@media only screen and (max-width:767px) {
	.about-section08{ padding-top:30px;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.about-section08{ padding-top:50px;}
}
@media only screen and (min-width:960px) {
	.about-section08{ width:900px; margin:0 auto; padding-top:70px;}
}*/
.about-section08 {
  width: 900px;
  margin: 0 auto;
  padding-top: 70px;
}

/*====================================================
コース
=====================================================*/
/*コーストップ*/
.course-section01 {
  background: #feee34;
  position: relative;
}

.course-incontents {
  background: #FFF;
}

.course-section01 p {
  font-size: 15px;
  line-height: 2;
  margin: 0 auto;
}

.course-section01 .img01 {
  margin: 0 auto;
}

.course-section01:after {
  content: " ";
  position: absolute;
  display: block;
  background: #fff url(../img/about/contentsy-bg.png) repeat-x;
}

/*@media only screen and (max-width:767px) {
	.course-incontents{ padding-bottom:30px;}
	.course-section01{ padding:1%;}
	.course-section01 h2{ font-size:16px; line-height:2; padding:30px 0; width:92%; margin:0 auto;}
	.course-section01 ul{ width:92%; margin:0 auto;}
	.course-section01 ul .in-figure{width:90%; margin:0 auto; padding-bottom:15px;}
	.course-section01 ul li{ padding:0 0 35px 0;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	.course-incontents{ padding-bottom:50px;}
	.course-section01:after{ width:100%; height:24px; background-size:74px 24px; left:0; bottom:-20px;}
	.course-section01{ padding:15px; }
	.course-section01 h2{ font-size:18px; line-height:2; padding:50px 0;}
	.course-section01 h2 span{ display:block; text-align:center;}
	.course-section01 ul{ display:table; width:660px; margin:0 auto; padding-bottom:50px; }
	.course-section01 ul li{ display:table-cell; padding:10px; vertical-align:top;}
	.course-section01 ul li .co-box{ width:200px;}
	.course-section01 ul .in-figure{padding-bottom:18px;}
}
@media only screen and (min-width:960px) {
	.course-incontents{ padding-bottom:50px;}
	.course-section01:after{ width:100%; height:24px; background-size:74px 24px; left:0; bottom:-24px;}
	.course-section01{ padding:25px; }
	.course-section01 h2{ font-size:18px; line-height:2; padding:50px 0;}
	.course-section01 h2 span{ display:block; text-align:center;}
	.course-section01 ul{ display:table; width:780px; margin:0 auto; }
	.course-section01 ul li{ display:table-cell; padding:15px; vertical-align:top;}
	.course-section01 ul li .co-box{ width:230px;}
	.course-section01 ul .in-figure{padding-bottom:18px;}
}*/
.course-incontents {
  padding-bottom: 50px;
}

.course-section01:after {
  width: 100%;
  height: 24px;
  -webkit-background-size: 74px 24px;
          background-size: 74px 24px;
  left: 0;
  bottom: -24px;
}

.course-section01 {
  padding: 25px;
}

.course-section01 h2 {
  font-size: 18px;
  line-height: 2;
  padding: 50px 0;
}

.course-section01 h2 span {
  display: block;
  text-align: center;
}

.course-section01 ul {
  display: table;
  width: 780px;
  margin: 0 auto;
}

.course-section01 ul li {
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}

.course-section01 ul li .co-box {
  width: 230px;
}

.course-section01 ul .in-figure {
  padding-bottom: 18px;
}

.course-incontents dd {
  width: 580px;
  margin: 0 auto;
}

.course-menu-wrapper {
  width: 600px;
  margin: 0px auto;
}

.course-incontents dl {
  padding-bottom: 70px;
}

.course-incontents dl dd a {
  margin-bottom: 25px;
}

.course-menu-wrapper .figure {
  margin-top: 15px;
}

.course-menu-wrapper .photo-col2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.course-menu {
  margin-top: 50px;
}

.course-menu h3 {
  width: 760px;
  margin: 0 auto;
}

.course-menu .btnlink-common {
  width: 80%;
  margin: 30px auto 0 auto;
}

/*-- mamimu --*/
.course-menu.mm_courseMenu {
  margin-top: 50px;
}

.mm_courseMenu .course-menu-wrapper {
  width: inherit;
  padding: 0 70px;
}

.mm_courseMenu .course-menu-wrapper .ttl {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.7;
}

.course-menu-wrapper .photo-col2 {
  margin-bottom: 30px;
  padding-bottom: 0px;
}

/*-- mamimu --*/
.course01 a {
  background: #00baef;
}

.course02 a {
  background: #95c326;
}

.course03 a {
  background: #c82db2;
}

.course04 a {
  background: #297501;
}

.course-menu-wrapper .photo-col2 p {
  padding-top: 15px;
}

.course-menu-wrapper .btnlink {
  padding-top: 0px !important;
}

/*コースページ*/
#layout-switch01 .section-box h3,
#layout-switch02 .section-box h3,
#layout-switch03 .section-box h3,
#layout-switch04 .section-box h3 {
  display: table;
  width: 100%;
  position: relative;
}

#layout-switch01 .section-box h3 span,
#layout-switch02 .section-box h3 span,
#layout-switch03 .section-box h3 span,
#layout-switch04 .section-box h3 span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

#layout-switch01 .section-box h3.point:before,
#layout-switch02 .section-box h3.point:before,
#layout-switch03 .section-box h3.point:before,
#layout-switch04 .section-box h3.point:before {
  content: " ";
  display: table-cell;
  width: 80px;
  height: 95px;
}

#layout-switch01 .section-box h3.point:after,
#layout-switch02 .section-box h3.point:after,
#layout-switch03 .section-box h3.point:after,
#layout-switch04 .section-box h3.point:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

#layout-switch01 .section-box h3.point:before {
  background: url(../img/course/point01.png) no-repeat;
  -webkit-background-size: 80px 95px;
          background-size: 80px 95px;
}

#layout-switch02 .section-box h3.point:before {
  background: url(../img/course/point02.png) no-repeat;
  -webkit-background-size: 80px 95px;
          background-size: 80px 95px;
}

#layout-switch03 .section-box h3.point:before {
  background: url(../img/course/point03.png) no-repeat;
  -webkit-background-size: 80px 95px;
          background-size: 80px 95px;
}

#layout-switch04 .section-box h3.point:before {
  background: url(../img/course/point04.png) no-repeat;
  -webkit-background-size: 80px 95px;
          background-size: 80px 95px;
}

#layout-switch01 .section-box h3.point:after {
  background: #00baef;
}

#layout-switch02 .section-box h3.point:after {
  background: #c82db2;
}

#layout-switch03 .section-box h3.point:after {
  background: #95c326;
}

#layout-switch04 .section-box h3.point:after {
  background: #297501;
}

#layout-switch01 .section-box h3 span {
  color: #00baef;
}

#layout-switch02 .section-box h3 span {
  color: #c82db2;
}

#layout-switch03 .section-box h3 span {
  color: #95c326;
}

#layout-switch04 .section-box h3 span {
  color: #297501;
}

.school-answering {
  background: #f2f2f2;
  border-radius: 8px;
}

.school-answering:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.school-answering a {
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #FFFFFF;
  background: #ff9802;
}

.school-answering a:hover {
  background: #ea343d;
}

.school-answering a:active {
  background: #ff9802;
}

.course-in .text-box p {
  font-size: 15px;
  line-height: 2;
  padding-top: 25px;
}

.school-answering dt {
  font-size: 18px;
}

.section-box, .school-answering {
  width: 600px;
  margin: 0px auto;
}

.section-box {
  margin-bottom: 70px;
}

.school-answering {
  margin-top: 25px;
  padding: 25px;
}

.school-answering dt {
  padding-bottom: 15px;
}

#layout-switch01 .section-box h3 span,
#layout-switch02 .section-box h3 span,
#layout-switch03 .section-box h3 span,
#layout-switch04 .section-box h3 span {
  font-size: 22px;
  font-weight: 700;
}

/*-- mamimu --*/
#layout-switch01 .section-box h3.point,
#layout-switch03 .section-box h3.point {
  background: url(../img/course/point.png) no-repeat;
  min-height: 86px;
  background-position: center bottom;
  -webkit-background-size: 742px auto;
          background-size: 742px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#layout-switch01 .section-box h3 span,
#layout-switch02 .section-box h3 span,
#layout-switch03 .section-box h3 span,
#layout-switch04 .section-box h3 span {
  color: #00baef;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

#layout-switch01 .section-box h3 span,
#layout-switch02 .section-box h3 span,
#layout-switch03 .section-box h3 span,
#layout-switch04 .section-box h3 span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 220px;
}

#layout-switch01 .section-box h3.point:before,
#layout-switch02 .section-box h3.point:before,
#layout-switch03 .section-box h3.point:before,
#layout-switch04 .section-box h3.point:before {
  display: none;
}

#layout-switch01 .section-box h3.point:after,
#layout-switch02 .section-box h3.point:after,
#layout-switch03 .section-box h3.point:after,
#layout-switch04 .section-box h3.point:after {
  display: none;
}

.section-box.mt {
  margin-top: 60px;
}

.section-box, .school-answering {
  width: 760px;
}

.section-box .description {
  padding: 30px 0 0 0;
  margin: 0 40px;
  font-size: 15px;
}

.section-box .description.pdb {
  padding: 0 0 30px 0;
}

.section-box .note {
  border-left: 10px solid #F9525D;
  padding: 3px 15px;
  margin: 30px 50px 0 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.section-box.curriculum {
  width: 760px;
  margin-bottom: 30px;
}

.section-box.curriculum .cul_ttl {
  margin-bottom: 40px;
}

.section-box.curriculum .cul_ttl.imghead img {
  width: inherit;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: 56px !important;
  width: auto;
}

.section-box.curriculum .sec {
  position: relative;
}

.section-box.curriculum .sec img {
  width: inherit;
  max-width: 100%;
  display: block;
}

.section-box.curriculum .link_btn__wrap.culDetail {
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -180px;
}

.section-box.curriculum a.link_btn {
  color: #fff;
  background: #F9525D;
  font-size: 18px;
  font-weight: bold;
  width: 360px;
  text-align: center;
  display: block;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.section-box.curriculum a.link_btn:hover {
  background: #ea343d;
}

.section-box.movie {
  width: 760px;
  margin-bottom: 30px;
}

.section-box.movie .mov_ttl {
  margin-bottom: 40px;
}

.section-box.movie .mov_ttl.imghead img {
  width: inherit;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: 56px !important;
}

.section-box.movie .mov_wrap {
  overflow: hidden;
}

.section-box.movie .mov_wrap li {
  width: 50%;
  padding: 1%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-box.movie .mov_wrap li .mov_ttl {
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.section-box.movie .mov_wrap li .frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.section-box.movie .mov_wrap li .frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- mamimu --*/
/*====================================================
教室紹介
=====================================================*/
/*教室紹介一覧*/
#school-page section.listschool {
  background: #fff;
  display: table;
  width: 100%;
  margin: 18px 0 0 0;
}

#school-page section.listschool h3 {
  font-size: 21px;
  border-bottom: #C8C8C8 solid 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#school-page section.listschool p {
  font-size: 16px;
  color: #333;
  padding-bottom: 15px;
  line-height: 1.5;
}

#school-page section.listschool .listschool-photo,
#school-page section.listschool .listschool-text {
  display: table-cell;
  vertical-align: top;
}

#school-page .title-area {
  position: relative;
}

#school-page .thbox {
  color: #fff;
  width: 60px;
  text-align: center;
  display: inline-block;
  background: #3ebde0;
}

#school-page .description {
  padding-top: 15px;
}

#school-page .description p {
  font-size: 14px !important;
}

#school-page h3.areatitle {
  display: block;
  border-bottom: 1px solid #333 !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 30px;
}

#school-page .listschool-text .title {
  font-size: 21px;
  font-weight: 700;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#school-page .listschool-text .address {
  padding-top: 15px;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
}

#school-page .pickbtn {
  line-height: 45px;
  height: 45px;
}

.description {
  font-size: 15px;
  line-height: 1.75;
}

#school-page section.listschool .listschool-photo,
#school-page section.listschool .listschool-photo div {
  width: 360px;
  height: 240px;
}

#school-page section.listschool .listschool-text {
  padding: 0 20px 20px 20px;
}

#school-page .snsbookmark {
  position: absolute;
  top: 10px;
  right: 0px;
}

#school-page .title-area {
  margin: 25px 0 0 0;
}

#school-page .title-area h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: #000 1px solid;
  padding: 15px 0 5px 0;
}

/*-- mamimu --*/
.school-page__innr {
  padding: 0 20px;
}

#school-page h3.areatitle {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}

#school-page h3.areatitle:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  background: url(../img/class/icon1@2x.png) 0 0 no-repeat;
  -webkit-background-size: 28px auto;
          background-size: 28px auto;
  width: 28px;
  height: 28px;
}

#school-page section.listschool .listschool-photo,
#school-page section.listschool .listschool-photo div {
  width: 345px;
  height: 230px;
}

#school-page section.listschool .listschool-text {
  padding: 0 5px 20px 20px;
}

#school-page .listschool-text .title {
  position: relative;
  padding-left: 32px;
  color: #034F80;
  line-height: 1.5;
  margin-bottom: 10px;
}

#school-page .listschool-text .title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../img/class/icon2@2x.png) 0 0 no-repeat;
  -webkit-background-size: 21px auto;
          background-size: 21px auto;
  width: 21px;
  height: 26px;
}

#school-page .listschool-text .detail {
  border: 1px solid #034F80;
  border-bottom: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 13px;
}

#school-page .listschool-text .detail .detail_col:nth-of-type(2){
  background-color: azure;
}

#school-page .listschool-text .detail .detail_col {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #034F80;
}

#school-page .listschool-text .detail .detail_col span {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-size: 13px;
  padding: 0 0 0 0;
  height: 36px;
}

#school-page .listschool-text .detail .detail_col span.ttl {
  width: 60px;
  text-align: center;
  border-right: 1px solid #034F80;
  color: #034F80;
}

#school-page .listschool-text .detail .detail_col span.adrs {
  height: 52px;
}

#school-page .listschool-text .detail .detail_col span.cont {
  padding-left: 10px;
}

#school-page .listschool-text .detail .detail_col span.cont.adrs {
  line-height: 1.4;
}

#school-page .pickbtn a {
  background: #034F80;
  border-color: #034F80;
}

#school-page .pickbtn a:hover {
  background: #ea343d;
  border-color: #ea343d;
}

/*教室紹介ページ*/
.classroom-information h3.h3-title {
  color: #333 !important;
  background: #feee34 !important;
}

.classroom h4 {
  font-size: 22px;
  font-weight: 700;
  display: block;
  padding: 11px 25px 6px 0px;
  border-bottom: 1px solid #333;
  margin: 50px 0 25px 0;
  background: none;
}

.classroom-information h3.h3-title + h4 {
  margin: 25px  0 25px 0;
}

/*@media only screen and (max-width:767px) {
.classroom-information{width:100%; margin:0 auto;}
}
@media only screen and (min-width:768px) and (max-width:959px){
.classroom-information{width:600px; margin:0 auto;}
}
@media only screen and (min-width:960px) {
.classroom-information{width:600px; margin:0 auto;}
}*/
.classroom-information {
  width: 600px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------------
03 SNS
------------------------------------------------------------------------------------- */
/*ソーシャルボタンのマージン*/
/*home*/
.home .social_buttons,
.social_buttons {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 50px;
}

/*@media only screen and (max-width:779px) {
	#common-post ul.social_buttons { margin: 0; padding: 0 0 30px 0; width:100%; text-align:center; }
}
@media only screen and (min-width:780px) and (max-width:959px){
	#common-post ul.social_buttons { margin: 0; padding: 0 0 70px 0; width:100%; text-align:center; }
}
@media only screen and (min-width:960px) {
	#common-post ul.social_buttons { margin: 0; padding:0 0 70px 0; width:100%; text-align:center; }
}*/
#common-post ul.social_buttons {
  margin: 0;
  padding: 0 0 70px 0;
  width: 100%;
  text-align: center;
}

/*home*/
.social_buttons {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 50px;
}

/*single投稿出力ページ*/
/*@media only screen and (max-width:767px) {
	.single  .facebook-box{ margin:0 auto;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
	single .facebook-box{width:500px; margin:0 auto;}
}
@media only screen and (min-width:960px) {
	.single .facebook-box{ width:500px; margin:0 auto;}
}*/
.single .facebook-box {
  width: 500px;
  margin: 0 auto;
}

/*Social bookmarking*/
ul.social_buttons:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*ul.social_buttons { margin: 0; padding: 50px 0; width:100%; text-align:center; }*/
ul.social_buttons a {
  color: #fff;
}

ul.social_buttons li {
  display: inline-block;
}

ul.social_buttons li.social_pocket {
  margin-right: 0;
}

.social_margin {
  width: 100%;
  height: 11.5px;
  clear: both;
}

.social_button {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.social_button {
  line-height: 1;
  display: table;
  width: 100%;
  text-align: center !important;
  border-radius: 5px;
  cursor: pointer;
}

.social_button span {
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
}

.social_button i {
  margin-right: 5px;
}

/*@media only screen and (max-width:767px) {
 	.social_button { height: 90px; border-radius: 7px; }
}
@media only screen and (min-width:768px){
	.social_button { height: 40px; padding-left:20px; padding-right:20px; white-space: nowrap!important; }
}
*/
.social_button {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap !important;
}

/* Facebook */
/*.social_facebook {  width: 53px; }*/
.social_facebook .social_button {
  background: #3b5998;
}

/*@media only screen and (max-width:767px) {
	.social_facebook {  width: 100px; }
}
@media only screen and (min-width:768px){
	.social_facebook { }
}*/
/* Twitter */
/*.social_twitter { width: 58px; overflow: hidden;}*/
.social_twitter .social_button {
  background: #55acee;
}

/*@media only screen and (max-width:767px) {
	.social_twitter { width: 100px; overflow: hidden;}
}
@media only screen and (min-width:768px){
	.social_twitter {overflow: hidden;}
}*/
.social_twitter {
  overflow: hidden;
}

/* LINE */
/*.social_line { width: 67px; overflow: hidden;}*/
.social_line .social_button {
  background: #00c302;
}

/*@media only screen and (max-width:767px) {
	.social_line { width: 100px; overflow: hidden;}
}
@media only screen and (min-width:768px){
	.social_line {overflow: hidden;}
}*/
.social_line {
  overflow: hidden;
}

/* Google+ */
/*.social_googleplus { width: 45px; overflow: hidden; }*/
.social_googleplus .social_button {
  background: #dd4b39;
}

.social_googleplus .social_button i {
  margin-right: 0;
}

/*@media only screen and (max-width:767px) {
	.social_googleplus { width: 100px; overflow: hidden; }
}
@media only screen and (min-width:768px){
	.social_googleplus { overflow: hidden; }
}*/
.social_googleplus {
  overflow: hidden;
}

/* Hatena Bookmark */
/*.social_hatena { width: 87px; overflow: hidden; }*/
.social_hatena .social_button {
  background: #008fde;
}

.social_hatena .social_button i {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
}

/*@media only screen and (max-width:767px) {
	.social_hatena { width: 100px; overflow: hidden; }
}
@media only screen and (min-width:768px){
	.social_hatena {overflow: hidden; }
}*/
.social_hatena {
  overflow: hidden;
}

/* Linkedin */
/*.social_linkedin {  width: 57px; overflow: hidden;}*/
.social_linkedin .social_button {
  background: #0077b5;
}

/*@media only screen and (max-width:767px) {
	.social_linkedin {  width: 100px; overflow: hidden;}
}
@media only screen and (min-width:768px){
	.social_linkedin { overflow: hidden;}
}*/
.social_linkedin {
  overflow: hidden;
}

/* Pocket */
/*.social_pocket { width: 61px; overflow: hidden;}*/
.social_pocket .social_button {
  background: #ED4055;
}

/*@media only screen and (max-width:767px) {
	.social_pocket { width: 100px; overflow: hidden;}
}
@media only screen and (min-width:768px){
	.social_pocket { overflow: hidden;}
}*/
.social_pocket {
  overflow: hidden;
}

/* ----------------------------------------------------------------------------------
03 BREADCRUMBS
------------------------------------------------------------------------------------- */
/* Breadcrumbs */
/*@media only screen and (max-width:779px) {
	.nav-list{ display:none;}
}
@media only screen and (min-width:780px) and (max-width:959px){
	.nav-list{width:760px; margin:25px auto 0 auto;}
}
@media only screen and (min-width:960px) {
	.nav-list{width:960px; margin:25px auto 0  auto;}
}*/
.nav-list {
  width: 960px;
  margin: 25px auto 0  auto;
}

ul.breadcrumbs {
  padding: 0 !important;
  margin: 0 !important;
}

ul.breadcrumbs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 11px;
}

ul.breadcrumbs li a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  margin: 0;
}

ul.breadcrumbs li a:link {
  color: #2177e0;
}

ul.breadcrumbs li a:visited {
  color: #2177e0;
}

ul.breadcrumbs li a:hover {
  color: #ea343d;
}

ul.breadcrumbs li a:active {
  color: #ea343d;
}

ul.breadcrumbs li {
  padding-right: 5px;
}

ul.breadcrumbs li:after {
  padding-left: 8px;
  content: url(../img/icon_breadcrumb.svg);
  width: 10px;
  height: 10px;
  display: inline-block;
}

ul.breadcrumbs li:last-child:after {
  font-size: 9px;
  content: "";
}

/*@media only screen and (max-width:779px) {
	.nav-list .nav-list-position{ display:none;}
}
@media only screen and (min-width:780px) and (max-width:959px){
	.nav-list .nav-list-position{ width:100%; margin:0 auto;}
}
@media only screen and (min-width:960px) {
	.nav-list .nav-list-position{ width:100%; margin:0 auto;}
}*/
.nav-list .nav-list-position {
  width: 100%;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------------
03 PAGINATION
------------------------------------------------------------------------------------- */
#pgnation {
  display: block;
  width: 100%;
  text-align: center;
  margin: 70px auto 0px auto;
}

#pgnation span {
  border: 1px solid #333 !important;
  margin: 0 10px 10px 10px;
}

#pgnation a {
  color: #fff;
  margin: 0 10px 10px 10px;
}

#pgnation span,
#pgnation a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #2177e0;
  border: 1px solid #2177e0;
}

#pgnation .current {
  color: #333;
}

#pgnation a,
#pgnation a:link {
  -webkit-transition: .3s;
  transition: .3s;
}

#pgnation a:hover {
  background: #00a0e9;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
}

#pgnation .dots {
  background: #fff;
}

#pgnation .dots {
  border: none !important;
  padding: 0px 0px !important;
}

.ad-underbox {
  display: block;
  background: #000;
  margin-top: 70px;
}

/* ----------------------------------------------------------------------------------
04 追加したもの
------------------------------------------------------------------------------------- */
.explanation {
  margin: 20px 0px;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: linear-gradient(-45deg, #feee34 25%, white 25%, white 50%, #feee34 50%, #feee34 75%, white 75%, white);
  -webkit-background-size: 4px 4px;
          background-size: 4px 4px;
}

.explanation p {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.7;
}

.course-incontents > .btnlink-common {
  max-width: 480px;
  margin: 0 auto;
}

.course-combination .course-menu-wrapper {
  margin-top: 60px;
}

.course-combination .course-menu-wrapper div {
  margin-top: 10px;
}

.course-combination .course-menu-wrapper .text-box p {
  line-height: 2.0;
  margin-bottom: 40px;
}

.course-combination .course-menu-wrapper .figure {
  margin: 35px 0;
}

.course-combination .course-menu-wrapper .text-box li {
  line-height: 2.0;
  font-size: 15px;
}

.course-combination .course-menu-wrapper .text-box h4 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 900;
}

#course-title {
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*新しく追加したCSS*/
.game-programming {
    background-color: rgba(0, 184, 243, 1);
}
.robot{
  background-color: #93b933;
}
.digifab{
  background-color: #a24293;
}
.minecraft{
  background-color: #377137;
}


#course-title h3, #course-title h2 {font-weight: 900;}

#course-name {
    height: 150px;
}

#course-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

#course-title h2 {
    font-size: 35px;
}

.principle{
    margin:40px 0 0 0;
}
.principle p{
    color:#005185;
    font-size:20px;
    
}
.line-entry{
    margin-top:30px;
    margin-bottom:50px;
}
.course-section01 .course-incontents > h2 {
    width: 760px;
    margin: auto;
    font-size: 28px;
    font-weight: 700;
    line-height: 100px;
    color: #ebf8ff;
    text-align: center;
    background: #034f80;
    min-height: 80px;
    padding: 0;
    margin-bottom: 30px;
}
.course-section01 .course-incontents>p {
    width: 760px;
    padding: 0 2rem;
    margin-bottom: 60px;
}
.course-incontents{
    padding-top: 50px;
    padding-bottom: 50px;
}

.course-section01 .course-incontents .course-menu .photo-list ul{
    width:auto;
}
.course-section01 .course-incontents .course-menu .photo-list ul li{
    padding:0;
}
.course-section01 .course-incontents .course-menu .photo-list p{
    display:block;
    font-size:15px;
    line-height:1.75;
    text-align:justify;
    padding: 12px 15px 12px 0;
}
.course-section01 .course-incontents .course-menu .photo-list p strong{
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 15px;
}
.course-section01 .course-incontents .course-menu .photo-list h4{
    font-size: 15px;
    font-weight: 700;
    margin-top:23px;
    padding-bottom: 2px;
}
/*# sourceMappingURL=maps/layout.css.map */
.course-section01 .course-incontents .course-menu .photo-list>p{
    font-size:15px;
    margin-top:15px;
}
.course-section01 .course-incontents .course-menu .photo-list>h4{
    font-size: 15px;
    font-weight: 700;
    margin-bottom:-20px;
    margin-top:15px;
}

