@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

body {font-family: "Noto Sans JP", serif; letter-spacing: 0.12em;}
@media screen and (max-width:768px) {
	body {font-family: "Noto Sans JP", serif; overflow-x: hidden;}
}

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

@media screen and (min-width:768px) {
	.sp {display:none !important;}
	.pc {}
}

@media screen and (max-width:768px) {
	.sp {}
	.pc {display:none !important;}
}

.Mg70Bottom {
	margin-bottom: 70px;
}

img {vertical-align: middle;}

header {
	width: 100%;
	background: url("../images/bg.jpg") bottom center no-repeat;
	background-size: cover;
}

@media screen and (max-width:768px) {
	header {
		width: 100%;
		background: url("../images/bg_sp3.jpg") bottom center no-repeat;
		background-size: cover;
	}
}

header h1 {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

header h1 img {
	max-width: 1280px;
	width: 100%;
}

.header_temp {
	width: 100%;
	height: 260px;
	background: url("../images/bg_sp.jpg") bottom center no-repeat;
	background-size: cover;
}

@media screen and (max-width:768px) {
	.header_temp {
		width: 100%;
		height: auto;
		background: url("../images/bg_sp3.jpg") bottom center no-repeat;
		background-size: cover;
	}
}

.header_area {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	position: relative;
}

.header_area h1 {
	width: 360px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	z-index: 2;
}

.header_area h1 img {
	width: 100%;
}

.header_area .sp_logo {
	width: 100%;
}

.header_area .sp_logo img {
	width: 100%;
}

.header_area h1::after {
	content: url("../images/logo_temp2.png");
	width: 240px;
	height: 200px;
	position: absolute;
	right: -165px;
	top: -35px;
	z-index: -1;
}

.header_area .photo1 {
	width: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.header_area .photo2 {
	width: auto;
	position: absolute;
	left: 18%;
	bottom: 30px;
}

.header_area .photo3 {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}




.main {
	width: 100%;
	position: relative;
}

.main_area {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: auto;
	min-height: 10px;
}

.main_box {
	width: 100%;
	padding: 50px 0;
}

.main_box2 {
	width: 100%;
	padding: 30px 0;
}

@media screen and (max-width:768px) {
	.main_box {
		width: 100%;
		padding: 50px 30px;
		box-sizing: border-box;
	}

	.main_box2 {
		width: 100%;
		padding: 30px 30px;
		box-sizing: border-box;
	}
}

.hiduke {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}

.hiduke img {
	max-width: 900px;
	width: 100%;
}

@media screen and (max-width:768px) {
	.hiduke {
		width: 100%;
		margin-top: -80px;
		margin-bottom: 50px;
	}

	.hiduke img {
		max-width: 300px;
		width: 100%;
	}
}

.kikan {
	width: 13%;
	position: absolute;
	left: 20px;
	top: -100px;
}

.kikan img {
	width: 100%;
}

.t_title {
	width: 100%;
	text-align: center;
	color: #F48600;
	font-size: 2em;
	font-weight: 900;
	border-bottom: 1px solid #F48600;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.t_text {
	width: 100%;
	font-weight: 700;
	margin-bottom: 50px;
}

.t_title2 {
	width: 96%;
	background: #F48600;
	position: relative;
	margin: 0 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.t_title2::before{
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  border-width: 31px 12px; /* サイズ調整 */
  border-style: solid;
  border-color: #F48600 #F48600 #F48600 transparent; /* 左を透明に */
}

.t_title2::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-width: 31px 12px;
  border-style: solid;
  border-color: #F48600 transparent #F48600 #F48600; /* 右を透明に */
}

@media screen and (max-width:768px) {
	.t_title2 {
		width: 96%;
		background: #F48600;
		position: relative;
		margin: 0 2%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 20px;
	}

	.t_title2::before{
	  content: "";
	  position: absolute;
	  top: 0;
	  left: -20px;
	  border-width: 26px 12px; /* サイズ調整 */
	  border-style: solid;
	  border-color: #F48600 #F48600 #F48600 transparent; /* 左を透明に */
	}

	.t_title2::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: -20px;
	  border-width: 26px 12px;
	  border-style: solid;
	  border-color: #F48600 transparent #F48600 #F48600; /* 右を透明に */
	}
}

.t_title2 .left_text {
	width: 50%;
	font-size: 1.98em;
	font-weight: 500;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 30px;
}

.t_title2 .right_text {
	width: 50%;
	color: #fff;
	text-align: right;
	box-sizing: border-box;
	padding: 5px 30px;
}

@media screen and (max-width:768px) {
	.t_title2 .left_text {
		width: 100%;
		font-size: 1.2em;
		font-weight: 500;
		color: #fff;
		text-align: center;
		box-sizing: border-box;
		padding: 2px 0 0 0;
		line-height: 1.5em;
	}

	.t_title2 .right_text {
		width: 100%;
		color: #fff;
		font-size: 0.8em;
		text-align: center;
		box-sizing: border-box;
		padding: 0 0 2px 0;
	}
}

.t_title2 .center_text {
	width: 100%;
	font-size: 2em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 30px;
}

@media screen and (max-width:768px) {
	.t_title2 .center_text {
		width: 100%;
		font-size: 1.3em;
		font-weight: 500;
		color: #fff;
		text-align: center;
		box-sizing: border-box;
		padding: 9px 30px;
	}
}

.t_title2 .yajirushi1 {
	width: auto;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 2;
}

.t_title2 .yajirushi1 img {
	height: 52px;
}

.t_title2 .yajirushi2 {
	width: auto;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 2;
}

.t_title2 .yajirushi2 img {
	height: 52px;
}

@media screen and (max-width:768px) {
	.t_title2 .yajirushi1 {
		width: auto;
		position: absolute;
		left: 0;
		top: 2px;
		z-index: 2;
	}

	.t_title2 .yajirushi1 img {
		height: 50px;
	}

	.t_title2 .yajirushi2 {
		width: auto;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 2;
	}

	.t_title2 .yajirushi2 img {
		height: 50px;
	}
}




.t_title3 {
	width: 96%;
	background: #E45560;
	position: relative;
	margin: 0 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}

.t_title3::before{
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  border-width: 31px 12px; /* サイズ調整 */
  border-style: solid;
  border-color: #E45560 #E45560 #E45560 transparent; /* 左を透明に */
}

.t_title3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-width: 31px 12px;
  border-style: solid;
  border-color: #E45560 transparent #E45560 #E45560; /* 右を透明に */
}

