@charset "utf-8";
/*
Theme Name:daichidou
Author:N-mee
*/

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #000; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #000; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 100%;
	overflow-x: hidden;
}

/* webフォントのちらつきをなくす */
html.wf-active,
html.loading-delay {
    visibility: visible;
}

body {
	background: #FFFFFF;
	color: #282828;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings : "palt";
	line-height: 1.95;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

@media (max-width: 768px) {
	body {
		font-size:14px;
	}
}

img{
	max-width: 100%;
	height: auto;
}

*{
	box-sizing: border-box;
}

a:hover{
	opacity: 0.7;
}

.bebas{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.noto-sans-jp{
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
  
.zen-kaku-gothic-new-medium {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}
  
.zen-kaku-gothic-new-bold {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}
  
 .zen-kaku-gothic-new-black {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

@media (max-width: 768px) {
	.pc{
		display: none;
	}
	
	.sp{
		display: block;
	}
	
}

/* 共有 */

.ly-wrap{
	width:960px;
	margin:0 auto;
}

@media (max-width: 768px) {
	.ly-wrap{
		width:initial;
		margin:0;
	}
}

.bg01{
	background-color:#f5f5f5;
}

.ly-flexC{
	display: flex;
	justify-content: center;
}

.ly-textR{
	text-align: right;
}

.menu {
    position: fixed;
    top: -100%; /* 画面の外に隠しておく */
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out; /* スムーズなアニメーション */
    padding: 20px;
	z-index: 900;
}

.menu ul li{
	border-bottom:1px solid #e52e70;
	padding-bottom:5px;
	margin-bottom:5px;
}

.menu.active {
    top: 60px; /* 画面上部に表示 */
}

.fixHead{
	position: fixed;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,0.7);
	height: 60px;
	padding:20px 0;
	width:100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* 下方向に影 */
	box-sizing: border-box;
	z-index:999;
}

.fixHead__wrap__logo{
	width:150px;
}

.fixHead__wrap{
	width:700px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding:0 10px;
}

@media (max-width: 768px) {
	.fixHead__wrap{
		width:100%;
	}
}


.fixHead__wrap__menu{
	width:30px;
}

header{
	width:700px;
	margin:0 auto;
}

@media (max-width: 768px) {
	header{
		width:100%;
	}
}

article.wrapper{
	width:700px;
	margin:0 auto;
}

@media (max-width: 768px) {
	article.wrapper{
		width:100%;
	}
}

section{
	font-weight: 600;
}

.sec01{
	padding:40px 20px;
}

h2{
	text-align: center;
	font-weight: bold;
	font-size:24px;
	margin-bottom:60px;
	position: relative;
}

@media (max-width: 768px) {
	h2{
		font-size:20px;
	}
}

h2::after{
	content: url(./image/1b.png);
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, -0%);
}

@media (max-width: 768px) {
	h2::after{
		content: url(./image/1b_sp.png);
		bottom: -30px;
	}
}

.sec01__lists{
	position: relative;
	padding-bottom:20px;
	margin-bottom:20px;
}

.sec01__lists::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0; /* 下端に配置 */
	transform: translateX(-50%); /* 水平方向に中央揃え */
	border-style: solid;
	border-width: 20px 15px 0 15px; /* 下向きの三角形 */
	border-color: #ea6b80 transparent transparent transparent; /* 上側のみに色を設定 */
  }

.sec01__lists__list{
	/*position: relative;*/
	display: flex;
	align-items: center;
	margin-bottom:20px;
	span{
		font-weight: 900;
		background-color:#ffe4e9;
	}
}

.sec01__lists__list__check{
	width:25px;
	margin-right:20px;
}

.sec01__lists__list__txt{
	width:calc(100% - 60px);
}

@media (max-width: 768px) {
	
	
}
/*
.sec01__lists__list::after{
	position: absolute;
	bottom: 50%;
	left: 0px;
	transform: translate(0%, 50%);
	content: url(./image/1a.png);
}

@media (max-width: 768px) {
	.sec01__lists__list::after{
		content: url(./image/1a_sp.png);
	}
}*/

.sec01__txt{
	border:2px solid #e52e70;
	padding:20px 10px;
	text-align: center;
	font-weight: 900;

	span{
		color:#e52e70;
	}
}

.sec02{
	background-color:#f5f5f5;
	padding:40px 20px;
}

h3.t01{
	background-color:#e52e70;
	text-align: center;
	color:#FFF;
	padding:10px;
	font-size:20px;
}
@media (max-width: 768px) {
	h3.t01{
		font-size:16px;
	}
}
.sec02__wrap{
	background-color:#FFF;
	margin-bottom:15px;
}

.sec02__wrap__img{
	padding:15px 20px;
	text-align: center;
}

.sec02__wrap__desc{
	border-bottom:1px solid #e52e70;
	padding-bottom:20px;
	margin:0 20px 20px;
	padding-left:5px;
	span{
		color:#e52e70;
	}
}



.sec02__wrap__txt{
	padding:0 15px 15px;
}

.sec03{
	padding:40px 20px;
	background-color: #ede0d1;
}

.sec03__img{
	text-align: center;
}

.amp01{
	width:fit-content;
	margin:0 auto 30px;
	font-size:18px;
	text-align: right;
}


.can01{
	margin-bottom:30px;
}


.sec04{
	background-color:#f5f5f5;
	padding:40px 20px;
}

h3.t02{
	text-align: center;
	color:#e52e70;
	margin-bottom:20px;
	font-size:18px;
	font-weight: bold;
}

.sec04__ttl{
	text-align: center;
	color:#e52e70;
	margin-bottom:40px;
	font-size:18px;
	font-weight: bold;
}

.sec04__txt{
	margin-bottom:40px;
}

.sec04__wrap{
	background-color:#FFF;
	padding:30px 10px 20px;
	margin-bottom:40px;
	position: relative;
}

.sec04__wrap__img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:-20px;
	width:40px;
}

