@charset: "UTF-8";

/* #004EA2 */
/* #EA0A0A */
/* #FDD000 */
/* #EAF2FD */
/* #CACACA */

h1,h2,h3,h4,p {
	letter-spacing: 0.05rem;
}

.cookie_policy_linkbox {
	position: fixed;
	bottom: 0;
	/* bottom: 1rem; */
	width: 100%;
	/* max-width: 720px; */
	margin: 0;
	padding: 1rem;
	border-top: 2px solid #004EA2;
	background: rgba(255,255,255, 1);
	box-shadow: -1px -3px 14px 3px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	z-index: 90;
	font-size: 0.75rem;
	line-height: 1.25;
}

.cookie_policy_linkbox i {
	position: absolute;
	right: 0;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}

.cookie_policy_linkbox i::before,
.cookie_policy_linkbox i::after {
	content: '';
	width: 1px;
	height: 1.5rem;
	display: block;
	background: #000;
	transform: rotate(-45deg);
	top: 0;
	position: absolute;
}

.cookie_policy_linkbox i::after {
	transform: rotate(45deg);
}

.cookie_policy_linkbox p {
	margin: 0 2.2rem 0 0;
	text-align: center;
}

.cookie_policy_linkbox p a {
	text-decoration: underline;
}

.cookie_policy_linkbox .btn01 {
	margin: 1rem 0 0;
}

.cookie_policy_linkbox .btn01 span {
	background: #004EA2;
    border: none;
    padding: 0.75rem 0;
    margin: 0;
    color: #fff;
    width: 100%;
    max-width: 275px;
    border-radius: 0.5rem;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    cursor: pointer;
}

/* ================================================
   Noto Sans CJK JP
================================================ */

/* Regular */
@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Regular.woff') format("woff");
       url('../fonts/NotoSansCJKjp-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
}

/* Midium */
@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Medium.woff') format("woff");
       url('../fonts/NotoSansCJKjp-Medium.woff2') format("woff2");
    font-weight: 500;
    font-style: normal;
}

/* ================================================
   Montserrat
================================================ */

/* Regular */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* ================================================
   BASE
================================================ */

h1, h2, h3, h4, h5, h6, strong {
	font-weight: 500;
}

br.sp {
	display: none;
}

br.clear {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}

.pc_none {
	display: none !important;
}

.sp_none {
	display: block !important;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0; 
	margin-right: 0.5rem;
	vertical-align: middle;
	box-sizing: border-box;
	outline: none;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 2rem;
    position: relative;
    width: auto;
}

input[type="checkbox"] + label::before {
    background: #fff;
    border: 1px solid #CACACA;
	border-radius: 0.2rem;
    content: '';
    display: block;
    height: 1rem;
    left: 0;
    margin-top: -0.5rem;
    position: absolute;
    top: 50%;
    width: 1rem;
}

input[type="checkbox"] + label::after {
    border-right: 3px solid #004EA2;
    border-bottom: 3px solid #004EA2;
    content: '';
    display: block;
    height: 0.6rem;
    left: 0.4rem;
    margin-top: -0.5rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 0.3rem;
}

input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

/* ================================================
   BASE
================================================ */

html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333;
	font-family: 'Montserrat', 'Noto Sans CJK JP';
	font-weight: 400;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
	font-feature-settings: "palt";
}

main {
	padding-top: 7.2rem;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}

hr {
	height: 1px;
	width: 100%;
	background: #cacaca;
	outline: none;
	border: none;
	margin: min(3vw, 5rem) 0;
}

a {
	text-decoration: none;
	color: #333;
	transition: 0.2s all;
}

a:hover {
	opacity: 0.7;
	transition: 0.2s all;
}

ul {
	margin-left: -1rem;
}

time,
.price {
	letter-spacing: 0.05rem;
}

figure {
	padding: 0;
	margin: 0;
}

figcaption {
	color: #666666;
	padding: 0.5rem 0;
}

.table01 {
	padding: 1rem 0;
}

.table01 caption {
	font-size: 0.75rem;
	text-align: right;
	caption-side: bottom;
}

.table02 {
	padding: 1rem 0;
}

.table02 table {
	width: 100%;
}

.table02 table th {
	background: #f5f5f5;
}

table {
	background: #cacaca;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 0.875rem;
	margin: 1rem 0;
}

