/*
Template Name: Kindle	
Author: MarkUps
Author URI: http://www.markups.io/
Version: 1.0
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#HERO SECTION
#COUNTER
#BOOK OVERVIEW
#VIDEO REVIEW
#AUTHOR
#PRICING
#READERS TESTIMONIALS
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: #1c1b1b;
}

ul {
	padding: 0;
	margin: 0;
}

	ul li {
		list-style: disc;
		font-size: 17px;
		line-height: 1.59;
	}

a {
	text-decoration: none;
	color: #2f2f2f;
}

	a:hover,
	a:focus {
		outline: none;
		text-decoration: none;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: 0;
}


h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
	line-height: 1.13;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

img {
	border: none;
	max-width: 100%;
}

strong {
	font-weight: 500;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

	pre code {
		background-color: transparent;
		color: #333;
	}

del {
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
	color:;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
}

	blockquote p {
		margin-top: 10px;
	}

button {
	padding: 5px 15px;
	border: none;
}

	button:focus {
		outline: none;
		border: none;
	}

/*Wordpress default class*/

.alignleft {
	float: left;
	margin-right: 8px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignright {
	float: right;
	margin-left: 8px;
}

.alignnone {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: transparent;
	border-radius: 100px;
	border: solid 1px #ffffff;
	color: #fff !important;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

a.mu-primary-btn.pinkwhite{
	background:#ffffff; 
	color: #042c08 !important;
	border: solid 3px #fa6482;
}
a.mu-primary-btn.yellow{
	background:#f9c81f; 
	color: #2f2f2f !important;
}
a.mu-primary-btn.green{
	background:#4caf2d; 
}
a.mu-primary-btn.pink {
	background:#FF6E8A; 
}
a.mu-primary-btn:hover{
	opacity:0.3;
	/*background-color: rgba( 255, 255, 255, 0.1 );*/
}
	.mu-primary-btn:hover,
	.mu-primary-btn:focus {
		/*background-color: #fff;
		color: #000;*/
	}

.mu-send-msg-btn {
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 150px;
	color: #fff;
}

	.mu-send-msg-btn:hover,
	.mu-send-msg-btn:focus {
		background-color: #fff;
	}

#viewer {
	margin: 0 auto;
	width: 600px;
	height: 250px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

	#viewer img {
		top: 0;
		left: 0;
		position: absolute;
	}

/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
	display: inline;
	float: left;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 10px 0;
	z-index: 999;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-brand {
	color: #fff;
	font-size: 35px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: -11px;
}

	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color: #fff;
	}

.navbar-brand img {
	margin-top: -12px;
}

#mu-header.mu-fixed-nav {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	position: fixed;
	padding: 15px 0;
}

/*--------------------*/
/* MENU */
/*--------------------*/


.dropdown:hover > .dropdown-menu{
	display: block;
}
ul.dropdown-menu {
	transition: 2s;
}
ul.dropdown-menu a{
	color: #000 !important;
}


.navbar-default {
	min-height: auto;
}

.mu-navbar {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .mu-menu li a {
	border-bottom: 2px solid transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 5px;
	margin: 10px 15px 5px;
	transition: all 0.5s;
	position: relative;
}

	.navbar-default .mu-menu li a:hover,
	.navbar-default .mu-menu li a:focus {
		color: #fff;
	}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #fff;
}

.navbar-default .mu-menu li a:after {
	display: block;
	position: absolute;
	bottom: -5px;
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.navbar-default .mu-menu li.active a:after,
.navbar-default .mu-menu li a:hover:after,
.navbar-default .mu-menu li a:focus:after {
	width: 100%;
}


/*--------------------*/
/* HERO SECTION */
/*--------------------*/

#mu-hero {
	display: inline;
	float: left;
	padding: 300px 0 300px;
	width: 100%;
	margin-bottom: 100px;

	background-color: #909090;
	background-image: url(images/img_chicaro_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/* background-size: contain; */
	background-position: center;
	transition: background-image 1s ease;
	background-blend-mode: multiply;
}

@media (max-width: 1200px) {
	#mu-hero {
		padding: 200px 0 200px;
	}
}

@media (max-width: 640px) {
	#mu-hero {
		padding: 120px 0 120px;
	}
}

.mu-hero-left {
	display: inline;
	float: left;
	width: 100%;
}

.mu-hero-right {
	display: inline;
	float: left;
	width: 100%;
}

.mu-hero-left h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
}

