@charset "UTF-8";

.bg_yama_image {
	position: relative;
	width: 100%;
	padding: 40px 0;
	background-image: url('back-yama-image.png');
	background-repeat: repeat-x;
	background-position: 50% 100%;
	background-size: auto 50%;
}

.bg_orange {
    background: #ea8d0b;
    color: white;
    padding: 16px;
}

.mw-content .caption {
	position: relative;
	max-width: 380px;
	margin: 2em auto;
	color: #383838;
}

.mw-content .caption .title {
	border-left: 4px solid #383838;
	font-size: 20px;
	border-left: 0;
	padding-left: 0;
}

.mw-content .caption .text {
	margin: 0;
	margin-left: 12px;
	text-align: left;
}

.mw-content .caption .nagano_image {
	position: absolute;
	width: 100px;
	top: -50px;
	right: 0;
	z-index: -1;
}

@media screen and (min-width: 900px) {
	.mw-content .caption .text_area {
		width: 75%;
	}
}

.mw-content .link_wrapper {
    text-align: center;
    margin: 20px 0;
}

.mw-content .link_wrapper .link {
    color: black;
    font-weight: bold;
}

.mw-content .caption .text {
    font-weight: bold;
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.mw-content .caption .title img {
    display: block;
    width: 240px;
    margin: auto;
}

.main_content_wrapper {
    padding: 0 16px;
}

#mekulo_banner {
    margin: 16px 0;
}

#mekulo_banner .slideshow1_body {
    width: 100%;
    max-width: 360px;
    height: 120px;
    margin: auto;
}

#mekulo_banner .slideshow1_body li {
    background-size: contain;
}

#mekulo_banner li:nth-of-type(1) {
    background-image: url("special/manufacturing/special-manufacturing-banner.png");
}

#mekulo_banner li:nth-of-type(2) {
    background-image: url("bana-1.png");
}

#mekulo_banner li:nth-of-type(3) {
    background-image: url("bana-2.png");
}

#mekulo_banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.top_content_block {
    margin: 16px 0 48px;
}

.mw-content main p button {
    border-radius: 45px;
}

.mw-content h2.has_left_blue_border {
    font-size: 1.15em;
    padding-left: 10px;
    position: relative;
}

.mw-content h2.has_left_blue_border::before {
    content: "";
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #1D439A;
}

@media screen and (min-width: 900px) {
    .mw-content .caption .text_area {
        width: 100%;
    }
}

.special_banner_list {
	list-style: none;
	padding-left: 0;
}

.special_banner_list li a {
	text-decoration: none;
	color: black;
}

.special_banner_list li a img {
	display: block;
	width: 100%;
}

@media only screen and (min-width: 720px) {
	.special_banner_list {
			display: flex;
			justify-content: space-between;
	}

	.special_banner_list li {
			flex-basis: 48%;
	}

	.special_banner_list li a img {
			transition: opacity .2s;
	}

	.special_banner_list li a:hover img {
			opacity: .5;
	}
}

.news {
    box-shadow: none;
}

.news h2.has_left_blue_border::before {
    background: #F5A22B;
}

.news .news_list div {
    border-bottom: solid 1px #F5A22B;
    padding: 16px 0;
}

.news .news_list dt {
    font-weight: bold;
}

.news .news_list dd {
    margin-left: 0;
}

@media only screen and (min-width: 1000px) {
    .news {
        display: block;
    }
}

/* 広告枠 */
aside.banners {
	text-align: center;
	margin: 0 auto;
	width: auto;
	max-width: 640px;
}

aside.banners .title {
	text-align: right;
}

aside.banners img.banner {
	width: 100%;
}