table tr th {
	background: #f5f5f5;
}

table th,
table td {
	background: #fff;
	padding: 0.5rem;
	text-align: center;
}

.text-align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.text-align-right {
	text-align: right;
	margin-right: auto;
}

[data-align="right"] {
	display: block;
	margin-right: 0 !important;
	margin-left: auto !important;
}

[data-align="center"] {
	display: block;
	margin-right: auto !important;
	margin-left: auto !important;
}

.align-center {
	float: none;
	margin: 0 auto;
	display: block;
}

.align-right {
	float: right;
	margin: 0 0 min(3%, 1rem) min(4%, 1.5rem);
}

.align-left {
	float: left;
	margin: 0 min(4%, 1.5rem) min(3%, 3rem) 0;
}

.num_cyrcle {
	padding: 0;
	margin: 0 0 1rem;
	list-style: none;
	color: #004EA2;
	font-size: 1.125rem;
	font-weight: 600;
}

.num_cyrcle li {
	padding: 0;
	margin: 0;
}

.att small {
	display: block;
}

/* ================================================
   .pager
================================================ */

.pager .is-hidden {
	display: none;
}

.pager .js-pager__items {
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 3%;
}

.pager .js-pager__items .pager__item a {
	width: 2rem;
    height: 2rem;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DCDCDC;
}

.pager .js-pager__items .is-active a {
	background: #DCDCDC;
	color: #fff;
}

.pager .js-pager__items .pager__item--previous a,
.pager .js-pager__items .pager__item--next a {
	background: #004EA2;
	border: none;
	border-radius: 0;
}

.pager .js-pager__items .pager__item--previous a::before,
.pager .js-pager__items .pager__item--next a::before {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(45deg);
	box-sizing: border-box;
	right: -0.2rem;
	position: relative;
}

.pager .js-pager__items .pager__item--next a::before {
	transform: rotate(-135deg);
	right: 0.1rem;
}

/* ================================================
   header
================================================ */

header {
	border-bottom: 1px solid #cacaca;
	position: fixed;
	transition: 0.5s all;
	width: 100%;
	background: #fff;
	z-index: 100;
	letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  header section nav .sub_link_parts a {
		margin: 24px auto 14px!important;
	}
}

.hide header {
	margin-top: -60vh;
}

header .sp_nav {
	display: none;
}

header .read {
	background: #EEEEEE;
	padding: 0.5rem 1.5rem;
	line-height: 1.2;
}

header .read strong {
	font-weight: 400;
	line-height: 1;
	font-size: min(2.6vw, 0.8175rem);
	vertical-align: middle;
}

header section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	font-size: 0.8125rem;
}

header section h1, header section .logo {
	padding: 0;
	margin: 0 0 0 1.5rem;
	width: 190px;
}

header section nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	border-left: 1px solid #ececec;
}

header section nav ul li img {
	filter: invert(31%) sepia(0%) saturate(1263%) hue-rotate(258deg) brightness(101%) contrast(84%);
}

header section nav ul li {
	padding: 0;
	margin: 0;
	border-right: 1px solid #ececec;
}

header section nav ul li a {
	display: block;
	text-align: center;
	padding: 1rem 1.5rem;
}

header section nav ul li ul,
header section nav ul li ul li {
	border: none;
}

header section nav ul li ul li a {
	padding: 0;
}

header section nav ul li a h4 {
	font-weight: 500;
	position: relative;
	margin: 0;
	font-size: 0.875rem;
}

header section nav ul li a small {
	color: #004EA2;
	font-size: 0.6875rem;
	font-weight: 600;
}

header section nav ul li:hover a,
header section nav ul li.active a {
	color: #fff;
	background: #004EA2;
	transition: 0.3s all;
}

header section nav ul li:hover a small,
header section nav ul li.active a small {
	color: #fff;
}

header section nav ul li:hover ul li a,
header section nav ul li.active ul li a {
	color: #000;
	background: #fff;
}

header section nav ul li ul li a:hover,
header section nav ul li ul li a:hover img {
	opacity: 0.7 !important;
}

header section nav ul li .sub_nav {
	display: block;
	position: absolute;
	z-index: 10;
	background: #fff;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.6);
	padding: 0 4%;
	max-height: 0;
	overflow: hidden;
}

