@charset "shift_jis";

/* -------------------------------------------------- */
/* 1. 基本設定　2025 追加
/* -------------------------------------------------- */
/* -----Font Start--------------------------------------------- */

    body {
    font-family: -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "Yu Gothic", "Meiryo", "MS Gothic", sans-serif;
    }

	.formtitle h2.No001_0A,
	p.FOrm_Txtblock001,
	section.pagetitle p.FOrm_Txtblock001,
    h3.FORm_H3,
	dt.form_head,
	div.FORM_cortion{
    font-family: "Meiryo",
    -apple-system,"Hiragino Sans","Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro","Yu Gothic","MS Gothic"
    }

/* - No001 _h2 ------- */
	.formtitle, .formtitle {
    background-color: none;
    display: block;
    padding: 40px 0 0px 0;
	}

	section.pagetitle h2.No001_0A {
		    font-size: clamp(28px, 4vw, 26px);
    padding: 0px 0;
    background-size: auto auto;
    background-color: #ffe600;
    background-image: none;
    color: #000000;
    text-shadow: none;
    font-weight: bold;
	line-height: 1.6em;
}


/* - Box ライン ------- */
	div#No001box_for_h2 {
	width: 100%;
	background-color: #ffe600;
	z-index: 1;
}

div.tahema_box {
	width: 100%;
	padding: 10px 4% 30px 4%;
	background-color: #ffe600;
}

/* ---------- pagetitle -------------------- */
section.pagetitle p {
	font-size: clamp(14px,3vw,16px);
	color: #000000;
	width: 100%;
	text-align: left;
	background-color: #ffe600;
    line-height: 1.8em;
	letter-spacing:0px;
	margin: 0 auto 15px;
}
section.pagetitle p.link{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	background-color: #fffdd8;
	padding: 10px 0;
}
section.pagetitle b{
	display: block;
	width: 100%;
	text-align: center;
}
section.pagetitle p.link a{
	display: block;
	width: 40%;
	color: #00758f;
	text-decoration: underline;
}

/* - Base Box  ------- */
div#contents form{
	background-color: #ffffff;
	padding: 0px 0% 0 0%;
	margin: 0 auto;
	width: 94%;
	max-width: 900px;
	border-radius: 20px;

}
/* ---------- home -------------------- */
/* article#contents_area */
div#contents {
	width: 100%;
	margin: 0 auto 0px;
	background-color: #ffe600;
}

div#contents dl{
	margin: 0px 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
div#contents dl.w_komoku{
	border: none;
}

div#contents dt{
	width: 100%;
	text-align: left;
	font-weight: normal;
	background-color: #ffffff;
	padding: 5px 0 0px 10%;
	font-size: 120%;
	margin: 0;
}
div#contents dt.Form_title {
	width: 100%;
	text-align: left;
	font-weight: normal;
	background-color: #ffffff;
	padding: 5px 0 0px 0px;
	font-size: 120%;
	margin: 0 0 0px 0;
}
form dt h3.FORm_H3{
	color: #000000;
	font-size: clamp(26px, 4vw, 28px);
	font-weight: 400;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 0 30px 30px 30px;
	line-height: 0.8em;
}
div#contents dl.w_komoku dt.txt_pink{
	color: #ff2b59;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 5px 0 10px 0px;
}

form dt h3.FORm_H3::after {
	content: "";
	display: block;
	width: 2em;
	height: 5px;
	background-color: #ff2b59;
	margin: 15px auto 0;
}
div#contents dt b{
	background-color: #ff2b59;
	color: #ffffff;
	font-weight: normal;
	display: inline-block;
	font-size: 12px;
	padding: 2px 5px;
	margin: -10px 0 0 0;	
}


dt.form_head {
	position: relative;
	padding-left: 20px;
}
/*dt.form_head::before {
	content: '';
	position: absolute;
	top: 55%;
	left: 5%;
	transform: translateY(-50%);
	width: 10px; 
	height: 10px;
	background-color: #333;
}*/

