@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* 中野ユカリの1年中使える大人服レッスン */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
  background: #E8EDF8;
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/

#nakanoyukari {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  #nakanoyukari {
  }
}

@media print, screen and (min-width: 840px){
  main {
    padding-bottom: 100px;
  }
}


/*header
--------------------------------------------------------------------*/

.nakanoyukari-header {
	background: #fff;
  padding: 0 20px;
}
.nakanoyukari-header .col-md-7,
.nakanoyukari-header .col-md-5 {
	padding-bottom: 0;
}
.nakanoyukari-header .slider {
	display: block;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
        height: fit-content;
}
.nakanoyukari-header h1 {
	text-align: center;
	margin-bottom: 20px;
}
.nakanoyukari-header .tokuten {
	background: rgba(218, 37, 121, 0.1);
	padding: 0.5em;
	margin: 20px 0;
}
.nakanoyukari-header .tokuten em {
	display: inline-block;
	background: rgba(218, 37, 121, 0.7);
	color: #fff;
	margin-right: 0.5em;
	padding: 0.2em 0.5em;
}

.sizing-chart {
	padding: 0 0 20px;
}
.sizing-chart p {
	margin-bottom: 0.5em;
}
.sizing-chart table {
	border-collapse: collapse;
	margin: 0 auto;
}
.sizing-chart table th,
.sizing-chart table td {
	padding: 0.3em 1em;
}
.sizing-chart table th {
	border-right: 2px solid #999;
	text-align: left;
}
.sizing-chart table td {
	border-left: 1px solid #999;
	text-align: center;
}
.sizing-chart table thead th,
.sizing-chart table thead td {
	border-bottom: 2px solid #999;
}
.sizing-chart table tbody th,
.sizing-chart table tbody td {
	border-top: 1px solid #999;
}

@media (max-width: 767px) {
	.nakanoyukari-header .slider {
		width: 90%;
	}
	.sizing-chart {
		text-align: center;
	}
}


/*Main
--------------------------------------------------------------------*/
.nakanoyukari-main {
	padding-top: 30px;
}
.nakanoyukari-main article {
	padding: 20px 0;
}
.nakanoyukari-main article.article_end {
	padding-bottom: 0;
}
.nakanoyukari-main article h2 {
	text-align: center;
}
.nakanoyukari-main article .inner {
	background: #fff;
	padding: 70px 15px 30px;
	margin-top: -30px;
}

@media (max-width: 575px) {
	.nakanoyukari-main article h2 {
		margin: 0 10px;
	}
}


/* Profile
--------------------------------------------------------------------*/
#profile {
}


/* Recommended
--------------------------------------------------------------------*/
#recommended {
}
#recommended dl dt h3 {
	border-bottom: 3px solid #ccc;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

@media (max-width: 767px) {
  #recommended dl dd {
    margin-bottom: 20px;
  }
}


/* Lesson
--------------------------------------------------------------------*/
#lesson {
}
#lesson .anchor_list {
	
}
#lesson .anchor_list li a {
	display: block;
	border: 1px solid rgba(33, 85, 193, 1);
	color: rgba(33, 85, 193, 1);
	font-size: 1.25em;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0.5em 0;
}
#lesson .anchor_list li a:hover {
	background: rgba(33, 85, 193, 1);
	color: #fff;
  text-decoration: none !important;
}
#lesson .anchor_list li a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}

@media (max-width: 575px) {
	#lesson .anchor_list li a {
		font-size: 1em;
  }
}


#lesson .lesson_box {
	max-width: 960px;
	border: 3px solid #ccc;
	margin: 30px auto 0;
	padding: 20px 50px;
}
#lesson .lesson_box h3 {
	font-size: 1.5em;
	text-align: center;
}
#lesson .lesson_box h3 em {
	color: rgba(33, 85, 193, 1);
	font-size: 2em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-right: 0.5em;
}
#lesson .lesson_box h4 {
	font-size: 1.25em;
	text-align: center;
	margin: 2em 0 1em;
}
#lesson .lesson_item {
}
#lesson .lesson_item span {
	display: block;
	font-size: 0.9em;
	text-align: center;
}
#lesson .lesson_learning {
	border-top: 2px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
#lesson .lesson_learning p {
	color: rgba(33, 85, 193, 1);
	font-weight: bold;
	text-align: center;
}
#lesson .lesson_learning ul {
	padding-bottom: 0;
}
#lesson .lesson_learning li {
	margin-bottom: 0.3em;
}
#lesson .lesson_learning li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}


@media (max-width: 767px) {
	#lesson .lesson_box {
		padding: 20px;
	}
  #lesson .lesson_box h3 {
    font-size: 1.25em;
  }
	#lesson .lesson_box h3 em {
		display: block;
	}
}



