@charset "UTF-8";


@media (min-width:960px){
	.u-hide-pc{
		display: none;
	}
}
@media (min-width:768px) and (max-width:959px) {
	.u-hide-tb{
		display: none;
	}
}
@media (max-width:767px){
	.u-hide-sp{
		display: none;
	}
}

.content .sec-title {
  margin: 0 0 30px;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  padding: 5px;
}

.content .sec-title span {
  border-width: 2px;
  border-style: dashed;
  display: block;
  padding: 15px 10px;
}
.main-wrap .cnt-title {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.142857em; /* 16px */
  font-weight: 700;
  padding: 0 0 5px;
}
@media (min-width:768px){
  .main-wrap .cnt-title {
    font-size: 1.428571em; /* 20px */
  }
}

@media (min-width:768px){
	.content h1 {
		background-color: #ef7c00;
		margin: 0 0 10px 0;
		padding: 13px 20px 12px;
		font-size: 1.714286em ; /* 24px */
		font-weight: bold;
		color: #fff;
	}
}
@media (max-width:767px){
	.content h1 {
		background-color: #ef7c00;
		margin: 0 -10px 15px -10px;
		padding: 6px 10px 6px;
		font-size: 1.285714em ; /* 18px */
		font-weight: bold;
		color: #fff;
	}
}

/* reset */
.main-wrap .cnt p {
  padding: 0;
}
.main-wrap .cnt p:last-of-type {
  margin-bottom: 0;
}
.main-wrap .cnt ol {
  padding: 0;
}
.main-wrap .cnt dl {
  margin-bottom: 0;
}


/* general */
.main-wrap .cnt-img {
  font-size: initial;
  width: 100%;
}
.main-wrap .col-tsukenai {
  color: #c92c67;
}
.main-wrap .col-fuyasanai {
  color: #3174af;
}
.main-wrap .col-yatsukeru {
  color: #9e6305;
}

/* txt */
@media (min-width:768px){
	.content .c-txt{
		line-height: 2;
		font-size: 1.285714em ; /* 18px */
	}
}
@media (max-width:767px){
	.content .c-txt {
		line-height: 1.714285714;
		font-size: 1em; /* 14px */
	}
}

/* acd */
.main-wrap .acd-wrap {
  margin-bottom: 30px;
}
@media (min-width:768px){
  .main-wrap .acd-wrap {
    margin-bottom: 50px;
  }
}
.main-wrap .acd-check{
  display: none;
}
.main-wrap .acd-label{
  background: #ef7c00;
  color: #ffffff;
  display: block;
  font-size: 1.142857em;
  margin-bottom: 0;
  padding: 10px 50px 10px 10px;
  position: relative;
  transition: opacity .2s ease;
}
@media (min-width:768px){
  .main-wrap .acd-label{
    font-size: 1.428571em;
  }
}
.main-wrap .acd-label:hover {
  cursor: pointer;
  opacity: 0.9;
}
/*タイトル横の矢印*/
.main-wrap .acd-label::before {
  content:"";
  width: 12px;
  height: 12px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-color:#ffffff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 40% - 3px );
  right: 20px;
  transform: rotate(135deg);
}

