@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

img { vertical-align: bottom;}




/* SP用 */


/*共通*/
body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  color: #4F4843;
  letter-spacing: .07em;
  background-color: #F9F5F4;
}


header {
	width: 100%;
	padding:0px 30px 30px 0px;
	min-height: 90px;
/*	background-color: rgba(255,255,255,0.60);*/
  background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	position: fixed; 
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 200;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
	}


header .logo_sp {
	width: 200px;
	position: fixed;
}

header .logo_sp img {
	width: 100%;
	height: auto;
	margin: 60px auto auto 20px;
	z-index: 100;
}



.hamburger {
	width: 36px;
	height: 55px;
	background-color: transparent;
	position: fixed;
	top: 20px;
	right: 30px;
	z-index: 300;
}
.hamburger span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #FCAE59;
	position: absolute;
	transform: translate(0, -50%);
	transition: all .4s ease;

}

.hamburger span:first-child {top: 30%;}
.hamburger span:nth-child(2) {top: 50%;}
.hamburger span:last-child {top: 70%;}

.hamburger.close span:first-child {
	top: 50%;
	transform: translate(0,-50%) rotate(45deg);
}
.hamburger.close span:nth-child(2) {
	opacity: 0;
	transform: translate(0,-50%) rotate(45deg)
}

.hamburger.close span:last-child {
	top: 50%;
	transform: translate(0,-50%) rotate(-45deg);
}
	
	
	
.drawer {
	background-color: rgba(255,255,255,0.70);
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 98px 0 30px;
	overflow: auto;
	transition: all .6s ease;
	z-index: 100;
}
.drawer.show { top: 0; }
.drawer ul.nav {
	margin-top: 8vh;
}
.drawer ul.nav li { margin-top: 25px; }
.drawer ul.nav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 13px;
    color: #4F4843;
	font-size: 180%;
	letter-spacing: .2em;
}


.drawer ul li a span { padding-left: .2em; }

.pc {display: none;}

.form_form {
    display: none;
}

/*
.current {
    display: none;
}
*/




footer {
    margin-top: 50px;
    height: 570px;
    background-color: #FCAE59;
}

footer .logo_foot {
    width: 130px;
    margin:0 auto;
    padding-top: 85px;
}

footer ul.foot {
	margin-top: 55px;
}
footer ul.foot li { margin-top: 2px; }
footer ul.foot li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    color: white;
	letter-spacing: .1em;
}

footer .copy {
	color: white;
	font-size: 8px;
    margin-top: 70px;
	text-align: center;
	
}

.sen {
    display: none;
}









/*ホーム*/

.form {
    background-color: white;
    margin: 100px 20px 0 20px;
    border-radius: 30px;
}
.form_ttl {
    margin-top: 150px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
    padding-top: 60px;
}

.form_txt {
    margin: 30px 20px auto 20px;
    text-align: center;
    font-size: 85%;
    line-height: 22px;
}

.tel {
    margin: 40px 20px auto 20px;
    background-color: #F9F5F4;
    border-radius: 20px;
}
.numbur::before {
	content: url("../image/phone.svg");
	display: inline-block;
	width: 16px;
	height: auto;
	padding-right: 8px;
}

.numbur {
    padding-top: 50px;
    text-align: center;
    font-size: 150%;
    font-weight: 700;
/*    color: #8F7C52;*/
		color: #7E6044;
}
.time {
    padding-top: 18px;
    padding-bottom: 50px;
    text-align: center;
/*    color: #8F7C52;*/
		color: #7E6044;
}

.form_cnt {
    padding-top: 20px;
}

.cnt {
    padding-left: 11vw;
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: 20px;
}


.ans {
    text-align: center;
}

.ans_use {
    text-align: center;
}


select {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	color: #4f4843;
	width: 69vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    }

input[name="q1"] {
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    }

select[name="q1"]:focus, select[name="q6"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="time"]:focus, textarea[name="q8"]:focus{
border: 2px solid #FCAE59;
outline: none;
}


