@charset "UTF-8";
/*===========================================================================
*
*  EDIT
*
*==========================================================================*/
/* themeColor（テーマのフォントカラー）
**********************************/
.u-themeColor,
.u-n-themeFontColor{
  color: #eb6ca3 !important;
}

/*60秒資料請求*/
.SixsecLayout {
    background-color: #e5f2ff;
    padding: 0px 0px 50px;
    position: relative; }

@media only screen and (max-width: 767px) {
.SixsecLayout {
    background-color: #e5f2ff;
    padding: 0px 0 0px;
    position: relative; }
}
.SixsecLayout__head {
	position: relative;
	text-align: center;
    background-color: #c9e7f1;
    padding-bottom: 20px;
	z-index: 1;
}

/*.SixsecLayout__head:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(231, 241, 249, 0);
    border-top-color: #c9e7f1;;
    border-width: 30px;
    margin-left: -30px;
	z-index: 1;
}*/
.SixsecLayout__head .img01{
	position: relative;
	top:-50px;
	}
.SixsecLayout__head .img02{
	margin: auto;
	margin-top: -50px;
	}
@media only screen and (max-width: 767px) {
.SixsecLayout__head .img02{
	margin: auto;
	width: 95%;
	margin-top: -50px;
	}
}
.appeal {
    background-color: rgb(254, 246, 221);
}
	
.appeal#Sixsec .SixsecLayout {
    text-align: center;
	background-color: #fff8e5;
    color: rgb(64, 34, 3);
	position: relative;
}
.appeal#Sixsec .SixsecLayout .SixsecLayout__texts {
    width: 500px;
    float: left;
    text-align: center;
}
.appeal#Sixsec .SixsecLayout .SixsecLayout__texts .SixsecLayout__texts__head {
    margin-bottom: 35px;
}
.appeal#Sixsec .SixsecLayout .SixsecLayout__texts .SixsecLayout__texts__rt {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    margin: 20px;
}
@media only screen and (min-width: 768px){
.u-visible_lg_inline {
    display: inline !important;
	}
}

.appeal#Sixsec .SixsecLayout .SixsecLayout__fig_r {
    width: 470px;
    float: right;
}
.appeal#Sixsec .SixsecLayout .SixsecLayout__main {
    margin-bottom: 20px;
    margin-top: 35px;
}
@media only screen and (max-width: 768px){
.appeal#Sixsec .SixsecLayout .SixsecLayout__main {
    margin-bottom: 15px;
    margin-top: 35px;
}
}

.SixsecLayoutPC{
	position: absolute;
	width: 500px;
	bottom:10px;
}
.SixsecLayoutSP{
	display: none;
}
.p-n-nextApContents {
    padding-bottom: 50px;
}
.p-n-nextApContents__btn {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 767px){
	.appeal#Sixsec .SixsecLayout {
		
	}
	.c-inner_contents {
		width: 90.625%;
	}
	.appeal#Sixsec .SixsecLayout .SixsecLayout__texts {
		width: 100%;
	}
	.appeal#Sixsec .SixsecLayout .SixsecLayout__texts .SixsecLayout__texts__btn {
    background-color: #F80004;
	}
	.appeal#Sixsec .SixsecLayout .SixsecLayout__texts .SixsecLayout__texts__head {
		margin-bottom: 25px;
	}
	.appeal#Sixsec .SixsecLayout .SixsecLayout__texts .SixsecLayout__texts__head img {
		width: 82%;
	}
	.appeal#Sixsec .SixsecLayout .SixsecLayout__texts .SixsecLayout__texts__rt {
		font-size: 1.4rem;
		line-height: 2.2;
		margin-top: 20px;
	}
	.appeal#Sixsec .SixsecLayout .SixsecLayout__fig {
		width: 100%;
		float: none;
	}
	.appeal#Sixsec .SixsecLayout .SixsecLayout__fig_r {
		width: 100%;
    float: right;
	}
	.SixsecLayoutPC{
	display: none;
	}
	.SixsecLayoutSP{
	display: block;
    background-color: #fed267;
    size: 80%;
    text-align: center;
	padding-bottom: 20px;
	}
	.SixsecLayoutSP .arrow{
	width: 100%;
	}

.p-n-nextApContents {
		padding-bottom: 25px;
	}
	.p-n-nextApContents__btn {
		width: 100%;
	}
}


/* hl（見出し）
**********************************/
.c-hl {
	color: #158ac8;
}
.c-hl span {
  border-bottom: 3px solid #fd355c;
}

@media only screen and (max-width: 767px) {
  .c-hl span {
    border-bottom: 2px solid #fd355c;
  }
}

/* balloon（色付き吹き出し）
**********************************/
.c-balloon--colorblue span {
  background-color: #0188cc;
}

.c-balloon--colorblue span:after {
  border-top-color: #0188cc;
}

/* courseTabContents（受講費用ページのタブ周り）
**********************************/
.p-courseTabContents .p-courseTabContents__tabList {
  overflow: hidden;
 }
.p-courseTabContents .p-courseTabContents__tabList .p-courseTabContents__tabList__item {
  width: 225px;
  margin-left: 20px;
  background-color: #f9dde2;
  border-radius: 5px 5px 0 0;
  box-shadow: 5px 5px 0 0 #8e9ba5;
}
.p-courseTabContents .p-courseTabContents__tabList .p-courseTabContents__tabList__item.is-active {
  background-color: #f03c5f;
}
.p-courseTabContents .p-courseTabContents__tabList .p-courseTabContents__tabList__item a {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .p-courseTabContents .p-courseTabContents__tabList .p-courseTabContents__tabList__item {
    width: 100px;
    margin-left: 10px;
    border-radius: 3px 3px 0 0;
    box-shadow: 3px 3px 0 0 #8e9ba5;
  }
}

.p-courseTabContents .p-courseTabContents__tabList .p-courseTabContents__tabList__item a {
  color: #fd355c;
}

.p-courseTabContents .p-courseTabContents__panels .p-courseTabContents__panels__eachPanel {
  background-color: #f03c5f;
}

.p-courseTabContents .p-courseTabContents__panels .p-courseTabContents__panels__eachPanel > div .p-courseTabContents__panels__eachPanel__holder .p-courseTabContents__panels__eachPanel__holder__singleValue tr th {
  background-color: #fd355c;
}

/* mv（メインビジュアルのリボン部分<画像の差し替えはhtml上のdata属性で編集してください。>）
**********************************/
.p-mv .p-mv__holder .p-mv__holder__texts .p-mv__holder__texts__ribbon {
  background-color: #0188cc;
}

.p-mv .p-mv__holder .p-mv__holder__texts .p-mv__holder__texts__ribbon:before {
  border-right-color: #0188cc;
}

.p-mv .p-mv__holder .p-mv__holder__texts h2 {
	color: #158ac8;
}

/* nextContents（ページ下部のnext部分）
**********************************/
.p-nextContents {
  background-color: #0188cc;
}

.p-nextContents .p-nextContents__note {
  color: #054997;
}

.p-nextContents .p-nextContents__btn a {
  background-color: #eb6ca3;
  box-shadow: 0 8px 0 #a61956;
}

.p-nextContents .p-nextContents__btn a:hover {
  box-shadow: 0 0 0 #a61956;
}