header section nav ul li:hover .sub_nav,
header section nav ul li.on .sub_nav {
	padding: 1.625rem;
	max-height: 100vh;
}

header section nav ul li .sub_nav ul {
	font-size: 0.8175rem;
	line-height: 1.3;
}

header section nav ul li .category_nav {
	width: calc(50% - 1rem);
	float: left;
}

header section nav ul li .category_nav h5 {
	background:#004ea2;
	color: #fff;
	font-size: 0.875rem;
	padding: 0.2rem 1rem;
	margin: 0;
}

header section nav ul li .category_nav ul {
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 0.6875rem;
}

header section nav ul li .category_nav ul li {
	width: calc(100% / 5);
	padding: 2% 1.5%;
	margin: 0;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}

header section nav ul li .category_nav ul li a {
	display: flex;
	flex-wrap: wrap;
	color: #333;
}

header section nav ul li .category_nav ul li a span {
	width: 100%;
	height: 0;
	padding-top: 78%;
	position: relative;
}

header section nav ul li .category_nav ul li a span img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

header section nav ul li .category_nav ul li a strong {
	width: 100%;
}

header section nav ul li .use_nav {
	width: calc(50% - 1rem);
	float: right;
}

header section nav ul li .use_nav h5 {
	background:#fdd000;
	font-size: 0.875rem;
	padding: 0.2rem 1rem;
	margin: 0;
}

header section nav ul li .use_nav ul {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 1rem;
	gap: 3%;
}

header section nav ul li .use_nav ul li {
	width: calc((100% / 2) - 1.5%);
	padding: 3%;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
}

header section nav ul li .use_nav ul li a {
	display: flex;
	align-items: center;
	color: #333;
	text-align: left;
}

header section nav ul li .use_nav ul li a span {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

header section nav ul li .use_nav ul li a span img {
	max-height: 90%;
}

header section nav ul li .shop_nav ul,
header section nav ul li .service_nav ul {
	justify-content: center;
	gap: 1rem;
}

header section nav ul li .shop_nav ul li,
header section nav ul li .service_nav ul li {
	border: 1px solid #ddd;
	width: 15%;
	max-width: 10rem;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

header section nav ul li .shop_nav ul li a,
header section nav ul li .service_nav ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1rem 0;
}

header section nav ul li .shop_nav ul li a span,
header section nav ul li .service_nav ul a span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
}

header section nav ul li .shop_nav ul li a span img,
header section nav ul li .service_nav ul a span img {
	height: min(5vw, 6rem);
}

header section nav ul li .shop_nav ul li a strong,
header section nav ul li .service_nav ul a strong {
	display: flex;
	position: relative;
	align-items: center;
	text-align: center;
	margin-top: 0;
	min-height: 2.2rem;
	color: #333;
}

header section nav ul li .sales_nav,
header section nav ul li .company_nav,
header section nav ul li .ir_nav {
	max-width: 980px;
	margin: 0 auto;
}

header section nav ul li .sales_nav ul,
header section nav ul li .company_nav ul,
header section nav ul li .ir_nav ul {
	justify-content: left;
	gap: 0.75rem;
	flex-wrap: wrap;
}

