﻿@charset "utf-8";
/* CSS Document */

#main_v{
	background:url(../../top/img/main_v_bg.jpg) no-repeat center center / 1920px;
	margin-bottom:7rem;
}
#main_v h1{
	max-width: 1150px;
	margin: 0 auto;
	padding:20rem 0 0;
	text-align:center;
	font-size:0px;
	transform: translateY(50px);
}
/* #main_v p img{
	margin-right:-
} */

/*-----------------
工場見学（リアル・オンライン）
-------------------*/
#intro {
	margin-top: 10rem;
}
#intro p {
	font-family: Sawarabi Gothic;
	font-size: 2.4rem;
	text-align: center;
}
#intro p span {
	border-bottom: 2px dashed #EB0100;
}
#tour {
	margin-top: 8rem;
}
#tour_factory {
	width: 50%;
	padding: 8rem 0;
	background: #fedec6 url(../../top/img/factory_icon.png) no-repeat left center / 290px;
	position: relative;
}
#tour_online {
	width: 50%;
	padding: 8rem 0;
	background: #d4eaed url(../../top/img/online_icon.png) no-repeat right center / 295px;
}
#tour .inner {
	max-width: 575px;
	position: relative;
}
#tour_factory .inner {
	margin: 0 0 0 auto;
	padding-right: 2em;
}
#tour_online .inner {
	margin: 0 auto 0 0;
	padding-left: 2em;
}
#tour .inner::before {
	content: '';
	height: 100%;
	position: absolute;
}
#tour_factory .inner::before {
	width: 50%;
	background: url(../../top/img/factory_img.png) no-repeat left top / contain;
	top: 0;
	left: 0;
	transform: translate(-10%, -50%);
}
#tour_online .inner::before {
	width: 35%;
	background: url(../../top/img/online_img.png) no-repeat right top / contain;
	top: 0;
	right: 0;
	transform: translate(-20%, -48%);
}
#tour .label {
	text-align: center;
}
#tour .label img {
	width: auto;
	height: 40px;
}
#tour h2 {
	color: #EB0100;
	font-size: 4rem;
	text-align: center;
}
#tour h2 span {
	display: inline-block;
	font-size: 80%;
	vertical-align: top;
	padding-top: 0.2em;
}
#tour ul {
	margin-top: 1rem;
}
#tour ul li {
	margin-top: 1rem;
	height: 120px;
}
#tour ul li .flex {
	justify-content: flex-start;
	align-items: center;
}
#tour ul li img {
	display: block;
	width: auto;
	height: 100%;
}
#tour ul li .txt {
	margin-left: 1em;
}
#tour ul li .txt h3 {
	font-size: 2.4rem;
}
#tour ul li .txt h3 span {
	font-size: 1.6rem;
}
#tour ul li a {
	padding: 1em;
	height: 100%;
	background-color: #fff;
	border-radius: 55px;
	box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	transition: all .5s;
}
#tour ul li a:hover {
	opacity: 0.7;
}
#tour ul li a::before {
	content: '';
	width: 1.4em;
	height: 1.4em;
	background-color: #EB0100;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 0.7em);
	right: 1em;
}
#tour ul li a::after {
	content: '';
	width: 0.4em;
	height: 0.4em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.2em);
	right: 1.5em;
}
#tour_online ul li .img {
	margin-left: 2rem;
	width: 20%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#other {
	padding: 8rem 0;
	align-items: center;
}
#factory_map,
#factory_img {
	width: 50%;
	padding: 0 2rem;
}
#factory_img ul {
	padding: 1rem;
	border: 1px solid #EB0100;
	border-radius: 6px;
}
#factory_img ul li {
	margin: 0;
	padding: 0;
}
#factory_img ul li img {
	display: block;
	width: 100%;
}
#factory_img .slick-prev {
	width: 74px;
	height: 74px;
	background: url(../../top/img/icon_slider_L.png) no-repeat center / contain;
	transform: translate(-50%, -25%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
}
#factory_img .slick-next {
	width: 74px;
	height: 74px;
	background: url(../../top/img/icon_slider_R.png) no-repeat center / contain;
	transform: translate(50%, -25%);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
}
#factory_img .slick-prev::before,
#factory_img .slick-next::before {
	content: '';
}
#factory_img ul.slick-dots {
	border: none;
	border-radius: 0;
	display: flex;
	justify-content: center;
	transform: translateY(110%);
	position: absolute;
	bottom: 0;
	left: 0;
}
#factory_img ul.slick-dots li {
	margin: 0 0.5em;
}
#factory_img ul.slick-dots li button:before {
	background-color: #cfcdc9;
}
#factory_img ul.slick-dots li.slick-active button:before {
	background-color: #EB0100;
}
#factory_img .slick-prev,
#factory_img .slick-next {
	display: none !important;
}