.p-nextContents .p-nextContents__btn a .p-nextContents__btn__next {
  color: #eb6ca3;
}


/* p-contentsNav
**********************************/
.p-contentsNav .p-contentsNav__list .p-contentsNav__list__item:nth-child(-n+2) a .p-contentsNav__list__item__unit > div {
  line-height: 1.2;
}
.p-contentsNav .p-contentsNav__list .p-contentsNav__list__item:nth-child(-n+2) a .p-contentsNav__list__item__unit > div .p-contentsNav__list__item__unit__icon {
  margin-bottom: 5px;
}


/* c-btn
**********************************/
.c-btn__m-fulness a {
  padding: 0;
  color: #fff;
  box-shadow: 0 8px 0 #a61956;
  background: #eb6ca3;
    background-image: none!important;
}
.c-btn__m-fulness a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 17px;
  height: 100%;
  background: url(/assets_v4-0/images/common/icon_btn-arrow_transparent.png) no-repeat center center / contain;
}
.c-btn__m-fulness a:hover {
  box-shadow: 0 0 0 #a61956;
}


/* p-introduction
**********************************/
@media only screen and (max-width: 767px) {
  .p-introduction .p-introduction__rt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
/* font-size
**********************************/
.fsize-normal {
  line-height: 2;
  font-size: 1.4rem;
}
.fsize-2 {
  font-size: 2rem;
}
.fsize-3 {
  font-size: 3rem;
}
.fsize-4 {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .fsize-normal {
    line-height: 1.7;
  }
  .fsize-2 {
    font-size: 1.5rem;
  }
  .fsize-3 {
    font-size: 2rem;
  }
  .fsize-4 {
    font-size: 2.2rem;
  }
}


/* text-align
**********************************/
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}


/*===========================================================================
*
*  /m-fulness/index.html
*
*==========================================================================*/
/* introduction */
.m-fulness#index .introduction {
  padding: 85px 0;
  background: url(../images/index/bg_introduction-01.jpg) no-repeat center center / cover;
}
.m-fulness#index .introduction__ttl__balloon {
  margin-bottom: 1.5em;
}
.m-fulness#index .introduction__ttl__sub {
  margin-bottom: 1em;
  line-height: 2;
  font-weight: bold;
  color: #158ac8;
  text-align: center;
}
.m-fulness#index .introduction__ttl__sub span {
  border-bottom: 3px solid #55b5f9;
}
.m-fulness#index .introduction__ttl {
  margin-bottom: .75em;
  text-align: center;
}
.m-fulness#index .introduction__block-01 .introduction__image figcaption {
  margin-top: 1em;
  font-weight: bold;
  color: #158ac8;
  text-align: center;
}
.m-fulness#index .introduction__block-02 {
  position: relative;
  width: 660px;
  margin: 50px auto 0;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  background: #fff;
}
.m-fulness#index .introduction__block-02:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #e0e0e0;
  border-left: 2px solid #e0e0e0;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-fulness#index .introduction__block-02 .introduction__block__inner {
  padding: 35px 5px;
}
.m-fulness#index .introduction__block-02 .introduction__image {
  text-align: center;
}
.m-fulness#index .introduction__block-02 .introduction__text {
  font-size: 1.8rem;
  text-align: center;
}
.m-fulness#index .introduction__block-02 .introduction__text strong {
  display: inline-block;
  margin-top: 1em;
  font-size: 110%;
}
.m-fulness#index .introduction__block-02 .introduction__block__note {
  line-height: 3em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #158ac8;
  text-align: center;
  border-radius: 0 0 18px 18px;
  background: #fff200;
}
@media only screen and (min-width: 768px) {
  .m-fulness#index .introduction__block-01 .introduction__block__inner {
    display: flex;
    justify-content: space-between;
  }
  .m-fulness#index .introduction__block-01 .introduction__image {
    width: 352px;
  }
  .m-fulness#index .introduction__block-01 .introduction__text {
    width: 540px;
  }
  .m-fulness#index .introduction__block-02 .introduction__block__inner {
    display: flex;
    justify-content: space-between;
  }
  .m-fulness#index .introduction__block-02 .introduction__image {
    width: 285px;
  }
  .m-fulness#index .introduction__block-02 .introduction__text {
    width: 365px;
  }
}
@media only screen and (max-width: 767px) {
  .m-fulness#index .introduction {
    padding: 30px 0;
  }
  .m-fulness#index .introduction__block-01 .introduction__image {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .m-fulness#index .introduction__block-02 {
    max-width: 500px;
    width: 100%;
    margin-top: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
  }
  .m-fulness#index .introduction__block-02 .introduction__block__inner {
    padding: 20px 10px;
  }
  .m-fulness#index .introduction__block-02 .introduction__image {
    margin-bottom: 1em;
  }
  .m-fulness#index .introduction__block-02 .introduction__text {
    font-size: 1.4rem;
  }
  .m-fulness#index .introduction__block-02 .introduction__block__note {
    font-size: 1.4rem;
    border-radius: 0 0 8px 8px;
  }
}

/* mind */
.m-fulness#index .mind {
  padding: 80px 0 85px;
}
.m-fulness#index .mind__ttl {
  margin-bottom: .75em;
  text-align: center;
}
.m-fulness#index .mind__text {
  margin-bottom: 2.5em;
  text-align: center;
}
.m-fulness#index .mind__image figcaption {
  margin-bottom: 1em;
  font-weight: bold;
  color: #158ac8;
  text-align: center;
}
.m-fulness#index .mind__list li + li {
  margin-top: 20px;
}
.m-fulness#index .mind__list li dl {
  padding: 2px;
  border-radius: 10px;
}
.m-fulness#index .mind__list li:nth-child(1) dl { background: #ff98b5; }
.m-fulness#index .mind__list li:nth-child(2) dl { background: #47c2f0; }
.m-fulness#index .mind__list li:nth-child(3) dl { background: #aad24c; }
.m-fulness#index .mind__list li dt {
  width: 150px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.m-fulness#index .mind__list li dd {
  padding: 0 35px;
  border-radius: 0 8px 8px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .m-fulness#index .mind__inner {
    display: flex;
    justify-content: space-between;
  }
  .m-fulness#index .mind__image {
    width: 400px;
  }
  .m-fulness#index .mind__list {
    width: 540px;
  }
  .m-fulness#index .mind__list li dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 175px;
  }
  .m-fulness#index .mind__list li dl > * {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .m-fulness#index .mind {
    padding: 30px 0;
  }
  .m-fulness#index .mind__text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .m-fulness#index .mind__image {
    text-align: center;
  }
  .m-fulness#index .mind__list {
    margin-top: 1.5em;
  }
  .m-fulness#index .mind__list li + li {
    margin-top: 10px;
  }
  .m-fulness#index .mind__list li dl {
    padding: 2px;
  }
  .m-fulness#index .mind__list li dt {
    width: 100%;
    line-height: 2;
  }
  .m-fulness#index .mind__list li dd {
    padding: 20px 15px;
    border-radius: 0 0 8px 8px;
  }
}