.mu-hero-left h5 {
	color: #fff;
}

.mu-hero-left p {
	color: #fff;
	margin-bottom: 20px;
}

.mu-hero-content {
	color: #fff;
	text-align: center;
}

.mu-hero-content span {
	display: inline-block;
}

/* 主タイトル */
.mu-hero-content h1 {
	margin-top: 10px;
}

/* 副タイトル */
.mu-hero-content h3 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mu-hero-content a {
	margin-top: 50px;
}

.mu-hero-left .mu-primary-btn {
	margin-top: 20px;
	background-color: #fff;
	font-weight: 600;
}

.mu-hero-left span {
	display: block;
	margin-top: 10px;
	color: #f8f8f8;
}

#viewer {
	margin: 0 auto;
	width: 600px;
	height: 400px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

	#viewer img {
		width: 80%;
		top: 0;
		left: 0;
		position: absolute;
	}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#mu-counter {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.mu-counter-area {
	display: inline;
	float: left;
	padding: 70px 0 50px;
	width: 100%;
}

	.mu-counter-area h2 {
		color: #fff;
		text-align: center;
	}

.mu-counter-block {
	display: inline;
	float: left;
	width: 100%;
}

.mu-single-counter {
	display: inline;
	float: left;
	text-align: center;
	width: 80%;
	border: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 0 10%;
}

	.mu-single-counter i {
		font-size: 40px;
		padding: 15px 40px;
		margin-bottom: 0px;
		display: inline-block;
		padding-bottom: 0;
		margin-top: -60px;
		background: #fff;
	}

.counter-value {
	font-size: 35px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mu-counter-name {
	color: #333;
}


/*--------------------*/
/* BOOK OVERVIEW */
/*--------------------*/


#mu-chicaro {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-chicaro-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-heading-area {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 5%;
	width: 100%;
}

.mu-heading-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	position: relative;
}

.mu-header-dot {
	border-radius: 0;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-chicaro-content {
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-chicaro-single {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 20px 10px;
	margin: 10px 0 15px;
}

.mu-chicaro-icon-box {
	font-size: 25px;
	padding: 5px 12px;
	margin-bottom: 30px;
	display: inline-block;
}

.mu-chicaro-single h4 {
	margin-bottom: 20px;
}


/*--------------------*/
/* VIDEO REVIEW */
/*--------------------*/


#mu-video-review {
	background-image: url(assets/images/video-review-bg.jpeg);
	background-attachment: fixed;
	background-size: cover;
	display: inline;
	position: relative;
	float: left;
	width: 100%;
}

	#mu-video-review:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		opacity: 0.84;
	}

.mu-video-review-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

	.mu-video-review-area .mu-heading-title,
	.mu-video-review-area .mu-heading-area p {
		color: #fff;
	}

	.mu-video-review-area .mu-header-dot {
		background-color: #f8f8f8;
	}

.mu-video-review-content {
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
	padding: 0 10%;
}

.mu-video-iframe {
	height: 550px;
}

/*--------------------*/
/* AUTHOR */
/*--------------------*/


#mu-aboutus {
	display: inline;
	float: left;
	width: 100%;
}

.mu-aboutus-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-aboutus-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-aboutus-image {
	display: inline;
	float: left;
	width: 100%;
}

.mu-aboutus-info {
	display: inline;
	float: left;
	width: 100%;
}

.mu-aboutus-info a{
	color: #fe4c6e;
}

.mu-aboutus-info h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mu-aboutus-info h5 {
	/*border-bottom: 1px solid #ddd;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.mu-aboutus-info ul {
	padding-bottom: 0px !important;
}

.mu-aboutus-info li {
	text-align:left;
}
.mu-aboutus-info p {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
	}
.mu-aboutus-info p.pub {
		font-size: 10px;
		margin-bottom: 2px;
		text-align: left;
		}

.mu-aboutus-social {
	display: inline;
	float: left;
	margin-top: 25px;
	width: 100%;
}

	.mu-aboutus-social a {
		display: inline-block;
		font-size: 16px;
		padding: 5px;
		margin-right: 10px;
		color: #fff;
		width: 35px;
		text-align: center;
	}

/*--------------------*/
/* ヒーローエリア ～ ニュースの間 */
/*--------------------*/

/* #story */
#story {
	background-color: #f8f8f8;
	width: 100%;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	span {
		/* spanで囲った部分がまとまって折り返すようにする */
		display: inline-block;
	}
}

