@charset "UTF-8";
/* コンパイルCSS 直接修正禁止 */

@font-face {
  font-family: 'noto_sans';
  src: url("/common/font/NotoSansJP-Light.woff") format("woff"), url("/common/font/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'noto_sans';
  src: url("/common/font/NotoSansJP-Regular.woff") format("woff"), url("/common/font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'noto_sans';
  src: url("/common/font/NotoSansJP-Medium.woff") format("woff"), url("/common/font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'noto_sans';
  src: url("/common/font/NotoSansJP-Bold.woff") format("woff"), url("/common/font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'noto_serif';
  src: url("/common/font/NotoSerifJP-Light.woff") format("woff"), url("/common/font/NotoSerifJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'noto_serif';
  src: url("/common/font/NotoSerifJP-Regular.woff") format("woff"), url("/common/font/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'noto_serif';
  src: url("/common/font/NotoSerifJP-Medium.woff") format("woff"), url("/common/font/NotoSerifJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'noto_serif';
  src: url("/common/font/NotoSerifJP-Bold.woff") format("woff"), url("/common/font/NotoSerifJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

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

企画例詳細

----------------------------------------------------------------------------- */
/*--追加mixin--*/
/*
example
@include vaM;
*/
/* -----------------------------------------------------------------------------

layout

----------------------------------------------------------------------------- */
/*--header--*/
.header > div {
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 641px) {
  .header > div {
    height: 100%;
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .header > div {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.header .deco {
  background-image: url(../../img/service/common/header_deco.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .header .deco {
    width: 580px;
    height: 396px;
  }
}

@media screen and (max-width: 640px) {
  .header .deco {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    height: auto;
    padding-top: 9.7vw;
    padding-bottom: 20px;
    background-position: center 0;
  }
}

@media screen and (min-width: 641px) {
  .header .wrap {
    /*@include vaM;*/
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .header .wrap {
    padding: 0 20px;
  }
}

.header .page_tit {
  position: static;
  -webkit-transform: none;
          transform: none;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #c9b383;
  font-family: 'noto_serif';
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .header .page_tit {
    position: relative;
    z-index: 1;
    font-size: 2.7vw;
  }
}

.header .page_tit > span {
  font-size: 40px;
  font-size: 4rem;
  color: #3c3834;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

@media screen and (max-width: 640px) {
  .header .page_tit > span {
    font-size: 6.0vw;
    line-height: 1.35;
  }
}

.header .txt {
  margin-top: 10px;
  text-align: left;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  line-height: 1.78;
}

@media screen and (max-width: 640px) {
  .header .txt {
    display: block;
    max-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.header .txt em {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .header .txt em {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.header .ph {
  background-position: center 0;
  background-size: cover;
}

@media screen and (min-width: 641px) {
  .header .ph {
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    margin-right: -50vw;
    min-height: 450px;
    -webkit-transition: left 1s;
    transition: left 1s;
  }
}

@media screen and (max-width: 640px) {
  .header .ph {
    position: static;
    margin: 0;
    min-height: 0;
    width: 100%;
    height: 50vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .header .ph {
    left: calc(50% + 55px);
  }
}

/*--sec_intro--*/
.sec_intro > div {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .sec_intro > div {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .sec_intro .img_box {
    padding: 0 16px;
  }
}

.sec_intro .img_box .doki {
  position: relative;
}

.sec_intro .img_box .doki .ph {
  position: relative;
}

@media screen and (min-width: 641px) {
  .sec_intro .img_box .doki .ph {
    margin-left: 85px;
    left: 30px;
    width: 590px;
    height: 408px;
  }
}

@media screen and (max-width: 640px) {
  .sec_intro .img_box .doki .ph {
    width: 64.7%;
    height: 42.2vw;
  }
}

.sec_intro .img_box .doki .ph:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  display: block;
  border: 5px solid #fff;
  box-shadow: 2px 2px 5px rgba(40, 40, 40, 0.3);
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .sec_intro .img_box .doki .ph:before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-width: 2px;
  }
}

.sec_intro .img_box .doki figcaption {
  position: absolute;
  right: 0;
  top: 100px;
}

@media screen and (max-width: 640px) {
  .sec_intro .img_box .doki figcaption {
    right: -20px;
    top: -20px;
  }
  .sec_intro .img_box .doki figcaption img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 33.33vw;
  }
}

.sec_intro .img_box .waku {
  position: relative;
}

.sec_intro .img_box .waku .ph {
  position: absolute;
}

@media screen and (min-width: 641px) {
  .sec_intro .img_box .waku .ph {
    right: 85px;
    top: -140px;
    width: 380px;
    height: 263px;
  }
}

@media screen and (max-width: 640px) {
  .sec_intro .img_box .waku .ph {
    right: 0;
    top: -40px;
    width: 44.7%;
    height: 29.1vw;
  }
}

.sec_intro .img_box .waku .ph:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  display: block;
  border: 5px solid #fff;
  box-shadow: 2px 2px 5px rgba(40, 40, 40, 0.3);
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .sec_intro .img_box .waku .ph:before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-width: 2px;
  }
}

.sec_intro .img_box .waku figcaption {
  margin-top: 30px;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .sec_intro .img_box .waku figcaption {
    margin-left: 0;
  }
  .sec_intro .img_box .waku figcaption img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 26.38vw;
  }
}

.sec_intro .intro {
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0;
  font-size: 0;
  margin-top: 35px;
  margin-bottom: 10px;
  /*ol {
			li {
				span {
					padding-right: 0.5em;
				}
			}
		}*/
}

@media screen and (min-width: 641px) {
  .sec_intro .intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sec_intro .intro + .intro {
    margin-top: 20px;
  }
}

.sec_intro .intro > dt {
  text-align: center;
}

@media screen and (min-width: 641px) {
  .sec_intro .intro > dt {
    height: 100%;
    width: 235px;
  }
}

@media screen and (max-width: 640px) {
  .sec_intro .intro > dt {
    position: relative;
    display: block;
    width: 100%;
    top: -12px;
    line-height: 0;
  }
  .sec_intro .intro > dt img {
    width: auto;
    height: 90px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 641px) {
  .sec_intro .intro > dd {
    height: 100%;
    width: calc(100% - 235px);
    padding: 25px 40px 25px 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .sec_intro .intro > dd {
    height: auto;
    padding: 20px;
    padding-top: 0;
  }
}

.sec_intro .intro > dd > * {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  line-height: 1.78;
}

@media screen and (max-width: 640px) {
  .sec_intro .intro > dd > * {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.sec_intro .spec_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .sec_intro .spec_box {
    margin-top: 35px;
    margin-bottom: 0px;
  }
}

.sec_intro .spec_box > dl {
  max-width: 590px;
  width: 100%;
}

.sec_intro .spec_box > dl > dt {
  display: block;
  text-align: center;
  height: 80px;
  padding-top: 15px;
  font-size: 29px;
  font-size: 2.9rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,verdana,"メイリオ","Meiryo","Osaka",sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.8;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .sec_intro .spec_box > dl > dt {
    font-size: 21px;
    font-size: 2.1rem;
    height: 60px;
    padding-top: 16px;
  }
}

.sec_intro .spec_box > dl > dt > span {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .sec_intro .spec_box > dl > dt > span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.sec_intro .spec_box > dl > dd {
  padding: 15px 45px;
}

@media screen and (max-width: 640px) {
  .sec_intro .spec_box > dl > dd {
    padding: 15px 10px 0;
  }
}

.sec_intro .spec_box .male > dt {
  background-color: #439cd1;
}

.sec_intro .spec_box .male > dd {
  background: #f6faf8;
  background: -webkit-gradient(linear, left top, right top, from(#f6faf8), to(#ffffff));
  background: linear-gradient(to right, #f6faf8 0%, #ffffff 100%);
}

.sec_intro .spec_box .female > dt {
  background-color: #f6708e;
}

.sec_intro .spec_box .female > dd {
  background: #fff7fb;
  background: -webkit-gradient(linear, left top, right top, from(#fff7fb), to(#ffffff));
  background: linear-gradient(to right, #fff7fb 0%, #ffffff 100%);
}

.sec_intro .spec_box .detail dt {
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #3c3834;
  border-top: 1px solid #dddddd;
  border-bottom: 1px dotted #dddddd;
  box-sizing: border-box;
  background-image: linear-gradient(-45deg, #eeeeee 25%, #f8f8f8 25%, #f8f8f8 50%, #eeeeee 50%, #f3f3f3 75%, #f8f8f8 75%, #f8f8f8);
  background-size: 15px 15px;
  background-attachment: fixed;
}

@media screen and (max-width: 640px) {
  .sec_intro .spec_box .detail dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 0;
  }
}

.sec_intro .spec_box .detail dd {
  padding: 15px 0;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .sec_intro .spec_box .detail dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.sec_intro .spec_box .detail dd em {
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.47;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .sec_intro .spec_box .detail dd em {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.sec_intro .spec_box .detail dd b {
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.47;
}

@media screen and (max-width: 640px) {
  .sec_intro .spec_box .detail dd b {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.47;
  }
}

.sec_intro .spec_box .detail dd.taL {
  text-align: left;
}

/*--sec_progress--*/
.sec_progress {
  background-color: rgba(247, 235, 241, 0.5);
}

.sec_progress > div {
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_progress > div {
    padding-top: 35px;
    padding-bottom: 55px;
  }
}

.sec_progress > div .sec_tit04 span {
  border-color: #f7ebf1;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .sec_progress > div .sec_tit04 span {
    margin-bottom: 30px;
  }
}

.sec_progress > div .read {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  line-height: 1.78;
}

@media screen and (max-width: 640px) {
  .sec_progress > div .read {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

@media screen and (min-width: 641px) {
  .sec_progress .flow_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box {
    display: block;
  }
}

.sec_progress .flow_box > li {
  flex-basis: 30.8%;
  text-align: left;
  margin-bottom: 20px;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li {
    width: 100%;
  }
}

.sec_progress .flow_box > li .tit {
  position: relative;
  top: 10px;
  z-index: 1;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li .tit {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.sec_progress .flow_box > li .tit img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li .tit img {
    width: 55px;
    height: 55px;
  }
}

.sec_progress .flow_box > li figure {
  position: relative;
}

.sec_progress .flow_box > li figure:before, .sec_progress .flow_box > li figure:after {
  content: '';
  position: absolute;
  top: 120px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #f6008d;
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li figure:before, .sec_progress .flow_box > li figure:after {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 10px 8px 0 8px;
    border-color: #f6008d transparent transparent transparent;
  }
}

@media screen and (min-width: 641px) {
  .sec_progress .flow_box > li figure:before {
    left: calc(-3.7% - 18px);
  }
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li figure:before {
    bottom: -20px;
  }
}

@media screen and (min-width: 641px) {
  .sec_progress .flow_box > li figure:after {
    left: calc(-3.7% - 6px);
  }
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li figure:after {
    bottom: -30px;
  }
}

.sec_progress .flow_box > li .ph {
  position: relative;
  width: calc(100% - 10px);
  height: 250px;
  margin: 5px;
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li .ph {
    margin: 0 auto;
    width: 84%;
    height: 38.23vw;
  }
}

.sec_progress .flow_box > li .ph:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  display: block;
  border: 5px solid #fff;
  box-shadow: 2px 2px 5px rgba(40, 40, 40, 0.3);
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li .ph:before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-width: 2px;
  }
}

.sec_progress .flow_box > li figcaption {
  margin-top: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.74;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li figcaption {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

@media screen and (min-width: 641px) {
  .sec_progress .flow_box > li:nth-child(3n + 1) figure:before, .sec_progress .flow_box > li:nth-child(3n + 1) figure:after {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  .sec_progress .flow_box > li:last-child figure:before, .sec_progress .flow_box > li:last-child figure:after {
    content: none;
  }
}

.sec_progress .meals_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 640px) {
  .sec_progress .meals_box {
    margin-top: 15px;
    flex-wrap: wrap;
  }
}

.sec_progress .meals_box > .ph {
  flex-basis: 298px;
  height: 200px;
  border-radius: 5px;
  margin: 0 2px;
}

@media screen and (max-width: 640px) {
  .sec_progress .meals_box > .ph {
    flex-basis: calc(50% - 1px);
    height: 31.47vw;
    margin: 0 0 2px;
  }
}

/*--sec_schedule--*/
@media screen and (min-width: 641px) {
  .sec_schedule {
    background-image: url(../../img/service/plan/schedule_bg.jpg);
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .sec_schedule {
    background-color: #f8f8f8;
  }
}

.sec_schedule > div {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_schedule > div {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

.sec_schedule .schedule_box {
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box {
    margin-bottom: 10px;
  }
}

.sec_schedule .schedule_box:before {
  content: '';
  position: absolute;
  display: block;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  background: #9ca1e8;
  background: -webkit-gradient(linear, left top, right top, from(#9ca1e8), to(#ee80bc));
  background: linear-gradient(to right, #9ca1e8 0%, #ee80bc 100%);
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box:before {
    height: 5px;
  }
}

@media screen and (min-width: 641px) {
  .sec_schedule .schedule_box > a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    position: relative;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    text-align: left;
    min-height: 206px;
  }
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box > a {
    display: block;
    text-align: left;
    padding: 20px;
  }
}

.sec_schedule .schedule_box > a:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 20px;
  display: block;
  width: 18px;
  height: 26px;
  background-image: url(../../img/service/plan/ico_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box > a:before {
    width: 12px;
    height: 15px;
    right: 5px;
    top: 90px;
    margin-top: 0;
  }
}

.sec_schedule .schedule_box .ph {
  flex-basis: 360px;
  width: 360px;
  height: 170px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box .ph {
    width: 100%;
    height: 41vw;
  }
}

@media screen and (min-width: 641px) {
  .sec_schedule .schedule_box .txt_box {
    padding: 0 40px;
    flex-basis: calc(100% - 360px);
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box .txt_box {
    margin-bottom: 10px;
  }
}

.sec_schedule .schedule_box .date {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  line-height: 1.68;
  color: #3c3834;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.sec_schedule .schedule_box .place {
  display: inline-block;
  vertical-align: middle;
  font-family: 'noto_sans';
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  line-height: 0.8;
  color: #fff;
  background-color: #6666ad;
  padding: 10px 20px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box .place {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}

.sec_schedule .schedule_box .place > span {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'noto_sans';
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-left: 1em;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box .place > span {
    font-size: 10px;
    font-size: 1rem;
    top: -1px;
  }
}

.sec_schedule .schedule_box .tit {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.56;
  color: #245cb7;
}

@media screen and (max-width: 640px) {
  .sec_schedule .schedule_box .tit {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.47;
    padding-right: 10px;
  }
}

.no-touchevents .sec_schedule .schedule_box:hover a:before {
  right: 10px;
}

.no-touchevents .sec_schedule .schedule_box:hover .txt_box, .no-touchevents .sec_schedule .schedule_box:hover .ph {
  opacity: 0.5;
}

.sec_schedule .link {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .sec_schedule .link {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.sec_schedule .link > .mod_btn01 {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .sec_schedule .link > .mod_btn01 {
    max-width: 100%;
  }
}

.sec_schedule .link > .mod_btn01 + .mod_btn01 {
  margin-top: 15px;
}

.sec_schedule .link > .mod_btn01 > * {
  min-width: 384px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  font-family: 'noto_serif';
  font-weight: 400;
  padding: 13px 10px 17px 10px;
}

@media screen and (max-width: 640px) {
  .sec_schedule .link > .mod_btn01 > * {
    padding: 16px 0 18px;
    min-width: 0;
    font-size: 19px;
    font-size: 1.9rem;
    width: 100%;
    max-width: 100%;
  }
}

.sec_schedule .link > .mod_btn01.bcb > * {
  background: #7778b9;
  background: -webkit-gradient(linear, left top, left bottom, from(#7778b9), to(#3f3f99));
  background: linear-gradient(#7778b9 0%, #3f3f99 100%);
}

.sec_schedule .link > .mod_btn01.bdc > * {
  background-color: transparent;
  border: 1px solid #7778b9;
  color: #45459b;
}

/*# sourceMappingURL=service_plan.css.map */
