@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	display:block;
	font-family: Arial,"Noto Sans CJK JP","Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Sans Emoji";
-webkit-text-size-adjust: 100%;
	color:#000;
	text-align: center;
	background-position: center top;
	box-sizing: border-box;
}
article {
margin: 0 auto;
}
img {
	border-style:none;
}
li {
	list-style-type:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
.op a:hover {
 opacity: 0.6;
 }

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.pc {
	display:block;
	margin: 0 ;
}
.sp {
	display:none;
}
@media screen and (max-width: 600px) {
.pc {
	display:none;
}
.sp {
	display:block;
	margin: 0 ;
}
}
/*iPhone*/
.wrapper {
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
.wrapper {
	max-width:480px;
	min-width:480px;
}
}
/*------------------------------------------------------------------*/
header {
position: fixed;
top: 0;
width: 100%;
z-index: 3000;
}
h2 {
	background-color: #004097;
	margin-top: 0;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);

}
h2 img {
	width: 360px;
	height: auto;
	margin: 16px auto;
}
nav ul {
	max-width: 1100px;
	margin: 80px auto 0 ;
	padding: 0;
	display: flex;
	justify-content: space-around;
	z-index: 2000;

}
nav ul li {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	width: 22.5%;
}
nav li a {
	padding: 8px;
	font-size: 24px;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #006fbc;
	border-radius:12px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	display: block;
}
@media screen and (max-width: 920px) {
nav li a {
	padding: 8px;
	font-size: 18px;
}
}
@media screen and (max-width: 720px) {
nav li a {
	padding: 8px;
	font-size: 16px;
}
}
@media screen and (max-width: 640px) {
nav li a {
	border-radius:8px;
	padding: 5px;
	font-size: 14px;
}
}
@media screen and (max-width: 500px) {
nav li a {
	/*padding: 4px;*/
	font-size: 12px;
}
}
/*------------------------------------------------------------------*/
.top {
	background:center top no-repeat url("../img/top_bg_pc.jpg");
	padding: 16px;
	margin: -80px auto 0;
	background-size: cover;
}
.top_text_1 {
	max-width: 620px;
	height: auto;
	margin: 112px auto 0;
}
h1 {
    margin: 20px 0 0;
}
h1 img {
	max-width: 1280px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.product_name {
    width: 69.7%;
    max-width: 840px;
    margin: 0 auto 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    font-size: clamp(8px, 1.06vw, 14px);
    box-sizing: border-box;
}
.product_name .category {
    border: 1px solid #000;
    padding: 3px 6px 0px;
    font-size: 14px;
    line-height: 1.4;
}
.product_name .name {
    font-size: 14px;
    line-height: 1.4;
	padding-top: 3px;
}
.top_text_2 {
	max-width: 1057px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 720px) {
.top_text_1 {
	max-width: 80%;
	margin: 18% auto 0;
}
}
@media screen and (max-width: 600px) {
.top_text_1 {
	margin: 21% auto 0;
}
.product_name {
    width: 100%;
	justify-content: center;
}
.product_name .category {
    font-size: 12px;
    line-height: 1.4;
}
.product_name .name {
    font-size: 12px;
    line-height: 1.4;
	padding-top: 3px;
}
}
@media screen and (max-width: 500px) {
.top_text_1 {
	margin: 22% auto 0;
}
}
.top {
	background:center top no-repeat url("../img/top_bg_sp.jpg");
	margin: -96px auto 0;
	background-size: cover;
}
/*------------------------------------------------------------------*/
h3 {
	margin: 0 auto;
	padding: 12px 0;
	font-size: 24px;
	color: #ffffff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background-color: #006fbc;
	max-width: 1100px;
	margin-bottom: 0;
}
h4 {
	margin: 0 auto;
	padding: 12px 0;
	font-size: 24px;
	color: #ffffff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background-color: #004097;
	max-width: 1100px;
	margin-bottom: 0;
}
.content_1 {
	background:center top no-repeat url("../img/content_1_bg.png");
	padding: 48px 0 16px;
	background-size: cover;
}
.content_1_inside p {
	margin: 24px auto ;
	max-width: 1100px;
	padding: 16px;
}
.content_1_inside p img {
	margin: 0 auto ;
	max-width: 1100px;
	width: 100%;
	height: auto;
}
.border {
	border: 1px solid #004097;
	border-radius: 20px;
}
@media screen and (max-width: 480px) {
.content_1 {
	padding: 48px 0;
}
.content_1_inside p {
	padding: 16px 16px 0;
}
}
.content_1_inside p:last-child {/*20260825*/
    margin-bottom: 0;
}
#c2 {
	padding-top: 48px;
}
/*------------------------------------------------------------------*/
.content_3 {
	background:center top no-repeat url("../img/content_3_bg.png");
	background-repeat: no-repeat;
	padding: 48px 0;
	background-size: cover;
}
.wrap {
	max-width: 1023px;
	width: 88%;
	border: 2px solid #7ecef4;
	box-sizing: border-box;
	margin: 16px auto 32px;
	border-radius: 12px;
}
.accordion {
	text-align: left;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 16px;
	background-color: #fff;
	border: 1px solid #006fbc;
	border-top: none;
	box-sizing: border-box;
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #006fbc;
	background:#7ecef4;
	width: 100%;
	margin: 0 auto;
	border-radius: 9px;
	box-sizing: border-box;
	background-image: url("../img/q.png");
	background-repeat: no-repeat;
	background-position: 16px 10px;
	padding-left: 64px;
	font-weight: bold;
	}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:0px;
	padding-left: 62px;
	overflow: hidden;
	max-width: 1023px;
	width: 88%;
	margin: 0 ;
	background-image: url("../img/a.png");
	background-repeat: no-repeat;
	background-position: 16px 10px;
	margin-left: 32px;
	margin-left: 0;
	box-sizing: border-box;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding-left: 62px;
	transition: all 0.3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1100px) {
.content_3 {
	background:none;
	padding: 48px 0 0 0 ;
}
.accordion {
	border: none;
}
}
.btn a {
	color: #fff;
	font-size: 25px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background-color: #004097;
	padding: 12px;
	border-radius: 32px;
	display: block;
	width: 440px;
	box-sizing: border-box;
	margin: 0 auto;
}
/*------------------------------------------------------------------*/
.content_4 {
	padding: 48px 0 0 0;
}
.content_4_text_top {
	font-size: 32px;
	font-weight: bold;
	color: #004097;
	margin: 24px auto 0;
}
.content_4_text_bottom {
	font-size: 18px;
	color: #004097;
	margin: 0 auto ;
}
.content_4 ul {
	display: flex;
	justify-content: space-around;
	max-width: 1100px;
	margin: 0 auto ;
	padding: 16px 16px 48px;
}
.content_4 ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #cccccc;
	border-radius: 12px;
	padding: 16px;
	width: 23%;
	box-sizing: border-box;
	font-size: 26px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #004097;
}
@media screen and (max-width: 980px) {
.content_4 ul {
	flex-wrap: wrap;
}
.content_4 ul li {
	width: 95%;
	margin-bottom: 8px;
}
}
.content_4 li img {
	display: block;
}
/*------------------------------------------------------------------*/
footer {
	background:center top no-repeat url("../img/footer_bg.png");
	padding: 48px 0 96px ;
	background-size: cover;
}
.footer_inside {
	max-width: 1100px;
	padding: 0 16px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer_inside_top p {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 24px;
	color: #004097;
	padding: 16px;
	background-color: #ccc;
	margin: 0 auto;
	box-sizing: border-box;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}
.footer_inside_bottom {
	background-color: #fff;
	padding: 16px;
	margin: 0 auto;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}
.footer_inside_bottom_product {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.footer_inside_top br {
	display: none;
}
@media screen and (max-width: 1200px) {
.footer_inside_bottom_product p img {
	max-width: 97%;
	height: auto;
}
}
@media screen and (max-width: 1100px) {
.footer_inside_top br {
display: block;
content: "";
margin: 0;
}
}
/*------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom:20px;
	right: 20px;
}
#page-top a {
	color: #fff;
	font-weight:bold;
	font-size:26px;
	background: #006fbc;
	text-decoration: none;
	width: 60px;
	height:60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	line-height:220%;
	opacity: 0.8;
}
#page-top span {
	color: #006fbc;
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 2.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}