@media (max-width: 1200px) {
	#story {
		line-height: 80px;
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	#story {
		line-height: 60px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	#story {
		line-height:40px;
		font-size: 12px;
	}
}

#product-link {
	padding-top: 80px;
	padding-bottom: 10px;
	background-color: #f8f8f8;
	text-align: center;
}


/*--------------------*/
/* PRICING */
/*--------------------*/

#mu-news {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

.mu-news-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-news-content {
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
	padding-bottom: 50px;
}

.mu-news-single {
	background-color: #fff;
	color: #555;
	display: inline;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	padding: 30px 13px;
}

.mu-news-single-head {
	border-bottom: 1px solid #eee;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

	.mu-news-single-head h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.mu-news-single-head p {
		text-align: left;
	}

mu-news-single-head img {
	text-align: center;
}

.mu-news-content a {
	color: #fe4c6e;
}

.mu-news-single-head .mu-price-tag {
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 15px 0 20px;
}

	.mu-news-single-head .mu-price-tag span {
		font-size: 22px;
		margin-right: -10px;
		padding: 0px 10px;
	}

.mu-price-feature {
	padding: 20px 20px;
	display: inline-block;
	margin-bottom: 20px;
}

	.mu-price-feature li {
		list-style: none;
		line-height: 2;
		margin-bottom: 10px;
	}

.mu-news-single-footer {
	display: inline-block;
	float: left;
	width: 100%;
}

.mu-order-btn {
	background-color: transparent;
	border-radius: 100px;
	border: 1px solid #555;
	color: #555;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 12px 25px;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
}

.mu-popular-price-tag {
	color: #fff;
}

	.mu-popular-price-tag .mu-order-btn {
		background-color: #fff;
		border: 1px solid #fff;
	}

.new_item {
	color:red;
	padding-left:10px;
}

/*--------------------*/
/* READERS TESTIMONIALS */
/*--------------------*/

#mu-testimonials {
	background-image: url("assets/images/testimonials-bg.jpeg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

	#mu-testimonials::before {
		background: rgba(0,0,0,0.9);
		bottom: 0;
		content: '';
		left: 0;
		top: 0;
		right: 0;
		position: absolute;
		opacity: 0.84;
	}

.mu-testimonials-area {
	display: inline;
	float: left;
	padding: 150px 0 175px;
	width: 100%;
}

	.mu-testimonials-area h2 {
		color: #fff;
		text-align: center;
	}

.mu-testimonials-block {
	display: inline;
	float: left;
	margin-top: 60px;
	width: 100%;
}

.mu-testimonial-slide li {
	list-style: none;
	text-align: center;
}

	.mu-testimonial-slide li p {
		color: #fff;
		padding: 0 10%;
	}

.mu-testimonial-slide .mu-rt-img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: 25px;
	display: inline-block;
}

.mu-rt-name {
	margin-bottom: 5px;
	color: #fff;
	line-height: 1;
	margin-top: 25px;
	letter-spacing: 1px;
}

.mu-rt-title {
	color: #fff;
	font-size: 14px;
}

.mu-testimonial-slide .slick-dots {
	bottom: -50px;
}

	.mu-testimonial-slide .slick-dots li button {
		height: 15px;
		padding: 0;
		width: 15px;
		border-radius: 50%;
		border: 1px solid #f8f8f8;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

		.mu-testimonial-slide .slick-dots li button:hover,
		.mu-testimonial-slide .slick-dots li button:focus,
		.mu-testimonial-slide .slick-dots li.slick-active button {
			opacity: 1;
		}

		.mu-testimonial-slide .slick-dots li button:before {
			display: none;
		}

/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-contact-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
	padding: 0 20%;
}

.mu-contact-form {
	text-align: center;
}

	.mu-contact-form .form-group input {
		background: transparent;
		color: #333;
		font-size: 15px;
		border: 1px solid #ccc;
		border-radius: 20px;
		padding: 6px 15px;
		height: 45px;
		margin-bottom: 24px;
	}

	.mu-contact-form .form-group textarea {
		color: #333;
		background: transparent;
		border: 1px solid #ccc;
		border-radius: 20px;
		font-size: 18px;
		padding: 15px;
		height: 190px;
	}

	.mu-contact-form .form-control:focus {
		background-color: #fff;
		outline: 0;
		box-shadow: none;
	}

	.mu-contact-form .form-control::-webkit-input-placeholder {
		color: #888;
		font-size: 15px;
	}

	.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
		color: #888;
		font-size: 15px;
	}

	.mu-contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
		color: #888;
		font-size: 15px;
	}

	.mu-contact-form .form-control:-ms-input-placeholder {
		color: #888;
		font-size: 15px;
	}

	.mu-contact-form .button-default::after,
	.mu-contact-form .button-default > span {
		padding: 12px 40px;
	}