header section nav ul li .box_3p ul li {
	border: 1px solid #ddd;
	width: calc((100% / 3) - 0.75rem);
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

header section nav ul li .box_5p ul li {
	border: 1px solid #ddd;
	width: calc((100% / 5) - 0.75rem);
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

header section nav ul li .sales_nav ul li a,
header section nav ul li .company_nav ul li a,
header section nav ul li .ir_nav ul li a {
	padding: 1.5rem;
	display: block;
	text-align: left;
	color: #333;
}

header section nav ul li a:hover {
	opacity: 1;
}

header section .online {
	margin-right: 1.5rem;
}

header section .online a {
	border: 1px solid #cacaca;
	padding: 0.7rem 0.8rem;
	border-radius: 0.3rem;
	box-sizing:border-box;
	display: flex;
	line-height: 1.2;
}

header section .online a span {
	content: '';
	display: inline-block;
	width: 1.2rem;
	height: 1rem;
	margin-right: 0.5rem;
}

header section .online a b {
	font-weight: 400;
}

header section nav .sns_icon {
	display: block;
	transition: 0.3s all;
    background: #004EA2;
    position: fixed;
    bottom: -10rem;
    left: 0;
    width: 100%;
    z-index: 101;
}

/* ================================================
   footer
================================================ */

footer {
	padding: 0;
	margin: 0;
	border-top: 1px solid #cacaca;
	background: #fff;
	letter-spacing: 0;
	text-align: left;
}

footer small {
	display: block;
	color: #fff;
	background: #004EA2;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
	padding: 0.5rem 1.5rem;
	position: relative;
}

footer .pagetop {
	position: fixed;
	right: 1.5rem;
	bottom: 5rem;
	z-index: 100;
}

footer .pagetop a {
	width: 5.6rem;
	height: 0;
	padding-top: 5.6rem; 
	display: block;
	background: url(/themes/custom/daiwa/assets/img/ico_contact.png) no-repeat center center;
	background-size: contain;
	overflow: hidden;
}

footer article {
	padding: 3rem calc((100% - 1280px) / 2);
	margin: 0 3%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	gap: 1%;
}

footer article section {
	flex: 1;
}

footer article section:nth-of-type(1) {
	flex: 3;
}

footer article section:nth-of-type(2) {
	flex: 1.2;
}

footer article section:nth-of-type(3) {
	flex: 0.9;
}

footer article section:nth-of-type(4) {
	flex: 0.7;
}

footer article section:nth-of-type(5) {
	flex: 1.2;
}

footer article section:nth-of-type(6) {
	flex: 0.7;
}

footer article section h4 {
	padding: 0;
	margin: 0 0 2rem;
	font-size: 1rem;
	font-weight: 400;
	color: #004EA2;
}

footer article section strong {
	color: #707070;
	border-bottom: 1px solid;
	display: block;
	padding: 0 0 0.5rem;
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
}

footer article section nav {
	font-size: 0.75rem;
	float: left;
	margin: 0 3% 0 0;
	width: 100%;
}

footer article section:nth-of-type(1) nav {
	width: 46%;
}

footer article section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer article section ul li {
	padding: 0.3rem 0;
	margin: 0;
}

footer article.sub_footer {
	background: #eaf2fd;
	border: none;
	padding: 1rem calc((100% - 1280px) / 2);
	margin: 0;
}

footer article.sub_footer section {
	padding: 0 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

footer article.sub_footer section ul {
	display: flex;
	gap: 0 2rem;
	flex-wrap: wrap;
	font-size: 0.6875rem;
}

footer article.sub_footer section .sns_icon {
	display: flex;
	gap: 0 2rem;
	flex-wrap: wrap;
	font-size: 0.6875rem;
}

footer article.sub_footer section .sns_icon ul {
	gap: 1.5rem;
}

footer article.sub_footer section .sns_icon img {
	width: 2rem;
	filter: invert(31%) sepia(0%) saturate(1263%) hue-rotate(258deg) brightness(101%) contrast(84%);
}

/* ================================================
   .breadcrumb
================================================ */

.breadcrumb {
	display: block;
	width: 100%;
	border-bottom: 1px solid #E2E2E2;
	background: #fff;
	letter-spacing: 0;
}

.breadcrumb ul {
	width: min(calc(100% - 3rem), 1080px);
	padding: 0.5rem 0;
	margin: 0 auto;
	list-style: none;
	font-size: 0.75rem;
	display: flex;
}

.breadcrumb ul li:not(:last-child) {
	padding: 0 1rem 0 0;
	margin: 0 1rem 0 0;
	position: relative;
}

.breadcrumb ul li:not(:last-child)::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #C9C9C9;
	border-bottom: none;
	border-left: none;
	top: 50%;
	right: 0;
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
}

/* ================================================
   #contents
================================================ */

#contents {
	width: min(calc(100% - 3rem), 1080px);
	margin: 0 auto;
	display: block;
	justify-content: space-between;
	gap: min(3vw, 45px);
}

.content {
	width: 100%;
	max-width: 828px;
	margin: 0 auto;
	padding: 0 0 3rem 0;
	order: 2;
}

.page_title {
	width: min(calc(100% - 3rem), 1080px);
	margin: 0 auto;
	padding: 2% 0;
	box-sizing: border-box;
}

.page_title h1 {
	font-size: min(6.9333vw, 2.5rem);
	line-height: 1.2;
}

ul.slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	gap: 1rem;
	padding: 0;
	width: 100%;
	margin: 1rem auto !important;
	list-style: none;
}

