@charset "utf-8";
/* CSS Document */
.normal {
  padding: 10px 20px;
}
.maintitle {
  text-align: center;
  margin-bottom: 30px;
}
.syougai_menu {
  font-size: 12px;
  margin: 10px;
  text-align: center;
}
.syougai_menu a {
  margin: 0px 10px;
}
.subtitle01 {
  font-size: 23px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 12px 0px;
  text-align: center;
  margin: 50px 0 15px 0;
  background: #10123B;
}
.subtitle02 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px 0px;
  text-align: center;
  margin: 0px 0 20px 0;
  background-color: #5BC9CB;
}
.subtitle03 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px 0px;
  text-align: center;
  margin: 20px 0 20px 0;
  background-color: #E483C2;
}
.subtitle {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 7px 55px;
  text-align: center;
  margin: 0px 0 20px 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #95e0dd 0%, #01a7a1 100%);
  background: -webkit-linear-gradient(top, #95e0dd 0%, #01a7a1 100%);
  background: linear-gradient(to bottom, #95e0dd 0%, #01a7a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95e0dd', endColorstr='#01a7a1', GradientType=0);
}
.subtitle_b {
  font-weight: bold;
  font-size: 19px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #065392;
  padding: 15px 15px;
  border-left: 10px solid #011B97;
  font-weight: bold;
  margin: 40px 0px;
  background: #EDF0F5;
}
.subtitle_c {
  font-size: 19px;
  font-weight: bold !important;
  color: #065f5c;
  padding: 15px 15px;
  font-weight: bold;
  margin: 30px 0px 5px 0;
  background: #e9eceb;
  font-weight: normal
}
.kouenlist {
  padding: 20px;
  font-size: 14px;
  border: 1px solid #A0A0A0;
}
.kouenlist ul {
  padding: 8px;
  font-size: 14px;
}
.syougai_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.syougai_table tr {
  border-bottom: 1px dotted hsla(0, 0%, 77%, 1.00);
}
.syougai_table th {
  width: 100px;
  padding: 10px 5px;
  background-color: hsla(191, 57%, 95%, 1.00);
  border-right: 1px dotted hsla(0, 0%, 77%, 1.00);
  font-size: 13px;
  color: #243158;
  font-weight: normal;
  text-align: left;
}
.syougai_table td {
  font-weight: normal; 
  /*text-align: left;*/ 
  padding: 8px 5px 8px 15px;
}
/*.syougai_table tr:nth-child(even) {
background: #FFFFFF;
}

.syougai_table tr:nth-child(odd) {
background: #EEF5F7;
}*/
.syougai_table2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.syougai_table2 th {
  width: 17%;
  font-weight: normal;
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
  padding: 10px;
  font-size: 13px;
  color: #243158;
}
.syougai_table2 td {
  font-weight: normal;
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
  padding: 10px;
  background: #FFFFFF;
}
.syougai_table2 tr {
  background: #FFFFFF;
}
.pro_title {
  padding: 3px 0px;
  line-height: 20px;
  font-size: 17px;
  font-weight: bold;
}
.pro_name {
  padding: 3px 0px 3px 20px;
  line-height: 20px
}
/*2021_34kai*/
.attention {
  display: flex;
}
.at1 img {
  width: 360px;
}
.at2 {
  font-size: 12.5px;
  border: 2px solid red;
  border-radius: 4px;
  padding: 5px;
  margin-left: 10px;
}
.at2 span {
  color: red;
  font-weight: bold;
}
.btn_01 {
  background-color: #D04649;
  color: #fff;
  width: 250px;
  padding: 10px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
/*申し込みボタン、2022年12月14日作成*/
/* 003 */
.button003 a {
  background: #e9eceb;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*margin: 0 auto;*/
  max-width: 260px;
  padding: 10px 25px;
  color: #065f5c;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}
.button003 a:hover {
  background: #5BC9CB;
  color: #FFF;
}
.button003 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #065f5c;
  border-right: 3px solid #065f5c;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 100px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
  border-color: #FFF;
}