#form-messages {
	margin-bottom: 10px;
	background-color: #fff;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.mail.icon {
	color: #000;
	position: absolute;
	margin-left: 2px;
	margin-top: 4px;
	width: 15px;
	height: 10px;
	border-radius: 1px;
	border: solid 1px currentColor;
}

	.mail.icon:before {
		content: '';
		position: absolute;
		left: 7px;
		top: -4px;
		width: 1px;
		height: 10px;
		background-color: currentColor;
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-transform: rotate(-54deg);
		transform: rotate(-54deg);
	}

	.mail.icon:after {
		content: '';
		position: absolute;
		left: 7px;
		top: -4px;
		width: 1px;
		height: 10px;
		background-color: currentColor;
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-transform: rotate(54deg);
		transform: rotate(54deg);
	}




/* GOOGLE MAP */

#mu-google-map {
	display: inline;
	float: left;
	width: 100%;
}

	#mu-google-map iframe {
		pointer-events: none;
	}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer {
	display: inline;
	float: left;
	width: 100%;
}

.mu-footer-area {
	display: inline;
	float: left;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

	.mu-footer-area a {
		font-weight: 600;
	}

.mu-social-media {
	display: inline;
	float: left;
	width: 100%;
}

	.mu-social-media a {
		display: inline-block;
		font-size: 15px;
		width: 35px;
		height: 35px;
		line-height: 33px;
		text-align: center;
		margin: 0 5px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		border-radius: 50%;
	}

		.mu-social-media a:hover,
		.mu-social-media a:focus {
			background-color: #fff;
		}

.mu-copyright {
	margin-top: 10px;
	display: inline-block;
}



/*--------------------*/
/* 子ページ_ChiCaRoって？ */
/*--------------------*/

section.mu-chicaro-child {
    display: inline;
    float: left;
    width: 100%;
}

main section.mu-chicaro-child:nth-child(odd){
    background-color: #fff;
}

main section.mu-chicaro-child:nth-child(even){
    background-color: #f8f8f8;
}

.mu-chicaro-area-child {
	display: inline;
	float: left;
	/*padding: 70px 0;*/
	width: 100%;
}

.mu-chicaro-content-child{
    display: inline;
    float: left;
    /*margin-top: 50px;*/
    width: 100%;
}

.mu-chicaro-content-child p{
	line-height: 1.8;	
}

.mu-chicaro-content-child a{
	color: #fe4c6e;
}

.mu-chicaro-info-child h3{
	text-align: left;
	border-left: solid 3px #4caf2d;
    padding-bottom: 10px;
	padding: 10px 0 10px 20px;
    margin-bottom: 30px;
	font-size: 24px;
	border-bottom: none;
}


.mu-chicaro-image-child img{
	margin: 0 auto;
	display: block;
}

.mu-chicaro-image-child img:first-child{
	margin-top:5%;
}

.mu-chicaro-image-child2 img{
	float: left;
}

.mu-chicaro-info-child {
    display: inline;
    float: left;
    width: 100%;
}
.mu-chicaro-info-child ul {
    color: #1c1b1b;
}

.mu-chicaro-info-child ul li {
	line-height: 1.8;
	list-style-position: inside;
}

.mu-chicaro-info-child table tr {
	background: #fff;
}

.mu-chicaro-info-child table.event tr:first-child {
	background: #DBEFD5;
}

.mu-chicaro-info-child table.status th {
	background: #DBEFD5;
}

/*--------------------*/
/* 子ページ_aboutus */
/*--------------------*/

section.mu-chicaro-child .mu-aboutus-area {
    padding: 50px 0;
}

.mu-chicaro-info-child ol li {
	/*line-height: 1.8;*/
}
.gyouseki li {
	font-size:14px;
	list-style: none;
	/*text-indent: -1em;
	padding-left: 0em;*/
	padding-top:10px;
	padding-bottom:10px;
}
.gyouseki li:first-child{
    border-top:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
}
.gyouseki li + li {
	border-bottom:1px solid #bebebe;
}

.gyouseki ul {
	margin-bottom:20px;
}

.gyouseki h6 {
	font-size: 22px;
	padding-top:20px;
	padding-bottom:10px;
}

/* ページ内リンクの位置調整 */
section#zisseki{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}

/*--------------------*/
/* 子ページ_企業の方へ */
/*--------------------*/

.p_ul li{
	font-size:15px;
}

/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {

	.mu-hero-left h1 {
		font-size: 36px;
	}

	.navbar-brand img {
		width: 180px;
		margin-top: -10px;
	}

	.navbar-default .mu-menu li a {
		margin: 10px 12px 5px;
	}

	.mu-aboutus-info {
		margin-top: 0px;
	}

	.mu-video-iframe {
		height: 450px;
	}
	
}

@media (max-width: 991px) {


	.mu-fixed-nav .navbar-brand img {
		margin-top: -7px;
	}

	.navbar-default .mu-menu li a {
		font-size: 14px;
		margin: 10px 5px;
	}

	.mu-hero-right {
		margin-top: 40px;
	}

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-single-counter {
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.mu-simplefilter li {
		margin-bottom: 10px;
	}

	.mu-clients-content-single img {
		width: 100%;
	}

	.mu-contact-right {
		margin-top: 50px;
	}

	.mu-video-review-content {
		padding: 0 5%;
	}

	.mu-video-iframe {
		height: 400px;
	}
	
}

@media (max-width: 767px) {

	.navbar-default .navbar-brand {
		margin-top: -7px;
	}

	.mu-fixed-nav .navbar-brand img {
		margin-top: -8px;
	}

	.navbar-default .navbar-toggle {
		border-color: #fff;
	}

		.navbar-default .navbar-toggle:hover,
		.navbar-default .navbar-toggle:focus {
			background-color: transparent;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #fff;
		}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: rgba(0,0,0,0.8);
		text-align: center;
	}

	.navbar-default .mu-menu li a {
		display: inline-block;
	}

	.mu-hero-right {
		margin-top: 0;
	}

	.mu-aboutus-info {
		margin-top: 30px;
	}

	.mu-contact-content {
		padding: 0 10%;
	}
}

@media (max-width: 767px) {
	.mu-chicaro-area-child {
		padding: 50px 10%;
	}
	main section.mu-chicaro-child:first-child{
		padding-top: 40px;
	}
	}
@media (max-width: 640px) {
	.mu-chicaro-area-child {
		padding: 50px 5%;
	}
	main section.mu-chicaro-child:first-child{
		padding-top: 40px;
	}
	}
@media (max-width: 480px) {
	}
@media (max-width: 376px) {
	}
@media (max-width: 320px) {
	main section.mu-chicaro-child:first-child{
		padding-top: 80px;
	}
	}
@media (min-width: 768px) {
	.mu-chicaro-area-child {
		padding: 50px 7%;
	}
	.mu-news-single {
		height: 500px;
	}
	main section.mu-chicaro-child:first-child{
		padding-top: 80px;
	}
}
@media (min-width: 992px) {
	.mu-chicaro-area-child {
		padding: 50px 7%;
	}
	.mu-news-single {
		height: 500px;
	}
	main section.mu-chicaro-child:first-child{
		padding-top: 40px;
	}
}
@media (min-width: 1200px) {
	.mu-chicaro-area-child {
		padding: 70px 7%;
	}
	.mu-news-single {
		height: 460px;
	}
	main section.mu-chicaro-child:first-child{
		padding-top: 40px;
	}
}
@media (min-width: 1300px) {
	.mu-chicaro-area-child {
		padding: 70px 7%;
	}
	.mu-news-single {
		height: 460px;
	}
	main section.mu-chicaro-child:first-child{
		padding-top: 40px;
	}
	
}

@media (min-width: 1300px) {
	.container {
		width: 1250px;
	}
	
	.mu-chicaro-image-child img{
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.mu-chicaro-image-child img{
		width: 80%;
	}
}

@media (min-width: 992px) {
	.mu-chicaro-image-child img{
		width: 80%;
	}
}

@media (min-width: 768px) {
	.mu-chicaro-image-child img{
		width: 85%;
	}
	.mu-news-content img{
		width: 100%;
		margin: 0 auto 10px auto;
		display: block;
		height: 180px;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	.mu-chicaro-image-child2 img{
		width: 100%;
	}
}

@media (max-width: 1100px) {
	#viewer img {
		width: 70%;
		top: 0;
		left: 0;
		position: absolute;
	}
}

@media (max-width: 990px) {
	.mu-aboutus-info h3 {
		padding-top: 10px;
	}
	.mu-aboutus-info h5 {
		padding-top: 10px;
	}
	.mu-aboutus-image2{
		padding-top:30px;
	}
}



@media (max-width: 900px) {
	#viewer img {
		width: 60%;
		top: 0;
		left: 0;
		position: absolute;
	}
}

@media (max-width: 768px) {
	#viewer img {
		width: 70%;
		top: 0;
		left: 10%;
		position: absolute;
	}

	.mu-hero-left h1, .mu-hero-left h5 .mu-hero-left p {
		text-align: center;
	}

	.mu-hero-content a{
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left : 20%;
	}

	.mu-aboutus-info h3{
		padding-top: 10px;
	}
	.mu-news-content img{
		width: 50%;
		margin: 0 auto 10px auto;
		display: block;
		height: 200px;
		object-fit: cover;
	}
}