input[name="q2"]{
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
}
    
input[name="q3"]{
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
}
input[name="q4"]{
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
}
input[name="q5"]{
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
}

input[name="q6"]{
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
}

input[name="q8"]{
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
}


.select {
  display: inline-block;
  position: relative;
}

.select::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    background: url("../image/arrow.svg") no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}








input[name="zip21"] {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 10vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    }
input[name="zip22"] {
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 15vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    }

input[name="addr21"] {
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    word-break: break-all;
    }

.yuubin {
 	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
    padding-left: 11vw;
}


input[name="bday"] {
	color: #4f4843;
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    word-break: break-all;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
    }



input[type="date"] {
	color: #4f4843;
  width: 56vw;
  height: 40px;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="date"]::after {
  content: '';
  background-image: url("../image/date.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}


input[type="time"] {
  width: 56vw;
  height: 40px;
  position: relative;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="time"]::after {
  content: '';
  background-image: url("../image/time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}






input[name="example1"] {
	width: 56vw;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    word-break: break-all;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
    }


    
    
input[name="q7"] {
	width: 28px;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    }
    
input[name="q7"] {
	width: 28px;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    }
   



.sougei {
    padding-left: 11vw;
}    


.sougei_option1{
  display: block;
  margin: 15px 40px;
}
.sougei_option2{
  display: block;
  margin: 30px 40px 10px 40px;
}


.sougei_option{
  position: relative;
}

.sougei_option::before {
      content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background-color: #F9F5F4;
    border-radius: 30px;
}



.sougei_option::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background-color: #fcae59;
    border-radius: 12px;
    opacity: 0;
    transition: opacity .4s ease;
}

input[name="q7"]:checked + span::after {
    opacity: 1;
}
input[name="q7"] {
  display: none;
}




	input[type=radio] {
    display: none;
}
.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 40px;
    margin: 10px;
    position: relative;
    width: auto;
}
.radio01::before {
    background: #F9F5F4;
    border: none;
    border-radius: 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 30px;
    transform: translate(0, -50%);
}
.radio01::after {
    background: #fcae59;
    border-radius: 12px;
    content: '';
    display: block;
    height: 12px;
    left: 9px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 12px;
    transform: translate(0, -50%);
    transition: opacity .4s ease;
}
input[type=radio]:checked + .radio01::after {
    opacity: 1;
}
input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: 2px;
}
	
	







textarea[name="q8"] {
	width: 56vw;
    height: 100vw;
	font-size: 14px;
	padding: 14px 25px;
	background-color: #F9F5F4;
	border-radius: 10px;
    border: none;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
    color: #4F4843;
    margin-bottom: 50px;
    }

input[name="send"] {
    text-align: center;
    width: 50vw;
    height: 50px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	font-size: 16px;
    font-weight: 700;
	padding: 4px 25px;
	background-color: #4f4843;
	border-radius: 30px;
    border: none;
    margin-bottom: 50px;
    color: white;
    }
    
input[name="send"]:hover {
    text-align: center;
    width: 50vw;
    height: 50px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	font-size: 16px;
    font-weight: 700;
	padding: 4px 25px;
	background-color: #FCAE59;
	border-radius: 30px;
    border: none;
    margin-bottom: 50px;
    color: white;
    }




.btn {
    text-align: center;
}










.acsess {
	padding-left: 38px;
	padding-top: 30px;
	font-size: 12px;
	display: flex;
	line-height: 30px;
}

.acsess_cnt {
    padding-left: 22px;
}















































/* PC用 */
@media only screen and (min-width:960px){
/*共通*/
body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  color: #4F4843;
  letter-spacing: .07em;
}


.wrapper {
	width: 1200px;
	margin: 0 auto;
}




header {
	width: 100%;
	padding:0px 60px 8px 60px;
	min-height: 140px;
  background-color: white;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	position: fixed; 
	top: 0;
	left: 0;
	box-sizing: border-box;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
/*    text-shadow: 0 0 10px white;*/
	}
    
header .logo_sp {
    display: none;
	}
	
header .logo_pc {
    display: block;
    margin:25px;
    position: absolute;
    text-align: center;
  top: 0%;
	}
header .logo_pc img {
    width: 100px;
	}
	
  
  
nav {
  width: 100%;
  text-align: center;
}

nav ul {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
  display: inline-block;
}

nav ul p {
  display: inline-block;
  margin: 0 10px;
}

nav ul p.logo {
  margin: 0;
}

nav ul p.logo img {
  height: auto;
  width: 100px;
}
  

  .header_sp { display: none; }
  .header_pc {
    display: block;
    min-height: 100px;
  }

.drawer ul.nav li:nth-of-type(2) a {
  margin-right: 210px;
}
  
	
	
.hamburger {
	display: none;
}
	

	
	
.drawer {
	background-color: transparent;
	position: static;
	width: auto;
	height: auto;
	padding: 0;
}
.drawer ul {
	display: flex;
	flex-wrap: wrap;

}
.drawer ul li { margin: 0 40px; }
  .drawer ul.nav li {
      margin-top: 0px;
  }
.drawer ul li a {
	padding: 6px 14px;
	font-size: 140%;
	transition: all 1s ease;
	white-space: nowrap;
	color: #4F4843;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
    
}
.drawer.show { top: 0; }
.drawer ul.nav {
	margin-top: 0;
}


.drawer ul.nav li a {
	text-decoration: none;
    color: #4F4843;
	font-size: 18px;;
	letter-spacing: .2em;
	margin-bottom: 10px;
  margin-top: 15px;

}



.drawer ul li a span { padding-left: .2em; }



.drawer ul.nav li a {
	display: block;
	border-radius: 30px;
}

.form {
    top: 140px ;
    font-size: 18px;
}

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/
.nav li:nth-child(-n+5) a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}