/* instructor */
.m-fulness#index .instructor {
  padding: 85px 0;
  background: url(../images/common/bg_ptn-01.png) repeat 0 0;
}
.m-fulness#index .instructor__ttl__balloon {
  margin-bottom: 1em;
  font-weight: bold;
  color: #054997;
  text-align: center;
}
.m-fulness#index .instructor__ttl__balloon span {
  display: inline-block;
  position: relative;
  padding: 0 2em;
}
.m-fulness#index .instructor__ttl__balloon span:before,
.m-fulness#index .instructor__ttl__balloon span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 2px solid;
}
.m-fulness#index .instructor__ttl__balloon span:before {
  left: 0;
  transform: rotate(-40deg);
}
.m-fulness#index .instructor__ttl__balloon span:after {
  right: 0;
  transform: rotate(40deg);
}
.m-fulness#index .instructor__ttl__sub {
  margin-bottom: .5em;
  font-weight: bold;
  color: #158ac8;
}
.m-fulness#index .instructor__ttl {
  margin-bottom: .5em;
}
.m-fulness#index .instructor__image {
  margin-bottom: 1.5em;
}
.m-fulness#index .instructor__name {
  margin-bottom: 1.5em;
  text-align: center;
}
.m-fulness#index .instructor__name dd {
  font-size: 125%;
  font-weight: bold;
}
.m-fulness#index .instructor__btn {
  width: 250px;
  margin: 0 auto;
}
.m-fulness#index .modal__instructor {
  padding: 40px 50px;
}
.m-fulness#index .modal__instructor__image {
  text-align: center;
}
.m-fulness#index .modal__instructor__profile {
  margin: 1em 0;
}
.m-fulness#index .modal__instructor__profile dt {
  margin-bottom: 1em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .m-fulness#index .instructor__inner {
    display: flex;
    justify-content: space-between;
  }
  .m-fulness#index .instructor__textbox {
    width: 535px;
  }
  .m-fulness#index .instructor__imagebox {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .m-fulness#index .instructor {
    padding: 30px 0;
  }
  .m-fulness#index .instructor__ttl__sub {
    text-align: center;
  }
  .m-fulness#index .instructor__ttl {
    text-align: center;
    margin-bottom: .5em;
  }
  .m-fulness#index .instructor__image {
    margin: 1em 0;
    text-align: center;
  }
  .m-fulness#index .instructor__name {
    margin-bottom: 1em;
  }
  .m-fulness#index .modal__instructor {
    padding: 20px 10px;
  }
}

/* reason */
.m-fulness#index .reason {
  padding: 150px 0 80px;
  background:
    url(../images/index/bg_reason-01.jpg) no-repeat 0 0 / 100% auto,
    url(../images/common/bg_ptn-02.png) repeat 0 0;
}
.m-fulness#index .reason-header {
  padding: 50px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #0188cc;
}
.m-fulness#index .reason__ttl__balloon {
  margin-bottom: 1.5em;
}
.m-fulness#index .reason__ttl__balloon span {
  color: #0188cc;
  background: #fff;
}
.m-fulness#index .reason__ttl__balloon span:after {
  border-top-color: #fff;
}
.m-fulness#index .reason__ttl__sub {
  margin-bottom: 1em;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
.m-fulness#index .reason__ttl__sub span {
  border-bottom: 3px solid #55b5f9;
}
.m-fulness#index .reason__ttl {
  color: #fff66c;
}
.m-fulness#index .reason__ttl strong {
  font-size: 125%;
}
.m-fulness#index .reason__list {
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.m-fulness#index .reason__item {
  padding: 50px 40px 60px;
}
.m-fulness#index .reason__item__num {
  margin-bottom: 35px;
  text-align: center;
}
.m-fulness#index .reason__item__ttl {
  margin-bottom: .5em;
}
.m-fulness#index .reason__item__ttl em {
  background: -moz-linear-gradient(top, rgba(255,246,108,0) 0%, rgba(255,246,108,0) 65%, rgba(255,246,108,1) 66%, rgba(255,246,108,1) 85%, rgba(255,246,108,0) 86%, rgba(255,246,108,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,246,108,0) 0%,rgba(255,246,108,0) 65%,rgba(255,246,108,1) 66%,rgba(255,246,108,1) 85%,rgba(255,246,108,0) 86%,rgba(255,246,108,0) 100%);
  background: linear-gradient(to bottom, rgba(255,246,108,0) 0%,rgba(255,246,108,0) 65%,rgba(255,246,108,1) 66%,rgba(255,246,108,1) 85%,rgba(255,246,108,0) 86%,rgba(255,246,108,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff66c', endColorstr='#00fff66c',GradientType=0 );
}
.m-fulness#index .reason__item:nth-child(odd) {
  background: #f5fdff;
}
@media only screen and (min-width: 768px) {
  .m-fulness#index .reason__item__inner {
    display: flex;
    justify-content: space-between;
  }
  .m-fulness#index .reason__item__textbox {
    width: 485px;
  }
  .m-fulness#index .reason__item__image {
    width: 400px;
  }
  .m-fulness#index .reason__item:nth-child(even) .reason__item__textbox {
    order: 2;
  }
  .m-fulness#index .reason__item:nth-child(even) .reason__item__image {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .m-fulness#index .reason {
    padding: 30px 0;
  }
  .m-fulness#index .reason-header {
    padding: 25px 0;
  }
  .m-fulness#index .reason__item {
    padding: 25px 15px;
  }
  .m-fulness#index .reason__item__num {
    margin-bottom: 20px;
  }
  .m-fulness#index .reason__item__num img {
    width: 150px;
  }
  .m-fulness#index .reason__item__ttl {
    text-align: center;
  }
  .m-fulness#index .reason__item__image {
    margin-top: 1em;
    text-align: center;
  }
}