@media screen and (max-width:768px) {
	.t_title3::before{
	  content: "";
	  position: absolute;
	  top: 0;
	  left: -20px;
	  border-width: 26px 12px; /* サイズ調整 */
	  border-style: solid;
	  border-color: #E45560 #E45560 #E45560 transparent; /* 左を透明に */
	}

	.t_title3::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: -20px;
	  border-width: 26px 12px;
	  border-style: solid;
	  border-color: #E45560 transparent #E45560 #E45560; /* 右を透明に */
	}
}

.t_title3 .left_text {
	width: 50%;
	font-size: 1.6em;
	font-weight: 500;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 30px;
}

.t_title3 .right_text {
	width: 50%;
	color: #fff;
	text-align: right;
	box-sizing: border-box;
	padding: 5px 30px;
}

.t_title3 .center_text {
	width: 100%;
	font-size: 2em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 30px;
}

@media screen and (max-width:768px) {
	.t_title3 .center_text {
		width: 100%;
		font-size: 1.3em;
		font-weight: 500;
		color: #fff;
		text-align: center;
		box-sizing: border-box;
		padding: 9px 30px;
	}
}

.t_title3 .yajirushi1 {
	width: auto;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 2;
}

.t_title3 .yajirushi1 img {
	height: 52px;
}

.t_title3 .yajirushi2 {
	width: auto;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 2;
}

.t_title3 .yajirushi2 img {
	height: 52px;
}

@media screen and (max-width:768px) {
	.t_title3 .yajirushi1 {
		width: auto;
		position: absolute;
		left: 0;
		top: 2px;
		z-index: 2;
	}

	.t_title3 .yajirushi1 img {
		height: 50px;
	}

	.t_title3 .yajirushi2 {
		width: auto;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 2;
	}

	.t_title3 .yajirushi2 img {
		height: 50px;
	}
}



.t_text2 {
	width: 100%;
	text-align: left;
	font-weight: 700;
	line-height: 1.2em;
}

.t_text3 {
	width: 100%;
	text-align: left;
	font-weight: 700;
	margin-bottom: 30px;
}

.t_text3 span {
	color: #FF0000;
	font-size: 2.4em;
	font-weight: 900;
}

.t_photo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.t_photo p {
	width: 48%;
	margin-right: 4%;
}

.t_photo p:nth-child(2n) {
	margin-right: 0;
}

.t_photo p img {
	width: 100%;
}

@media screen and (max-width:768px) {
	.t_photo {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.t_photo p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.t_photo p:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 0;
	}

	.t_photo p img {
		width: 100%;
	}
}

.t_photo_text {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-size: 0.9em;
	font-weight: 500;
}

.main_o {
	width: 100%;
	position: relative;
	background: #FFF8E1;
}

.t2_title {
	width: 100%;
	background: #F48600;
	font-size: 1.8em;
	font-weight: 500;
	color: #fff;
	padding: 5px 50px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	border-radius: 10px;
	margin-bottom: 20px;
}

