@charset "utf-8";
/* メニューactive */
.menu09 a{
	width: 100%;
	font-weight: 700;
	position: relative;
	padding: 0 0 0 20px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
	background-image: url("../img/svg/gnavi02.svg");
	background-position: left center;
	background-repeat: no-repeat;
}
.menu09 a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	color: #fff;
}

/************************枠************************/
.ot_bg{
	width: 720px;
	padding: 50px 165px;
	margin: 0 auto 100px;
	background-color: #cdf1f0;
}


.none{
	display: none;
}

.look_txt01{
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	color: #0abab5;
	margin: 0 auto 30px;
	text-align: center;
}

.look_box{
	width: 720px;
	margin: 0 auto 100px;
}

.look_line{
	width: 720px;
	display: inline-block;
}

.look_l{
	width: 200px;
	height: 150px;
	margin: 0 10px 0 0;
	float: left;
}
.look_l img{
	width: 200px;
	height: 150px;
}

.look_r{
	width: 510px;
	float: left;
}

.cont_txt02{
	width: 720px;
	margin: 50px auto 20px;
	text-align: center;
}

.dai01{
	width: 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: solid 1px #0abab5;
}

.radio_box{
	width: 100%;
	margin: 0 0 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.radioItem {
	width: 130px;
	margin: 0 40px 0 0;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  line-height: 1;
  cursor: pointer;
}

.radioItem:not(:last-of-type) {
  margin-right: 16px;
}

.radioButton {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #0abab5;
  border-radius: 9999px;
  background-color: #ffffff;
  cursor: pointer;
}

.radioButton:checked {
  background-color: transparent;
}

.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #0abab5;
}


.dai02{
	width: 100%;
	margin: 0 0 15px;
}

.txt{
	width: calc( 100% - 22px );
	padding: 12px 10px;
	border: solid 1px #0abab5;
	border-radius: 5px;
	margin: 0 0 30px;
}
.txt:focus {
    border-color: #0abab5;   /* 枠線の色 */
    background-color: #ffc;  /* 背景色 */
    outline: none;           /* ※ブラウザが標準で付加する線を消したいとき */
}

.txtarea{
	width: calc( 100% - 22px );
	height: 180px;
	padding: 12px 10px;
	border: solid 1px #0abab5;
	border-radius: 5px;
	margin: 0 0 30px;
}
.txtarea:focus {
    border-color: #0abab5;   /* 枠線の色 */
    background-color: #ffc;  /* 背景色 */
    outline: none;           /* ※ブラウザが標準で付加する線を消したいとき */
}

.cont_txt03{
	width: 720px;
	margin: 20px auto 50px;
	font-weight: 700;
	text-align: left;
}
.cont_txt03 a{
	width: 720px;
	color: #0abab5;
	text-decoration: underline;
}

.send_btnbox{
	width: 360px;
	margin: 20px auto;
}

.btn_send{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc( 100% - 4px );
	height: 50px;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	border: 2px solid #0abab5;
	background: #0abab5;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	font-family: "fot-tsukuardgothic-std", sans-serif;
}

.btn_send:hover{
	background: #fff;
	color: #0abab5 !important;
}

.btn_send:hover:before{
	border-top: 2px solid #0abab5;
	border-right: 2px solid #0abab5;
}


.th_txt01{
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	margin: 0 auto 50px;
	text-align: center;
}

.th_txt02{
	width: 720px;
	margin: 0 auto 80px;
	text-align: center;
}


@media screen and (min-width:769px) and ( max-width:1049px) {
/*　画面サイズが769pxから1079pxまではここを読み込む　*/


}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
/************************枠************************/
.ot_bg{
	width: 90%;
	padding: 20px 5%;
	margin: 0 auto 50px;
	background-color: #cdf1f0;
}


.none{
	display: none;
}

.look_txt01{
	width: 90%;
	font-size: 21px;
	font-weight: 700;
	color: #0abab5;
	margin: 0 auto 30px;
	text-align: center;
}

.look_box{
	width: 90%;
	margin: 0 auto 100px;
}

.look_line{
	width: 100%;
	display: inline-block;
}

.look_l{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	float: none;
}
.look_l img{
	width: 100%;
	height: auto;
}

.look_r{
	width: 100%;
	float: none;
}

.cont_txt02{
	width: 100%;
	margin: 25px auto 20px;
	text-align: left;
}

.dai01{
	width: 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: solid 1px #0abab5;
}

.radio_box{
	width: 100%;
	margin: 0 0 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.radioItem {
	width: 130px;
	margin: 0 40px 0 0;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  line-height: 1;
  cursor: pointer;
}

.radioItem:not(:last-of-type) {
  margin-right: 16px;
}

.radioButton {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #0abab5;
  border-radius: 9999px;
  background-color: #ffffff;
  cursor: pointer;
}

.radioButton:checked {
  background-color: transparent;
}

.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #0abab5;
}


.dai02{
	width: 100%;
	margin: 0 0 15px;
}

.txt{
	width: calc( 100% - 22px );
	padding: 12px 10px;
	border: solid 1px #0abab5;
	border-radius: 5px;
	margin: 0 0 30px;
}
.txt:focus {
    border-color: #0abab5;   /* 枠線の色 */
    background-color: #ffc;  /* 背景色 */
    outline: none;           /* ※ブラウザが標準で付加する線を消したいとき */
}

.txtarea{
	width: calc( 100% - 22px );
	height: 180px;
	padding: 12px 10px;
	border: solid 1px #0abab5;
	border-radius: 5px;
	margin: 0 0 30px;
}
.txtarea:focus {
    border-color: #0abab5;   /* 枠線の色 */
    background-color: #ffc;  /* 背景色 */
    outline: none;           /* ※ブラウザが標準で付加する線を消したいとき */
}

.cont_txt03{
	width: 100%;
	margin: 20px auto 50px;
	font-weight: 700;
	text-align: left;
}
.cont_txt03 a{
	width: 100%;
	color: #0abab5;
	text-decoration: underline;
}

.send_btnbox{
	width: 360px;
	margin: 20px auto;
}

.btn_send{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc( 100% - 4px );
	height: 50px;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	border: 2px solid #0abab5;
	background: #0abab5;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	font-family: "fot-tsukuardgothic-std", sans-serif;
}

.btn_send:hover{
	background: #fff;
	color: #0abab5 !important;
}

.btn_send:hover:before{
	border-top: 2px solid #0abab5;
	border-right: 2px solid #0abab5;
}


.th_txt01{
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	margin: 0 auto 50px;
	text-align: center;
}

.th_txt02{
	width: 100%;
	margin: 0 auto 80px;
	text-align: center;
}




}

@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