main .factory a{
	align-items: stretch;
	margin-bottom:4.5rem;
}

main .factory:last-child{
	margin-bottom:0px;
}
main .factory .left{
	background-color:#f1eee9;
	padding:3rem 0 3rem 3rem;
	width:59.47%;
	box-sizing:border-box;
}
main .factory .left h2{
	font-size:2.6rem;
	padding:0 2em 0 1.8em;
	display:inline-block;
}
main .factory a:hover .left h2{
	color:#EB0100;
}
main .factory .left h2:before {
	background: url(../../top/img/icon_factory.png) center center /contain no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.5em;
    width: 1.43em;
    height: 0.96em;
}
main .factory .left h2:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    right: 0.5em;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.1em solid #ff0a0a;
    border-right: 0.1em solid #ff0a0a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
main .factory .left h2 span{
	font-size:1.8rem;
}
/*main .factory#hiroshima a{
	pointer-events:none;
}*/
/*main .factory#hiroshima .left h2:after{
	display:none;
}*/


main .factory .left .flow{
	margin-left:4.7rem;
	width:80%;
}
main .factory .left .flow p{
	width: fit-content;
	font-size:1.8rem;
	margin-top:3.8em;
	margin-bottom:0.8em;
	padding: 0.5em 1em;
	background-color: #f1eee9;
	border-radius: 40px;
}
main.online .factory .left .flow p{
	margin-top:6.8em;
}
main .factory .left ul{
	background-color:#FFF;
	padding:2rem;
	
}
main #hiroshima.factory .left ul{
	display:inline-block;
}
main .factory .left ul li{
	align-items:center;
	justify-content:flex-start;
	width:50%;
}
main #hiroshima.factory .left ul li{
	width:100%;
}
main .factory .left ul li img{
	/* width:5.18em; */
	width:auto;
	height:5.18em;
	padding-right: 0.8em;
}

main .factory .bg{
	background:url(../../top/img/factory_hokkaido.jpg) center 0 /cover no-repeat;
	width:40.53%;
}

main #kiyohara.factory .bg{
	background:url(../../top/img/factory_kiyohara.jpg) center 0 /cover no-repeat;
}
main #hiroshima.factory .bg{
	background:url(../../top/img/factory_hiroshima.jpg) center 0 /cover no-repeat;
}

.second #page_list {
	margin-top: 3rem;
	padding: 2rem 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.second #page_list ul.flex {
	justify-content: center;
}
.second #page_list li {
	margin: 0 1em;
}
.second #page_list li a {
	font-size: 1.8rem;
	padding-left: 1.4em;
	position: relative;
}
.second #page_list li a::before {
	content: '';
	width: 1em;
	height: 1em;
	background-color: #fedec6;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
}
.second #page_list li a::after {
	content: '';
	width: 0.3em;
	height: 0.3em;
	border-right: 2px solid #f05829;
	border-bottom: 2px solid #f05829;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.3em);
	left: 0.3em;
}
.second.online #page_list li a::before {
	background-color: #d4eaed;
}
.second.online #page_list li a::after {
	border-color: #4591b8;
}

