﻿@charset "utf-8";


/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSansJP-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NotoSansJP-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.mt15{
	margin-top: 15px;
}
.font15{
	font-size: 15px;
}
.color_green{
	color: #0ea907;

}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

.svg{
	margin-top: 4px;
}

.checkbox,.radio{
	user-select: none;
}

.btn{
	font-family: 'Noto Sans JP', sans-serif !important;
}
.btn a{

	color: #333;
  display:block;
  -webkit-box-shadow: 0 3px 5px rgba(214, 214, 214, 0.3);
  box-shadow: 0 3px 5px rgba(214, 214, 214, 0.3);
  text-decoration:none;
  padding-top: 8px;
  padding-bottom:8px;
  position: relative;
  border-radius: 12px;
	line-height: 1.4;
  font-size: 15px;
  border: 1px solid #5a5a5a;
  transition: opacity 0.3s,box-shadow 0.3s,background-color 0.4s,width 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.flex-container-half{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}



.b_bfont{
	font-size: 16px;
	line-height: 1.4;
}

.qa_font{
	font-weight: bold;
	font-size: 18px;
}

.btn a.blue_border{
	border: 2px solid #5da2ff;
}

.center_text{
	text-align: center;
	font-size: clamp(16px, 5vw, 22px);
  padding-top: 10px;
	margin-top: 20px;
 	margin-bottom: 10px;
}

/* .btn a::before {
	content: '';
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #5a5a5a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	display: block;
	position: absolute;
    right: 12px;
    top: 50%;
} */

/* .btn a::after{
	content: '';
	width: 6px;
    height: 6px;
    border-top: 1px solid #5a5a5a;
    border-right: 1px solid #5a5a5a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display: block;
	position: absolute;
    right: 14px;
    top: 41%;
} */

.freetel{
	font-size: 26px;
	font-weight: bold;
	color: red;
}
.freetel_box{
	margin-top: 24px;
	text-align: center;
}

.tel_caution{
	margin-top: 10px;
}

.mail_box{
	margin-top: 24px;
	text-align: center;
	line-height: 1.4;
}

.mail{
	font-size: 26px;
	font-weight: bold;
	color: blue;
}

.contactform{
	font-size: 26px;
	font-weight: bold;
	color: blue;
	text-align: center;
	margin-top: 24px;
}

.contactform a{
	text-decoration: none;
	border-bottom: 1px solid black;
	color: blue;
}

.mail_caution{
	margin-top: 10px;
}


.btn:hover a::after{
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.flex-container{
	display:flex;
	gap: 10px;
}

.btn+.btn{
	margin-left:5px;
}

#err-table tr{
	display: flex;
	flex-direction: column;
}

#err-table tr td{
	width: 100%;
	padding-bottom: 8px;
	padding-top: 8px;
}


.grid-container{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 10px;
}

.btn{
	width: 100%;
	position: relative;
}


.btn a:hover{
	  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);


}



.btn::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%; 
  transform: translateY(-50%) rotate(0deg);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid red;
  opacity: 0;                
  transition: opacity 0.2s ease, left 0.2s ease;
}


.btn:hover::before {
  opacity: 1;
  left: 4px; 
}



.btn a.cfd:hover{
border: 1px solid #086cff;
background-color: #086cff;

}

.btn a:hover .fx{
	color: white;
}

.btn a:hover .cfd{
	color: white;
}

.btn{
	margin-top:8px;
}

.call{
	border-radius: 4px;
	padding: 4px;
	box-sizing:border-box;
	vertical-align:top;
	padding-right: 0px;
}

.freecall{
	color:#f23c47;
	font-weight: bold;
	vertical-align: middle;
}

.free_tel_icon{
	vertical-align: middle;
}
.email{
	vertical-align: middle;
	color:#086cff;
	font-weight: bold;
	padding-right: 0px;
}

.telnum_email{
	vertical-align: middle;
	color:#086cff;
}
.number{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 16px;
}

.telnum{
	font-size: 28px;
	margin-left:4px;
	font-weight:bold;
}

.telnum_freecall{
	color: #f21724;
	vertical-align: middle;
}

.mandatory{
	color: white;
	background-color:red;
	padding: 4px 2px 4px 2px;
	margin-left:6px;
}

.fx{
	color: #d94b01;
	font-weight: bold;
	font-size: 16px;
}

.any {
    color: white;
    background-color: blue;
    padding: 4px 2px 4px 2px;
    margin-left: 4px;
}


.cfd{
	color: #007ab7;

	font-weight:bold;
}

.number+.number{
	margin-left: 32px;
}

input[type="file"]{
	display: none;
}

.upfile label{
	padding: 8px 40px;
    color: #ffffff;
    background-color: #5da2ff;
    cursor: pointer;
    display: inline-block;
}

.upfile label:hover{
	opacity: 0.8;
}

.productselect+.productselect::before{
	content:"、";
}

.important_guide{
	background-color: #f8f9fa;
	padding: 16px;
	padding-top: 10px;
	border:1px solid red;
}

.important_guide_p2{
	margin-top: 12px;
}

.important_guide h4{
	text-align: center;
	color: white;
	background-color: red;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2rem;
}

.important_guide_p{
	margin-top: 12px;
	line-height: 1.5;
}

.palt{
	font-feature-settings: "palt";
	font-size: 14px;
}

.cancel{
	text-align: center;
	margin-top: 16px;
	position: relative;
}

.cancel::before {
    content: "";
    position: absolute;
    left: 40%;
    top: 42%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #838383;
    border-right: 2px solid #838383;
    width: 6px;
    height: 6px;
}


.cancel a{
	text-decoration: none;
	color: #3a3a3a;
	font-size: 20px;
	border-bottom: 1px solid #3a3a3a;
	padding-bottom: 4px;
	text-align: center;
	display: inline-block;
}







@media (max-width: 768px){


.freetel{
	display: block;
}

.btn a{
	flex-direction: column-reverse;
}
	.cancel::before {
    content: "";
    position: absolute;
display: none;
}


.headleft{
	flex-direction: column;
	text-align: center;
	gap: 20px;
}


.grid-container{
	display: grid;
	grid-template-columns: 1fr;	
	column-gap: 10px;
}

.grid-container .btn p{
	font-size: 14px;
}


	.flex-container-half{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

	.vm_box{
		display: flex;
		align-items: center;
	}

	.vm_box label{
		width: 20%;
	}

	.vm_box .sp_block{
		width: 30%;
	}

	.vm_box input[type="text"]{
		width: 60%;
		margin-right: 3px;
	}


	.telnum_email{
		font-size: 24px;
	}
	.mandatory_re{
	margin-top: 12px;
    width: 20%;
    height: 16px;
	text-align: center;
	padding: 0px 0px 4px 0px;
	}
	.privacy{
		display: flex;
	}
	.number+.number{
		margin-left: 0px;
		margin-top: 16px;
	}
	.btn a:before{
		display: none;
	}
	.btn a{
		font-size: 0.9rem;
	}
	.flex-container{
		flex-direction: column;
	}
	.btn+.btn {
		margin-left: 0px;
	}

	input[type="text"], input[type="email"], input[type="tel"] {
		width: 97%;
}

#err-table tr td {
    padding-top: 0px;
}

.tbl-box .check_left{
	text-align: left;
	padding-left: 8px;
    padding-top: 8px;
}

.telnum_freecall{
	font-size: 26px;
}


.vm_box input[type="radio"] + label::before{
	top: 2px;
}

.tbl-box .td-left{
	padding-bottom: 8px;
}

.important_guide{
	padding: 8px;
}

}