.t2_title::before {
	content: "";
	background: url("../images/en.svg") center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.t2_title::after {
	content: "";
	background: url("../images/en.svg") center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.t2_text {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	font-weight: 500;
}

.t2_title2 {
	width: 100%;
	background: #fff;
	color: #F48600;
	font-weight: 500;
	font-size: 1.4em;
	text-align: left;
	padding: 5px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.step_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
	border-bottom: 1px solid #F48600;
	margin-bottom: 20px;
}

.step_box div {
	width: 18.4%;
	margin-right: 2%;
}

.step_box div:nth-child(5n) {
	margin-right: 0;
}

.step_box div .img {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}

.step_box div .img img {
	width: 100%;
}

.step_box div .step_no {
	width: 86px;
	position: absolute;
	left: 50%;
	bottom: -43px;
	transform: translateX(-50%);
}

.step_box div .intext {
	width: 100%;
	text-align: left;
	font-weight: 500;
}

.step_box div .line_text {
	width: 100%;
	background: #DC000C;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	line-height: 1.1em;
	border-radius: 7px;
	margin-top: 20px;
}

@media screen and (max-width:768px) {
	.step_box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 30px;
		border-bottom: 1px solid #F48600;
		margin-bottom: 20px;
	}

	.step_box div {
		width:100%;
		margin-bottom: 50px;
	}

	.step_box div:nth-child(5n) {
		margin-bottom: 0;
	}

	.step_box div .img {
		width: 100%;
		position: relative;
		margin-bottom: 60px;
	}

	.step_box div .img img {
		width: 100%;
	}

	.step_box div .step_no {
		width: 86px;
		position: absolute;
		left: 50%;
		bottom: -43px;
		transform: translateX(-50%);
	}

	.step_box div .intext {
		width: 100%;
		text-align: left;
		font-weight: 500;
	}

	.step_box div .line_text {
		width: 100%;
		background: #DC000C;
		color: #fff;
		padding: 7px 0;
		text-align: center;
		line-height: 1.1em;
		border-radius: 7px;
		margin-top: 20px;
	}
}

.t_list {
	width: 100%;
	text-align: left;
	margin-bottom: 80px;
}

.main_o2 {
	width: 100%;
	position: relative;
	background: #FFC61D;
}

.t3_text {
	width: 100%;
	margin-bottom: 30px;
	font-weight: 700;
	color: #fff;
	font-size: 1.3em;
}

.stamp_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 200px;
	box-sizing: border-box;
}

.stamp_box p {
	width: 42%;
	margin-right: 16%;
}

.stamp_box p:nth-child(2n) {
	margin-right: 0;
}

.stamp_box p img {
	width: 100%;
}

@media screen and (max-width:768px) {
	.stamp_box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0 0;
		box-sizing: border-box;
	}
	
	.stamp_box p {
		width: 48%;
		margin-right: 4%;
	}

	.stamp_box p:nth-child(2n) {
		margin-right: 0;
	}

	.stamp_box p img {
		width: 100%;
	}
}