.second .application {
	margin-top: 10rem;
	padding: 4rem 0;
	background-color: #fff2e8;
}
.second.online .application {
	background-color: #eef7f8;
}
.second .application p {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.second .application p::before {
	content: '';
	width: 95px;
	height: 95px;
	background: url(../../top/img/icon_factorytour.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-115%);
}
.second.online .application p::before {
	background-image: url(../../top/img/icon_onlinetour.png);
}
.second .application ul {
	margin-top: 2rem;
}
.second .application ul li {
	width: calc((100% - 50px) / 6);
	height: 46px;
}
.second .application a {
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	color: #fff;
	background: #ff000f url(../../common/img/icon_blank_white.png) no-repeat right 10px center / 13px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 1em;
}
.second .application a:hover {
	opacity: 0.6;
}
.second .application.center ul {
	justify-content: center;
}
.second .application.center ul li {
	margin: 0 5px;
}

.second .btn_totop {
	margin-top: 4rem;
	text-align: center;
}
.second .btn_totop img {
	max-width: 190px;
}
.second .btn_totop a:hover {
	opacity: 0.6;
}

/*-----------------
工場からのお知らせ
-------------------*/
main #news_common .announce{
	color:black;
}
main #news_common .news_att{
    color:#EB0100;
}
main #news_common p.announce > a{
    text-decoration: underline;
}
#news_common p.announce:nth-child(n+3){
  border-top: 1px solid #ccc9c9;
  padding: 1em 0 0 0;
  margin-top:1em;
}
/*-----------------
工場見学Q＆A
-------------------*/
main #qa{
	padding: 4rem;
	background-color: #fff;
	border-radius: 6px;
}
main #qa h3{
	font-size:3rem;
	margin-bottom:0.5em;
}
main #qa ul{
	border-top:1px solid #d5d5d5;
}
main #qa li{
	padding:2rem 1rem;
	border-bottom:1px solid #d5d5d5;
}
main #qa li p{
    position: relative;
    padding-left: 2.3em;
}
main #qa li p.que{
	font-weight:bold;
    margin-bottom: 1.2em;
}
main #qa li p.que:before {
    position: absolute;
    left: 0px;
    top: -0.2em;
    content: "";
    width: 1.8em;
    height: 1.8em;
    background: url(../../top/img/icon_Q.gif) 0 0 /contain no-repeat;
}
main #qa li p.answer:before {
    position: absolute;
    left: 0px;
    top: -0.2em;
    content: "";
    width: 1.8em;
    height: 1.8em;
    background: url(../../top/img/icon_A.gif) 0 0 /contain no-repeat;
}
/*-----------------
カルビー商品の作り方
-------------------*/
#introduce{
	background-color:#f1eee9;
	padding:3.5rem 0;
	margin-top:5rem;
}
#introduce p{
	margin-bottom:2em;
	padding-top: 100px;
	text-align: center;
	background: url(../../top/img/icon_movie.png)  no-repeat center top / 80px;
}
#introduce li{
	width:18.61%;
}
#introduce li a{
	display:block;
	background-color:#FFF;
	border-radius:0.5rem;
	text-align:center;
	height:13.3em;
	line-height:1.2;
	transition-duration:0.3s;
	position: relative;
}
#introduce li a:hover{
	opacity:0.7;
}
#introduce li a img{
	margin-bottom:0.3em;
	width:100%;
}
#introduce li a img.logo{
	width: 55%;
	height: auto;
	mix-blend-mode: multiply;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	margin: 0 auto;
}


/*-----------------
工場　詳細ページ
-------------------*/
main.second .page_top{
	padding-top: 3rem;
	position: relative;
}
main.second .page_top::before{
	content: '';
	width: 100%;
	height: 270px;
	background-color: #fedec6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
main.second.online .page_top::before{
	background-color: #d4eaed;
}
main.second .page_btm{
	padding: 4rem 0;
	background-color: #f1eee9;
}
main.second .factory{
	margin-bottom:3rem;
}
main.second .factory .left {
    background-color: transparent;
    padding: 0rem;
    width: 51.39%;
		background: url(../../top/img/factory_img_page.png) no-repeat right 15% top 40% / 187px;
}
main.second.online .factory .left {
		background: url(../../top/img/online_img_page.png) no-repeat right 25% top 35% / 142px;
}
main.second .factory .left h1 {
    font-size: 4rem;
		margin-bottom: 0;
}
main.second .factory .left h1 span{
    font-size: 2.4rem;
}
main.second .factory .left .label {
	width: fit-content;
	margin-bottom: 0.5em;
	padding: 0.35em 1em;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	background-color: #f05829;
	border-radius: 40px;
}
main.second.online .factory .left .label {
	background-color: #4591b8;
}
main.second .factory .left .btn_pdf {
	margin-top: 3rem;
}
main.second .factory .left .btn_pdf a {
	padding: 0.8em 3.4em 0.8em 2em;
	font-size: 1.6rem;
	color: #EB0100;
	background: #fff url(/common/img/icon_pdf.png)  no-repeat right 10% center / 24px;
	border: 1px solid #EB0100;
	border-radius: 40px;
}
main.second .factory .left .flow {
    margin-left: 0rem;
    width: 86%;
}
main.second .factory .left .img_en {
	margin-left: 0.2em;
}
/* main.second .factory .left ul {
	border:solid 1px #d5d5d5;
} */
main.second .factory .bg {
    width: 48.61%;
	height:22.5em;
}
main.second .factory .right {
    width: 48.61%;
}
main.second .factory .right .slider li {
	border-radius: 6px;
	overflow: hidden;
}
main.second .factory .right .slider .slick-prev,
main.second .factory .right .slider .slick-next {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 10;
}
main.second .factory .right .slider .slick-prev {
	background: url(../../top/img/icon_slider_L.png) no-repeat center / contain;
	transform: translate(-50%, -50%);
	left: 0;
}
main.second .factory .right .slider .slick-next {
	background: url(../../top/img/icon_slider_R.png) no-repeat center / contain;
	transform: translate(50%, -50%);
	right: 0;
}
main.second .factory .right .slider .slick-prev::before,
main.second .factory .right .slider .slick-next::before {
	content: '';
}
main.second .factory .right .slider .slick-dots {
	border: none;
	border-radius: 0;
	display: flex;
	justify-content: center;
	transform: translateY(250%);
	position: absolute;
	bottom: 0;
	left: 0;
}
main.second .factory .right .slider .slick-dots li {
	margin: 0 0.5em;
}
main.second .factory .right .slider .slick-dots li button:before {
	background-color: #cfcdc9;
}
main.second .factory .right .slider .slick-dots li.slick-active button:before {
	background-color: #EB0100;
}
main.second .factory .right .slider img {
	display: block;
	width: 100%;
	height: auto;
}

#detail{
	margin-top:5rem;
	margin-bottom:3rem;
}
main.second h2{
	font-size:3rem;
	margin-bottom:1em;
	padding-left: 2.8em;
	background: url(../../top/img/factory_ttl_icon.png) no-repeat center left / 67px;
}
main.second.online h2{
	background: url(../../top/img/online_ttl_icon.png) no-repeat center left / 65px;
}
main.second h2 + p{
	margin-bottom:1em;
}
#detail dl{
	width:48%;
}
#detail dl.wide{
	width:100%;
}
#detail dt{
	background-color:#fedec6;
	padding:0.5em;
	line-height:1;
	font-size:2.2rem;
}
.online #detail dt{
	background-color:#d4eaed;
}
#detail dd{
	margin-bottom:2rem;
}
#detail dd .text{
	margin:1em 0;
}
#detail dd .caption li{
	font-size:1.4rem;
	text-indent:-1em;
	padding-left:1em;
}
#detail dd .flex{
	justify-content:flex-start;
}
#detail dd .flex p:nth-of-type(1){
	margin-right:3em;
}
.online #detail dd .flex p:nth-of-type(1){
	margin-right: 0;
	width: 40%;
}

