@charset "utf-8";
/* CSS Document */
.subpage-top {
padding-bottom: 0px!important;
padding-top: 48px;
}
.houjin-merit-section__heading_sub{
    font-size: 1.8rem;
}
.nikkei_denshiban_logo {
	width: 200px;
	margin: 30px auto 0;
}
.p-priceOptionFoot_title {
    font-size: 2.5rem;
    font-weight: bold;
	text-align: center;
	margin: 0 auto 20px;
}
.btn-area--footer {
    margin-bottom: 20px;
}
.primary_text_sub p {
	margin: 0 auto 20px;
	text-align: center;
	font-size: 1.4rem;
}
.primary_text_sub p a {
	text-decoration: underline;
}
.plan-sub {
    margin-top: 40px;
}
@media screen and (max-width: 1279px) {
  .houjin-merit-section__heading_sub {
    font-size: 1.6rem;
  }
}
.houjin-merit-case__main-text_bouder{
border-bottom: #f48600 solid 1px;
}
.section-houjin-plan-detail_us{
background: #003e70!important;
}
@media screen and (max-width: 768px) {
  .price-body_houjin {
    padding: 48px 24px 40px;
  }
}.information-area
.price-wrap_houjin {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 40px;
}
.common-inner .information-area{
background-color: #003e70!important;
}
@media screen and (max-width: 768px){
.common-inner {
    padding: 0px 6px;
}
}
.subpage-price-main .common-inner{
background-color: #003e70;
}
.primary-btn--consultation .primary-btn__inner{
background-color: #fff!important;
    color: #003e70!important;
}
.primary-btn--consultation .primary-btn__inner:after{
background: url("../assets/img/ic_arrow_right_02.svg") no-repeat;
}
.primary-btn--houjin-sidemenu-consultation .primary-btn__inner:after{
background: url("../assets/img/ic_arrow_right_02.svg") no-repeat;
}
.case-list__main-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
	text-align: center;
}
.case-list__sub-text {
  position: relative;
  margin-top: 12px;
padding-left: 2px;
}
.case-list__sub-text::before {
display: none;
}