.nav li:nth-child(-n+5).current a,
.nav li:nth-child(-n+5) a:hover{
	color:#FCAE59;
	transition: all .1s;
}



.nav li:nth-child(-n+5) a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#FCAE59;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.nav li:nth-child(-n+5).current a::after,
.nav li:nth-child(-n+5) a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}


/*==================================================
===================================*/







.pc {display: block;}







footer {
    margin-top: 80px;
    height: 400px;
    background-color: #FCAE59;
}

footer .logo_foot {
    width: 130px;
    margin:0 auto;
    padding-top: 85px;
}

footer ul {
    display: flex;
    width: 600px;
}

footer ul.foot {
    margin: 55px auto 0 auto;
}

footer ul li {
    margin: auto;
    list-style: none;
}

.sen {
    display: block;
    color: white;
    margin-top: 12px;
}



footer ul.foot li { margin-top: 2px; }
footer ul.foot li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    color: white;
	letter-spacing: .1em;
}

footer .copy {
	color: white;
	font-size: 8px;
    margin-top: 70px;
	text-align: center;
	
}





/*ホーム*/

.form {
    background-color: white;
    margin: 250px auto 0 auto;
    border-radius: 30px;
    width: 1080px;
}

.wrapper {
    width: 1020px;
    margin: 0 auto;
}


.form_ttl {
    margin-top: 150px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding-top: 100px;
}

.form_txt {
    margin: 30px 20px auto 20px;
    text-align: center;
    font-size: 85%;
    line-height: 22px;
}

.tel {
    width: 500px;
    margin:40px auto 20px auto;
    background-color: #F9F5F4;
    border-radius: 25px;
}

.numbur::before {
	width: 23px;
	padding-right: 10px;
}

.numbur {
    padding-top: 50px;
    text-align: center;
    font-size: 180%;
    font-weight: 700;
		color: #7E6044;
}
.time {
    padding-top: 18px;
    padding-bottom: 50px;
    text-align: center;
		color: #7E6044;
}

.form_cnt {
    padding-top: 20px;
}

