<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html{
	font-size: 100%;
	overflow-y:scroll;
}


div#error_area {
	margin: 30px;
	padding: 0px;
	display: none;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}


body {
color:#000;
line-height:1.5;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
font-size:80%;
letter-spacing: 1px;
margin: 0;
background: #fcf4f3;
}
.main {
	width: 100%;
	max-width: 650px;
	background: #fff;
	margin: 0 auto;
}
h1 {
	width: 100%;
}
h1 img {
	max-width: 100%;
}
.d1 {
	width: 92%;
	margin: 0 auto;
	padding-bottom: 80px;
}
h2 {
	width: 100%;
	margin: 30px 0 0;
	color: #3cbaff;
	text-align: center;
	font-size: 160%;
}
.p1 {
	width: 100%;
	margin: 30px 0 0;
	padding-bottom: 10px;
}
.dl1 {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-top: 20px;
}
.dl1 dt {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3cbaff;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
}
.dt1 {
	width: 56px;
}
.dt2 {
	width: 113px;
}
.dl1 dd {
	padding: 10px 0;
}
.btn1 {
	margin-top: 10px;
}
.btn1 a {
	width: 280px;
	padding: 10px 0;
}
.btn1 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
h3 {
	color: #0090ff;
	width: 100%;
	background: #dcf3ff;
	font-size: 160%;
	padding: 15px 10px;
	text-align: center;
}
.m1 {
	margin-top: 10px;
}
.dl2 {
	width: 100%;
	display: flex;
	padding: 25px 0 0;
}
.dl2 dt {
	width: 114px;
}
.dl2 dd {
   width : -webkit-calc(100% - 114px) ;
   width : calc(100% - 114px) ;
   padding: 0 0 0 25px;
}
.dl2 dd div {
	font-size: 150%;
	font-weight:bold;
	padding-bottom: 8px;
}
.dl2 dd div span {
	color: #0090ff;
	font-size: 110%;
	margin-right: 10px;
}
.p2 {
	display: flex;
	width: 100%;
}
.p2 div {
	width: 50%;
}
.p2 div a {
	display: block;
}
.a1 {
	margin-right: 25px;
}
.p2 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.p3 {
	color: #e95513;
	font-size: 90%;
	padding-top: 5px;
}

.r1{
  display: none;
}
.r1 + label{
  padding-left: 25px;
  position:relative;
}
.r1 + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #f7f7f7;
  border-radius: 50%;
}
.r1:checked + label{
  color: #0090ff;
}
.r1:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #0090ff;
  border-radius: 50%;
}
.u1 {
	display: flex;
	flex-wrap: wrap;
}
.u1 li {
	width: 30%;
	margin-bottom: 25px;
}
.l1 {
	font-size: 120%;
}
.dl3 {
	width: 100%;
	margin: 30px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.dl3 dt {
	font-size: 140%;
	font-weight:bold;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.dl3 dt span {
	color: #0090ff;
	font-size: 110%;
	margin-right: 10px;
}

.dl3 dd input {
    background-color: #f7f7f7;
    width: 100%;
    height: 50px;
    text-indent: 2em; 
    border: 1px solid #f7f7f7;
}
.dl3 dd textarea {
    width: 100%; 
    height: 160px; 
    border: 1px solid #f7f7f7;
	padding: 15px 30px;
line-height:1.5;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
letter-spacing: 1px;
font-size: 95%;
background: #f7f7f7;
}
.d2 {
	width: 300px;
	height: 60px;
	margin: 50px auto;
}
.d2 input[type="submit"] {
    -webkit-appearance: none; 
    border-radius: 0; 
    border: 0px;
    width: 250px;
    height: 60px;
	background: #0090ff;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	cursor:pointer;
	border:none;
}
.m2 {
	margin-top: 30px;
}
.m2 a {
	color: #0090ff;
}
.p4 {
	font-size: 80%;
	font-weight: normal;
	margin-top: 10px;
}
.s1 {
	color: #0090ff;
	display: block;
	font-weight: bold;
}
.checkbox {
	margin: 20px 0 0;
	padding: 0 0 30px 10px;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #0090ff;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #0090ff;
  border-right: 3px solid #0090ff;
}
.a2 {
	color: #0090ff;
}

</pre></body></html>