div.FORM_cortion{
	font-size: clamp(14px, 4vw, 15px);
	font-weight: 400;
	text-align: center;
    padding: 40px 10px 40px 10px;
}




div#contents dd{
	padding: 15px 0 10px 0;
	font-size: 120%;
}
div#contents dd p{
	width: 90%;
	margin: auto;
}
div#contents dd select#data_pref{
	width: 90%;
	height: 40px;
	margin: 0 auto 10px;
	display: block;
	border-radius: 5px;
	border:1px solid #cccccc;
}
div#contents dd input{
	width: 90%;
	height: 40px;
	margin: 0 auto 10px auto;
	padding: 3px;
	display: block;
	border:1px solid #ccc;
	border-radius: 8px;
}
div#contents dd select {
	width: 90%;
    height: 40px;
	margin: 0 auto 10px auto;
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
div#contents dd small{
	display: block;
	width: 90%;
	margin: auto;
	padding:5px ;
	color: #ff50ab;
	clear: both;
}
div#contents dd strong{
	color:#ff0000;
	display: block;
	width: 90%;
	margin: auto;
	font-weight: normal;
	display: none;
}
div#contents dd strong span{
	display: table;
	color: #ffffff;
	background-color: #ff0000;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0px 3px 0 0;
	line-height: 1.0;
}
div#contents dd strong span b{
	display: table-cell;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	vertical-align: top;
	line-height: 1.0;
}
div#contents dd ul{
	width: 90%;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
div#contents dd ul li{
	border: none;
	margin: 4px 0 0 0;
}
div#contents dd ul li label{
	cursor: pointer;
	padding:5px;
	border-radius: 5px;
	border:1px solid #ccc;
	display: table;
	width: 96%;
	padding: 0;
	height: 40px;
	text-align: center;
	font-size: 110%;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div#contents dd.dd_madori ul li:nth-of-child(3n) label{
	float:right;
}
div#contents dd ul li input{
	display: none;
}

div#contents dd ul li input.check_box:checked + label,
div#contents dd ul li input.radio_box:checked + label{
	background: #cfb3c7;
	color: #fff;

}
div#contents dd ul li label span{
	display: table-cell;
	vertical-align: middle;
}

div#contents dd textarea{
	width: 90%;
	height: 6em;
	margin: 0 auto 10px auto;
	display: block;
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 3px;
}

/*nyukyojiki*/
div#contents dd div.layout_nyukyo{
	width: 90%;
	margin: auto;
	padding-bottom: 5px;
	overflow: hidden;
}
div#contents dd div.layout_nyukyo select{
	float: left;
}
div#contents dd div.layout_nyukyo select#data_nyukyo_y{
	width: 30%;
}
div#contents dd div.layout_nyukyo select#data_nyukyo_m{
	width: 30%;
}
div#contents dd div.layout_nyukyo span{
	display: block;
	float: left;
	margin: 10px;
}

/*madori*/
div#contents dd.dd_madori ul li{
	width: 33%;
	float: left;
}
div#contents dd.dd_renrakuhoho ul li{
	width: 100%;
}
/*yachin*/
div#contents dd select#data_yachinmin,
div#contents dd select#data_yachinmax{
	width: 30%;
	height: 40px;
	margin: 0 auto 20px auto;
	display: block;
	border-radius: 5px;
	float: left;
	border-color: #ccc;
	border:1px solid #ccc;
}
div#contents dd select#data_yachinmin{
	margin-left: 5%;
}
dl.yachin div{
	width: 10%;
	float: left;
	font-size: 100%;
	text-align: center;
	height: 40px;
	display: table;
}
dl.yachin div span{
	display: table-cell;
	vertical-align: middle;
}

div.siteseal{
	width: 90%;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
}
div.siteseal span{
	display: block;
	margin: auto;
	text-align: center;
}