@media (max-width: 640px) {

	#mu-header.mu-fixed-nav {
		padding: 10px 0;
	}

	.mu-heading-area {
		padding: 0;
	}

	.mu-video-iframe {
		height: 300px;
	}

	.mu-primary-btn {
		font-size: 12px;
		padding: 10px 12px;
		margin-top: 15px;
	}

	.slick-dots {
		bottom: 15px;
	}
	.mu-news-content img{
		width: 70%;
		margin: 0 auto 10px auto;
		display: block;
		height: 220px;
		object-fit: cover;
	}
}

@media (max-width: 480px) {
	.mu-hero-left h1 {
		padding-top: 15px;
		font-size: 25px;
	}

	.mu-hero-content a {
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left: 8%;
	}

	.mu-heading-area ul{
		padding-left:20px;
	}


	#viewer {
		height: 200px;
	}

	#viewer img {
		width: 50%;
		top: 0;
		left: 4%;
		position: absolute;
	}

	.navbar-brand img {
		width: 150px;
	}

	#mu-header {
		padding: 10px 0;
	}

	.navbar-default .navbar-brand {
		font-size: 25px;
		margin-top: -3px;
	}

	.navbar-toggle {
		padding: 7px 8px;
		margin-top: 10px;
	}


		.navbar-toggle .icon-bar {
			width: 18px;
		}

	h2 {
		font-size: 25px;
	}

	.mu-heading-title {
		margin-bottom: 10px;
	}

	.mu-video-iframe {
		height: 250px;
	}

	.mu-contact-content {
		padding: 0 5%;
	}

	.mu-about-content-single h4 {
		margin-bottom: 18px;
	}

	.mu-team-social-info a {
		width: 35px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.mu-contact-form button {
		width: 100%;
	}
	.mu-news-content img{
		width: 80%;
		margin: 0 auto 10px auto;
		display: block;
		height: 200px;
		object-fit: cover;
	}
}


