@charset "UTF-8";

.con_mv {
	width: 100%;
	margin: 5em auto 4vw;
}
.line {
	margin: 3.5em auto 0;
	width: 1px;
	height: 4em;
	background-color: #3e4496;
	animation: fuwa ease-in-out infinite alternate 1.5s;
}
@keyframes fuwa {
	0% {
		transform: translate(0,0px);
	}
	100% {
		transform: translate(0,-15px);
	}
}
h2 {
	position: absolute;
	top: 23vw;
	left: 15vw;
	font-size: 1.8em;
	font-weight: lighter;
	color: #3e4496;
	z-index: 2;
}
h3{
    font-size: 1.6em;
}
h2 span {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.l1 {
	display: table;
	background-color: #fff;
	padding: 0.4em 0.8em 0.4em;
}
.box_img {
	width: 80%;
	height: auto;
	position: relative;
	margin-left: auto;
	z-index: 1;
}
.img_pc {
	display: block;
	width: 100%;
}
.img_sp {
	display: none;
}
#con_production {
	width: 80%;
	margin: 0 auto 5em;
}
#con_production h3 {
	font-size: 1.4em;
	color: #3e4496;
}
.border:after {
	content: "";
	width: 100%;
	display: block;
	border-top: 1px solid #3e4496;
	transform: scaleY(.5);
	transform-origin: 100% 0;
	margin-bottom: 2em;
}
#con_production p {
	text-align: justify;
	margin-bottom: 2em;
}
#con_production .box_img {
	text-align: left;
	margin: 0 auto 5em;
}
.txt_pro a {
	text-decoration: underline;
}
.txt_pro span {
	font-weight: bold;
}
.box_shellImg {
	width: 100%;
	height: auto;
}
.box_shellImg img {
	width: 100%;
}
.img_shellPc {
	width: 100%;
}
.img_shellSp {
	display: none;
}
.con_shipment {
	width: 80%;
	margin: 0 auto 5em;
}
.con_shipment h3 {
	font-size: 1.4em;
	color: #3e4496;
}
.con_shipment p {
	text-align: justify;
	margin-bottom: 2em;
}
.box_txtFlex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.notes {
	color: #ff614c;
	border: 1px solid #ff614c;
	display: inline-block;
	padding: 0.5em;
	margin-left: 2em;
}
.box_hakodumeFlex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
figure {
	padding-left: 1em;
}
figcaption {
	font-size: 0.8em;
}
.hakodumeImg {
	max-width: 50%;
}
.hakodumeImg  img {
	width: 100%;
}
.hakodumeFig {
	display: flex;
	justify-content: space-between;
	max-width: 50%;
}
.hakodumeFig img {
	width: 100%;
}
.box_hqFlex {
	display: flex;
	justify-content: center;
}
.txt_hq {
	width: 80%;
}
.hqFig {
	display: flex;
	justify-content: space-between;
	max-width: 50%;
}
.hqFig img {
	width: 100%;
}
.box_hqFlex figure {
	padding-left: 1em;
}

/*中子って？*/
#con_nakago {
	width: 80%;
	margin: 0 auto 5em;
}
#con_nakago h3 {
	font-size: 1.4em;
	color: #3e4496;
}
#con_nakago p {
	text-align: justify;
	margin-bottom: 2em;
}
.box_nakagoFlex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.box_nakagoFlex p {
	margin-right: 2em;
}
.box_nakagoFlex img {
	max-width: 50%;
}
#con_shell {
	width: 80%;
	margin: 0 auto 5em;
}
#con_shell h3 {
	font-size: 1.4em;
	color: #3e4496;
}
#con_shell p {
	text-align: justify;
	margin-bottom: 2em;
}
#con_shell .box_img {
	text-align: center;
	margin: 0 auto 5em;
}
.img_shellPc {
	width: 90%;
}
.img_shellSp {
	display: none;
}
.box_shellFlex {
	display: flex;
	justify-content: left;
	align-items: flex-start;
}
.box_shellFlex li {
	list-style: disc;
	margin-left: 1.5em;
}
.demerit {
	margin-left: 5em;
}


/*sp*/
@media screen and (max-width: 767px) {
	.con_mv {
		margin-bottom: 3em;
	}
	h2 {
		top: 60vw;
		left: 0;
		font-size: 1.2em;
	}
	h2 span {
		font-size: 1.8rem;
	}
	.box_img {
		width: 100%;
		margin: 0 auto;
	}
	.img_pc {
		display: none;
	}
	.img_sp {
		display: block;
		width: 100%;
	}
	#con_production {
		width: 90%;
		margin-bottom: 5em;
	}
	.txt_komidashi {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.con_shipment {
		width: 90%;
		margin-bottom: 5em;
	}
	.con_shipment p {
		margin-bottom: 1em;
	}
	.box_txtFlex {
	display: block;
	text-align: center;
	}
	.notes {
		margin: 0 auto;
	}
	.box_hakodumeFlex {
		display: block;
	}
	.hakodumeImg {
		max-width: 100%;
	}
	.hakodumeFig {
		max-width: 100%;
		margin-bottom: 4em;
	}
	figure {
		padding: 0 0.5em;
	}
	.box_hq {
		margin-top: 1.5em;
		text-align: center;
	}
	.box_hqFlex {
		display: block;
	}
	.box_hqFlex {
		display: block;
	}
	.box_hqFlex figure {
		padding: 0 0.5em;
	}
	.txt_hq {
		width: 100%;
		margin: 0 auto;
	}
	.hqFig {
		max-width: 100%;
		text-align: justify;
		margin-bottom: 4em;
	}
	.box_syukka {
		margin-top: 1.5em;
		text-align: center;
	}

	/*中子って？*/
	#con_nakago {
		width: 90%;
		margin-bottom: 5em;
	}
	.box_nakagoFlex {
		display: inline-block;
	}
	.box_nakagoFlex img {
		max-width: 100%;
		margin-bottom: 2em;
	}
	.box_nakagoFlex p {
		margin: 0;
	}
	#con_shell {
		width: 90%;
		margin-bottom: 5em;
	}
	#con_shell .box_img {
		margin-bottom: 3em;
	}
	.img_shellPc {
		display: none;
	}
	.img_shellSp {
		display: inline-block;
		margin-bottom: 0;
	}
	.box_shellFlex {
		display: inline-block;
	}
	.merit {
		font-size: 0.9em;
	}
	.demerit {
		margin: 2em 0 0 0;
		font-size: 0.9em;
	}
}