#map{
	background-color:#f1eee9;
	padding:2.5rem 0;
}
#map ul{
	justify-content:center;
}
#map ul li a{
	background-color:#FFF;
	border-radius:0.3em;
	font-size:1.8rem;
	justify-content:flex-start;
	align-items:center;
	overflow:hidden;
	transition-duration:0.3s;
	position:relative;
}
#map ul li a:hover{
	opacity:0.7;
}
#map ul li a span{
	width:13.8em;
	text-align:center;
}
#map ul li.blog a{
	margin-left:4rem;
}
#map ul li.map a:after{
	content:"";
	width:1.33em;
	height:1.38em;
	background:url(/common/img/icon_pdf.png) 0 0 /contain no-repeat;
	position:absolute;
	right:0.8em;
	top:50%;
	margin-top:-0.69em;
}
#howto {
	margin:4rem 0;
}
#howto ul.text > li{
	margin-bottom:1.5em;
	text-indent:-1em;
	padding-left:1em;
}
#howto ul.text li:last-child{
	margin-bottom:0.5em;
}
#howto ul.text li p{
	color:#EB0100;
}
#howto ul.text li span{
	padding: 0 0.4em;
	color:#fff;
	background-color: #f05829;
	border-radius: 50%;
}

#ban ul.text > li{
	margin-bottom:0;
}
#ban ul.text li span{
	font-weight: bold;
}

#factory .inner nav {
margin:2rem auto 1rem auto;
}

#factory .inner nav li{
  width:16%;
  text-indent:0;
  padding:0;
}

#factory .inner nav li a{
  display:block;
  width:100%;
  color:#fff;
  text-align:center;
  padding:1rem 0.2rem;
  background:#ff0909; 
  border-radius: 3em;
  position:relative;
}

#factory .inner nav li a:after{
  content:"";
  width: 0.82em;
  height: 0.69em;
  background: url(../img/icon_blank_white.png) 0 0 /contain no-repeat;
  right: 0.8em;
  top: 50%;
  margin-top: -0.4em;
  border: none;
  transform: rotate(0deg);
  position:absolute;
}


#factory .inner nav li a:hover{
opacity:0.7;
}


#howto ul.caption li{
	text-indent:-1em;
	padding-left:1em;
	font-size:1.4rem;
}

#factory .inner nav.kiyohara li{
  width:19%;
  text-indent:0;
  padding:0;
}