/*===========================================================================
*
*  /m-fulness/price.html
*
*==========================================================================*/
.m-fulness#price .p-courseTabContents .p-courseTabContents__panels .p-courseTabContents__panels__eachPanel > div .p-courseTabContents__panels__eachPanel__note {
  color: inherit;
}
.m-fulness#price .modal__texts {
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__texts {
    padding: 30px 15px;
  }
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__title {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__title span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 70px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__title span:before, .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__title span:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #cfd7de;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__title span:before {
  left: 0;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__title span:after {
  right: 0;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__span,
.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__correction {
  background-color: #b4c1d5;
  color: #fff;
  text-align: center;
  padding: 4px;
  width: 300px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__span,
  .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__correction {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__span {
  float: left;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__span {
    margin-bottom: 10px;
  }
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__correction {
  float: right;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__correction {
    width: none;
  }
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList {
    width: 100%;
  }
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 4px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList li:first-child {
  margin-top: 0;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList li span {
  background-color: #f9f9ab;
  display: inline-block;
  padding: 0 10px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList .modal__texts__holder__content__textList__mark {
  margin-left: 0;
  text-indent: 0;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList .modal__texts__holder__content__textList__mark span {
  background-color: #f9f9ab;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList--l {
  float: left;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList--l {
    float: none;
  }
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList--r {
  float: right;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__content dl dd .modal__texts__holder__content__textList--r {
    float: none;
  }
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__support {
  background-color: #ffffd6;
  padding: 20px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__support p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__support ul {
  margin-left: -15px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__support ul li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 15px;
}

.m-fulness#price .modal__texts .modal__texts__holder .modal__texts__holder__note {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 2em;
}

.m-fulness#price .modal__exam {
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__exam {
    padding: 30px 15px;
  }
}

.m-fulness#price .modal__exam .modal__exam__title {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__exam .modal__exam__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.m-fulness#price .modal__exam .modal__exam__title span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 70px;
}

.m-fulness#price .modal__exam .modal__exam__title span:before, .m-fulness#price .modal__exam .modal__exam__title span:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #cfd7de;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.m-fulness#price .modal__exam .modal__exam__title span:before {
  left: 0;
}

.m-fulness#price .modal__exam .modal__exam__title span:after {
  right: 0;
}

.m-fulness#price .modal__exam .modal__exam__texts {
  border-bottom: 1px solid #b4c1d5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.m-fulness#price .modal__exam .modal__exam__texts .modal__exam__texts__rt {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__exam .modal__exam__texts .modal__exam__texts__rt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-fulness#price .modal__exam .modal__exam__texts .modal__exam__texts__points {
  margin-bottom: 15px;
}

.m-fulness#price .modal__exam .modal__exam__texts .modal__exam__texts__points li {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__exam .modal__exam__texts .modal__exam__texts__points li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-fulness#price .modal__exam .modal__exam__holder .modal__exam__holder__tableSummary {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #b4c1d5;
  padding: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__exam .modal__exam__holder .modal__exam__holder__tableSummary {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-fulness#price .modal__exam .modal__exam__holder table tr th, .m-fulness#price .modal__exam .modal__exam__holder table tr td {
  padding: 10px;
  border: 1px solid #b4c1d5;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__exam .modal__exam__holder table tr th, .m-fulness#price .modal__exam .modal__exam__holder table tr td {
    padding: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-fulness#price .modal__exam .modal__exam__holder table tr th {
  background-color: #f0f3f8;
  vertical-align: middle;
  width: 140px;
  text-align: left;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .m-fulness#price .modal__exam .modal__exam__holder table tr th {
    width: auto;
    white-space: nowrap;
  }
}

.m-fulness#price .modal__exam .modal__exam__holder table tr td {
  background-color: #fdf9ed;
}

.m-fulness#price .modal__exam .modal__exam__holder .modal__exam__holder__note {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}




/*===========================================================================
*
*  /m-fulness/merit.html
*
*==========================================================================*/
.m-fulness#merit .technique__item {
	padding: 50px 0;
}
.m-fulness#merit .technique__item:nth-child(odd) {
	background: #f5fdff;
}
.m-fulness#merit .technique__item__num {
	position: relative;
	width: 160px;
	margin-left: 10px;
	line-height: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #054997;
}
.m-fulness#merit .technique__item__num:before,
.m-fulness#merit .technique__item__num:after {
	content: "";
	position: absolute;
	top: 0;
	border-width: 20px 10px 20px 10px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #054997;
	border-bottom-color: #054997;
}
.m-fulness#merit .technique__item__num:before {
	left: -10px;
}
.m-fulness#merit .technique__item__num:after {
	right: -10px;
}
.m-fulness#merit .technique__item__ttl {
	padding: .75em 0;
	margin-bottom: .75em;
	font-size: 2.6rem;
	background: url(../images/common/line_ptn-01.png) repeat-x left bottom;
}
.m-fulness#merit .technique__item__imagebox {
	position: relative;
}
.m-fulness#merit .technique__item__icon {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 100%;
	text-align: right;
}
.m-fulness#merit .technique__item__icon img + img {
	margin-left: 10px;	
}
@media only screen and (min-width: 768px) {
	.m-fulness#merit .technique__item__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.m-fulness#merit .technique__item__textbox {
		width: 520px;
	}
	.m-fulness#merit .technique__item__imagebox {
		width: 440px;
	}
}
@media only screen and (max-width: 767px) {
	.m-fulness#merit .technique__item {
		padding: 30px 0;
	}
	.m-fulness#merit .technique__item__num {
		width: 120px;
		margin-left: 8px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.m-fulness#merit .technique__item__num:before,
	.m-fulness#merit .technique__item__num:after {
		border-width: 15px 8px 15px 8px;
	}
	.m-fulness#merit .technique__item__num:before {
		left: -8px;
	}
	.m-fulness#merit .technique__item__num:after {
		right: -8px;
	}
	.m-fulness#merit .technique__item__ttl {
		font-size: 2rem;
	}
	.m-fulness#merit .technique__item__imagebox {
		max-width: 440px;
		margin: 1em auto 0;
	}
	.m-fulness#merit .technique__item__icon {
		right: -10px;
		bottom: -10px;
	}
	.m-fulness#merit .technique__item__icon img {
		max-width: 20%;
	}
}




/*===========================================================================
*
*  /m-fulness/support.html
*
*==========================================================================*/
.m-fulness#support .contents__nav {
	padding: 30px 0 50px;
	background: url(../images/common/bg_ptn-01.png) repeat 0 0;
}
.m-fulness#support .contents__nav__item__ttl {
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}
.m-fulness#support .support__list__ttl {
	padding: 1.6em 0;
	color: #054997;
	text-align: center;
	background: url(../images/common/bg_ptn-02.png) repeat 0 0;
}
.m-fulness#support .support__item {
	padding: 50px 0;
}
.m-fulness#support .support__item + .support__item {
	border-top: 1px solid #dadada;
}
.m-fulness#support .support__item__num {
	position: relative;
	width: 230px;
	line-height: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #054997;
}
.m-fulness#support .support__item__num:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-width: 20px 0 20px 10px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #054997;
}
.m-fulness#support .support__item__ttl {
	margin: .75em 0;
}
@media only screen and (min-width: 768px) {
	.m-fulness#support .contents__nav__inner {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#support .contents__nav__item {
		width: 47%;
	}
	.m-fulness#support .support__item__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.m-fulness#support .support__item__textbox {
		width: 520px;
	}
	.m-fulness#support .support__item__image {
		width: 440px;
	}
}
@media only screen and (max-width: 767px) {
	.m-fulness#support .contents__nav {
		padding: 20px 0 30px;
	}
	.m-fulness#support .contents__nav__item + .contents__nav__item {
		margin-top: 30px;
	}
	.m-fulness#support .contents__nav__item__ttl {
		margin-bottom: .5em;
		font-size: 1.2rem;
	}
	.m-fulness#support .support__item {
		padding: 30px 0;
	}
	.m-fulness#support .support__item__num {
		width: 180px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.m-fulness#support .support__item__num:after {
		border-width: 15px 0 15px 8px;
	}
	.m-fulness#support .support__item__image {
		max-width: 440px;
		margin: 1em auto 0;
	}
}




/*===========================================================================
*
*  /m-fulness/exam.html
*
*==========================================================================*/
/* point */
.m-fulness#exam .point__item {
	height: 400px;
	padding: 50px 0;
	background: no-repeat center center / cover;
}
.m-fulness#exam .point__item:nth-child(odd) { background-color: #fff8ee; }
.m-fulness#exam .point__item:nth-child(even) { background-color: #f4f7f8; }
.m-fulness#exam .point__item__num {
	position: relative;
	width: 230px;
	line-height: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #054997;
}
.m-fulness#exam .point__item__num:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-width: 20px 0 20px 10px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #054997;
}
.m-fulness#exam .point__item__ttl {
	margin: .75em 0;
}

