@charset "utf-8";
/* CSS Document */
body:not(.on) .pagetitle .txtbox {
margin-top: -350px;
}

.txt-color4{
    color: #0158A7;
}
.default_txt3 {
line-height: 2;
}
.font-cas {
letter-spacing: 0.1em;
}
/* onlineshop青 ボタン */
.more2 {
  margin: 30px 0;
}

.more2 a {
  display: inline-flex;
  gap: 10px;
  background-color: #0c58a0;
  padding: 14px 50px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: #fff;
}

.more2 .icon img {
  width: 20px;
  height: auto;
}

.more2 a p {
  margin: 0;
  color: #fff;
}

.main-wrap .link_wrap{
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.main-wrap .link-item {
  position: relative;
  padding-left: 1.5em;
}
.main-wrap .link-item::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #2E2E2E;
}

.main-wrap .link-item a p{
  text-decoration: none;
  font-size: 18px;
  color: #0056a3;
  transition: color 0.3s;
}

.main-wrap .link-item a:hover {
  color: #0077cc;
}
.cate1 .contents {
gap: clamp(20px, 5vw, 80px);
}
.cate1 .contents .boxwrap{
width: calc(70% - 50px);
}
.cate1 .contents .boxwrap .box:not(:last-of-type){
  margin-bottom: clamp(40px, 8vw, 80px);
}
.cate1 .contents .boxwrap .box{
  border-bottom: 1px solid #ddd;
  padding-bottom: clamp(40px, 8vw, 80px);
}

.cate1 .contents .boxwrap .box .imgbox{
	width: 30%;
}
.cate1 .contents .boxwrap .box .txtbox{
	width: 70%;
	padding-left: 50px;
}

.faq_list .box:not(:last-of-type){
	margin-bottom: 20px;
}
.faq_list .box .qbox{
	cursor: pointer;
	position: relative;
	padding: 10px 25px;
	padding-right: 50px;
	border-bottom: 1px solid #E5E5E5;
    background-color: #E5EEF6;
}
.faq_list .box .qbox .icon{
	position: absolute;
	width: 20px;
	height: 20px;
right: clamp(10px, 5vw, 25px);
	top: 50%;
	transform: translateY(-50%);
}
.faq_list .box .qbox .icon::before,.faq_list .box .qbox .icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #555555;
	transition: ease 0.3s;
}
.faq_list .box .qbox .icon::before{
	width: 100%;
	height: 2px;
}
.faq_list .box .qbox .icon::after{
	height: 100%;
	width: 2px;
}
.faq_list .box .qbox.active .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_list .box .abox{
	background-color: #F9F9F9;
	padding: 20px;
	border-radius: 10px;
}
body.on .faq_list .box .abox{
	display: none;
}

.youtube_wrap{
	background-color: #F7F7F7;
}
.youtube_wrap .titlebox{
	flex-direction: column;
}
.youtube_wrap .titlebox img{
	width: 15%;
}

.more-youtube {
    padding: 30px 60px;
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #0158A6;
    border-radius: 100px;
    text-align: center;
    position: relative;
}

.more-youtube .more-title {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 10px;
    color: #0158A6;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.more-youtube .more-title::before,
.more-youtube .more-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 1.5px; 
    background-color: #0158A6; 
    transform-origin: center;
}
.more-youtube .more-title::before {
    left: -10%;
    transform: rotate(65deg);
}
.more-youtube .more-title::after {
    right: -10%;
    transform: rotate(-65deg);
}

.more-youtube .more-title p{
	letter-spacing: 0.2em;
}
.more-youtube img{
	max-width: 280px;
}
.more-youtube i {
	margin-left: 20px;
    color: #fff;
    font-size: 14px;
    background-color: #0158A6;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.more-youtube a:hover i {
    transform: translateX(5px);
}

.youtube_wrap .youtubebox{
	position: relative;
	aspect-ratio: 1.777 / 1;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	overflow: hidden;
}
.youtube_wrap .youtubebox iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cate_wrap #box2 .txtbox .default_txt3 a{font-weight: 600;font-size: 20px;margin-top: 8px;}
.cate_wrap #box2 .txtbox .default_txt3 a:hover{color:rgba(1, 88, 167, 1.0)}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

 .link_wrap{
		width: auto;
		margin-bottom: 40px;
	}
    
	.cate1 .contents .boxwrap{
		width: 100%;
	}
	.cate1 .contents .boxwrap .box .imgbox{
		width: 30%;
	}
	.cate1 .contents .boxwrap .box .txtbox{
		width: 70%;
		padding-top: 0px;
		padding-left: 40px;
	}
.default_txt3 {
    line-height: 1.7;
}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .contents .boxwrap .box .imgbox{
		width: 50%;
		margin-bottom: 20px;
	}
	.cate1 .contents .boxwrap .box .txtbox{
		width: 100%;
		padding-top: 0px;
		padding-left: 0px;
	}

	.faq_list .box .qbox .icon{
		width: 15px;
		height: 15px;
	}
 	.more-youtube .more-title{
		width: 60%;
	}
	.more-youtube .more-title::before{
		left: -7%;
	}
	.more-youtube .more-title::after{
		right: -7%;
	}
	.more-youtube{
		padding: 30px 0;
	}
	.more-youtube img{
		width: 180px;
	}
   
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

