@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

.main_v p {font-size: 14px;}
.main_v .font_l {font-size: 22px;}
.main_v .font_s {font-size: 14px;}
.main_v .font_xs {font-size: 12px;}
.main_v .container_v {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.main_v .lh14 {line-height: 1.4;}
.main_v .tal {text-align: left;}
#main {
  min-width: auto;
}
#main * {
  box-sizing: border-box;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: 0;
  margin-right: 0;
}

/* MV */



/* sec01 */
.sec01_v {
  padding: 45px 0;
  background: url(../img/sp_sec01_bg.png);
  background-size: cover;
}

/* sec02 */
.sec02_v {
  padding: 60px 0;
}

/* table_sp */
.sec02_v .table_sp {
  font-weight: bold;
  text-align: center;
}
.sec02_v .table_sp .aco_btn {
  background: #fe9e00;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}
.sec02_v .table_sp .aco_inner {
  background: #fafafa;
  padding: 30px;
}
.sec02_v .table_sp .label {
  color: #fe9e00;
  background: #fff;
  border: 1px solid #fe9e00;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 15px;
}
.sec02_v .table_sp .white_box {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.sec02_v .table_sp .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec02_v .aco_btn {
  position: relative;
}
.aco_arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.aco_btn.open .aco_arrow {
  transform: translateY(-50%) rotate(180deg);
}

/* sec04 */
.sec04_v .name {
  font-size: 18px;
}
.sec04_v .affiliation span,
.sec04_v .ministry span {
  height: 18px;
  min-width: 60px;
}

/* fixed_bnr */
.fixed_bnr {
  padding: 15px;
}



}/*スマホ用スタイルend*/