/* summary */
.m-fulness#exam .summary {
	padding: 50px 0;
}
.m-fulness#exam .summary__ttl {
	margin-bottom: 1.5em;
	text-align: center;
}
.m-fulness#exam .summary__ttl span {
	display: inline-block;
	position: relative;
	padding: 0 1em;
}
.m-fulness#exam .summary__ttl span:before,
.m-fulness#exam .summary__ttl span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	width: 1.5em;
	border-top: 2px solid #cfd7de;
}
.m-fulness#exam .summary__ttl span:before {
	right: 100%;
}
.m-fulness#exam .summary__ttl span:after {
	left: 100%;
}
.m-fulness#exam .summary__table__wrap {
	max-width: 625px;
	margin: 0 auto;
}
.m-fulness#exam .summary__table th {
	width: 150px;
}
.m-fulness#exam .summary__table__note {
	margin-top: 1em;
	font-size: 1.2rem;
}
.m-fulness#exam .summary__table__note p {
	margin-top: .75em;
}

@media only screen and (min-width: 768px) {
	/* point */
	.m-fulness#exam .point__item__textbox {
		width: 520px;
	}
}
@media only screen and (max-width: 767px) {
	/* point */
	.m-fulness#exam .point__item {
		height: auto;
		padding: 30px 0;
	}
	.m-fulness#exam .point__item {
		background-position: right bottom;
		background-size: 200% auto;
	}
	.m-fulness#exam .point__item__textbox {
		margin-bottom: 50vw;
	}
	.m-fulness#exam .point__item__num {
		width: 180px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.m-fulness#exam .point__item__num:after {
		border-width: 15px 0 15px 8px;
	}

	/* summary */
	.m-fulness#exam .summary {
		padding: 30px 0;
	}
	.m-fulness#exam .summary__table th {
		width: 6em;
	}
}




/*===========================================================================
*
*  /m-fulness/about.html
*
*==========================================================================*/
/* introduction */
.m-fulness#about .introduction {
	padding: 50px 0;
	background: #f5fdff;
}
.m-fulness#about .introduction__ttl {
	margin: 1em 0 1.5em;
	font-size: 2.6rem;
	font-weight: bold;
	color: #158ac8;
	text-align: center;
}
.m-fulness#about .introduction__ttl span {
	border-bottom: 3px solid #55b5f9;
}
.m-fulness#about .introduction__image {
	text-align: center;
}
.m-fulness#about .introduction__textbox {
	position: relative;
	padding: 45px 0 30px;
	margin-top: 60px;
	font-weight: bold;
	color: #0188cc;
	border: 3px solid;
	text-align: center;
	background: #fff;
}
.m-fulness#about .introduction__textbox dt {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	padding: .25em 1.5em;
	font-size: 2rem;
	color: #fff;
	border-radius: 2em;
	background: #0188cc;
	transform: translate(-50%, -50%);
}
.m-fulness#about .introduction__textbox dd {
	font-size: 3rem;
}
/* effective */
.m-fulness#about .effective {
	padding: 50px 0;
}
.m-fulness#about .effective__ttl__balloon {
  margin-bottom: .5em;
  font-weight: bold;
  color: #054997;
  text-align: center;
}
.m-fulness#about .effective__ttl__balloon span {
  display: inline-block;
  position: relative;
  padding: .5em 1em;
}
.m-fulness#about .effective__ttl__balloon span:before,
.m-fulness#about .effective__ttl__balloon span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 2px solid;
}
.m-fulness#about .effective__ttl__balloon span:before {
  left: 0;
  transform: rotate(-40deg);
}
.m-fulness#about .effective__ttl__balloon span:after {
  right: 0;
  transform: rotate(40deg);
}
.m-fulness#about .effective__ttl {
	margin-bottom: .75em;
	font-size: 2.6rem;
	text-align: center;
}
.m-fulness#about .effective__inner {
	margin-top: 50px;
}
.m-fulness#about .effective__list li {
	padding: 20px 30px;
	background: #f2fafe;
}
.m-fulness#about .effective__list li + li {
	margin-top: 30px;
}
.m-fulness#about .effective__list li dd {
	margin: .5em 0 0 1.5em;
	text-indent: -1.5em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0188cc;
}
.m-fulness#about .effective__list li dd:before {
	content: "=";
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}
/* step */
.m-fulness#about .step {
	padding: 50px 0 0;
	background: #f2fafe;
}
.m-fulness#about .step__ttl__balloon {
  margin-bottom: .5em;
  font-weight: bold;
  color: #054997;
  text-align: center;
}
.m-fulness#about .step__ttl__balloon span {
  display: inline-block;
  position: relative;
  padding: .5em 1em;
}
.m-fulness#about .step__ttl__balloon span:before,
.m-fulness#about .step__ttl__balloon span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 2px solid;
}
.m-fulness#about .step__ttl__balloon span:before {
  left: 0;
  transform: rotate(-40deg);
}
.m-fulness#about .step__ttl__balloon span:after {
  right: 0;
  transform: rotate(40deg);
}
.m-fulness#about .step__ttl {
	margin-bottom: .75em;
	font-size: 2.6rem;
	text-align: center;
}
.m-fulness#about .step__text {
	text-align: center;
}
.m-fulness#about .step__lead__list {
	margin: 30px 0 50px;
}
.m-fulness#about .step__lead__list li {
	padding: 30px;
	text-align: center;
	background: #fff;
}
.m-fulness#about .step__lead__ttl {
	margin-bottom: 1em;
}
.m-fulness#about .step__lead__ttl span {
	padding: .25em 1.5em;
	background: #054997;
}
.m-fulness#about .step__lead__ttl span:after {
	border-top-color: #054997;
}
.m-fulness#about .step__lead__text {
	font-size: 1.8rem;
	font-weight: bold;
}
.m-fulness#about .step__item {
	padding: 50px 0;
}
.m-fulness#about .step__item:nth-child(1) { background-color: #fff8f2; }
.m-fulness#about .step__item:nth-child(2) { background-color: #f9fdf1; }
.m-fulness#about .step__item:nth-child(3) { background-color: #eefefd; }
.m-fulness#about .step__item__ttl__balloon {
	margin-bottom: 1em;
}
.m-fulness#about .step__item__ttl__balloon span {
	padding: .25em 1.5em;
	background: #054997;
}
.m-fulness#about .step__item__ttl__balloon span:after {
	border-top-color: #054997;
}
.m-fulness#about .step__item__ttl {
	padding-bottom: .75em;
	margin-bottom: .75em;
	font-size: 2.8rem;
	text-align: center;
	background: url(../images/common/line_ptn-01.png) repeat-x left bottom;
}
@media only screen and (min-width: 768px) {
	/* effective */
	.m-fulness#about .effective__inner {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#about .effective__image {
		width: 660px;
	}
	.m-fulness#about .effective__list {
		width: 320px;
	}
	/* step */
	.m-fulness#about .step__lead__list ul {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#about .step__lead__list li {
		width: 32%;
	}
	.m-fulness#about .step__item__inner {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#about .step__item__textbox {
		width: 520px;
	}
	.m-fulness#about .step__item__image {
		width: 440px;
	}
}
.m-fulness#about .column_more{
  text-align: center;
}
.m-fulness#about .column_more{
  color:#0059c7 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	/* introduction */
	.m-fulness#about .introduction {
		padding: 30px 0;
	}
	.m-fulness#about .introduction__ttl {
		line-height: 2;
		font-size: 1.9rem;
	}
	.m-fulness#about .introduction__textbox {
		position: relative;
		padding: 20px 10px 10px;
		margin-top: 30px;
	}
	.m-fulness#about .introduction__textbox dt {
		white-space: nowrap;
		padding: .25em 1em;
		font-size: 1.4rem;
	}
	.m-fulness#about .introduction__textbox dd {
		font-size: 1.8rem;
	}
	/* effective */
	.m-fulness#about .effective {
		padding: 30px 0;
	}
	.m-fulness#about .effective__ttl {
		font-size: 1.8rem;
	}
	.m-fulness#about .effective__inner {
		margin-top: 20px;
	}
	.m-fulness#about .effective__list {
		margin-top: 10px;
	}
	.m-fulness#about .effective__list li {
		padding: 15px 20px;
	}
	.m-fulness#about .effective__list li + li {
		margin-top: 10px;
	}
	.m-fulness#about .effective__list li dd {
		font-size: 1.6rem;
	}
	/* step */
	.m-fulness#about .step {
		padding: 30px 0 0;
	}
	.m-fulness#about .step__ttl {
		font-size: 1.8rem;
	}
	.m-fulness#about .step__lead__list {
		max-width: 300px;
		margin: 20px auto 30px;
	}
	.m-fulness#about .step__lead__list li {
		padding: 10px;
	}
	.m-fulness#about .step__lead__list li + li {
		margin-top: 10px;
	}
	.m-fulness#about .step__lead__ttl {
		margin-bottom: 1em;
	}
	.m-fulness#about .step__lead__text {
		font-size: 1.2rem;
	}
	.m-fulness#about .step__item {
		padding: 30px 0;
	}
	.m-fulness#about .step__item__ttl {
		font-size: 1.8rem;
	}
	.m-fulness#about .step__item__image {
		margin-top: 1em;
		text-align: center;
	}
}