.link_buttan {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.link_buttan a {
	width: auto;
	min-width: 400px;
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
	background: #E6B015;
	padding: 10px 20px;
	box-sizing: border-box;
	border-bottom: 5px solid #950A1A;
	border-top: none;
	border-radius: 7px;
}

@media screen and (max-width:768px) {
	.link_buttan a {
		width: auto;
		min-width: 300px;
		color: #fff;
		font-weight: 700;
		font-size: 1.3em;
		background: #E6B015;
		padding: 10px 20px;
		box-sizing: border-box;
		border-bottom: 5px solid #950A1A;
		border-top: none;
		border-radius: 7px;
	}
}

.link_buttan a:hover {
	border-top: 5px solid #950A1A;
	border-bottom: none;
}

.link_buttan2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.link_buttan2 a {
	width: auto;
	min-width: 400px;
	color: #fff;
	font-weight: 700;
	background: #E45560;
	padding: 10px 20px;
	box-sizing: border-box;
	border-bottom: 5px solid #26375D;
	border-top: none;
	border-radius: 7px;
	position: relative;
	margin: 0 10px;
	font-size: 1.4em;
}

@media screen and (max-width:768px) {
	.link_buttan2 a {
		width: auto;
		min-width: 360px;
		color: #fff;
		font-weight: 700;
		background: #E45560;
		padding: 10px 20px;
		box-sizing: border-box;
		border-bottom: 5px solid #26375D;
		border-top: none;
		border-radius: 7px;
		position: relative;
		margin: 0 0 10px 0 ;
	}
}

.link_buttan2 a:hover {
	border-top: 5px solid #26375D;
	border-bottom: none;
}

.link_buttan2 a span {
	position: absolute;
	top: 8px;
	left: 20px;
}

@media screen and (max-width:768px) {
	.link_buttan2 a span {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
}

.link_buttan2 a span img {
	width: 40px;
}

.main_p {
	width: 100%;
	position: relative;
	background: #FCE8EA;
}

.top_tempo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_tempo div {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.top_tempo div:nth-child(4n) {
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width:768px) {
	.top_tempo div:nth-child(3n) {
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:768px) {
	.top_tempo {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.top_tempo div {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
	}

	.top_tempo div:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
	}
}

.top_tempo div a {
	width: 100%;
	background: #fff;
	display: flex;
    flex-direction: column;
}

.top_tempo div a h3 {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
}

@media screen and (max-width:768px) {
	.top_tempo div a h3 {
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
		text-align: left;
		color: #fff;
		font-size: 1em;
		letter-spacing: 0.01em;
		font-weight: 600;
	}
}

.top_tempo div a h3.cat1 {
	background: #8AC84C;
}

.top_tempo div a h3.cat2 {
	background: #FD90C4;
}

.top_tempo div a h3.cat3 {
	background: #FEB721;
}

.top_tempo div a h3.cat4 {
	background: #E5C7C3;
}

.top_tempo div a h3.cat5 {
	background: #13A7EC;
}

.top_tempo div a .inbox {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

@media screen and (max-width:768px) {
	.top_tempo div a .inbox {
		width: 100%;
		padding: 15px 12px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
}

.top_tempo div a .osusume {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.top_tempo div a .osusume span {
	display: inline-block;
	background: #000000;
	color: #fff;
	padding: 2px 10px;
}

@media screen and (max-width:768px) {
	.top_tempo div a .osusume span {
		display: inline-block;
		background: #000000;
		color: #fff;
		padding: 2px 10px;
		font-size: 0.9em;
        letter-spacing: 0.01em;
	}
}

.top_tempo div a .sub {
	width: 100%;
	text-align: left;
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 15px;
	flex-grow: 1;
}

@media screen and (max-width:768px) {
	.top_tempo div a .sub {
		width: 100%;
		text-align: left;
		font-size: 0.9em;
        letter-spacing: 0.01em;
		font-weight: 500;
		margin-bottom: 15px;
		flex-grow: 1;
	}
}

.top_tempo div a .imgbox {
    width: 100%;
    aspect-ratio: 1 / 1;    /* ★重要：これで常に正方形（1:1）になります */
    background-color: #f5f5f5; /* 余白部分の色（必要に応じて変更） */
    overflow: hidden;
    margin: 0;
    
    /* 画像を中央に配置する設定 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_tempo div a .imgbox img {
    /* サイズ設定 */
    width: 100%;
    height: 100%;
    max-width: 100%;  /* 横幅は正方形の枠を超えない */
    max-height: 100%; /* 高さは正方形の枠を超えない */
    
    /* 比率を維持して全体を表示 */
    object-fit: contain; 
}

.main_a {
	width: 100%;
	position: relative;
	background: #F6F6F6;
}

.top_qa_title {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.top_qa_title img {
	width: 180px;
}

/* Q&A全体のスタイル */
.qa-container {
  width: 100%;
  margin: 20px auto;
  font-family: sans-serif;
}

.qa-item {
}

/* 質問部分 */
.qa-question {
	width: 100%;
	padding: 20px 50px 20px 80px;
	text-align: left;
	background: #fff;
	color: #cc0000;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.6em;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	.qa-question {
		width: 100%;
		padding: 20px 50px 20px 80px;
		text-align: left;
		background: #fff;
		color: #cc0000;
		border: none;
		cursor: pointer;
		font-weight: bold;
		font-size: 1.2em;
		display: flex;
		justify-content: space-between;
		position: relative;
		margin-bottom: 20px;
	}
}

.qa-question::before {
	content: "";
	background: url("../images/q.png") center center no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* 矢印アイコンの擬似要素 */
.qa-question::after {
  content: '▼';
  transition: transform 0.3s;
	color: #cc0000;
	position: absolute;
	right: 20px;
	top: 30%;
}

.is-open .qa-question::after {
  transform: rotate(180deg);
}

/* 回答部分の隠蔽とアニメーション */
.qa-answer {
  display: grid;
  grid-template-rows: 0fr; /* 初期値は閉じている */
  transition: grid-template-rows 0.3s;
  overflow: hidden;
}

/* is-openクラスがある時は開く */
.is-open .qa-answer {
  grid-template-rows: 1fr;
}

.qa-answer-inner {
  min-height: 0;
  padding: 0 0;
	text-align: left;
}

.is-open .qa-answer-inner {
  padding: 0 0 60px 0;
	text-align: left;
}

.top_tyui_title {
	width: 100%;
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 20px;
}

.top_tyui_text {
	width: 100%;
	text-align: left;
}

footer {
	width: 100%;
	background: #FFC61D;
	padding: 50px 0 150px 0;
}

@media screen and (max-width:768px) {
	footer {
		width: 100%;
		background: #FFC61D;
		padding: 50px 30px;
		box-sizing: border-box;
	}
}

.footer_text {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.footer_text span {
	background: #000000;
	color: #fff;
	padding: 3px 20px;
	box-sizing: border-box;
}

.footer_text2 {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: 15px;
}

@media screen and (max-width:768px) {
	.footer_text2 {
		width: 100%;
		text-align: center;
		font-weight: 700;
		font-size: 1em;
		margin-bottom: 15px;
	}
}

.footer_text3 {
	width: 100%;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width:768px) {
	.footer_text3 {
		width: 100%;
		text-align: center;
		font-size: 0.9em;
		font-weight: 500;
	}
}

.footer_text4 {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 1.4em;
	margin-bottom: 15px;
	line-height: 0.8em;
}

@media screen and (max-width:768px) {
	.footer_text4 {
		width: 100%;
		text-align: center;
		font-weight: 900;
		font-size: 1em;
		margin-bottom: 15px;
		line-height: 1em;
	}
}

.footer_text5 {
	width: 100%;
	text-align: center;
	font-weight: 500;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.footer_text5 {
		width: 100%;
		text-align: center;
		font-weight: 500;
		ont-size: 0.8em;
		margin-bottom: 50px;
	}
}

.temp_main {
	width: 100%;
	background: #FCF2D3;
}

.temp_main_area {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: auto;
	min-height: 10px;
}

.temp_main_box {
	width: 100%;
	padding: 80px 0 50px 0;
}

.temp_main_box2 {
	width: 100%;
	padding: 50px 0 100px 0;
}

@media screen and (max-width:768px) {
	.temp_main_box {
		width: 100%;
		padding: 80px 30px 50px 30px;
		box-sizing: border-box;
	}

	.temp_main_box2 {
		width: 100%;
		padding: 50px 30px 100px 30px;
		box-sizing: border-box;
	}
}

.pankuzu {
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 0.8em;
	margin-bottom: 30px;
}

.temp_title {
	width: 100%;
	min-height: 70px;
	background: url("../images/ribbon.png") center center no-repeat;
	color: #fff;
	box-sizing: border-box;
	font-size: 1.6em;
	font-weight: 700;
	padding: 6px 0;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	.temp_title {
		width: 100%;
		min-height: 50px;
		background: url("../images/ribbon.png") center center no-repeat;
		background-size: cover;
		color: #fff;
		box-sizing: border-box;
		font-size: 1.6em;
		font-weight: 700;
		padding: 0 0;
		margin-bottom: 20px;
	}
}

.temp_text {
	width: 100%;
	font-weight: 600;
	margin-bottom: 30px;
}

.temp_form {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.temp_form .intitle {
	width: auto;
	padding: 10px 20px;
	background: #2F3E0A;
	color: #fff;
	font-weight: 600;
	box-sizing: border-box;
}

.temp_form .inform input {
	width: 100%;
	min-width: 400px;
	border: none;
	padding: 13px 20px;
	box-sizing: border-box;
	background: #fff;
}

@media screen and (max-width:768px) {
	.temp_form .intitle {
		width: 100%;
		padding: 10px 20px;
		background: #2F3E0A;
		color: #fff;
		font-weight: 600;
		box-sizing: border-box;
	}
	
	.temp_form .inform {
		width: 100%;
	}

	.temp_form .inform input {
		width: 100%;
		border: none;
		padding: 13px 20px;
		box-sizing: border-box;
		min-width: 100px;
		background: #fff;
	}
}

.temp_main2 {
	width: 100%;
}

.temp_list {
  display: flex;
  width: 100%;
  gap: 10px;
}

.temp_list > div:first-child {
  flex: 0 0 calc(100% / 6 - 10px); 
}

.temp_list > div:last-child {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 10px;
}

.temp_list p {
  margin: 0;
  text-align: center;
}

.temp_list a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
	font-weight: 700;
	position: relative;
}

.temp_list a span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .temp_list {
    display: grid;
    /* 全体を2列にする */
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  /* 左側のボックスを「2列のうちの1つ」として扱う */
  .temp_list > div:first-child {
    flex: none; /* Flexboxの設定をリセット */
    width: auto;
  }

  /* 右側のボックス自体をGridから解除して中身を直接並べる */
  .temp_list > div:last-child {
    display: contents; /* 中のpタグを親の2列Gridに直接参加させる */
  }

  /* 各項目のスタイル微調整 */
  .temp_list p {
    width: 100%;
  }

  /* aタグ内のspan（矢印など）の位置が重なる場合は調整 */
  .temp_list a {
    padding: 15px 10px; /* スマホでは押しやすく少し広く */
  }
}

.color01 {
	background: #2F3E0A;
	color: #fff;
}

.color02 {
	background: #8AC84C;
	color: #fff;
}

.color03 {
	background: #FD90C4;
	color: #fff;
}

.color04 {
	background: #FEB721;
	color: #fff;
}

.color05 {
	background: #E5C7C3;
	color: #fff;
}

.color06 {
	background: #13A7EC;
	color: #fff;
}

.color07 {
	background: #ec6a13;
	color: #fff;
}

.color08 {
	background: #ecdf13;
	color: #fff;
}

.color09 {
	background: #06a22e;
	color: #fff;
}

.temp_main3 {
	width: 100%;
	background: #E7F4DA;
	margin-bottom: 80px;
}

.temp_main4 {
	width: 100%;
	background: #FFEBF5;
	margin-bottom: 80px;
}

.temp_main5 {
	width: 100%;
	background: #FFF4DB;
	margin-bottom: 80px;
}

.temp_main6 {
	width: 100%;
	background: #FAF5F5;
	margin-bottom: 80px;
}

.temp_main7 {
	width: 100%;
	background: #E6F6FD;
	margin-bottom: 80px;
}

.temp_main8 {
	width: 100%;
	background: #ffe5d3;
	margin-bottom: 80px;
}

.temp_main9 {
	width: 100%;
	background: #fffdd6;
	margin-bottom: 80px;
}

.temp_main10 {
	width: 100%;
	background: #dcffe5;
}

.temp_main_box3 {
	width: 100%;
	padding: 60px 0 50px 0;
	position: relative;
}

@media screen and (max-width:768px) {
	.temp_main_box3 {
		width: 100%;
		padding: 60px 30px 50px 30px;
		box-sizing: border-box;
		position: relative;
	}
}

.temp_tempo_title {
	width: 100%;
	flex-flow: wrap;
	justify-content: center;
	position: absolute;
	top: -30px;
	left: 0;
}

.temp_tempo_title span {
	width: 300px;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 20px;
	font-size: 1.4em;
	font-weight: 700;
}

.temp_tempo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.temp_tempo div {
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width:768px) {
	.temp_tempo div:nth-child(3n) {
		width: 30%;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
}

@media screen and (max-width:768px) {
	.temp_tempo {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.temp_tempo div {
		width: 48%;
		margin-right: 4%;
		margin-left: 0;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
	}

	.temp_tempo div:nth-child(2n) {
		width: 48%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
	}
}

.temp_tempo div a {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.temp_tempo div a h3 {
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
}

@media screen and (max-width:768px) {
	.temp_tempo div a h3 {
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
		text-align: left;
		color: #fff;
		font-size: 1em;
		letter-spacing: 0.01em;
		font-weight: 600;
	}
}

.temp_tempo div a h3.cat1 {
	background: #8AC84C;
}

.temp_tempo div a h3.cat2 {
	background: #FD90C4;
}

.temp_tempo div a h3.cat3 {
	background: #FEB721;
}

.temp_tempo div a h3.cat4 {
	background: #E5C7C3;
}

.temp_tempo div a h3.cat5 {
	background: #13A7EC;
}

.temp_tempo div a h3.cat6 {
	background: #ec6a13;
}

.temp_tempo div a h3.cat7 {
	background: #ecdf13;
}

.temp_tempo div a h3.cat8 {
	background: #06a22e;
}

.temp_tempo div a .inbox {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

@media screen and (max-width:768px) {
	.temp_tempo div a .inbox {
		width: 100%;
		padding: 15px 12px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
}

.temp_tempo div a .osusume {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.temp_tempo div a .osusume span {
	display: inline-block;
	background: #000000;
	color: #fff;
	padding: 2px 10px;
}

@media screen and (max-width:768px) {
	.temp_tempo div a .osusume span {
		display: inline-block;
		background: #000000;
		color: #fff;
		padding: 2px 10px;
		font-size: 0.9em;
		letter-spacing: 0.01em;
	}
}

.temp_tempo div a .sub {
	width: 100%;
	text-align: left;
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 15px;
	flex-grow: 1;
}

@media screen and (max-width:768px) {
	.temp_tempo div a .sub {
		width: 100%;
		text-align: left;
		font-size: 0.9em;
		letter-spacing: 0.01em;
		font-weight: 500;
		margin-bottom: 15px;
		flex-grow: 1;
	}
}

.temp_tempo div a .imgbox {
    width: 100%;
    aspect-ratio: 1 / 1;    /* ★重要：これで常に正方形（1:1）になります */
    background-color: #f5f5f5; /* 余白部分の色（必要に応じて変更） */
    overflow: hidden;
    margin: 0;
    
    /* 画像を中央に配置する設定 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.temp_tempo div a .imgbox img {
    /* サイズ設定 */
    width: 100%;
    height: 100%;
    max-width: 100%;  /* 横幅は正方形の枠を超えない */
    max-height: 100%; /* 高さは正方形の枠を超えない */
    
    /* 比率を維持して全体を表示 */
    object-fit: contain; 
}

.main_w {
	width: 100%;
	position: relative;
}

.temp_main_box4 {
	width: 100%;
	padding: 20px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

@media screen and (max-width:768px) {
	.temp_main_box4 {
		width: 100%;
		padding: 20px 30px 20px 30px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
}

.temp_main_box4 .cat {
	width: 200px;
	padding: 10px 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 20px;
}

.temp_main_box4 .intitle {
	width: 100%;
	padding: 2px 20px 2px 220px;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.6em;
	font-weight: 700;
}

@media screen and (max-width:768px) {
	.temp_main_box4 .cat {
		width: 200px;
		padding: 10px 0;
		box-sizing: border-box;
		position: absolute;
		left: 30px;
		top: 20px;
		font-size: 0.9em;
	}

	.temp_main_box4 .intitle {
		width: 100%;
		padding: 60px 0 2px 0;
		box-sizing: border-box;
		text-align: left;
		font-size: 1.6em;
		font-weight: 700;
	}
}

.main_g {
	width: 100%;
	position: relative;
	background: #F7F7F7;
}

.temp_main_box5 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.temp_main_box5 div {
    width: 100%;
    max-width: 720px;
    max-height: 500px;
    aspect-ratio: 36 / 25; 
    background-color: #f5f5f5;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:768px) {
	.temp_main_box5 div {
		width: 100%;
		max-width: 720px;
		max-height: 400px;
		aspect-ratio: 9 / 5; 
		background-color: #f5f5f5;
		overflow: hidden;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.temp_main_box5 div img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.temp_main_box6 {
	width: 100%;
	padding: 20px 0 20px 0;
	position: relative;
}

@media screen and (max-width:768px) {
	.temp_main_box6 {
		width: 100%;
		padding: 20px 30px 20px 30px;
		box-sizing: border-box;
		position: relative;
	}
}

.syouhin {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-bottom: 1px solid #2F3E0A;
	margin-bottom: 15px;
}

.syouhin .osusume {
	width: 200px;
	background: #2F3E0A;
	color: #fff;
	font-weight: 700;
	padding: 5px 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

.syouhin .s_title {
	width: 100%;
	padding: 0 220px;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.4em;
	font-weight: 500;
}

.syouhin .nedan {
	width: 200px;
	font-size: 1.6em;
	font-weight: 700;
	padding: 5px 0;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: -10px;
	text-align: right;
}

@media screen and (max-width:768px) {
	.syouhin .osusume {
		width: 200px;
		background: #2F3E0A;
		color: #fff;
		font-weight: 700;
		padding: 5px 20px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0;
	}

	.syouhin .s_title {
		width: 100%;
		padding: 40px 150px 0 0;
		box-sizing: border-box;
		text-align: left;
		font-size: 1.4em;
		font-weight: 500;
	}

	.syouhin .nedan {
		width: 150px;
		font-size: 1.6em;
		font-weight: 700;
		padding: 5px 0;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		top: 30px;
		text-align: right;
	}
}

.syouhin_text {
	width: 100%;
	text-align: left;
}

.temp_main_box7 {
	width: 100%;
	padding: 50px 0 50px 0;
	position: relative;
}

@media screen and (max-width:768px) {
	.temp_main_box7 {
		width: 100%;
		padding: 50px 30px 50px 30px;
		box-sizing: border-box;
		position: relative;
	}
}

.temp_table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 20px;
	background: #2F3E0A;
}

.temp_table .title {
	width: 20%;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.3em;
	font-weight: 600;
	color: #fff;
	line-height: 1.4em;
	display: flex;
    align-items: center; 
    justify-content: center;
}

.temp_table .text {
	width: 80%;
	background: #F7F7F7;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.4em;
	display: flex;
    align-items: center; 
    justify-content: flex-start;
}

.temp_table a {
	text-align: left;
	word-break: break-all;
}

@media screen and (max-width:768px) {
	.temp_table .title {
		width: 100%;
		padding: 10px 20px;
		box-sizing: border-box;
		font-size: 1.3em;
		font-weight: 600;
		color: #fff;
		line-height: 1.4em;
		display: flex;
		align-items: center; 
		justify-content: center;
	}

	.temp_table .text {
		width: 100%;
		background: #F7F7F7;
		padding: 10px 20px;
		box-sizing: border-box;
		font-size: 1.3em;
		font-weight: 600;
		line-height: 1.4em;
		display: flex;
		align-items: center; 
		justify-content: flex-start;
	}
}

.main_g2 {
	width: 100%;
	position: relative;
	background: #E4E4E4;
}

.qr_buttan {
	width: 300px;
	padding: 13px 20px 13px 40px;
	box-sizing: border-box;
	position: relative;
	border: none;
	background: #FF0000;
	color: #fff;
	border-radius: 10px;
	border-bottom: 5px solid #9A1515;
	font-weight: 600;
}

.qr_buttan::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/qa.svg") center center no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
}

.qr_buttan_ex {
	width: 300px;
	padding: 13px 20px 13px 40px;
	box-sizing: border-box;
	position: relative;
	border: none;
	background: #FFFFFF;
	color: #E4E4E4;
	border-radius: 10px;
	display: inline-block;
	font-weight: 600;
}

.qr_buttan_ex::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/qa2.svg") center center no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
}

.temp_main_box7 {
	width: 100%;
	padding: 50px 0 100px 0;
	position: relative;
}

@media screen and (max-width:768px) {
	.temp_main_box7 {
		width: 100%;
		padding: 50px 30px 100px 30px;
		box-sizing: border-box;
		position: relative;
	}
}

.map {
	width: 100%;
}

.temp_formbox {
	width: 100%;
}

.temp_form_title {
	width: 100%;
	background: #F48600;
	font-size: 1.6em;
	font-weight: 500;
	color: #fff;
	padding: 10px 50px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 3px 4px #ccc;
}

.temp_form_title::before {
	content: "";
	background: url("../images/en.svg") center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.temp_form_title::after {
	content: "";
	background: url("../images/en.svg") center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.temp_form_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.temp_form_box .title {
	width: 20%;
	background: #FFC61D;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 13px 10px;
	box-sizing: border-box;
	font-weight: 600;
}

.temp_form_box .title .hisu {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: #000000;
	color: #fff;
	font-size: 0.8em;
	padding: 1px 10px;
	box-sizing: border-box;
}

.temp_form_box .text {
	width: 80%;
}

@media screen and (max-width:768px) {
	.temp_form_box .title {
		width: 100%;
		background: #FFC61D;
		color: #fff;
		text-align: left;
		position: relative;
		padding: 13px 10px;
		box-sizing: border-box;
		font-weight: 600;
	}

	.temp_form_box .title .hisu {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		background: #000000;
		color: #fff;
		font-size: 0.8em;
		padding: 1px 10px;
		box-sizing: border-box;
	}

	.temp_form_box .text {
		width: 100%;
	}
}

.form1 {
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #000000;
}

.temp_form_box .text2 {
	width: 80%;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #F7F7F7;
	text-align: left;
	font-weight: 600;
}

@media screen and (max-width:768px) {
	.temp_form_box .text2 {
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
		background: #F7F7F7;
		text-align: left;
		font-weight: 600;
	}
}

.temp_form_box .text2 label {
	margin-right: 20px;
}

.temp_form_buttan {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}

.temp_form_buttan input {
	width: 300px;
	background: #FE8412;
	color: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
	border: none;
	font-size: 1.4em;
	box-shadow: 0 0 4px #ccc;
}

.qr_area {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.75);
	box-sizing: border-box;
	padding: 20px;
}

.qr_area .text {
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	font-weight: 600;
	line-height: 1.4em;
}

.temp_main11 {
	width: 100%;
	background: #8cb81d;
}

.temp_line {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	min-height: 10px;
	box-sizing: border-box;
}

.temp_line_title {
	width: 100%;
	text-align: left;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	.temp_line_title {
		width: 100%;
		text-align: left;
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 50px;
	}
}

.temp_line_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_line_box .line_touroku {
	width: 100%;
	background: #2f3e0a;
	margin-bottom: 20px;
}

.temp_line_box .line_touroku a {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
}

.temp_line_box .or {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.temp_line_box .or span {
	background: #fff;
	display: inline-block;
	letter-spacing: 0.01em;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1em;
	padding: 5px 5px 8px 5px;
	border-radius: 100px;
}

.temp_line_box .email {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #2f3e0a;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.temp_line_box .email .email_title {
	width: 20%;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 20px;
	font-weight: 700;
}

.temp_line_box .email .email_form {
	width: 80%;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.temp_line_box .email .email_title {
		width: 30%;
		color: #fff;
		box-sizing: border-box;
		padding: 10px 20px;
		font-weight: 700;
	}

	.temp_line_box .email .email_form {
		width: 70%;
		box-sizing: border-box;
	}
}

.temp_line_box .email .email_form input {
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 20px;
	border-radius: 0;
}

.temp_line_text {
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.9em;
	font-weight: 500;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	letter-spacing: 0.01em;
}

.temp_line_text2 {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
	font-weight: 500;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	letter-spacing: 0.01em;
}

@media screen and (max-width:768px) {
	.temp_line_text {
		width: 100%;
		margin-bottom: 20px;
		font-size: 0.9em;
		font-weight: 500;
		text-align: left;
		text-indent: -1em;
		margin-left: 1em;
		letter-spacing: 0.01em;
		box-sizing: border-box;
		padding: 0 1em 0 0;
	}

	.temp_line_text2 {
		width: 100%;
		margin-bottom: 50px;
		font-size: 0.9em;
		font-weight: 500;
		text-align: left;
		text-indent: -1em;
		margin-left: 1em;
		letter-spacing: 0.01em;
		box-sizing: border-box;
		padding: 0 1em 0 0;
	}
}

.temp_line_bottan {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 90%;
    max-width: 353px;
    margin: 0 auto;
}

.temp_line_bottan input {
	background-color: #000;
    color: #fff;
    border: none;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    aspect-ratio: 367 / 61;
    font-size: clamp(12px, 2.3vw, 20px);
    width: 100%;
    cursor: pointer;
}

.temp_line_bottan::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fff;
    right: 15px;
    z-index: 1;
    transform: rotate(45deg);
    top: 23px;
}

.temp_line_bottan::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fff;
    right: 15px;
    z-index: 1;
    transform: rotate(-45deg);
    bottom: 24px;
}

@media screen and (max-width:768px) {
	.temp_line_bottan::before {
		content: "";
		position: absolute;
		width: 15px;
		height: 3px;
		background-color: #fff;
		right: 15px;
		z-index: 1;
		transform: rotate(45deg);
		top: 18px;
	}

	.temp_line_bottan::after {
		content: "";
		position: absolute;
		width: 15px;
		height: 3px;
		background-color: #fff;
		right: 15px;
		z-index: 1;
		transform: rotate(-45deg);
		bottom: 19px;
	}
}

.in_text {
	width: 100%;
	margin-top: 40px;
	font-weight: 500;
	text-align: center;
}






