@media (max-width: 376px) {

	.mu-featured-slider-content {
		top: 49%;
	}

		.mu-featured-slider-content p,
		.mu-featured-slider-content .mu-primary-btn {
			display: none;
		}

		.mu-featured-slider-content h1 {
			font-size: 18px;
			margin-bottom: 0;
		}

	.mu-filter-item-content {
		padding-top: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.filtr-item h4 {
		font-size: 12px;
	}

	.mu-team-content .row > div {
		width: 100%;
	}

	.mu-simplefilter li {
		padding: 1rem 1rem;
		font-size: 12px;
	}
	.mu-hero-content a {
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left: 4%;
	}
	.mu-news-content img{
		width: 100%;
		margin: 0 auto 10px auto;
		display: block;
		height: 170px;
		object-fit: cover;
	}
}



@media (max-width: 320px) {
	#viewer img {
		width: 40%;
		top: 0;
		left: 4%;
		position: absolute;
	}
	.mu-hero-content a {
		font-size: 10px;
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left: 4%;
	}
	.mu-news-content img{
		width: 100%;
		margin: 0 auto 10px auto;
		display: block;
		height: 150px;
		object-fit: cover;
	}
}

/* .mu-hero-content */
.mu-hero-content h1 {
	font-size: 80px;
}

@media (max-width: 1200px) {
	.mu-hero-content h1 {
	  	font-size: 60px;
	}
}

@media (max-width: 640px) {
	.mu-hero-content h1 {
	  	font-size: 50px;
	}
}

@media (max-width: 480px) {
	.mu-hero-content h1 {
	  	font-size: 40px;
	}
}