ul.slick-dots li {
	padding: 0;
	margin: 0;
}

ul.slick-dots li button {
	background: #cacaca;
	outline: none;
	border: none;
	padding-top: 3px;
	height: 0;
	width: 2.5rem;
	overflow: hidden;
}

ul.slick-dots li.slick-active button {
	background: #004ea2;
	width: 5rem;
	transition: 0.3s all;
}

/*   btn
================================================ */

.btn01 {
	display: block;
	text-align: center;
}

.btn01 a,
.btn01 button {
	background: #004EA2;
	border: none;
	padding: 0.75rem 0;
	margin: 0;
	color: #fff;
	width: 100%;
	max-width: 275px;
	border-radius: 0.5rem;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.btn01 a::after,
.btn01 button::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.2rem 0 0.2rem 0.4rem;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(0, -50%);
}

.btn01.double {
	display: flex;
	justify-content: center;
	gap: 3%;
}

.btn01.double a {
	padding: 0.75rem 2rem 0.75rem 1.5rem;
	width: auto;
	max-width: 100%;
}

.btn01w {
	display: block;
}

.btn01w a {
	background: #fff;
	color: #004EA2;
	font-size: 1rem;
	padding: 1rem 2rem;
	box-sizing: border-box;
	width: 100%;
	max-width: 350px;
	border-radius: 0.5rem;
	position: relative;
}

.btn01w a::after {
	content: '';
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(0, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.25rem 0 0.25rem 0.4rem;
	border-color: transparent transparent transparent #004ea2;
}

.wide a {
	width: 100%;
	max-width: 30rem;
	display: block;
	margin: 0 auto;
}

/* ================================================
   .pagenation
================================================ */

.pagenation {
	display: block;
	padding: 3rem 0 5rem;
}

.pagenation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 3%;
}

.pagenation ul li {
	padding: 0;
	margin: 0;
}

.pagenation ul li span,
.pagenation ul li a {
	width: 2rem;
	height: 2rem;
	background: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #DCDCDC;
}

.pagenation ul li span {
	background: #DCDCDC;
	color: #fff;
}

.pagenation ul li.prev a,
.pagenation ul li.next a {
	background: #004EA2;
	border: none;
	border-radius: 0;
}

.pagenation ul li.prev a::before,
.pagenation ul li.next a::before {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(45deg);
	box-sizing: border-box;
	right: -0.2rem;
	position: relative;
}

.pagenation ul li.next a::before {
	transform: rotate(-135deg);
	right: 0.1rem;
}

/* ================================================
   aside
================================================ */

aside {
	max-width: 207px;
	margin-bottom: 2rem;
	order: 1;
}

aside h4 {
	margin-top: 0;
}

aside ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.875rem;
	border-top: 0.3rem solid #004EA2;
}

aside ul li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
}

aside ul li a,
aside ul li div {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
	width: 100%;
	align-items: center;
	box-sizing: border-box;
}

aside ul li div {
	background: #EAF2FD;
	color: #004EA2;
}

aside ul li span {
	display: flex;
	width: min(5vw, 37px);
	margin: 0 0.8rem;
	justify-content: center;
}

aside ul li span img {
	filter: invert(31%) sepia(0%) saturate(1263%) hue-rotate(258deg) brightness(101%) contrast(84%);
}


aside ul li ul {
	width: 100%;
	padding: 0 0 0.5rem 1.5rem;
	border: none !important;
}

aside ul li ul li {
	border-bottom: none;
}

aside ul li ul li a,
aside ul li ul li div {
	padding: 0.5rem !important;
}

/* ================================================
   Jquery plugin
================================================ */

/*   slick slider
================================================ */

.slick-arrow {
	border: none;
	position: absolute;
	height: 100%;
	width: 3rem;
	z-index: 1;
	top: 0;
	margin: 0;
	padding: 0;
	background: none;
}

.slick-arrow::before {
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	border: 0.2rem solid #004EA2;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.slick-prev {
	left: 0;
}

.slick-prev::before {
	border-top: none;
	border-right: none;
}

.slick-next {
	right: 0;
}

.slick-next::before {
	border-left: none;
	border-bottom: none;
}

/* ================================================
   ================================================
   RESPONSIVE
   ================================================
================================================ */