main.second h3{
	font-size:2.2rem;
	margin-bottom:1em;
}
main.second.online h3{
	color: #4591b8;
	margin-top: 1.5em;
	margin-bottom:0.5em;
}
#calendar .flex{
	justify-content:flex-start;
}
#calendar{
	margin-bottom:7rem;
}
#calendar .table{
	width:31.5%;
	margin-right:1.5%;
	margin-bottom:5rem;
}
#calendar .table:nth-of-type(3),
#calendar .table:nth-of-type(6),
#calendar .table:nth-of-type(9){
	margin-right:0%;
}
#calendar .table .ttl{
	font-size:2.2rem;
	margin-bottom:1em;
}
#calendar .table table{
	width:100%;
}
#calendar .table table th{
	background-color:#EB0100;
	color:#FFF;
	font-size:1.5rem;
	padding:0.3em 0;
	border:solid 1px #d5d5d5;
	font-weight:normal;
	width:14.28%;
}
#calendar .table table td{
	color:#EB0100;
	font-size:1.2rem;
	padding:0.3em 0.3em;
	border:solid 1px #d5d5d5;
	text-align:right;
	height:4.4rem;
	box-sizing:border-box;
	vertical-align:middle;
}
#calendar .table table td span{
	color:#2f2f2f;
	margin-left:0.2em;
}
#calendar .table table tr.date td{
	color:#2f2f2f;
	font-size:1.5rem;
	background-color:#fcd5d5;
	height:auto;
	text-align:center;
}
#calendar .table table td.icon{
	color:#2f2f2f;
	font-size:2rem;
	text-align:center;
}
#calendar .table table td.rest{
	background-color:#e8eaea;
}
#calendar .caption{
	justify-content:flex-start;
}
#calendar .caption li{
	display:inline-block;
	font-size:1.4rem;
	margin-right:2em;
	margin-bottom:1em;
	line-height:1.3;
}
#calendar .caption li span{
	width:4rem;
	height:1.8rem;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	float:left;
	line-height:1;
	margin-right:0.5em;
	border: solid 1px #d0d7d8;
}
#calendar .caption li span span{
	border: none;
	margin-left:0.2em;
	margin-right:0px;
	color: #2f2f2f;
	width:auto;
}
#calendar .caption li.maru span,
#calendar .caption li.sankaku span{
	color: #3c3c3c;
	background-color:#FFF;
	border:solid 1px #d0d7d8;
}
#calendar .caption li.batsu span{
	background-color:#FFF;
	border:solid 1px #d0d7d8;
	color: #3c3c3c;
	font-size:1.8rem;
}
#calendar .caption li.rest span{
	background-color:#e8eaea;
	border:solid 1px #d0d7d8;
}
#calendar .caption + p{
	color:#EB0100;
	padding-left:1em;
	text-indent:-1em;
}
#please{
	margin-top:5rem;
	margin-bottom:5rem;
}
.online #please{
	padding-top:5rem;
	border-top: 1px solid #d5d5d5;
}
#please li{
	margin-top:1.3em;
	padding-left:1em;
	text-indent:-1em;
	
}
#please li span,
#please p span{
	color:#EB0100;
}
#please p{
	margin-top: 2em;
}

#ban {
    background: url(/common/img/news_common_bg.png) 0 0 repeat;
    padding: 0.5rem;
	margin-bottom:4.4rem;
}
#ban .ban_inner {
    background-color: #FFF;
    padding: 3rem 4%;
}
#ban h3{
	text-align:center;
}
#ban h3 span{
	font-size:2.2rem;
	color:#EB0100;
	display:inline-block;
	position:relative;
	padding-left:1.7em;
}
#ban h3 span:before{
	content:"";
    background: url(../img/icon_batsu.gif) 0 0/contain no-repeat;
	width:1.136em;
	height:1.136em;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-0.56em;
}
#ban ul.icon{
	justify-content:center;
	margin-bottom:2.5rem;
}
#ban ul.icon li{
	width:9.342%;
	margin:0 1.5%;
}
#ban ul.icon li img{
	width:100%;
}
#ban ul.text li{
	padding-left:1.4em;
	text-indent:-1.4em;
}
#ban ul.text li:last-child{
	margin-bottom:0px;
}
#ban ul.text li span{
	color:#EB0100;
	font-size:1.4em;
	position:relative;
	bottom:-0.1em;
}
#ban ul.text + p{
	margin:1.5em 0;
}

.apply_web{
	background-color: #f1eee9;
    padding: 3rem 0;
	margin-bottom:3.5rem;
}
.apply_web .ttl{
	font-size:1.8rem;
	color:#EB0100;
	text-align:center;
	padding:1em 0;
	width:18em;
	margin:0 auto;
	margin-bottom:1.3em;
	border:solid 1px;
	position:relative;
	background-color:#FFF;
}
.apply_web .ttl span{
	display:inline-block;
	position:relative;
}
.apply_web .ttl span:before{
	content: "";
    width: 2.6115em;
    height: 1.8335em;
    background: url(../img/icon_web.png) 0 0 /contain no-repeat;
    position: absolute;
    left: -3.5em;
    top: 50%;
    margin-top: -0.916em;
	transform: rotate(0deg);
	border-top: 0em solid #FFF;
    border-right: 0em solid #FFF;
}

  
.apply_web .inner p{
text-align:center;	
} 