/* Content
--------------------------------------------------------------------*/
#content {
}
#content .content_lead {
	font-size: 1.125em;
	text-align: center;
	margin-bottom: 2em;
}
#content .content_txt {
}
#content .content_txt li {
	margin-bottom: 1em;
}
#content .content_txt .another {
	background: #f0f0f0;
	padding: 0.8em 1em;
}
#content .content_txt .another .btn_another {
	display: block;
	width: 20em;
	border: 1px solid rgba(33, 85, 193, 1);
	background: #fff;
	color: rgba(33, 85, 193, 1);
	font-size: 1.125em;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0.3em 0;
	margin: 1em auto 0;
}
#content .content_txt .another .btn_another:hover {
	background: rgba(33, 85, 193, 1);
	color: #fff;
  text-decoration: none !important;
}
#content .content_txt .another .btn_another::before {
	content: "\f291";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
#content .content_txt .another .btn_another::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}

#content .content_txt .tokuten {
	background: rgba(218, 37, 121, 0.1);
	padding: 0.8em 1em;
}
#content .content_txt .tokuten em {
	display: inline-block;
	background: rgba(218, 37, 121, 0.7);
	color: #fff;
	line-height: 1;
	margin-right: 0.5em;
	padding: 0.2em 0.5em;
}

@media (max-width: 575px) {
	#content .content_lead {
	}
}


/* Guide
--------------------------------------------------------------------*/
#guide {
	
}
#guide .guide_detail dt {
	border-left: 10px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.25em;
	padding: 0.2em 0.5em;
}
#guide .guide_detail dd {
	padding: 0.5em 1em 1.5em;
}
#guide .guide_detail dd h4 {
	margin: 0.5em 0;
}
#guide .guide_detail dd .price {
	display: inline-block;
	border: 1px solid rgba(33, 85, 193, 1);
	font-size: 1.25em;
	padding: 0.3em;
	margin-bottom: 1em;
}
#guide .guide_detail dd .price em {
	display: inline-block;
	background: rgba(33, 85, 193, 1);
	color: #fff;
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
}
#guide .guide_detail dd .price strong {
	font-size: 1.75em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0 0.2em;
}
#guide .guide_detail dd li {
	margin-bottom: 0.3em;
}
#guide .guide_detail dd .note {
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-top: 1em;
}
#guide .guide_contact {
	background: #f0f0f0;
	margin-top: 20px;
	padding-top: 15px;
}
#guide .guide_contact dt {
	text-align: center;
}
#guide .guide_contact dt span,
#guide .guide_contact dt small {
	display: block;
}
#guide .guide_contact dd {
}
#guide .guide_contact dd li {
	line-height: 28px;
	margin-bottom: 0.5em;
}
#guide .guide_contact dd li em {
	display: inline-block;
	width: 10em;
	background: #666;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	margin-right: 0.5em;
	text-align: center;
}
#guide .guide_contact dd li strong {
	font-size: 1.75em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0 0.2em;
}

@media (max-width: 767px) {
	#guide .guide_contact dd li {
		text-align: center;
	}
	#guide .guide_detail dd .price {
		display: block;
		font-size: 1.125em;
	}
	#guide .guide_detail dd .price em {
		display: block;
		margin-right: 0;
	}
	#guide .guide_detail dd .price strong {
		font-size: 1.75em;
		margin: 0;
	}
}

@media screen and (min-width: 768px ) {
	a.tel[href^="tel:"] {
		pointer-events: none;
		color: #333;
		text-decoration: none;
	}
}


/* Faq
--------------------------------------------------------------------*/
#faq dl dt {
	background: #f0f0f0;
	color: rgba(33, 85, 193, 1);
	font-size: 1.125em;
	padding: 0.5em;
	margin-bottom: 0.2em;
}
#faq dl dd {
	padding: 0.5em;
}


/* Text
--------------------------------------------------------------------*/
.sp-break {
	display: none;
}
.txt-pink {
	color: rgba(218, 37, 121, 1);
}
.txt-blue {
	color: rgba(33, 85, 193, 1);
}
.txt-12 {
	font-size: 0.875em;
}
.txt-16 {
	font-size: 1.125em;
}
.txt-18 {
	font-size: 1.25em;
}
.txt-20 {
	font-size: 1.4em;
}
.txt-24 {
	font-size: 1.75em;
}

@media (max-width: 575px) {
	.sp-break {
		display: inherit;
	}
}


/* Bnt
--------------------------------------------------------------------*/
.btn_area {
	margin-top: 20px;
}
.btn_request {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(33, 85, 193, 0.8);
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0.8em 0;
}
.btn_request:hover {
	background: rgba(33, 85, 193, 0.6);
	color: #fff;
  text-decoration: none !important;
}
.btn_request::before {
	content: "\f518";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn_order {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(218, 37, 121, 1);
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 0.8em 0;
}
.btn_order:hover {
	background: rgba(218, 37, 121, 0.8);
	color: #fff;
  text-decoration: none !important;
}
.btn_order::before {
	content: "\f5ad";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn_request::after,
.btn_order::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}

@media (max-width: 767px) {
	.btn_request,
	.btn_order {
		font-size: 1.25em;
	}
}