/*受講生の声へリンク*/

.p-n-uservoice {
	padding: 50px 0;
	overflow: hidden;
}

.p-n-uservoice__leading {
	text-align: center;
}

.p-n-uservoice__leading__points__hl {
	margin-bottom: 30px;
	text-align: center;
}

.p-n-uservoice__leading__balloon {
	margin-bottom: 25px;
}

.p-n-uservoice__leading__intro__rt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 20px;
}

.p-n-uservoice__leading__fig {
	margin: auto;
	width: 440px;
	background-color: #FFF;
	filter: drop-shadow(3px 3px 5px #708090);
}

.p-n-uservoice__leading__fig__box {
	width: 100%;
	padding: 15px;
}

.p-n-uservoice__leading__fig__box_l {
	float: left;
	width: 40%;
}

.p-n-uservoice__leading__fig__box_r {
	float: right;
	width: 55%;
	margin-top: 7%;

}

.p-n-uservoice__leading__fig__box_r p {
	font-size: 16px;
}

.p-n-uservoice__leading__fig__box_r p a {
	text-decoration: underline;
	color: #0059c7;
}

@media only screen and (max-width: 767px) {
	.p-n-uservoice__leading {
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.p-n-uservoice__leading__fig {
		width: 100%;
		text-align: -webkit-center;
	}
	.p-n-uservoice__leading__fig__box_l {
		float: none;
		width: 80%;
	}
	.p-n-uservoice__leading__fig__box_r {
		float: none;
		width: 100%;
		text-align: left;
	}
	.p-n-uservoice__leading__fig__box_r p {
		font-size: 14px;
    text-align: center;
  }
}


/*===========================================================================
*
*  /m-fulness/curriculum.html
*
*==========================================================================*/
/* flow */
.m-fulness#curriculum .flow__item {
	padding: 50px 0;
}
.m-fulness#curriculum .flow__item__head span {
	position: relative;
	display: inline-block;
	width: 150px;
	line-height: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #054997;
}
.m-fulness#curriculum .flow__item__head span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-width: 20px 0 20px 10px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #054997;
}
.m-fulness#curriculum .flow__item__head em {
	display: inline-block;
	margin-left: 1.5em;
	font-size: 2.4rem;
	color: #158ac8;
	vertical-align: middle;
}
.m-fulness#curriculum .flow__item__ttl {
	margin: .75em 0;
}
.m-fulness#curriculum .flow__item__list {
	margin-top: 50px;
	padding: 40px;
	background: #fff;
}
.m-fulness#curriculum .flow__item__list dt {
	font-weight: bold;
}
.m-fulness#curriculum .flow__item__list dd {
	margin-left: 1em;
	text-indent: -1em;
}
.m-fulness#curriculum .flow__item__list dd:before {
	content: "●";
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.m-fulness#curriculum .flow__item__end {
	margin-top: 40px;
	line-height: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.m-fulness#curriculum .flow__item__end img {
	vertical-align: middle;
	margin-right: 1em;
}
.m-fulness#curriculum .flow__item:nth-child(1) { background-color: #fff8f2; }
.m-fulness#curriculum .flow__item:nth-child(1) .flow__item__list dt { color: #e6792c; }
.m-fulness#curriculum .flow__item:nth-child(1) .flow__item__list dd:before { color: #e6792c; }
.m-fulness#curriculum .flow__item:nth-child(1) .flow__item__end { color: #e6792c; background-color: #ffead2; }
.m-fulness#curriculum .flow__item:nth-child(2) { background-color: #f9fdf0; }
.m-fulness#curriculum .flow__item:nth-child(2) .flow__item__list dt { color: #5eb346; }
.m-fulness#curriculum .flow__item:nth-child(2) .flow__item__list dd:before { color: #5eb346; }
.m-fulness#curriculum .flow__item:nth-child(2) .flow__item__end { color: #5eb346; background-color: #e9f2da; }
.m-fulness#curriculum .flow__item:nth-child(3) { background-color: #f0fffd; }
.m-fulness#curriculum .flow__item:nth-child(3) .flow__item__list dt { color: #00a59c; }
.m-fulness#curriculum .flow__item:nth-child(3) .flow__item__list dd:before { color: #00a59c; }
.m-fulness#curriculum .flow__item:nth-child(3) .flow__item__end { color: #00a59c; background-color: #dff1ef; }
/* pass */
.m-fulness#curriculum .after {
	position: relative;
	padding: 60px 0 50px;
	background: url(../images/common/bg_ptn-02.png) repeat 0 0;
}
.m-fulness#curriculum .after:before,
.m-fulness#curriculum .after:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	border-width: 30px 40px 0 40px;
	border-style: solid;
	border-color: transparent;
	transform: translateX(-50%);
}
.m-fulness#curriculum .after:before {
	top: -1px;
	border-top-color: #effefd;
}
.m-fulness#curriculum .after:after {
	top: calc(100% - 1px);
	border-top-color: #a7e1f7;
	z-index: 1;
}
.m-fulness#curriculum .after__head {
	margin-bottom: 1em;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #158ac8;
}
.m-fulness#curriculum .after__ttl__balloon span {
	background: #054997;
}
.m-fulness#curriculum .after__ttl__balloon span:after {
	border-top-color: #054997;
}
.m-fulness#curriculum .after__ttl {
	margin: .75em 0;
}
/* pass */
.m-fulness#curriculum .pass {
	position: relative;
	padding: 60px 0 40px;
}
.m-fulness#curriculum .pass__head {
	margin-bottom: 1em;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #158ac8;
}
.m-fulness#curriculum .pass__item__ttl__balloon {
	position: relative;
	margin: 0 10px;
	line-height: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #054997;
}
.m-fulness#curriculum .pass__item__ttl__balloon:before,
.m-fulness#curriculum .pass__item__ttl__balloon:after {
	content: "";
	position: absolute;
	top: 0;
	border-width: 20px 10px 20px 10px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #054997;
	border-bottom-color: #054997;
}
.m-fulness#curriculum .pass__item__ttl__balloon:before {
	left: -10px;
}
.m-fulness#curriculum .pass__item__ttl__balloon:after {
	right: -10px;
}
.m-fulness#curriculum .pass__item__ttl {
	margin: .75em 0;
}
.m-fulness#curriculum .pass__item__image {
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
	/* flow */
	.m-fulness#curriculum .flow__item__inner {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#curriculum .flow__item__textbox {
		width: 460px;
	}
	.m-fulness#curriculum .flow__item__image {
		width: 460px;
	}
	.m-fulness#curriculum .flow__item__list ul {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#curriculum .flow__item__list li {
		width: 50%;
	}
	/* after */
	.m-fulness#curriculum .after__inner {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#curriculum .after__textbox {
		width: 520px;
	}
	.m-fulness#curriculum .after__ttl__balloon {
		text-align: left;
	}
	.m-fulness#curriculum .after__image {
		width: 440px;
	}
	/* pass */
	.m-fulness#curriculum .pass__inner {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#curriculum .pass__item{
		width: 47.5%;
	}
}
@media only screen and (max-width: 767px) {
	/* flow */
	.m-fulness#curriculum .flow__item {
		padding: 30px 0;
	}
	.m-fulness#curriculum .flow__item__head span {
		width: 7em;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.m-fulness#curriculum .flow__item__head span:after {
		border-width: 15px 0 15px 8px;
	}
	.m-fulness#curriculum .flow__item__head em {
		font-size: 1.6rem;
	}
	.m-fulness#curriculum .flow__item__image {
		margin-top: 1em;
		text-align: center;
	}
	.m-fulness#curriculum .flow__item__list {
		margin-top: 1em;
		padding: 15px;
	}
	.m-fulness#curriculum .flow__item__end {
		margin-top: 1em;
		line-height: 3em;
		font-size: 1.6rem;
	}
	/* after */
	.m-fulness#curriculum .after {
		padding: 30px 0;
	}
	.m-fulness#curriculum .after:before,
	.m-fulness#curriculum .after:after {
		border-width: 15px 20px 0 20px;
	}
	.m-fulness#curriculum .after__head {
		font-size: 1.8rem;
	}
	.m-fulness#curriculum .after__image {
		margin-top: 1em;
		text-align: center;
	}
	/* pass */
	.m-fulness#curriculum .pass {
		position: relative;
		padding: 30px 0;
	}
	.m-fulness#curriculum .pass__head {
		font-size: 1.8rem;
	}
	.m-fulness#curriculum .pass__item + .pass__item {
		margin-top: 20px;
	}
	.m-fulness#curriculum .pass__item__image {
		margin-bottom: 1em;
		text-align: center;
	}
	.m-fulness#curriculum .pass__item__ttl__balloon {
		margin: 0 8px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.m-fulness#curriculum .pass__item__ttl__balloon:before,
	.m-fulness#curriculum .pass__item__ttl__balloon:after {
		border-width: 15px 8px 15px 8px;
	}
	.m-fulness#curriculum .pass__item__ttl__balloon:before {
		left: -8px;
	}
	.m-fulness#curriculum .pass__item__ttl__balloon:after {
		right: -8px;
	}
}