.apply_area{
	justify-content:center;
	margin-bottom:6rem;
	margin-top:6rem;
}
.apply_area .tel{
	width: 35%;
	margin: 0 auto;
	padding: 2rem;
	border:1px solid #EB0100;
}
.apply_area .ttl{
	margin: 0 auto;
	font-size:1.8rem;
	color:#EB0100;
	text-align:center;
	padding:0.8em 0;
	width:16em;
	position:relative;
}
.apply_area .ttl:before{
	content: "";
    width: 1.889em;
    height: 2em;
    background: url(../img/icon_tel.png) 0 0 /contain no-repeat;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -1em;
	transform: rotate(0deg);
	border-top: 0em solid #FFF;
    border-right: 0em solid #FFF;
}
.apply_area .fax .ttl:before{
    background: url(../img/icon_fax.png) 0 0 /contain no-repeat;
    left: 1em;
}
.apply_area .number{
	font-size:2.4rem;
	color:#EB0100;
	text-align:center;
	font-weight:bold;
	line-height:1.3;
	margin:0;
}
.apply_area .tel .number{
	pointer-events:none;
}
.apply_area .number a{
	color:#EB0100;
}
.apply_area .number span{
	font-size:1.6rem;
	font-weight:normal;
}
.apply_area .text{
	text-align:center;
	margin-top: 0.5em;
}
.apply_area .caption{
	text-align:center;
	font-size:1.4rem;
	padding-left:1em;
	text-indent:-1em;
	margin-top: 0.5em;
}
.apply_area .fax{
	margin-right:3.4em;
}
.apply_area .btn_red{
	padding-top:0.5em;
}

.apply_area .btn_red a {
    padding: 1em 0em;
	width:100%;
}
.apply_area .btn_red a:after {
	content: "";
    width: 1.33em;
    height: 1.38em;
    background: url(/common/img/icon_pdf.png) 0 0 /contain no-repeat;
    position: absolute;
    right: 0.8em;
    top: 50%;
    margin-top: -0.69em;
	transform: rotate(0deg);
	border-top: 0em solid #FFF;
    border-right: 0em solid #FFF;
}

#qa + .btn_red{
	margin-top:5rem;
}

#online_intro {
	margin-top: 6rem;
	padding: 7vw 0;
	background: url(../../top/img/page_online.jpg) no-repeat center / 1920px;
}
#online_intro .box {
	width: 50%;
	margin: 0 0 0 auto;
	padding: 1.5em;
	background-color: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
	border-radius: 20px;
}
#online_intro h3 {
	margin: 0 0 0.8em;
	color: #2f2f2f;
}
#online_intro h3 span {
	display: inline-block;
	font-size: 60%;
	line-height: 1.5;
}

@media screen and (min-width:768px) and (max-width:1300px){
	#main_v{
		background-position: center top;
		background-size: contain;
	}
	#main_v h1{
		padding-top: 14vw;
		transform: translateY(0);
	}
	#main_v h1 img{
		width: 25%;
	}
	#intro{
		margin-top: 4vw;
	}
}
/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
main .factory .left ul li{
	font-size:1.35vw;
}
#introduce li a{
	font-size:1.35vw;
}

#calendar .table table td {
    font-size: 1.05vw;
}
#main_v p{
	padding: 6.2rem 2rem 5.5rem 2rem;
}
  
  .apply_web {padding: 3rem 0 1rem 0;}
  
  
#factory .inner nav li ,#factory .inner nav.kiyohara li{
    width: 32.5%;
    margin-bottom:1.5rem;
} 
  
#factory .inner nav.kiyohara ul{
  justify-content: left;
}   
  
#factory .inner nav.kiyohara ul li{
  width: 32%;
  margin-left:1%;
} 

#tour h2 {
	font-size: 3.6vw;
}
#tour ul li .txt h3 {
	font-size: 2.4vw;
}
#tour ul li .txt h3 span {
	font-size: 60%;
}
#tour ul li .txt p {
	font-size: 1.6vw;
}
#tour_factory ul li img {
	width: 10vw;
}
#tour_factory ul li .txt {
	margin-left: 2vw;
}

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
#main_v {
    background: url(../../top/img/main_v_bg_sp.jpg) center top/100% no-repeat;
    margin-bottom: 0;
		padding: 38vw 0;
}
#main_v h1 {
	padding: 0;
	width:50%;
	margin:0 auto;
	transform: translateY(0);
}
#main_v p {
    padding: 20vw 0 20vw 0;
	width:50%;
	margin:0 auto;
    margin-bottom: 0em;
}