/*20240530add*/
a{
	text-decoration: none;
}
.p-priceOptionFoot{
	padding:70px 0 0;
	background:#003e70;
}
@media screen and (max-width: 1279px){
	.p-priceOptionFoot{
		padding:40px 0 0px
	}
}
.p-priceOptionFoot__column{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
@media screen and (max-width: 1279px){
	.p-priceOptionFoot__column{
		display:block
	}
}
@media screen and (min-width: 769px){
	.p-priceOptionFoot__pic{
		margin-right:40px
	}
}
@media screen and (max-width: 1279px){
	.p-priceOptionFoot__pic{
		margin-bottom:33px;
		text-align:center}
}
.p-priceOptionFoot__picImg{
	max-width:312px;
	-webkit-filter:drop-shadow(0px 4px 80px rgba(84, 91, 113, 0.25));
	filter:drop-shadow(0px 4px 80px rgba(84, 91, 113, 0.25))
}
@media screen and (max-width: 1279px){
	.p-priceOptionFoot__picImg{
		max-width:320px;
	}
}
@media screen and (max-width: 480px){
	.p-priceOptionFoot__picImg{
		max-width:100%;
	}
}
.p-priceOptionFoot__text{
	color:#fff;
	font-size:2.2rem;
	font-weight:700;
	line-height:1.5
}
@media screen and (max-width: 1279px){
	.p-priceOptionFoot__text{
		margin-bottom:33px;
		text-align:center;
		font-size:1.8rem;
		line-height:1.4
	}
}
.p-priceOptionFoot__btnLink{
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height:100%;
	padding:29px 89px 27px 111px;
	border-radius:3px;
	background:#fff;
	color:#003e70;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
	-webkit-transition:color .5s,background-color .5s;transition:color .5s,background-color .5s;
	will-change:color,background-color
}
@media screen and (max-width: 1279px){
	.p-priceOptionFoot__btnLink{
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		padding:28px 50px 28px 82px;
		margin: 0;
	}
}
@media(hover: hover){.p-priceOptionFoot__btnLink:where(:-moz-any-link,:enabled,summary):hover{background:#0e2f4a;color:#fff}.p-priceOptionFoot__btnLink:where(:any-link,:enabled,summary):hover{background:#0e2f4a;color:#fff}.p-priceOptionFoot__btnLink:where(:-moz-any-link,:enabled,summary):hover::after{background-image:url(../../assets/img/common/icon_arrow02_white.svg)}.p-priceOptionFoot__btnLink:where(:any-link,:enabled,summary):hover::after{background-image:url(../../assets/img/common/icon_arrow02_white.svg)}}.p-priceOptionFoot__btnLink::before{content:"";position:absolute;top:0;left:28px;width:52px;height:100%;background:url("../img/icon_light01.svg") no-repeat center/contain}@media screen and (max-width: 1279px){.p-priceOptionFoot__btnLink::before{left:20px}}.p-priceOptionFoot__btnLink::after{content:"";position:absolute;top:0;right:28px;width:20px;height:100%;background:url("../img/icon_arrow02.svg") no-repeat center/contain;-webkit-transition:background-image .5s;transition:background-image .5s;will-change:background-image}@media screen and (max-width: 1279px){.p-priceOptionFoot__btnLink::after{right:20px}}

/* price-option-main */
.price-option{
padding: 8px 42px 100px;
background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .price-option {
    padding: 8px 16px 40px;
  }
}

.price-option-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 0 80px;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .price-option-main {
    margin: 48px auto 0;
    padding: 0px 0px 0px;
  }
}

.price-option-main__head {
  margin-bottom: 40px;
  background-color: #fff;
  color: #003e70;
}
@media screen and (max-width: 768px) {
  .price-option-main__head {
    margin-bottom: 32px;
  }
}

.price-option-main__head-text {
  margin-top: 8px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .price-option-main__head-text {
    font-size: 1.2rem;
  }
}

/* price-img-box */
.price-img-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .price-img-box-wrap {
    display: block;
    max-width: 506px;
    margin: 24px auto 0;
  }
}

.price-img-box {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .price-img-box {
    width: auto;
  }
}

.price-img-box + .price-img-box {
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  .price-img-box + .price-img-box {
    margin-top: 32px;
    margin-left: 0;
  }
}

.price-img-box__body {
  padding: 16px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 1279px) {
  .price-img-box__body {
    padding: 16px 12px 12px;
  }
}

.price-img-box__title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .price-img-box__title {
    font-size: 1.6rem;
  }
}

.price-img-box__figure {
  max-width: 368px;
  margin: 0 auto;
}