/*===========================================================================
*
*  /m-fulness/text.html
*
*==========================================================================*/
/* contents__nav */
.m-fulness#text .contents__nav {
	padding: 50px 0;
  background: #f2fafe;
}
.m-fulness#text .contents__nav__ttl__balloon {
  margin-bottom: .5em;
  font-weight: bold;
  color: #054997;
  text-align: center;
}
.m-fulness#text .contents__nav__ttl__balloon span {
  display: inline-block;
  position: relative;
  padding: .5em 1.5em;
}
.m-fulness#text .contents__nav__ttl__balloon span:before,
.m-fulness#text .contents__nav__ttl__balloon span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 2px solid;
}
.m-fulness#text .contents__nav__ttl__balloon span:before {
  left: 0;
  transform: rotate(-40deg);
}
.m-fulness#text .contents__nav__ttl__balloon span:after {
  right: 0;
  transform: rotate(40deg);
}
.m-fulness#text .contents__nav__ttl {
	margin: .5em 0 1em;
	font-size: 2.8rem;
	color: #158ac8;
	text-align: center;
}
.m-fulness#text .contents__nav__list {
	padding-bottom: 10px;
}
.m-fulness#text .contents__nav__item__btn a {
	line-height: 1.4;
	padding-top: .75em;
	padding-bottom: .75em;
}
.m-fulness#text .contents__nav__item__btn a:after {
	transform: rotate(90deg);
}
/* flow */
.m-fulness#text .flow__item {
	position: relative;
	padding: 50px 0;
}
.m-fulness#text .flow__item:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	border-width: 80px 50vw 0 50vw;
	border-style: solid;
	border-color: transparent;
	z-index: 1;
}
.m-fulness#text .flow__item:nth-child(1) { background: #fef2f5; }
.m-fulness#text .flow__item:nth-child(1):after { border-top-color: #fef2f5; }
.m-fulness#text .flow__item:nth-child(2) { padding-top: 130px; background: #f8fbf0; }
.m-fulness#text .flow__item:nth-child(2):after { border-top-color: #f8fbf0; }
.m-fulness#text .flow__item:nth-child(3) { padding-top: 130px; background: #f6fcff; }
.m-fulness#text .flow__item:nth-child(3):after { border-top-color: #f6fcff; }
.m-fulness#text .flow__item__ttl__balloon span {
	padding-top: .25em;
	padding-bottom: .25em;
}
.m-fulness#text .flow__item__ttl {
	line-height: 2;
	margin: .75em 0;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #158ac8;
}
.m-fulness#text .flow__item__ttl span {
	border-bottom: 3px solid #55b5f9;
}
.m-fulness#text .flow__item__inner {
	padding: 40px;
	border-radius: 10px;
	background: #fff;
}
.m-fulness#text .flow__item__inner + .flow__item__inner {
	margin-top: 40px;
}
.m-fulness#text .flow__item__ttl-02 {
	margin-bottom: 2em;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.m-fulness#text .flow__item__ttl-02 span {
	position: relative;
	display: inline-block;
	width: 260px;
	line-height: 40px;
	background: #fd355c;
}
.m-fulness#text .flow__item__ttl-02 span:before,
.m-fulness#text .flow__item__ttl-02 span:after {
	content: "";
	position: absolute;
	top: 0;
	border-width: 20px 10px 20px 10px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fd355c;
	border-bottom-color: #fd355c;
}
.m-fulness#text .flow__item__ttl-02 span:before {
	left: -10px;
}
.m-fulness#text .flow__item__ttl-02 span:after {
	right: -10px;
}
.m-fulness#text .flow__item__desc {
	margin-bottom: 2em;
	text-align: center;
}
.m-fulness#text .flow__item__text {
	margin-top: 2em;
}
/* point */
.m-fulness#text .point__item__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 85px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #eb6ca3;
}
.m-fulness#text .point__item__image {
	margin: 1.5em 0;
}
.m-fulness#text .point__item__image a {
	display: block;
	position: relative;
}
.m-fulness#text .point__item__image a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 67px;
	height: 67px;
	background: url(../images/text/icon_zoom.png) repeat center center / contain;
}
.m-fulness#text .point__item__image img {
	box-shadow: 0 3px 17px 0 rgba(0, 0, 0, .13);
}
/*.m-fulness#text .c-modal .c-modal__flame {
	width: 95%;
	max-width: 1000px;
	margin-left: 0;
	transform: translateX(-50%);
}
.m-fulness#text .modal__point__image {
	text-align: center;
}*/
/* movie */
.m-fulness#text .movie__item__ttl {
	margin: 2em 0 1em;
	padding: .75em 1em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #054997;
}
.m-fulness#text .movie__summary__list {
	margin-top: 40px;
	padding: 40px;
	border: 1px solid #054997;
}
.m-fulness#text .movie__summary__list dt {
	font-weight: bold;
	color: #054997;
}
.m-fulness#text .movie__summary__list dd {
	margin-left: 1em;
	text-indent: -1em;
}
.m-fulness#text .movie__summary__list dd:before {
	content: "●";
	display: inline-block;
	width: 1em;
	color: #054997;
	text-indent: 0;
}
/* special */
.m-fulness#text .special__ttl {
	padding: 130px 0 50px;
	text-align: center;
	background: url(../images/common/bg_ptn-02.png) repeat 0 0;
}
.m-fulness#text .special__ttl span {
	color: #054997;
}
.m-fulness#text .special__item {
	padding: 50px 0;
}
.m-fulness#text .special__item + .special__item {
	border-top: 1px solid #dadada;
}
.m-fulness#text .special__item__ttl__balloon span {
	position: relative;
	display: inline-block;
	width: 150px;
	line-height: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #054997;
}
.m-fulness#text .special__item__ttl__balloon span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-width: 20px 0 20px 10px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #054997;
}
.m-fulness#text .special__item__ttl {
	margin: .75em 0;
}
@media only screen and (min-width: 768px) {
	/* contents__nav */
	.m-fulness#text .contents__nav__list ul {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#text .contents__nav__list li {
		width: 30%;
	}
	/* point */
	.m-fulness#text .point__list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.m-fulness#text .point__list li {
		width: 30.5%;
	}
	.m-fulness#text .point__list li:nth-child(n+4) {
		margin-top: 30px;
	}
	/* movie*/
	.m-fulness#text .movie__list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.m-fulness#text .movie__list li {
		width: 30.5%;
	}
	.m-fulness#text .movie__summary__list ul {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#text .movie__summary__list li {
		width: 50%;
	}
	.m-fulness#text .movie__summary__list dt {
		height: 2em;
	}
	/* special */
	.m-fulness#text .special__item__inner {
		display: flex;
		justify-content: space-between;
	}
	.m-fulness#text .special__item__textbox {
		width: 520px;
	}
	.m-fulness#text .special__item__image {
		width: 440px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.m-fulness#text .flow__item:after {
		border-width: 80px 550px 0 550px;
	}
}
@media only screen and (max-width: 767px) {
	/* contents__nav */
	.m-fulness#text .contents__nav {
		padding: 30px 0;
	}
	.m-fulness#text .contents__nav__ttl {
		font-size: 1.8rem;
	}
	.m-fulness#text .contents__nav__list li + li {
		margin-top: 15px;
	}
	/* flow */
	.m-fulness#text .flow__item {
		padding: 30px 0;
	}
	.m-fulness#text .flow__item:after {
		border-width: 40px 50vw 0 50vw;
	}
	.m-fulness#text .flow__item:nth-child(2) { padding-top: 70px;}
	.m-fulness#text .flow__item:nth-child(3) { padding-top: 70px;}
	.m-fulness#text .flow__item__ttl {
		font-size: 1.8rem;
	}
	.m-fulness#text .flow__item__inner {
		padding: 25px 15px;
		border-radius: 5px;
	}
	.m-fulness#text .flow__item__inner + .flow__item__inner {
		margin-top: 20px;
	}
	.m-fulness#text .flow__item__ttl-02 {
		margin-bottom: 1.5em;
		font-size: 1.6rem;
	}
	.m-fulness#text .flow__item__ttl-02 span {
		width: 14em;
		line-height: 30px;
	}
	.m-fulness#text .flow__item__ttl-02 span:before,
	.m-fulness#text .flow__item__ttl-02 span:after {
		border-width: 15px 8px 15px 8px;
	}
	.m-fulness#text .flow__item__ttl-02 span:before {
		left: -8px;
	}
	.m-fulness#text .flow__item__ttl-02 span:after {
		right: -8px;
	}
	.m-fulness#text .flow__item__desc {
		margin-bottom: 1em;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.m-fulness#text .flow__item__text {
		margin-top: 1em;
	}
	/* point */
	.m-fulness#text .point__item + .point__item {
		margin-top: 30px;
	}
	.m-fulness#text .point__item__ttl {
		height: auto;
		padding: .5em 1em;
		font-size: 1.4rem;
	}
	.m-fulness#text .point__item__image {
		max-width: 560px;
		margin: 1em auto;
	}
	/* movie */
	.m-fulness#text .movie__item + .movie__item {
		margin-top: 30px;
	}
	.m-fulness#text .movie__item__image {
		text-align: center;
	}
	.m-fulness#text .movie__item__ttl {
		margin: 1em 0;
		padding: .75em 1em;
	}
	.m-fulness#text .movie__summary__list {
		margin-top: 20px;
		padding: 20px;
	}
	/* special */
	.m-fulness#text .special__ttl {
		padding: 70px 0 30px;
	}
	.m-fulness#text .special__item {
		padding: 30px 0;
	}
	.m-fulness#text .special__item__ttl__balloon span {
		width: 10em;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.m-fulness#text .special__item__ttl__balloon span:after {
		border-width: 15px 0 15px 8px;
	}
	.m-fulness#text .special__item__ttl {
		margin: .75em 0;
	}
	.m-fulness#text .special__item__image {
		margin-top: 1em;
		text-align: center;
	}
}

/*===========================================================================
*
*	review.html
*
*==========================================================================*/

/* -----------------------------------------------------------------
*  吹き出しカラー
*  ---------------------------------------------------------------*/
.u-n-themeBalloonColor > span{
    background-color: #0188cc!important;
}
.u-n-themeBalloonColor > span:after{
    border-top-color: #0188cc!important;
}

/* -----------------------------------------------------------------
*  もっと見るボタン色
*  ---------------------------------------------------------------*/

.p-n-reviews__more__btn > a{
    background-color: #eb6ca3;
    box-shadow: 0 8px 0 #a61956;
    color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
    .p-n-reviews__more__btn > a{
        box-shadow: 0 4px 0 #a61956;
    }
}
.p-n-reviews__more__btn > a:hover{
    box-shadow: 0 0 0 #a61956;
}
/* _微調整
--------------------------*/
.p-contentsNav .p-contentsNav__list .p-contentsNav__list__item {
    width: 10%!important;
}