/*-----------------
工場見学（リアル・オンライン）
-------------------*/
#intro {
	margin-top: 4rem;
}
#intro p {
	font-size: 1.7rem;
}
#tour {
	margin-top: 14rem;
}
#tour_factory {
	width: 100%;
	padding: 6rem 0 10rem;
	background-position: left bottom;
	background-size: 35% auto;
}
#tour_online {
	width: 100%;
	padding: 8rem 0 10rem;
	background-position: right bottom;
	background-size: 35% auto;
}
#tour_factory .inner,
#tour_online .inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1.2rem;
}
#tour .inner::before {
	height: 300px;
}
#tour_factory .inner::before {
	width: 45%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0, -55%);
}
#tour_online .inner::before {
	width: 30%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0, -45%);
}
#tour .label {
	text-align: center;
}
#tour .label img {
	height: 20px;
}
#tour h2 {
	font-size: 3.2rem;
	margin-bottom: 0.5em;
}
#tour h2 span {
	display: inline-block;
	font-size: 80%;
	vertical-align: top;
	padding-top: 0.2em;
}
#tour ul {
	margin-top: 0;
}
#tour ul li {
	margin-top: 1.5rem;
	height: 82px;
}
#tour ul li .img {
	height: 100%;
}
#tour ul li a {
	padding: 0.8em;
}
#tour ul li a::before {
	width: 1.2em;
	height: 1.2em;
	top: calc(50% - 0.6em);
	right: 0.8em;
}
#tour ul li a::after {
	width: 0.3em;
	height: 0.3em;
	top: calc(50% - 0.2em);
	right: 1.25em;
}
#tour ul li .txt {
	width: 68%;
}
#tour ul li .txt h3 {
	font-size: 1.6rem;
}
#tour ul li .txt h3 span {
	font-size: 80%;
}
#tour ul li .txt p {
	font-size: 1.4rem;
}
#tour_online ul li .img {
	margin-left: 2rem;
	width: 20%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#other {
	padding: 6rem 0 2rem;
}
#factory_map,
#factory_img {
	width: 100%;
	padding: 0 1.2rem;
}
#factory_map .map {
	width: 80%;
	margin: 0 auto;
}
#factory_img {
	margin-top: 6rem;
}



main .factory {
	display:block;
    margin-bottom: 3rem;
}
main .factory .left {
    padding: 2rem ;
    width:100%;
}
main .factory .left h2 {
    font-size: 2.5rem;
	padding: 0 0em 0 1.8em;
	margin-bottom:0px;
	width:100%;
	box-sizing:border-box;
}
main .factory .left h2 span {
    font-size: 1.5rem;
}
main .factory .left h2 a {
    font-size: 2.5rem;
	white-space:nowrap;
}
main .factory .left h2:after {
    right: 0em;
}
main .factory .left .flow {
    margin-left: 0rem;
    width: 100%;
}
main .factory .left ul {
	padding: 1rem 0 2rem;
}
main .factory .left ul li {
	display:flex;
	text-align:center;
	font-size: 1.2rem;
}
main .factory .left ul li img{
	margin:0;
	width: 35%;
	height: auto;
}
main .factory .bg {
    width: 100%;
	height:60vw;
}