@media screen and (max-width: 1200px) {

main {
	padding-top: 11.8rem;
}
	
header section {
	padding-top: 1rem;
}

header section h1, header section .logo {
	order: 1;
}

header section .online {
	order: 2;
}

header section nav {
	order: 3;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 1rem;
}

header section nav ul {
	justify-content: center;	
}

header section nav ul li:first-child {
	border-left: 1px solid #ddd;
}

header section nav ul li:first-child li {
	border-left: none;
}

header section nav ul li .box_3p ul li,
header section nav ul li .box_5p ul li {
	width: calc((100% / 3) - 0.5rem);
}

footer article:first-child {
	display: grid;
	grid-template-columns: 2.7fr 1fr 1fr;
	grid-template-rows: . . .;
	gap: 3rem 2%;
}

footer article:first-child section:first-child {
	grid-row: 1 / 3;
}

footer article:first-child section h4 {
	margin: 0 0 1rem;
}

footer article:first-child section:first-child nav {
	width: calc(50% - 2vw);
}

footer article section.footer_news nav {
	display: block;
	width: calc(50% - 2vw);
}

footer article section.footer_news strong {
	display: block;
	position: relative;
}

footer article section.footer_news strong::after {
	content: '';
    float: right;
    position: relative;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-bottom: 0.15rem solid #000;
    border-right: 0.15rem solid #000;
    transform: rotate(45deg);
    transition: 0.3s all;
    right: 0.5rem;
    bottom: 0rem;
}

footer article section.footer_news.on strong::after {
	top: calc(50% + 0.2rem);
	transform: translate(0, -50%) rotate(-135deg);
}

footer article:first-child section.footer_news ul {
	display: none;
	transition: 0.3s all;
}

footer article:first-child section.footer_news.on ul {
	display: block !important;
}

}

@media screen and (min-width: 769px) {
	.h1_br br {display:none}
}

@media screen and (max-width: 768px) {

.pc_none {
	display: block !important;
}

.sp_none {
	display: none !important;
}

body.fixed {
	position: fixed;
}

input[type="checkbox"],
input[type="radio"] {
	transform: scale(1.4, 1.4);
}

br.sp {
	display: block;
}

br.pc {
	display: none;
}

.slick-arrow {
	width: 0.5rem;
	top: 2rem;
	transform: translate(0, -3rem);
}

.slick-arrow::before {
	width: 0.7rem;
	height: 0.7rem;
}

body {
	margin-top: 5rem;
}

header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	max-height: 5rem;
	background: #fff;
	top: 0;
}

.hide header {
	margin-top: -6rem;
}

header .read {
	padding: 0.2rem 4%;
}

header .sp_nav {
	display: block;
	position: absolute;
	left: 19px;
	top: 2.7rem;
	width: 24px;
	height: 16px;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.2s all;
	transform: rotate(0);
}

header .sp_nav span {
	width: 100%;
	height: 2px;
	display: block;
	background: #000;
}

header .sp_nav span::before,
header .sp_nav span::after {
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	bottom: calc(50% - 1px);
	background: #000;
	position: absolute;
}

header .sp_nav span::after {
	bottom: 0;
}

header section nav ul li a {
	padding: 0;
}

header section nav ul li a small {
	display: none;
}

header section {
	padding: 0;
	margin: 0;
	display: block;
}

header section h1, header section .logo {
	padding: 1rem 0;
	margin: 0 auto;
	max-width: 160px;
	line-height: 1;
}

header section nav {
	display: block;
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
	background: #fff;
	font-size: 1rem;
	border-top: none;
	margin-top: -2px;
}

header section nav .global_nav {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s all;
	width: 100%;
}

header section nav ul {
	display: block;
	border: none;
}

header section nav ul li {
	border: none;
	border-bottom: 1px solid #f3f3f3;
	padding: 0;
}

header section nav ul li:first-child {
	border-top: 1px solid #ddd;
}

header section nav ul li:hover a {
	color: #333;
	background: #fff;
}

