@charset "UTF-8";

/* body領域 */

body{
	color: #333333;
	font-family:"メイリオ","Hiragino Sans",sans-serif;
	margin:0;
	padding:0;
  background: linear-gradient(to right, #dfe6e2 0%, #fdfffa 30%, #fdfffa 70%, #dfe6e2 100% );
}

.back-to-top.fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.50);
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: opacity 0.2s ease;
  opacity: 0.6;
}

.back-to-top.fixed:hover {
  opacity: 1;
}

  
/* header領域 */

.header-in{
	background:linear-gradient(to top,#F5F7FA,#1B3A2F);
	box-shadow:0px 0px 5px 3px #aaaaaa;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header-logo{
	margin-left:30px;
	margin-top:20px;
	margin-bottom:15px;
	box-shadow:0px 0px 5px 3px #aaaaaa;
}

#header-logo2{
	margin-right:30px;
  box-shadow:0px 0px 5px 3px #aaaaaa;
}



/* footer領域 */

footer{
	text-align:center;
	font-weight: bold;
/*	background-image: url(../img/footer_image2.png);
	background-size: cover; */
	background:linear-gradient(to top,#1B3A2F,#cccccc);
	box-shadow:0 -5px 10px 0 #aaaaaa;
	color: #ffffff;
	padding-top:30px;
	padding-bottom:10px;
	margin-top: 50px;
  margin-bottom: 0;
}

.term-box{
	display: flex;
	justify-content: center;
	gap: 20px;
  margin-bottom: 50px;
}

.footer-box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
}

.big-text {
  font-size: 1.5em;
  font-weight: bold;
}

.sns-logo {
  margin: 0 20px;
}

.copyright{
  font-size: 10px;
  margin-top:20px;
}



/* article領域 */

.pankuzu li {
  display:inline;
  margin-right:5px;
  font-size:80%;
}

h1{
	font-size:240%;
}

h2 {
/*  background: linear-gradient(to left, #f3f3e4d7, #1B3A2F); */
  background-color: #1B3A2F;
  color: #ffffff;
  padding:10px 0;
  font-size: 130%;
  letter-spacing: 0.1em;
  border-radius: 4px;
  box-shadow: 3px 3px 6px #aaaaaa;
  margin: 25px auto 10px;
  text-align: center; 
  max-width: 1055px;
  width: 100%; 
}

h3 {
  font-size: 120%;
  border-left: 10px solid #1B3A2F;
  padding:7px 5px 5px 10px; 
  margin: 25px auto 10px;
  background: linear-gradient(to left, #F5F7FA, #cbd1b7);
  box-shadow: 3px 3px 6px #aaaaaa;
  color: #1B3A2F;
  max-width: 1200px;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}

h4 {
  font-size: 110%;
  border-left: 10px solid #1B3A2F;
  border-bottom:1px solid #1B3A2F;
  padding:0px 0px 0px 10px; 
  margin: 30px auto 10px;
  color: #1B3A2F;
  max-width: 1055px;
  width: 88%;
}

p{
	font-size:100%;
	line-height:1.8;
}

article{
	position:relative;
	clear:both;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px; 
}

.body-text{
  max-width: 1200px;
  margin-top: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

form {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

form p {
  margin-bottom: 20px;
}

.form-row {
  display: block;
  max-width: 1055px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.form-row label {
  display: block; 
  font-weight: bold;
  margin-bottom: 6px;
  padding-left: 2px; 
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%; 
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

.form-row-radio {
  max-width: 1055px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.form-row-radio label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-row-radio input[type="radio"] {
  margin-right: 6px;
}


ul {
  list-style-type:none;
}

li {
  line-height: 200%;
  font-size: 16px;
}

form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"],
form textarea {
  width: 100%;
  padding: 10px;
/*  margin-left: 5px; */
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

form textarea {
  height: 200px;
  resize: vertical;
}

form input[type="radio"],
form input[type="checkbox"] {
  margin-right: 5px;
}

form input[type="radio"] {
  transform: translateX(-4px);
}

form input[type="submit"] {
  display: block;
  width: 200px;
  margin: 30px auto 0;
  padding: 12px;
  background-color: #0b3d91;
  color: #ffffff;
  box-shadow:0 0 5px 0 #000000;
	text-shadow: 0 1px 1px #000000;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
}

form input[type="submit"]:hover {
	font-weight:bold;
	color: #0b3d91;
	background-color: #f0f4ff;
	text-shadow: 0 0 0 #000000;
}


.required-label::before {
  content: "◆ ";
  color: #005bac;
  font-weight: bold;
}


.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-left: 20px;
}

.radio-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.form-request p {
  margin-left:30px; 
}

.center p {
  text-align: center;
}





/* 768px以下の場合 */
@media screen and (max-width: 768px) {

p{
	font-size:90%;
/*	line-height:1.8;*/
}

img {
  max-width: 100%;
  height: auto;
}

.header-in {
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}

#header-logo {
  width: 97%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header-logo2 {
  display: none;
  /*  width: 10%;
    height: auto;
    padding: 0; */
  }

.footer-box {
  flex-direction: column;
  gap: 20px;
}

.pankuzu {
  margin-left: -20px;
}

.term-box {
  flex-direction: column;
  gap: 0px;
}

.footer-box {
  flex-direction: column;
  gap: 20px;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  width: 95%;
  font-size: 100%;
}

.form-row {
  width: 95%;
}

.form-row label {
  width: auto;
  margin-bottom: 4px;
  display: block;
}

.form-row input,
.form-row textarea {
  width: 100%;
}

form input[type="checkbox"] {
  margin-left: -20px;
}

form input[type="date"] {
  width: 94%;
}

}