div#contents div.inq_btn input.submit_button{
	width: 40%;
	margin: 10px 30% 40px 30%;
	background-color: #ff7272;
	text-align: center;
	border-radius: 15px;
	border:3px solid #ff7272;
	box-shadow: 1px 1px 2px #757547;
	padding: 15px 0;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
}

div#contents div.inq_btn input.submit_button.soshin{
	margin-bottom: 10px;
}


div#contents dl.dl_other{
	border-bottom: 0px solid #ccc;
}


/* input ボタンを透明にして内部テキスト扱いにする */
	div.FORM_btnL04 .submit_button {
	background: transparent;
	border: none;
	font-size: clamp(16px, 4vw, 18px);
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	padding: 0;
	line-height: 1;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px; /* 文字と矢印の間 */

	width: 100%;
	max-width: 350px;
	min-height: 70px;
	padding: 5px 20px;

	margin: 30px auto 10px auto;

	border-radius: 50px;
	box-shadow: 0 2px 4px #cccccc;
	background: linear-gradient(45deg, #ff2b59 0%, #ff2b59 100%);
	cursor: pointer;

	position: relative;
	z-index: 2;
	color: #fff;
	overflow: hidden;
	}


	div.FORM_btnL04 .submit_button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;          /* ← 好きに調整可能 */
	transform: translateY(-50%) rotate(315deg);

	width: 8px;           /* ← 矢印の横幅 */
	height: 8px;          /* ← 矢印の縦幅 */

	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	}




@media screen and (min-width: 650px){

	/* title前の四角 */
	div.FORM_btnL04 .submit_button::before {
	content: '';
	position: absolute;
	top: 28px;
	left: 0%; /* ← 先頭に配置 */
	transform: translateY(-50%);
	}

	/* title前のフォント */
	.formtitle  h2.No001_A, .titleBlock_No002  h2.No002_A, .titleBlock_No003  h2.No003_A, .titleBlock_No004  h2.No004_A, .titleBlock_No005  h2.No005_A, .titleBlock_No006  h2.No006_A, .titleBlock_No007  h2.No007_A {
	width: 100%;
	max-width: 550px;
	font-size: clamp(33px, 3vw, 35px);
	}

/* - 題名下 文字　ボックス ------- */
	section.pagetitle p.FOrm_Txtblock001 {
	width: 100%;
	max-width: 900px;
	text-align: left;
	margin: 0% auto 0% auto;
	letter-spacing: 2px;
	background-color: #ffe600;
	}

}

/* --------------------------------------------------
  2025 追加  #FORM_各　　箇所　900px
-------------------------------------------------- */
@media screen and (min-width: 900px){
	.formtitle  h2.No001_A, .titleBlock_No002  h2.No002_A, .titleBlock_No003  h2.No003_A, .titleBlock_No004  h2.No004_A, .titleBlock_No005  h2.No005_A, .titleBlock_No006  h2.No006_A, .titleBlock_No007  h2.No007_A {
	width: 100%;
	max-width: 550px;
	font-size: clamp(33px, 3vw, 35px);
	}


	/* - 題名下 文字　ボックス ---外枠--- */
	section.pagetitle p {
	        width: 80%;
			margin: 0 auto;
	}
	section.pagetitle p.link{
		padding: 10px 20px;
		max-width: 800px;
		display: block;
		text-align: center;
	}
	section.pagetitle p.link a{
		display: inline-block;
		width: auto;
		margin: 0 10px;
		
	}
	section.pagetitle div.tahema_box {
		width: 100%;
		padding: 10px 0% 0px 0%;
		margin: 0% auto 0% auto;
		background-color: #ffe600;
	}

	.FOrm_Txtblock001 {
	width: 100%;
	text-align: left;
	background-color: #ffe600;
	}

	/* - 題名下 文字　ボックス ---中枠--- */
	section.pagetitle p.FOrm_Txtblock001 {
	width: 80%;
	max-width: 800px;
	line-height: 1.9em;
	text-align: left;
	margin: 0% auto 20px auto;
	letter-spacing: -1px;
	padding: 0 0%;
	background-color: #ffe600;
	}

}