header section nav ul li .category_nav,
header section nav ul li .use_nav {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

header section nav ul li .use_nav {
	border-top: 1px solid #ddd;
}

header section nav ul li .category_nav h5,
header section nav ul li .use_nav h5 {
	background: #fff;
	color: #333;
	padding: 1rem 1.3rem;
	font-size: 1rem;
	position: relative;
	transition: 0.3s all;
}

header section nav ul li .category_nav h5::after,
header section nav ul li .use_nav h5::after {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border: 0.1rem solid #333;
	border-top: none;
	border-left: none;
	display: inline-block;
	position: absolute;
	right: 1rem;
	top: calc(50% - 0.15rem);
	transform: translate(0, -50%) rotate(45deg);
}

header section nav ul li .category_nav h5.on::after,
header section nav ul li .use_nav h5.on::after {
	top: calc(50% + 0.2rem);
	transform: translate(0, -50%) rotate(-135deg);
}

header section nav ul li .category_nav ul,
header section nav ul li .use_nav ul {
	display: block;
	box-sizing: border-box;
	font-size: 1rem;
}

header section nav ul li .shop_nav ul,
header section nav ul li .service_nav ul {
	display: block;
	box-sizing: border-box;
	font-size: 1rem;
	border: 1px solid #ddd;
	border-top: none;
}

header section nav ul li .sales_nav ul,
header section nav ul li .company_nav ul,
header section nav ul li .ir_nav ul {
	display: flex;
	box-sizing: border-box;
	font-size: 1rem;
	gap: 0;
}

header section nav ul li .category_nav ul li,
header section nav ul li .use_nav ul li,
header section nav ul li .shop_nav ul li,
header section nav ul li .service_nav ul li {
	width: 100%;
	max-width: 100%;
	padding: 0;
	font-size: 1rem;
	border: none;
	border-top: 1px solid #ddd;
}

header section nav ul li .box_3p ul li,
header section nav ul li .box_5p ul li {
	width: 100%;
	border-top: none;
}

header section nav ul li .box_3p ul li:first-child,
header section nav ul li .box_5p ul li:first-child {
	border-top: 1px solid #ddd;	
}

header section nav ul li .category_nav ul li a,
header section nav ul li .use_nav ul li a,
header section nav ul li .shop_nav ul li a,
header section nav ul li .service_nav ul li a {
	display: flex;
	align-items: center;
	padding: 0.2rem 0;
}

header section nav ul li .category_nav ul li a span,
header section nav ul li .use_nav ul li a span,
header section nav ul li .shop_nav ul li a span,
header section nav ul li .service_nav ul li a span {
	display: flex;
	flex: 1;
	width: 100%;
	height: 3rem;
	margin: 0 0.5rem;
	padding: 0;
	align-items: center;
}

header section nav ul li .category_nav ul li a span img,
header section nav ul li .use_nav ul li a span img,
header section nav ul li .shop_nav ul li a span img,
header section nav ul li .service_nav ul li a span img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-height: 60%;
	position: static;
	top: 0%;
	left: 0%;
	transform: translate(0%, 0%);
}

header section nav ul li .category_nav ul li a strong,
header section nav ul li .use_nav ul li a strong,
header section nav ul li .shop_nav ul li a strong,
header section nav ul li .service_nav ul li a strong,
header section nav ul li .sales_nav ul li a strong,
header section nav ul li .company_nav ul li a strong{
	flex: 4;
	text-align: left;
	font-weight: 400;
}

header section nav ul li .category_nav ul,
header section nav ul li .use_nav ul {
	display: block;
	overflow: hidden;
	height: 100%;
	max-height: 0;
	border-top-width: 0;
	padding-top: 0;
	transition: 0.1s all;
}

header section nav ul li .category_nav ul.on,
header section nav ul li .use_nav ul.on {
	max-height: 100%;
	border-top-width: 0.3rem;
	border-bottom-width: 0.3rem;
}

header section nav ul li:hover h4::before {
	border: none;
}

header section nav ul li h4 {
	padding: 1.2rem;
	font-size: 1rem !important;
	background: #fff !important;
	color: #000;
	transition: 0.3s all;
}

header section nav ul li a h4::after {
	transform: rotate(-45deg);
	right: 1.3rem;
}

header section nav ul li a.sub_parent h4::after {
	content: "\ff0b";
	border: none;
	width: 1rem;
	height: 1rem;
	line-height: 1.2rem;
	top: 50%;
	font-size: 1.2rem;
	right: 1rem;
	color: #004EA2;
	position: absolute;
	transform: translate(0, -50%);
}

header section nav ul li h4.on {
	background: #f3f3f3 !important;
}

header section nav ul li a.sub_parent h4.on::after {
	transform: translate(0, -50%) rotate(135deg);
	border: none;
	right: 0.8rem;
}