#introduce {
    padding: 3rem 0 2rem;
}
#introduce li {
    width: 48%;
	margin-bottom:4vw;
}
#introduce li a {
    height: auto;
	padding-bottom:0.5em;
}
#introduce p{
	padding-top: 45px;
	background-size: 35px auto;
}

  
  
  
/*-----------------
工場　詳細ページ
-------------------*/
main.second .page_top{
	padding-top: 1.5rem;
}
main.second .page_top::before{
	height: 55vw;
}
main.second.online .page_top::before{
	height: 45vw;
}
main.second .factory .left {
	width: 100%;
	background-size: 42% auto;
	background-position: right 0 top 35%;
}
main.second.online .factory .left {
	background-size: 36% auto;
	background-position: right 10% top 14%;
}
main.second .factory .left h1 {
    font-size: 2.6rem;
}
main.second .factory .left h1 span{
    font-size: 1.6rem;
}
main.second .factory .left .label {
	font-size: 1.7rem;
	padding: 0.5em 1em;
}
main.second .factory .left .img_en {
	width: 40%;
}
main.second .factory .left .btn_pdf a {
	padding: 0.6em 2.8em 0.4em 1.6em;
	background: #fff url(/common/img/icon_pdf.png) no-repeat right 8% center / 14px;
}
main.second .factory .left .flow {
    width: 100%;
}
main.online .factory .left .flow p {
	margin-top: 4.8em;
}
main #hiroshima.factory .left ul li{
	width:50%;
}
main.second .factory .right {
	width: 100%;
	margin: 1rem 0 6rem;
}
main.second .factory .right .slider {
	width: 96%;
	margin: 0 auto;
}
main.second .factory .right .slider .slick-prev,
main.second .factory .right .slider .slick-next {
	width: 50px;
	height: 50px;
}
main.second .factory .right .slider .slick-prev {
	transform: translate(-40%, -50%);
}
main.second .factory .right .slider .slick-next {
	transform: translate(40%, -50%);
}
main.second .factory .bg {
    width: 100%;
    height: 60vw;
}
.second #page_list {
	padding-bottom: 0;
}
.second #page_list ul.flex {
	justify-content: flex-start;
}
.second #page_list ul.flex li {
	margin-bottom: 1em;
}
.second .application {
	margin-top: 10rem;
	padding: 4rem 0;
	background-color: #fff2e8;
}
.second .application p {
	font-size: 1.6rem;
}
.second .application p::before {
	width: 88px;
	height: 88px;
}
.second .application ul.flex,
.second .application.center ul.flex{
	justify-content: space-between;
}
.second .application ul li,
.second .application.center ul li {
	width: 48%;
	height: 40px;
	margin: 0 0 0.8rem;
}
main #news_common .news_att{
	font-size: 1.4rem;
}
#detail dl {
    width: 100%;
}
#detail dt{
	font-size:2rem;
}
.online #detail dd .flex p:nth-of-type(1){
	width: 100%;
}
.online #detail dd .flex .text{
	margin-bottom: 0;
}
#map ul li{
	width:90%;
}
#map ul li.map a {
	width:100%;
	margin:0 auto;
    margin-right: 0rem;
}
#map ul li.blog a{
	margin-left:0rem;
	margin-top:1.5em;
}
#map ul li a span {
    width: 14em
}
#map ul li a img{
	width:27%;
	
}
#calendar .table {
    width: 100%;
	margin-bottom:3em;
	margin-right:0px;
}
#calendar .caption li{
	margin-right:0px;
	width:100%;
}
#calendar .caption li{
	font-size:3.4vw;
	white-space:nowrap;
}
#calendar .caption li span {
	position: relative;
}
#ban .ban_inner {
    padding: 2rem 4%;
}
#ban ul.icon li {
    width: 22%;
		margin: 0 2%;
}
main #qa{
	padding: 1.5rem;
}
.apply_web .ttl {
	width:93%;
	margin:0 auto;
	margin-bottom:1em;
}
.apply_web .ttl span:before {
    left: -4.7em;
}
.apply_web .btn_red a {
    padding: 1em 0em;
	width:90%;
}
 
  
.apply_area .tel {
	width:93%;
	margin:0 auto;
}
.apply_area .tel .number {
    pointer-events: auto;
}
.apply_area .fax {
	width:90%;
	margin:0 auto;
	margin-bottom:2em;
}
.apply_area .ttl {
  width: 100%;
}

  
#factory .inner nav ul li,#factory .inner nav.kiyohara ul li{
width:48.7%;
margin-top:0.9rem; 
}

#factory .inner nav li a{
padding:1rem 0.1rem;
}  
  
#factory .inner nav.kiyohara li a{
  display:block;
  width:100%;
  color:#fff;
  text-align:center;
  padding:1rem 0.2rem;
  background:#ff0909; 
  border-radius: 3em;
  position:relative;
}

#factory .inner nav.kiyohara li:nth-of-type(2) a{
font-size: 3.7vw;
padding: 1.2rem 0.1rem 1.2rem 1.4rem;
text-align: left;  
}

#factory .inner nav.kiyohara li a:after{
font-size: 4vw; 
}

main.second h2{
	font-size:2.3rem;
	padding-left:2em;
	background-size: 33.5px auto;
}
main.second.online h2{
	background-size: 32.5px auto;
}
main.second:not(.online) #please h2 {
	font-size: 1.9rem;
	padding-left:2.2em;
}
main.second.online #detail h2 {
	font-size: 2.1rem;
	padding-left:2.2em;
}
.second .btn_totop img {
	width: 40%;
}

#online_intro {
	padding: 43vw 0 10vw;
	background: #eef7f8 url(../../top/img/page_online_sp.jpg) no-repeat center top / 100%;
}
#online_intro .box {
	width: 100%;
	margin: 0;
	padding: 1em;
	background-color: rgba(255, 255, 255, 0.7);
}
#online_intro h3 {
	font-size: 1.7rem;
}
	
}

@media screen and (min-width:440px) and (max-width:767px){
	#tour ul li {
		height: auto;
	}
	#tour_factory .inner::before {
		transform: translate(0, -40vw);
	}
	#tour_online .inner::before {
		transform: translate(0, -35vw);
	}
	#tour_online ul li .img img {
		width: 100%;
	}
}