@charset "utf-8";
/*==========================================
[common]
===========================================*/
/* anc**
----------------------------------------*/
.anc{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}


/* title
-------------------------------------------*/
/* title_box */
.title_box {
  text-align: center;
  margin-bottom: 30px;
}
.title_box h2 {
  font-weight: 500;
	line-height: 1;
}
.title_box p {
  margin-top: 10px;
	line-height: 1;
}

.main h3 {
  margin-bottom: 10px;
}


/* btn_form
-------------------------------------------*/
.btn_form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
	/*display: flex;
	justify-content: space-between;*/
}
.btn_form a {
	display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 12px 40px;
  border: 1px solid #000;
	text-decoration: none!important;
	text-align: center;
  border-radius: 50px;
  color:red;
  border: 2px red solid;
  font-weight: 600;
}
.btn_form a:hover {
  opacity: 0.8;
  color:#1d4763;
  border: 2px #1d4763 solid;
}
@media (max-width: 992px)  {
  .btn_form a {
  }
}
@media (min-width: 1031px)  {
  .btn_form a {
    font-size: 1.5rem;
    margin-top: 4.0rem;
  }
}



/* Box
-------------------------------------------*/
/* photo_box */
.photo_box {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.photo_box::after{
  content:"";
  display: block;
  width:48%;
}
.photo_box img {
  box-sizing:border-box;
  width: 48%;
}

/* w1000 */
.w1000 {
  max-width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1031px)  {
  .w1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}



/* text
-------------------------------------------*/
.main p,
.main_top p {
	line-height: 1.6;
}

.read_text {
  line-height: 1.5!important;
  font-weight: 500;
}
@media (max-width: 992px)  {
  .read_text {
    margin-bottom: 20px;
    font-size: 1.0625rem;  /* 17px */
  }
}
@media (min-width: 993px)  {
  .read_text {
    margin-bottom: 30px;
    /*font-size: 1.875rem;*/  /* 30px */
    font-size: 1.625rem;  /* 26px */
  }
}

/* read_list */
.read_list li {
  line-height: 1.6;
  margin-bottom: 16px;
  margin-left: 1.25rem;
}
@media (max-width: 992px)  {
  .read_list {
    margin-bottom: 20px;
  }
}
@media (min-width: 993px)  {
  .read_list {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}

/* align*/
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

/* bold*/
.text_bold500 {
  font-weight: 500;
}
.text_bold {
  font-weight: 600;
}
.text_bold700 {
  font-weight: 700;
}
.text_bold900 {
  font-weight: 600;
}

/* size*/
.test_sm {
  font-size: 87.5%;
}
@media (max-width: 992px)  {
  .text_18 {
    font-size: 1rem;
  }
  .text_20 {
    font-size: 1.125rem;
  }
}
@media (min-width: 993px)  {
  .text_18 {
    font-size: 1.125rem;
  }
  .text_20 {
    font-size: 1.25rem;
  }
}
/* style*/
.text_border {
  border-bottom: 1.5px solid #000;
  display: inline-block;
}
.text_red {
  color: red;
}


/* table
-------------------------------------------*/
.main table {
  border-collapse:collapse;
}
.main table th {
  border-bottom: 1px solid #b5b5b6;
  vertical-align: top;
  font-weight: 400;
  text-align: left;
}
.main table td {
  border-bottom: 1px solid #b5b5b6;
  vertical-align: top;
}
.main table tr:first-child th {
  border-top: 1px solid #b5b5b6;
}
.main table tr:first-child td {
  border-top: 1px solid #b5b5b6;
}
@media (max-width: 992px)  {
  .main table {
    width: 100%;
  }
  .main table th {
    width: 30%;
  }
  .main table th,
  .main table td {
    padding: 5px 5px;
    line-height: 1.7;
  }
}
@media (min-width: 993px)  {
  .main table th,
  .main table td {
    padding: 15px 10px;
    line-height: 2.0;
  }
  /*
  .main table th {
    width: 20%;
  }
  */
}
@media (min-width: 993px) and (max-width: 1030px)  {
  .main table {
    width: 100%;
  }
}
@media (min-width: 1031px)  {
  .main table {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* color
-------------------------------------------*/
.clRed {
  color: #F30;
}
.clMain {
  color: #1b91cd;
}
.clMain a {
  color: #1b91cd;
}


/* img
-------------------------------------------*/
.main img,
.main_top img  {
  max-width: 100%;
}

/* vis_main */
.vis_main {
  margin-top: 4.5rem;
  margin-bottom: 4.6rem;
}


/* margin / padding
-------------------------------------------*/
/* top */
.mg_t_1 {
  margin-top: 1.0rem;
}
.mg_t_2 {
  margin-top: 2.0rem;
}
.mg_t_3 {
  margin-top: 3.0rem;
}
.mg_t_4 {
  margin-top: 4.0rem;
}
.mg_t_5 {
  margin-top: 5.0rem;
}

/* *.5 */
.mg_t_1h {
  margin-top: 1.6rem;
}
.mg_t_2h {
  margin-top: 2.6rem;
}

/* bottom */
.mg_b_1 {
  margin-bottom: 1.0rem;
}
.mg_b_2 {
  margin-bottom: 2.0rem;
}
.mg_b_3 {
  margin-bottom: 3.0rem;
}
.mg_b_4 {
  margin-bottom: 4.0rem;
}
.mg_b_5 {
  margin-bottom: 5.0rem;
}
.mg_b_8 {
  margin-bottom: 8.0rem;
}

/* *.5 */
.mg_b_1h {
  margin-bottom: 1.6rem;
}
.mg_b_2h {
  margin-bottom: 2.6rem;
}

/* left */
.mg_l_08 {
  margin-left:0.8rem;
}
.mg_l_09 {
  margin-left:0.9rem;
}
.mg_l_1 {
  margin-left: 1.0rem;
}
.mg_l_2 {
  margin-left: 2.0rem;
}
.mg_l_3 {
  margin-left: 2.0rem;
}
.mg_l_4 {
  margin-left: 4.0rem;
}
.mg_l_5 {
  margin-left: 5.0rem;
}
.mg_l_8 {
  margin-left: 8.0rem;
}

/* *.5 */
.mg_l_1h {
  margin-left: 1.6rem;
}
.mg_l_2h {
  margin-left: 2.6rem;
}


/* row */
.row_lr {
  margin-left: -1%;
  margin-right: -1%;
}


/* list
----------------------------------*/
/* index_list */
.index_list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  list-style: none;
}
.index_list li {
  margin-bottom: 50px;
}
.index_list li a {
  text-decoration: none!important;
}
.index_list li a img {
  border: 2px solid #1b91cd;
}
.index_list li h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.index_list li h2 {
  position: relative;
}
.index_list li h2::after {
  content: "";
	display: block;
	z-index: 11;
  background-image: url(images/btn_arrow.svg);
	background-position: center right;
	background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.index_list li p {
  line-height: 1.5;
}
@media (min-width:993px){
  .index_list {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .index_list li {
    width: 50%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .index_list li h2 {
    font-size: 1.375rem;
  }
  .index_list li p {
    font-size: 0.875rem;
  }
}

/* kome_list */
.kome_list {
  list-style: none;
}

/* mark */
ul.mark_list {
  list-style-type: disc;
  padding-left:2rem;
}
ul.mark_list li {
/*	margin-bottom: 0.5rem;*/
}

/* non-mark */
ul.non-mark_list {
  list-style-type: none;
}
ul.non-mark_list li {
/*	margin-bottom: 0.5rem;*/
}



/* border_wrapp
----------------------------------*/
.border_wrapp {
  border: 2px solid #1b91cd;
  padding: 40px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width:992px){
  .border_wrapp {
    padding: 20px;
  }
}
@media (min-width:993px){
  .border_wrapp {
    padding: 40px;
  }
}


/* youtube_wrapp
----------------------------------*/
.youtube_wrapp {
  list-style: none;
}

.youtube_wrapp li {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
.youtube_wrapp li iframe {
  width: 100%;
  height: 100%;
}
@media (max-width:992px){

}
@media (min-width:993px){
  .youtube_wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .youtube_wrapp li{
    width: 32%;
  }
}