header section nav ul li .sub_nav {
	display: block;
	position: relative;
	z-index: 10;
	background: #fff;
	box-shadow: none;
	padding: 0 !important;
	margin: 0 auto;
	width: 92%;
	height: 0;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s all;
}

header section nav ul li .sub_nav.on {
	height: auto;
	max-height: 100%;
	margin-bottom: 4%;
}

header section .online {
	position: absolute;
	top: 2.6rem;
	right: 4%;
	margin-right: 0;
}

header section .online a {
	border: none;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	overflow: hidden;
	padding: 0;
}

header section .online a span {
	width: 1.8rem;
	height: 1.8rem;
}

header section .online a b {
	display: none;
}

header section nav .sns_icon ul {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 0;
	padding: 4%;
	height: 1.5rem;
}

header section nav .sns_icon ul li {
	border: none;
}

header section nav .sns_icon ul li a {
	display: flex;
	align-items: center;
}

header section nav .sns_icon ul li a:hover {
	background: transparent;
}

header section nav .sns_icon ul li img {
	width: 50%;
	filter: brightness(100%);
}

header.on {
	max-height: 100vh;
}

header.on .sp_nav {
	transform: rotate(135deg);
	margin-top: 0.3rem;
}

header.on .sp_nav span {
	margin-top: 1rem;
}

header.on .sp_nav span::after {
	transform: rotate(-90deg);
	top: 1rem;
}

header.on .sp_nav span::before {
	opacity: 0;
}

header.on section nav {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	overflow: auto;
}

header.on section nav .global_nav {
	max-height: calc(100vh - 9rem);
	overflow: auto;
}

header.on section nav .sns_icon {
	bottom: 0;
}

/* header DETAILED SEARCH */
@media screen and (max-width: 768px) {
	.search_box__title {
		font-size: 16px;
		font-weight: 500;
		color: #000;
		margin-bottom: 4px;
	}

	.search_box:first-child {
		border-top: 1px solid #cacaca!important;
		padding-top: 22.2px!important;
	}
	
	.search_box {
		border-top: unset!important;
		padding: 16px 19.2px 24px!important;
	}

	li.search_box {
		display: none!important;
	}
}
	
footer article:first-child {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 5% 2%;
	gap: 2rem 0;
}

footer article:first-child section.footer_products {
	width: 100%;
}
	
footer article:first-child section h4 {
	padding-bottom: 0;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

footer article:first-child section nav {
	float: none;
	margin: 0;
}

footer article:first-child section {
	width: 50%;
	flex: auto;
}

footer article:first-child section.footer_products nav {
	width: 100%;
	display: none;
}

footer article section strong {
	cursor: pointer;
	padding: 0.5rem 0;
}

footer article section strong::after {
	content: '';
	float: right;
	position: relative;
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-bottom: 0.15rem solid #000;
	border-right: 0.15rem solid #000;
	transform: rotate(45deg);
	transition: 0.3s all;
	right: 0.5rem;
	bottom: 0rem;
}

footer article section strong.on::after {
	transform: rotate(-135deg);
	bottom: -0.2rem;
}

footer article section.footer_news,
footer article section.footer_news nav {
	display: block;
	width: 100%;
}

footer article.sub_footer section {
	padding: 0 5%;
	display: block;
}

footer article.sub_footer section ul {
	justify-content: center;
}

footer article.sub_footer section .sns_icon {
	padding: 1rem 0 0;
	justify-content: center;
}

footer article.sub_footer section .sns_icon img {
	width: 2rem;
}

footer .pagetop {
	bottom: 3rem;
	right: 2%;
}

footer .pagetop a {
    width: 4rem;
    height: 0;
    padding-top: 4rem;
}

main {
	padding-top: 0;
}

.breadcrumb {
	display: none;
}

#contents {
	display: block !important;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}

.page_title {
    width: 100%;
    padding: 2% 5%;
}

aside {
	display: none;
}

.wide a {
	width: 80%;
	max-width: 80%;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

.btn01 a {
	display: block;
    max-width: 92%;
	padding: 0.75rem 0;
	margin: 0 auto;
}

.btn01.double {
	display: block;
	text-align: center;
}

.btn01.double a {
	width: 80%;
	max-width: 80%;
	margin-top: 1rem;
}
	
}