@media screen and (min-width:600px){
	section.pagetitle h1 img{
		width: 90%;
		max-width: 500px;
		margin: 20px auto;
	}
	section.pagetitle{
		background:url(../images/bg_maintitle_pc.jpg) no-repeat center center;
		background-size: cover;
		position: relative;
		min-height: inherit;
	}

	section.pagetitle h2{
		background-color: #e55154;
		background-image: none;
		color: #fff;
	}
	section.pagetitle div.container{
		max-width: inherit;
		width: 100% !important;
		display: flex;
		justify-content: center;
		padding: 20px 0;
	}
	section.pagetitle div.container p{
		max-width: 500px;
		margin: 0 10px 0;
		font-size: 14px;
	}
	section.pagetitle div.container div{
		max-width: 300px;
		margin: 0 10px 0;
		padding-top: 15px;
		border: 1px solid #ff1888;


	}

	/* ---------- pagetitle -------------------- */

	div#contents{
		margin: 0px auto 0 auto;
		padding: 20px 0 20px 0;
		width: 100%;
    background-color: #ffe600;
		background-size: 8px;
	}

	div#contents p{
		border-bottom: 1px dotted #cccccc;
		background-color: #ffffff;
		text-align: left;
		padding: 10px 20px 10px 20px;
		font-size: 120%;
		width: 94%;
		max-width: 900px;
		margin: 0 auto;
	}
	div#contents p.chui{
		padding: 10px 5% 10px 5%;
		width: 80%
	}
	div#contents form{
		background-color: #ffffff;
		padding: 20px 2% 20px 2%;
		margin: 0 auto;
		width: 94%;
		max-width: 900px;
	}
	div#contents dl{
		border-top:0px solid #ccc;
		border-left:0px solid #ccc;
		border-right:0px solid #ccc;
		display: table;
		width: 100%;
		margin: 0 auto;
	}
	div#contents dl dt{
		background-color: #ffffff;
		width:30%;
		margin: 0;
		padding: 20px 0% 0 2%;
		border: 0;
		text-align: left;
		display: table-cell;
		font-size: 14px;
		font-size: 1.4rem;
	}
	div#contents dl.w_komoku dt{
		background-color: #ffffff;
		color: #000000;
		border-bottom: none;
		font-size: 18px;
		font-size: 1.8rem;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div#contents dl dd{
		width: 100%;
		padding: 0;
		display: table-cell;
		padding: 10px 0;
		vertical-align: middle;
		text-align: left;
	}
	div#contents dl dd p{
		border:none;
		font-size: 90%;
	}
	div#contents dl dd select#data_pref{
		border-radius: 0;
		text-align: left;
		margin: 0 0 10px 25px;
		border-radius: 0;
	}
	div#contents dl dd input{
		border-radius: 0;
	}
	div#contents dd ul li{
		float: left;
		width: 40%;
	}
	/*jokyo*/
	div#contents dd.dd_jokyo ul li{
		width: 48%;
		float: left;
	}
	/*nyukyojiki*/
	div#contents dd div.layout_nyukyo select{
		border-radius: 0;
	}
	/*madori*/
	div#contents dd.dd_madori ul li{
		width: 33%;
		float: left;
	}
	div#contents dd.dd_renrakuhoho ul li{
		width: 40%;
	}
	div#contents div.inq_btn input.submit_button{
		margin-top: 40px;
	}
	div#contents div.inq_btn input.submit_button.modoru{
		margin-top: 10px;
	}
	div#contents dd select#data_yachinmin,
	div#contents dd select#data_yachinmax{
		border-radius: 0;
	}
	div#contents dd textarea{
		border-radius: 0;
	}
	div#contents div.siteseal{
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0 0 20px 0;
		text-align: center;
	}
	div#contents div.siteseal p{
		background-color: transparent;
		border:none;
		text-align: center;
	}


}








