@charset "UTF-8";
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
@media screen and (max-width: 999px){
#contact-desktop {
	display: none;
}
}


h1{
	margin: 0;
}
h2{
	margin: 0;
}
h3{
	margin: 0;
}
h4{
	margin: 0;
}
p {
	margin:0;
}


.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clearfix {
	display: inline-table;
}

.style-kome {
	color: #E60012;
}

/* 文字リンク下線消す */
a {
text-decoration: none;
}

a {  
  color: inherit;
}

html { 
    font-size: 62.5%;
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	margin: 0px;
	width: auto;
	font-size: 10px; 
	font-size: 1.0rem;
}
#container {
	width: 100%;
	height: 100%;
}


/* お問合せ */

.contact_inner {
	width: 84.4%;
	padding-right: 7.8%;
	padding-left: 7.8%;
	margin-bottom: 20%;
	position: relative;
}

#contact-copy01 {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: normal;
	color: #231815;
	text-align: justify;
	height: auto;
	width: 84.4%;
	padding-right: 7.8%;
	padding-left: 7.8%;
	margin-top: 5%;
	margin-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: "游明朝体","Yu Mincho","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ 明朝","MS Mincho","serif"
}

#contact-mobile {
	height: auto;
	width: 84.4%;
	padding-right: 7.8%;
	padding-left: 7.8%;
	margin-bottom: 20%;
	position: relative;
}


/* オブジェクト設定 */
embed,
iframe,
object{
	max-width: 100%;
}




#thanks-copy01 {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.055em;
	color: #231815;
	text-align: center;
	height: auto;
	width: 84.4%;
	padding-top: 20%;
	padding-right: 7.8%;
	padding-left: 7.8%;
	margin-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: "游明朝体","Yu Mincho",YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3',"HGS明朝E",'ＭＳ 明朝','MS Mincho',serif
}

#thanks-copy02 {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: normal;
	color: #231815;
	text-align: center;
	height: auto;
	width: 84.4%;
	padding-right: 7.8%;
	padding-left: 7.8%;
	margin-bottom: 25%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: "游明朝体","Yu Mincho",YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3',"HGS明朝E",'ＭＳ 明朝','MS Mincho',serif
}


/*==================================
# お問い合わせフォーム
===================================*/
.contact_form {
	margin-top: 30px;
}

.form_item {
	width: 100%;
    font-size: 12px;
    padding: 5px 2px 0px;
    text-align: left;
    margin: 0px;
}

.form_label span  {
	margin-left: 8px;
}

.form_item:nth-child(n+2) {
	margin-top: 8px;
}

.form_label .required {
	padding: 2px 5px;
    font-size: 10px;
    color: #C00;
    margin: 0px 5px;
}

.form_input {
	margin-left: 0;
	margin-top: 5px;
}

.form_input input {
	width: 100%;
	font-size: 12px;
	padding: 5px 10px;
	text-align: left;
	margin: 0px;
	border-radius: 0;
	border: 1px solid #9c9c9c;
	box-shadow: none;
	box-sizing: border-box;
}

.form_input.radio input {
	width: auto;
}

.form_input textarea {
	appearance: none;
	box-shadow: none;
	width: 100%;
	font-size: 12px;
	padding: 5px 10px 0px;
	text-align: left;
	margin: 0px;
	min-height: 200px;
	resize: none;
	border: 1px solid #9c9c9c;
	box-sizing: border-box;
}

/* ラジオボタン */
.form_input.radio {
	display: flex;
	gap: 10px;
	padding-left: 5px;
}

label {
	align-items: center;
	cursor: pointer;
	display: flex;
	margin-right: 0;
}

input[type="radio"]::before {
	background-color: #505050;
	border-radius: 50%;
	bottom: 0;
	content: "";
	width: 10px;
	height: 10px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .3s;
}

input[type="radio"]:checked::before {
	opacity: 1;
}

input[type="radio"] {
	appearance: none;
	border: 1px solid #9c9c9c;
	border-radius: 50%;
	width: 16px !important;
	height: 16px !important;
	left: -.5em;
	margin: 0;
	position: relative;
	margin: 0;
	flex-shrink: 0;
	padding: 0;
}

/* チェックボックス */
.form_input.check input {
	width: inherit;
}

.form_input label {
	position: relative;
}

input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 25px;
	height: 25px;
}

input[type="checkbox"] {
    cursor: pointer;
    padding-left: 25px;
    vertical-align: middle;
    position: relative;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}

input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
	border: 1px solid #9c9c9c;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
	transition: .3s;
}

input[type="checkbox"]::after {
    border-bottom: 3px solid #231815;
    border-left: 3px solid #231815;
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    bottom: 10px;
    left: 2px;
	transition: .3s;
}

input[type="checkbox"]:checked::after {
    opacity: 1;
}


/* 送信ボタン */
.form_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	margin-top: 40px;
}

.form_submit input {
	font-family: inherit;
	display: inline-block;
	color: #fff;
	padding: 10px 10px;
	background-color: #231815;
	appearance: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	min-width: 240px;
	transition: .3s;
}

.form_submit input.reset {
	background-color: #fff;
	border: 1px solid #231815;
	color: #231815;
}

.form_submit input:hover {
	opacity: .7;
	cursor: pointer;
}