.main-wrap .acd-content{
  border: 2px solid #ef7c00;
  display: block;
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}
.main-wrap .acd-content .cnt {
  padding: 20px;
}
.main-wrap .acd-check:checked + .acd-label::before {
  transform: rotate(-45deg) !important;
}
.main-wrap .acd-check:checked + .acd-label + .acd-content{
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/* ====================================
【ボタンA】 inner-link-mov
==================================== */
.inner-link-mov {
  display: block;
  margin: 0 auto 30px;
  text-decoration: none;
}
@media (min-width:768px){
  .inner-link-mov {
    width: 60%; /* 【ボタンA】　タブレット表示 横幅 */
  }
}
@media (min-width:960px){
  .inner-link-mov {
    width: 500px; /* 【ボタンA】　PC表示 横幅 */
  }
}
.inner-link-mov .inner-link {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #333333; /* 【ボタンA】　濃色背景 */
  color: #fff;
  height: 140px; /* 【ボタンA】　スマホ表示 高さ */
}
.inner-link-mov:hover {
  cursor: pointer;
  opacity: 0.8;
}
.inner-link-mov:hover .inner-link {
  background-color: #555555;
  transition: background-color .2s ease;
  background-size: auto auto;
}
@media (min-width:768px){
  .inner-link-mov .inner-link {
    height: 170px; /* 【ボタンA】　タブレット表示　高さ */
  }
}
@media (min-width:960px){
  .inner-link-mov .inner-link {
    height: 210px; /* 【ボタンA】　PC表示　高さ */
  }
}

/* 【ボタンA】　フィルム風装飾 */
.inner-link-mov .inner-link::before {
  background-image: url(../img/inner-link-mov-dash.png), url(../img/inner-link-mov-dash.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
  background-size: 47px;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 15px);
  content: '';
}

/* 【ボタンA】　背景写真まわり */
.inner-link-mov .inner-link .txt-wrap {
  align-items: center;
  background: url(../img/link-mov.jpg) no-repeat center center; /* 【ボタンA】　背景写真 */
  background-size: cover;
  border-right: 3px solid #333333;
  border-left: 3px solid #333333;
  display: flex;
  height: calc(100% - 45px);
  justify-content: center;
  width: 100%;
}

/* 【ボタンA】　文字まわり */
.inner-link-mov .inner-link .txt-wrap .txt {
  background-color: rgb(239 124 0 / .9); /* 【ボタンA】　文字エリア背景色 */
  color: #ffffff; /* 【ボタンA】　文字色 */
  border-radius: 5px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-size: 1.285714em; /* 【ボタンA】　スマホ表示 文字サイズ 1.285714em = 18px */
  font-style: normal;
  padding: 10px 20px;
  text-align: center;
  transition: background-color .2s ease;
}
@media (min-width:768px){
  .inner-link-mov .inner-link .txt-wrap .txt {
    font-size: 1.428571em; /* 【ボタンA】　タブレット表示 文字サイズ 1.428571em = 20px */
    font-weight: 700;
    padding: 8px 30px;
  }
}
@media (min-width:960px){
  .inner-link-mov .inner-link .txt-wrap .txt {
    font-size: 1.571429em; /* 【ボタンA】　PC表示 文字サイズ 1.571429em = 22px */
  }
}

/* 【ボタンA】　三角マーク */
.inner-link-mov .inner-link .txt-wrap .txt::after {
  content: '▼';
  display: block;
  font-size: x-small;
  margin-top: 5px;
  text-emphasis: initial;
}

/* 【ボタンA】　PC表示 マウスオーバー　時 */
.inner-link-mov:hover .inner-link .txt-wrap .txt {
  background-color: #ffffff; /* 【ボタンA】　PC表示 マウスオーバー　文字エリア背景色 */
  color: #ef7c00; /* 【ボタンA】　PC表示 マウスオーバー　文字色 */
}

/* inner-link-wrap */
.inner-link-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width:768px){
  .inner-link-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media (min-width:960px){
  .inner-link-wrap {
    margin-bottom: 80px;
  }
}

/* ====================================
【ボタンB】 inner-link
==================================== */
.inner-link-wrap .inner-link {
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 3px;
  text-decoration: none;
}
@media (min-width:768px){
  .inner-link-wrap .inner-link {
    margin: 0;
    width: 32%;
  }
}
.inner-link-wrap .link-tsukenai {
  background-color: #c92c67; /* 【ボタンB-1】　背景色 */
}
.inner-link-wrap .link-fuyasanai {
  background-color: #3174af; /* 【ボタンB-2】　背景色 */
}
.inner-link-wrap .link-yatsukeru {
  background-color: #9e6305; /* 【ボタンB-3】　背景色 */
}
.inner-link-wrap .link-cnt {
  align-items: center;
  border: 2px solid rgb(255 255 255 / .7);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 5px 20px 5px 5px;
  transition: background-color .2s ease;
}
@media (min-width:960px){
  .inner-link-wrap .link-cnt {
    padding: 7px 10px 7px 5px;
  }
}
/* 【ボタンB】丸い写真 */
.inner-link-wrap .cnt-img {
  border: 1px solid #eeeeee;
  border-radius: 50%;
  color: #ffffff;
  height: 80px; /* 【ボタンB】　スマホ表示 写真高さ */
  width: 80px; /* 【ボタンB】　スマホ表示 写真横幅 */
  z-index: 10;
}
@media (min-width:960px){
  .inner-link-wrap .cnt-img {
    height: 112px; /* 【ボタンB】　PC表示 写真高さ */
    width: 112px; /* 【ボタンB】　PC表示 写真横幅 */
  }
}
.inner-link-wrap .inner-link .txt {
  color: #ffffff; /* 【ボタンB】　文字色 */
  display: block;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  font-size: 1.285714em; /* 【ボタンB】　スマホ表示 文字サイズ 1.285714em = 18px */
  font-style: normal;
  margin: 0 0 0 30px;
  text-align: center;
  text-emphasis: dot rgb(255 255 255 / .7); /* 【ボタンB】　文字強調のドット */
  width: 6em;
}
@media (min-width:768px){
  .inner-link-wrap .inner-link .txt {
    font-size: 1.428571em; /* 【ボタンB】　タブレット表示 文字サイズ 1.428571em = 20px */
    margin: 0 0 0 10px;
  }
}
@media (min-width:960px){
  .inner-link-wrap .inner-link .txt {
    font-size: 1.571429em; /* 【ボタンB】　PC表示 文字サイズ 1.571429em = 22px */
    margin: 0 0 0 10px;
  }
}
/* 【ボタンB】　三角マーク */
.inner-link-wrap .inner-link .txt::after {
  content: '▼';
  display: block;
  font-size: x-small;
  margin-top: 10px;
  text-emphasis: initial;
  opacity: 0.7;
}
/* 【ボタンB】　PC表示 マウスオーバー　時 */
.inner-link-wrap .inner-link:hover .link-cnt {
  background-color: #ffffff; /* 【ボタンB】　PC表示 マウスオーバー　背景色 */
}
.inner-link-wrap .inner-link:hover .txt {
  text-emphasis: dot #aaaaaa; /* 【ボタンB】　PC表示 マウスオーバー　文字強調のドット */
}
.inner-link-wrap .link-tsukenai:hover .txt {
  color: #c92c67; /* 【ボタンB-1】　PC表示 マウスオーバー　文字色 */
}
.inner-link-wrap .link-fuyasanai:hover .txt {
  color: #3174af; /* 【ボタンB-2】　PC表示 マウスオーバー　文字色 */
}
.inner-link-wrap .link-yatsukeru:hover .txt {
  color: #9e6305; /* 【ボタンB-3】　PC表示 マウスオーバー　文字色 */
}

/* .sec-mov */
.main-wrap .sec-mov {
  border: 3px solid #333333;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 0px;
}
.main-wrap .sec-mov .sec-title {
  background-color: #333333;
  color: #ffffff;
  font-size: 1.214286em; /* 17px */
  font-weight: 500;
  margin-bottom: 0;
  padding: 10px 10px 20px;
}

@media (min-width:768px){
  .main-wrap .sec-mov .sec-title {
    font-size: 1.571429em; /* 22px */
  }
}
@media (min-width:960px){
  .main-wrap .sec-mov .sec-title {
    font-size: 1.642857em; /* 23px */
  }
}

.main-wrap .sec-mov .sec-title span {
  border: none;
  display: inline-block;
  padding: 0;
}
.main-wrap .sec-mov .sec-title em {
  background-color: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  font-size: smaller;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 0.3em;
  padding: 0 0.8em;
}
.main-wrap .sec-mov .cnt-wrap {
  padding: 20px;
}
.main-wrap .sec-mov .cnt-title {
  margin: 0 0 20px;
}
.main-wrap .sec-mov .cnt {
  display: flex;
  flex-direction: column;
}
@media (min-width:960px){
  .main-wrap .sec-mov .cnt {
    flex-direction: row;
  }
}
.main-wrap .sec-mov.with-chapter .mov-wrap {
  margin-bottom: 30px;
  padding-bottom: 0;
}
@media (min-width:768px){
  .main-wrap .sec-mov.with-chapter .mov-wrap {
    margin: 0 auto 40px;
    max-width: 660px;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (min-width:960px){
  .main-wrap .sec-mov.with-chapter .mov-wrap {
    padding-bottom: 0;
  }
}
.main-wrap .mov-info {
  margin-top: 20px;
}
.main-wrap .sec-mov.with-chapter .acd-wrap {
  height: 100%;
}
@media (min-width:768px){
  .main-wrap .sec-mov.with-chapter .acd-wrap {
    margin: 0 auto 40px;
    max-width: 660px;
    width: 100%;
  }
}
.main-wrap .sec-mov.with-chapter .acd-label {
  background-color: #333333;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  font-size: 1em; /* 14px */
}
@media (min-width:768px){
  .main-wrap .sec-mov.with-chapter .acd-label {
    font-size: 1.214286em; /* 18px */
  }
}
.main-wrap .sec-mov.with-chapter .acd-content {
  border: 1px solid #333333;
  border-top: none;
  padding: 0;
}
.main-wrap .sec-mov.with-chapter .link-chapter {
  font-size: 1em; /* 14px */
  margin: 0;
  padding: 0 0 0 25px;
}
@media (min-width:768px){
  .main-wrap .sec-mov.with-chapter .link-chapter {
    font-size: 1.142857em; /* 16px */
  }
}
@media (min-width:960px){
  .main-wrap .sec-mov.with-chapter .link-chapter {
    font-size: 1.214286em; /* 18px */
  }
}
 .main-wrap .sec-mov.with-chapter .link-chapter li {
  margin: 0 0 8px;
  padding: 0;
}

@media (min-width:960px){
  .main-wrap .sec-mov.with-chapter .cnt {
    flex-wrap: wrap;
  }
  .main-wrap .sec-mov.with-chapter .mov-wrap {
    order: 1;
    margin-bottom: 0;
    width: calc(100% - 306px - 25px);
  }
  .main-wrap .sec-mov.with-chapter .acd-wrap {
    order: 3;
    margin: 40px 0 0;
    max-width: none;
  }
  .main-wrap .sec-mov.with-chapter .cnt-documents {
    order: 2;
    width: 306px;
  }
  .main-wrap .sec-mov.with-chapter .acd-content .cnt {
    flex-direction: column;
    padding: 10px 20px;
  }
}

.main-wrap .sec-mov .cnt-documents {
  background: #f5f5f5 url(../img/mikke-01.png) no-repeat 98% 98%;
  background-size: 12%;
  padding: 10px;
}
@media (min-width:768px){
  .main-wrap .sec-mov .cnt-documents {
    background-size: 15%;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 660px;
    padding: 20px;
    width: 100%;
  }
}
@media (min-width:960px){
  .main-wrap .sec-mov .cnt-documents {
    border-radius: 0;
  }
}
@media (min-width:960px){
  .main-wrap .sec-mov .mov-wrap {
    margin: 0 25px 0 0;
    width: calc(100% - 50px / 3);
  }
}
@media (min-width:960px){
  .main-wrap .sec-mov .cnt-documents {
    background-size: 22%;
    width: calc(100% - 50px / 3);
  }
}
.main-wrap .sec-mov .cnt-documents .doc-teacher {
  border-bottom: 4px dotted #ccc;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.main-wrap .sec-mov .cnt-documents .doc-student {
  padding-right: 15%;
}
.main-wrap .sec-mov .cnt-documents dt {
  margin-bottom: 10px;
}
.main-wrap .sec-mov .cnt-documents span {
  display: inline-block;
  text-decoration: inherit;
}

.main-wrap .sec-tsukenai,
.main-wrap .sec-yatsukeru {
  margin-bottom: 80px;
}
.main-wrap .sec-fuyasanai {
  margin-bottom: 50px;
}

/* ====================================
【見出しA】
==================================== */
.main-wrap .sec-tsukenai .sec-title,
.main-wrap .sec-yatsukeru .sec-title,
.main-wrap .sec-fuyasanai .sec-title {
  font-size: 1.214286em; /* 【見出しA】スマホ表示 文字サイズ 1.214286em = 17px */
}
@media (min-width:768px){
  .main-wrap .sec-tsukenai .sec-title,
  .main-wrap .sec-yatsukeru .sec-title,
  .main-wrap .sec-fuyasanai .sec-title {
    font-size: 1.571429em; /* 【見出しA】タブレット表示 文字サイズ 1.571429em = 22px */
  }
}
@media (min-width:960px){
  .main-wrap .sec-tsukenai .sec-title,
  .main-wrap .sec-yatsukeru .sec-title,
  .main-wrap .sec-fuyasanai .sec-title {
    font-size: 1.642857em; /* 【見出しA】タブレット表示 文字サイズ 1.642857em = 23px */
  }
}

/* sec-tsukenai */
.main-wrap .sec-tsukenai .sec-title {
  background-color: #c92c67; /* 【見出しA-1】　背景色 */
}
.main-wrap .sec-tsukenai .sec-title span {
  border-color: #ea93b3; /* 【見出しA-1】　背景ステッチ色 */
}
.main-wrap .sec-tsukenai .cnt-title {
  border-bottom: 3px solid #c92c67; /* 【見出しB-1】　下線色 */
  color: #c92c67; /* 【見出しB-1】　文字色 */
}
.main-wrap .sec-tsukenai .cnt {
  margin-bottom: 40px;
}
@media (min-width:768px){
  .main-wrap .sec-tsukenai .cnt {
    margin-bottom: 50px;
  }
}
@media (min-width:768px){
  .main-wrap .sec-tsukenai .cnt-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px){
  .main-wrap .sec-tsukenai .cnt-inner-txt {
    width: 50%;
  }
}
.main-wrap .sec-tsukenai .cnt-inner-img {
  margin-top: 20px;
}
@media (min-width:768px){
  .main-wrap .sec-tsukenai .cnt-inner-img {
    margin-top: 0;
    width: 48%;
  }
}
.main-wrap .sec-tsukenai .cnt-bubble-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.main-wrap .sec-tsukenai .cnt-bubble-wrap .mikke {
  width: 25%;
}
@media (min-width:768px){
  .main-wrap .sec-tsukenai .cnt-bubble-wrap .mikke {
    width: 13%;
  }
}
/* 吹き出し */
.main-wrap .sec-tsukenai .cnt-bubble {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border: 3px solid #c92c67; /* 吹き出し 枠線の色 */
  border-radius: 8px;
  background-color: #fdf6f6; /* 吹き出し 背景色 */
  text-align: left;
  color: #000000;
  width: 80%;
}

.main-wrap .sec-tsukenai .cnt-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.5px 20px 7.5px 0;
  border-color: transparent #c92c67 transparent transparent; /* 吹き出し 三角枠線の色 */
  translate: -100% -50%;
  transform: skew(0, -25deg);
  transform-origin: right;
}

.main-wrap .sec-tsukenai .cnt-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 4.3px 11.5px 4.3px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -25deg);
  transform-origin: right;
}
.main-wrap .sec-tsukenai .cnt-bubble .txt-img {
  display: flex;
  flex-direction: column;
}
@media (min-width:768px){
  .main-wrap .sec-tsukenai .cnt-bubble .txt-img {
    flex-direction: row;
  }
}
.main-wrap .sec-tsukenai .cnt-bubble .txt-img .img {
  margin: 10px 0 0;
}
@media (min-width:768px){
  .main-wrap .sec-tsukenai .cnt-bubble .txt-img .img {
    margin: 0 0 0 15px;
  }
}