.sec04__wrap__img02{
	margin-bottom:20px;
}

.sec04__wrap__ttl{
	font-weight: bold;
	border-bottom:1px solid #e52e70;
	padding-bottom:10px;
	margin-bottom:10px;
}

.sec04__jisseki{
	background-color:#FFF;
	padding:10px 20px;
	margin-bottom:40px;
}

.sec04__jisseki__ttl{
	text-align: center;
	font-size:18px;
	margin-bottom:20px;
}

.sec04__jisseki img{
	margin-bottom:20px;
}

.sec04__jisseki__desc{
	margin-bottom:20px;
}

.sec04__jisseki__desc span{
	color: #e52e70;
}


.sec04__wrap__txt{

}

h3.t03{
	background-color:#e52e70;
	color:#FFF;
	padding:10px;
	font-size:20px;
}

@media (max-width: 768px) {
	h3.t03{
		font-size:18px;
	}
}

.sec05{
	background-color:#f5f5f5;
	padding:40px 20px;
}

.sec05__wrap{
	background-color:#FFF;
	margin-bottom:80px;
	position: relative;
}

.sec05__wrap:last-of-type{
	margin-bottom:0px;
}

.sec05__wrap::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px; /* 下端に配置 */
	transform: translateX(-50%); /* 水平方向に中央揃え */
	border-style: solid;
	border-width: 20px 15px 0 15px; /* 下向きの三角形 */
	border-color: #ea6b80 transparent transparent transparent; /* 上側のみに色を設定 */
}

.sec05__wrap:last-of-type:after{
	border-width: 0px;
}

.sec05__wrap__img{
	padding:15px;
}

.sec05__wrap__txt{
	padding:0 15px 15px;
}

.sec06{
	padding:40px 20px;
}

.sec06__wrap{
	padding-bottom:20px;
	border-bottom:1px solid #e52e70;
	margin-bottom:20px;
}

.sec06__q{
	display: flex;
	align-items: center;
	margin-bottom:20px;
}

.sec06__q img{
	width:35px;
	margin-right:20px;
}

.sec06__a{
	display: flex;
	align-items: center;
}

.sec06__a img{
	width:35px;
	margin-right:20px;
}

.sec07{
	background-color:#f5f5f5;
	padding:40px 20px;
}

.sec07__img{
	width:40%;
	margin:0 auto 40px;
}

.sec08{
	padding:40px 20px;
}

.sec08__wrap{
	margin-bottom:40px;
}

.sec08__wrap:last-child{
	margin-bottom:0px;
}

.sec08__img{
	width:40%;
	margin:0 auto 40px;
}

.sec08__ttl{
	padding:0 0 10px 20px;
	border-bottom:1px solid #e52e70;
	margin-bottom:10px;
}

.sec08__txt{
	padding:0 10px;
}

.sec09{
	padding:40px 20px;
}

.sec09__map{
	margin-bottom:40px;
}

.sec09__table{
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #e52e70;
	padding:10px;
}

.sec09__th{
	width:20%;
	box-sizing: border-box;
}

.sec09__td{
	width:80%;
	box-sizing: border-box;
}

.sec09__line{
	padding-bottom:20px;
	position: fixed;
	bottom:0px;
	left:10%;
	width:80%;
	text-align: center;
}

.copyright{
	width:700px;
	margin:0 auto;
	text-align: center;
	padding-bottom:130px;
}

@media (max-width: 768px) {
	.copyright{
		width:100%;
		padding-bottom:90px;
	}
}