.price-img-box__bottom {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .price-img-box__bottom {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .price-img-box__bottom {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* -----------------
  price
------------------*/


/* price-option-main */
.price-option-main {
  max-width: 1440px;
  margin: 0 auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .price-option-main {
    margin: 0 auto 0;
    padding-bottom: 32px;
  }
}

.price-option-main__head {
  margin-bottom: 40px;
  background-color: #fff;
  color: #003e70;
}
@media screen and (max-width: 768px) {
  .price-option-main__head {
    margin-bottom: 32px;
  }
}

.price-option-main__head-text {
  margin-top: 8px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .price-option-main__head-text {
    font-size: 1.2rem;
  }
}

/* subpage-price-main */
.subpage-price-main {
  background-color: #003e70;
  color: #fff;
}

/* subpage-price-main-inner */
.subpage-price-main-inner {
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .subpage-price-main-inner {
    padding: 0 16px;
  }
}
/* price-content */
.price-content {
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.price-content:last-of-type .media ul{
	padding: 0;
}
@media screen and (max-width: 768px) {
  .price-content {
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
    .price-content+.price-content .media ul {
        padding: 0;
    }
}
.price-content--top {
  border-top: none;
}

.price-content--bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.price-content--card {
  padding: 32px 0;
  border-top: 1px solid #c7d3e6;
}
@media screen and (max-width: 1279px) {
  .price-content--card {
    max-width: 660px;
    margin: 0 auto;
    padding: 24px 0;
  }
}

.price-content--head {
  border-top: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .price-content--head .price-content__heading {
    font-size: 2.2rem;
  }
}

.price-content--slice {
  padding: 0;
}

.price-content__heading {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  word-break: keep-all;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .price-content__heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .price-content__heading {
    line-height: 1.4;
  }
}

.price-content__heading wbr::before {
  content: '\200B';
}

.price-content__text {
	margin-top: 14px;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .price-content__text {
    font-size: 1.6rem;
  }
}

.price-content__text-item + .price-content__text-item {
  margin-top: 8px;
}

.price-content__link {
  color: #333;
}

.price-content__link--white {
  color: #fff;
}

/* price-content__text-wrap--flex */
.price-content__text-wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .price-content__text-wrap--flex {
    display: block;
  }
}

.price-content__text-wrap--flex .price-content__text {
  margin-top: 0;
}

.price-content__text-wrap--flex .price-content__text + .price-content__text {
  margin-left: 42px;
}
@media screen and (max-width: 768px) {
  .price-content__text-wrap--flex .price-content__text + .price-content__text {
    margin-top: 24px;
    margin-left: 0;
  }
}

/* price-main */
.price-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width: 1279px) {
  .price-main {
    max-width: 1000px;
	padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .price-main {
    max-width: 100%;
  }
}

/* price-main--group */
.price-main--group .price-head__tag-text {
  background-color: #003e70;
  color: #fff;
}

.price-main--group .price-head__title {
  color: #003e70;
}

.price-main--group .price-minutely-wrap {
  border-top: 1px solid #c7d3e6;
}

.price-main--group .price-content:nth-of-type(2n) {
  border-top: 1px solid #c7d3e6;
  padding:  36px 0;
}

.price-main--group .price-list {
  border-top: 1px solid #c7d3e6;
}

.price-main--group .price-minutely__row-title {
  border: 1px solid #333;
}

.price-main--group .price-list__item::before {
  background-color: #333;
}
/*
price-content-detail
*/
.price-main--group .price-content__border{
border-top:none;
padding: 0 0 36px;
}
.price-wrap{
padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .price-wrap {
    padding-top: 48px;
  }
}
.houjin-btn-area .primary-btn--register .primary-btn__inner{
    background-color: #fff;
	color: #003e70;
	border: solid 1px #003e70; 
}
/*
option-viewer
*/
.viewer {
    display: flex;
    max-width: 770px;
    width: 100%;
    margin: 0 auto 0;
	text-align: center;
}
@media screen and (max-width:600px){
.viewer{
display: block;	
}
}
.viewer ul:first-child {
    padding-left: 0;
    border-left: none;
}
.viewer ul {
    max-width: 260px;
    width: 33.3%;
    padding: 30px 0 0 0;
}
@media screen and (max-width:600px){
.viewer ul{
    padding: 30px 0 0 0;
	max-width: 100%;
	width: 100%;
}
}
.viewer li {
    list-style: none;
}

.viewer-list__figure{
margin: auto;
}
.viewer-list__figure figure{
max-width: 130px;
margin: auto;
}
@media screen and (max-width:600px){
.viewer-list__figure figure{
max-width: 120px;
}
}
.viewer-list__maintxt{
font-size: 1.4rem;
}
.viewer-list__maintxt b{
padding: 16px;
}
@media screen and (max-width:768px){
.viewer-list__maintxt{
font-size: 1.2rem;
}
}
.viewer-list__pricearea{
margin: 10px 0;
font-weight: bold;
}
@media screen and (max-width:768px){
.viewer-list__pricearea .houjin-plan-detail-price__number--large{
font-size:1.8rem;
}
}
@media screen and (max-width:768px){
.viewer-list__pricearea .houjin-plan-detail-price__table-price--sub{
font-size:1.0rem;
}
}

/*
option-media
*/

.media {
    display: flex;
    max-width: 770px;
    width: 100%;
    margin: 0 auto 0;
	text-align: center;
}
.denshiban_media .media-list__figure figure img+img{
	display: block;
	margin: 20px auto 0;
}
@media screen and (max-width:600px){
.media {
    display: block;
}
}
.media ul:first-child {
    padding-left: 0;
    border-left: none;
    padding-right: 30px;
	margin: auto;
}

.denshiban_media ul:first-child {
	padding-right: 0;
}
@media screen and (max-width:600px){
.media ul:first-child {
    padding-right: 0;
}
}
.media ul {
    width: 33.3%;
    padding: 30px 0 0;
}

.price-content:last-of-type .media ul{
	padding: 0;
}
@media screen and (max-width:600px){
.media ul{
	width: 100%;
	max-width: 100%;
    padding: 30px 0 0 4px;
}
.price-content:last-of-type .media ul{
	padding: 0;
}
}
.media li {
    list-style: none;
}
.media-list__figure{
margin: auto;
}
.media-list__figure figure{
max-width: 180px;
margin: auto;
}

.denshiban_media .media-list__figure figure  {
    max-width: 230px;
}
@media screen and (max-width:600px){
.media-list__figure figure{
max-width: 160px;
margin: auto;
}

.denshiban_media .media-list__figure figure  {
max-width: 180px;
}
}
.media-list__maintxt{
font-size: 1.4rem;
}
@media screen and (max-width:768px){
.media-list__maintxt{
font-size: 1.2rem;
}
}
.media-list__pricearea{
margin: 10px 0;
font-weight: bold;
}
@media screen and (max-width:768px){
.media-list__pricearea .houjin-plan-detail-price__number--large{
font-size:1.8rem;
}
}
@media screen and (max-width:768px){
.media-list__pricearea .houjin-plan-detail-price__table-price--sub{
font-size:1.0rem;
}
}
.houjin-plan-detail-price__number--large {
  color: #f58700;
  font-size: 2.4rem;
  line-height: 1.1;
}
.houjin-plan-detail-price__table-price--sub {
    font-size: 1.2rem;
}
@media screen and (min-width:768px){
.plan_subscribe_02 {
    display: table;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 0px 24px;
    max-width: 962px;
}
.plan_subscribe_02 .plan_50 {
    display: table-cell;
    width: 50%;
    padding: 24px 16px;
}
.plan_subscribe_02 .plan_50:nth-of-type(2n) {
    border-left: 1px solid rgba(255,255,255,.3);
}
}
@media screen and (min-width:1000px){
.plan_subscribe_02 .plan_50 {
    display: table-cell;
    width: 50%;
    padding: 24px 32px;
}
}
.plan_subscribe_02 .plan_50 .primary-btn__inner-white{
background: #fff;
color: #003e70
}
.plan_subscribe_02 .plan_50 .primary-btn__inner-white::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url("../assets/img/ic_arrow_right_02.svg") no-repeat;
    background-size: 9px 15px;
    transform: translate(0,-50%);
}
.plan_subscribe_02 .plan_50 dl dt {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 12px;
    text-align: center;
}
.plan_subscribe_02{
list-style: none;
}
@media screen and (max-width:768px){
.plan_50{
padding-bottom: 40px;
}
}
.a-fs20 {
    font-size: 20px!important;
}
.plan_subscribe_02 .price_ttl {
    font-size: 12px;
}
.plan_subscribe_02 .plan_pic {
    position: relative;
    text-align: center;
    height: 185px;
}
@media screen and (max-width:600px){
.plan_subscribe_02 .plan_pic_sp {
    height: 358px;
}
}
.plan_subscribe_02 .plan_pic img {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 18px;
}
@media screen and (max-width:600px){
	.plan_pic_pc{
	display: none;
	}
}
@media screen and (min-width:600px){
	.plan_pic_sp{
	display: none;
	}
}
.plan_subscribe_02 .price_plan {
    color: #F78600;
    font-size: 27px;
    font-weight: 700;
    margin-left: 3px;
}
.plan_price{
text-align: center;
}
.plan_subscribe_02 .plan_note {
    padding: 0px;
}
.plan_subscribe_02 .plan_note_title_wrap {
    position: relative;
    min-height: 24px;
    margin-top: 40px;
}
.plan_subscribe_02 .plan_note_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
}
@media screen and (min-width:768px){
.plan_subscribe_02 .plan_note_title {
    text-align: center;
}
}
.price-option-main .p-priceOptionFoot {
    padding: 40px 0 0;
    background: #fff;
}
.price-option-main .p-priceOptionFoot__text {
    color: #003e70;
}
.price-option-main .p-priceOptionFoot__btnLink {
    background: #003e70;
    color: #ffffff;
}
.price-option-main .p-priceOptionFoot__btnLink::after {
    content: "";
    position: absolute;
    top: 0;
    right: 28px;
    width: 20px;
    height: 100%;
    background: url(../img/icon_arrow03.svg) no-repeat center / contain;
    -webkit-transition: background-image .5s;
    transition: background-image .5s;
    will-change: background-image;
}
.common-inner .price-option-main .information-area {
    background-color: #fff !important;
}
.price-option-main .btn-area--information {
    margin: 20px 0 0;
}
.subpage-price-main .common-inner {
    padding: 42px 42px 120px;
}
@media screen and (max-width: 768px) {
    .subpage-price-main .common-inner {
        padding: 16px 16px 60px;
    }
}
.information-area {
	padding: 40px 0;
}
@media screen and (max-width:768px){
	.information-area {
		padding: 0;
	}
	.btn-area--information {
    margin: 20px 0px 0;
}
}
.denshiban {
    display: flex;
    max-width: 770px;
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    padding-top: 30px;
}
.denshiban ul {
    width: 64.9%;
}
.denshiban ul:first-of-type .media-list__figure figure {
    max-width: 445px;
    margin: 0 0 10px;
}
.contents-title {
    margin-top: 10px;
}
.pricearea {
    margin: 10px 0;
    font-weight: bold;
}
.houjin-plan-detail-price__number--large {
    color: #f58700;
    font-size: 24px;
    line-height: 1.1;
}
.houjin-plan-detail-price__table-price--sub {
    font-size: 12px;
}
ul {
  list-style: none;
}
.nikkei_denshiban_text {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    word-break: keep-all;
}
.denshiban .media-list__figure figure {
    max-width: 260px;
}
.denshiban ul {
     width: 60%;
}
.denshiban ul:last-of-type {
    width: 346px;
    margin: auto;
}
.maintxt p {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
     .denshiban {
        display: block;
    }
	.denshiban ul {
		width: auto;
	}
	.denshiban ul:last-of-type {
  		 width: auto;
	}
	.denshiban ul:first-of-type .media-list__figure figure {
        margin: 0 auto 10px;
	}
	.denshiban ul:first-of-type{
		margin: 0 auto 50px;
	}
}

.nikkei_denshiban_logo_price img {
	width: 200px;	
    padding: 0 0 6px;

}
.contents-title p{
	font-size: 1.8rem; 
	padding: 10px 0 5px;
}
@media screen and (max-width: 400px) {
	.houjin-plan-detail-price__number--large {
		font-size: 1.8rem;
	}
	.contents-title p {
		font-size: 1.6rem
	}
	.nikkei_denshiban_logo_price img {
		width: 150px;
		padding: 0 0 5px;
	}
}
@media screen and (max-width: 1279px) {
	.houjin-hero__figure {
		padding: 0 0 50px;
    }
}