/* sec-fuyasanai */
.main-wrap .sec-fuyasanai .sec-title {
  background-color: #3174af; /* 【見出しA-2】　背景色 */
}
.main-wrap .sec-fuyasanai .sec-title span {
  border-color: #75b0e3; /* 【見出しA-2】　背景ステッチ色 */
}
.main-wrap .sec-fuyasanai .cnt-title {
  border-bottom: 3px solid #3174af; /* 【見出しB-2】　下線色 */
  color: #3174af; /* 【見出しB-2】　文字色 */
}
@media (min-width:768px){
  .main-wrap .sec-fuyasanai .cnt-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px){
  .main-wrap .sec-fuyasanai .cnt-inner-txt {
    width: 50%;
  }
}
.main-wrap .sec-fuyasanai .cnt-inner-img {
  margin-top: 20px;
}
@media (min-width:768px){
  .main-wrap .sec-fuyasanai .cnt-inner-img {
    margin-top: 0;
    width: 48%;
  }
}

/* sec-yatsukeru */
.main-wrap .sec-yatsukeru .sec-title {
  background-color: #9e6305; /* 【見出しA-3】　背景色 */
}
.main-wrap .sec-yatsukeru .sec-title span {
  border-color: #d09f50; /* 【見出しA-3】　背景ステッチ色 */
}
.main-wrap .sec-yatsukeru .cnt-title {
  border-bottom: 3px solid #9e6305; /* 【見出しB-3】　下線色 */
  color: #9e6305; /* 【見出しB-3】　文字色 */
}
.main-wrap .sec-yatsukeru .item {
  align-items: center;
  border-bottom: 1px dashed #9e6305; /* しっかり「加熱」する　の仕切り点線の色 */
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width:768px){
  .main-wrap .sec-yatsukeru .item {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.main-wrap .sec-yatsukeru .item-img {
  margin-top: 20px;
  width: 60%;
}
@media (min-width:768px){
  .main-wrap .sec-yatsukeru .item-txt {
    width: 60%;
  }
}
@media (min-width:768px){
  .main-wrap .sec-yatsukeru .item-img {
    margin-top: 0;
    width: 30%;
  }
}
.main-wrap .sec-yatsukeru .item:last-of-type {
  background: url(../img/mikke-03.png) no-repeat 0 80%;
  background-size: 20%;
}
@media (min-width:768px){
  .main-wrap .sec-yatsukeru .item:last-of-type {
    background: url(../img/mikke-03.png) no-repeat 66% 80%;
    background-size: 11%;
  }
}

/* sec-matome */
@media (min-width:768px){
  .main-wrap .sec-matome .cnt {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.main-wrap .sec-matome .matome-img {
  margin-bottom: 30px;
}
.main-wrap .sec-matome .group-photo {
  background-color: #ffffff;
  border: 10px solid #ffffff;
  box-shadow: 1px 1px 5px #aaaaaa;
  margin-bottom: 20px;
}
@media (min-width:768px){
  .main-wrap .sec-matome .matome-img {
    width: 45%;
  }
}
@media (min-width:768px){
  .main-wrap .sec-matome .matome-txt {
    width: 50%;
  }
}

.main-wrap .sec-matome .matome-box {
  background: url(../img/note-dotted.png) #eeeeee repeat-y 5px 0;
  background-size: 24px;
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
  width: 100%;
}

.main-wrap .sec-matome .matome-box .c-txt {
  color: #333;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  padding: 0 0.5em;
	background: linear-gradient(transparent 0, transparent 97%, #dddddd 100%);
	background-size: 100% 2.3em;
	line-height: 2.3em;
}