.cnt {
    padding-left: 150px;
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-top: 8px;
}



.ans {
    margin: 30px 130px 30px auto;
    text-align: center;
}


.ans_use {
    margin: 30px 330px 30px auto;
    text-align: center;
}



select {
	width: 300px;
    height: 60px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    }
    
    
.form_f {
    display: flex;
}
.form_f_sougei {
    display: flex;
    margin: -35px auto 35px auto;
}



.form_g_cnt {
    margin-left: 130px;
    line-height: 20px;
        margin-top: 8px;
}




.form_g_number {
    margin: 0px 200px 30px auto;
}

.sougei {
    margin: 40px auto auto 150px;
    padding-left: 0;
}


input[name="q1"]{
	width: 300px;
    height: 60px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
}

select[name="q1"]:focus, select[name="q6"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="time"]:focus, textarea[name="q8"]:focus{
border: 2px solid #FCAE59;
outline: none;
}


input[name="q2"]{
	width: 450px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
}
    
input[name="q3"]{
	width: 450px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
}
input[name="q4"]{
	width: 450px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
}
input[name="q5"]{
	width: 450px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
}

input[name="q6"]{
	width: 450px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
}

input[name="q8"]{
	width: 450px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
}


.select {
  display: inline-block;
  position: relative;
}

.select::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    background: url("../image/arrow.svg") no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}








input[name="zip21"] {
	width: 120px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    }
input[name="zip22"] {
	width: 160px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    }

input[name="addr21"] {
	width: 450px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    word-break: break-all;
    }

.yuubin {
    margin: 30px auto 30px 160px;
    padding-left: 0px;
}






input[type="date"] {
	width: 250px;
    height: 50px;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="date"]::after {
  content: '';
  background-image: url("../image/date.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

input[name="bday"] {
	width: 250px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    word-break: break-all;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}





input[type="time"] {
	width: 250px;
    height: 50px;
  position: relative;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="time"]::after {
  content: '';
  background-image: url("../image/time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}






input[name="example1"] {
	width: 250px;
    height: 50px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    word-break: break-all;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
    }




input[name="q7"] {
	width: 28px;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    }
    
input[name="q7"] {
	width: 28px;
    height: 40px;
	font-size: 14px;
	padding: 4px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    }
    


.sougei_option1{
  display: block;
  margin: 15px 40px;
}
.sougei_option2{
  display: block;
  margin: 30px 40px 10px 40px;
}


.sougei_option{
  position: relative;
}

.sougei_option::before {
      content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background-color: #F9F5F4;
	border-radius: 15px;
}



.sougei_option::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background-color: #fcae59;
	border-radius: 15px;
    opacity: 0;
    transition: opacity .4s ease;
}

input[name="q7"]:checked + span::after {
    opacity: 1;
}
input[name="q7"] {
  display: none;
}


textarea[name="q8"] {
	width: 450px;
    height: 300px;
	font-size: 14px;
	padding: 14px 25px;
	background-color: #F9F5F4;
	border-radius: 15px;
    border: none;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
    color: #4F4843;
    margin-bottom: 50px;
    }

input[name="send"] {
    text-align: center;
    width: 200px;
    height: 50px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	font-size: 16px;
    font-weight: 700;
	padding: 4px 25px;
	background-color: #4f4843;
	border-radius: 30px;
    border: none;
    margin-bottom: 50px;
    color: white;
    }
    
input[name="send"]:hover {
    text-align: center;
    width: 200px;
    height: 50px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	font-size: 16px;
    font-weight: 700;
	padding: 4px 25px;
	background-color: #FCAE59;
	border-radius: 30px;
    border: none;
    margin-bottom: 50px;
    color: white;
    }




.btn {
    text-align: center;
}










.acsess {
	padding-left: 38px;
	padding-top: 30px;
	font-size: 12px;
	display: flex;
	line-height: 30px;
}

.acsess_cnt {
    padding-left: 22px;
}











































}