main {
  max-width: 980px;
  margin: 0 auto;
}
.title {
  margin: 20px 0 50px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
.sbtitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 15px 0 5px;
  padding: 5px 8px;
  border-left: 4px solid #FF0000;
}
.sbtitle2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 30px;
	padding-left: 10px;
  border-left: 3px solid #FF0000;
  width: 320px;
}
.sbtitle_e {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 30px;
	padding-left: 10px;
  border-left: 3px solid #FF0000;
  width: 600px;
}
.area {
  margin: 0 15px;
  padding: 10px 0;
}
.area ul li {
  font-size: 1.5rem;
  text-align: left;
}
.area ul li a {
  color: #1a0dab;
}
.area ul li a:hover {
  text-decoration: underline;
}



.lilast {
  margin: 5px 0 18px 20px;
  text-align: right!important;
}
.text01 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.text01 a {
  color: #1a0dab;
}
.text01 a:hover {
  text-decoration: underline;
}
.red {
  color: #FF0004;
}
.arrow {
  padding-left: 5px;
}
.last {
  margin: 50px;
}
.indent {
  text-indent: -1em;
  padding-left: 1em!important;
}
.modal-inner {
  position: relative;
}
.openModal {
  color: #1a0dab;
  border-bottom: 1px solid #CBCBCB;
 padding: 1em;
}
.openModal:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  height: auto;
  padding: 10px 30px;
  background: #fff;
}
.closeModal {
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  cursor: pointer;
  font-size: 25px;
}
.is-open {
  display: block;
}
.qatitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  border-bottom: 1px solid #FF0000;
}
.answer {
  font-size: 15px;
}
.answer a {
  color: #1a0dab;
  font-weight: bold;
}
.answer a:hover {
  text-decoration: underline;
}
.btn1 {
  max-width: 400px;
  margin: 5px auto 20px;
}
.btn {
  max-width: 400px;
  margin: 60px auto;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #FF0004;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #FF0004;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #FF0004;
  border-right: 2px solid #FF0004;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover{
	opacity: 0.5;
}
.graybox_top{
	 border: 1rem solid #2222;
	border-radius: 5rem;
}
.graybox{
	border: 1rem solid #2222;
	border-radius: 5rem;
	position: relative;
	padding: 2rem;
	margin: 0 0 5rem 0;
}

.graybox h2{
	position: relative;
	font-size: 1.6rem;
    font-weight: bold;
    background: white;
    top: -3.9rem;
	border: none;
	padding: 0 2rem;
	display: inline-block;
}

.contactflex{
	display: flex;
	flex-wrap: wrap;
}

.contactflex img{
	height: 6rem;
}

.contactflex a{
	width: 50%;
}

.contactbox{
	border-radius: 2rem;
	padding: 1rem;
	margin: 1rem;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.contactflex a:hover {
    opacity: 0.7; /* 70% の透明度 */
}

.cbred{
	background-color: #ffdbcf;
	border: 2px solid #eb1c1c;
}

.cbblue{
	background-color: #d4edff;
	border: 2px solid #4672ab;
}

.cbyellow{
	background-color: #fff5ce;
	border: 2px solid #e79b49;
}

.cbgreen{
	background-color: #dbf1cd;
	border: 2px solid #64a55a;
}

.cbwhite{
	border: 4px solid #fbb7b3;
}



@media screen and (max-width: 960px) {
  main {
    padding: 2.0rem;
  }
	

  .title {
    margin: 1.0rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sbtitle {
    font-size: 1.5rem;
    margin: 15px 0 5px;
    padding: 5px 8px;
  }
  .sbtitle2 {
    font-size: 1.5rem;
    margin: 25px 0 15px;
  }
  .sbtitle_e {
	width: 100%;  
    font-size: 1.5rem;
    margin: 25px 0 15px;
  }
  .btn {
    max-width: 100%;
    margin: 10px auto;
  }
  a.btn_03 {
    font-size: 13px;
  height: 40px;
  padding: 0;
  }
	
	
a.btn_03:before {
  content: '';
  width: 6px;
  height: 6px;
  top: 55%;
}
	
	
  .area {
    margin: 0px;
    padding: 0px;
  }
  .area ul li {
    font-size: 12px;
    padding: 5px 0 0;
  }
	
	.lilast span {
	  display:inline-block;
		text-align: left;
		text-indent: -0.6em;
}

	
	
  .text01 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .btn {
    max-width: 100%;
    margin: 20px auto 50px;
  }
 .openModal {
	 padding: 1em!important;

  }
  .modalWrapper {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 100%;
    height: auto;
    padding: 10px 20px;
    background: #fff;
  }
  .qatitle {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 50px;
  }
  .answer {
    font-size: 13px;
    height: 250px;
    overflow-y: auto;
    overflow-y: scroll;
  }
  .closeModal {
    position: absolute;
    top: 0.3rem;
    right: 1rem;
    cursor: pointer;
    font-size: 30px;
  }
.indent {
  text-indent: -1em;
  padding-left: 1em!important;
	}
	
	.graybox_top{
	border: 0.5rem solid #2222;
    border-radius: 2rem;
    padding: 1rem;
	}
	
	.graybox{
	border: 0.5rem solid #2222;
    border-radius: 2rem;
    padding: 1rem;
	margin-bottom: 3rem;
	}
	
	.graybox h2{
		top: -2.5rem;
		
	}
	
	.contactflex a{
	width: 100%;
}

}

