@charset "utf-8";

:root {
  --theme-color: #3a79bb;
  --font-color: #5e5339;
}

/* レイアウト */
.topimg {
  margin-bottom: 60px;
}
.aio_content_sec {
  padding-bottom: 25px;
}
.aio_content_sec__last {
  padding-bottom: 0;
}
.aio_content_sec + .aio_content_sec {
  margin-top: 30px;
}
.aio_content_item + .aio_content_item {
  margin-top: 20px;
}
p + .aio_content_item{
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #base {
    width: 1220px;
    margin: 0 auto;
    text-align: left;
  }
  div#cont div#c3_l {
    width: 970px;
    overflow: hidden;
  }
  .container {
    width: 970px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .topimg {
    margin-bottom: 0px;
  }
}

/* 画像 */
.aio_wrapper figure img {
  width: 100%;
  max-width: 100%;
}

/* Flex */
.aio_content_flex {
  display: flex;
}
.aio_content_flex_inr {
  flex: 1;
}
.aio_content_flex_inr + .aio_content_flex_inr {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .aio_content_flex {
    display: block;
  }
  .aio_content_flex_inr + .aio_content_flex_inr {
    margin-top: 30px;
    margin-right: 0px;
  }
}

/* 見出し */
.aio_content_head {
  background-color: var(--theme-color);
  padding: 10px 20px;
  border-bottom: solid 2px #87764F;
  border-color: var(--theme-color);
  color: #fff;
  font-size: 20px;
  font-family: YuGothic, 游ゴシック, hiragino kaku gothic pron,
    ヒラギノ角ゴ pron, Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.aio_content_subHead {
  border-bottom: solid 2px #004097;
  border-color: var(--theme-color);  
  padding-left: 0em;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.aio_content_inrHead {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.aio_content_sub2Head{
  display: inline-block;
  border-bottom: solid 1px #004097;
  border-color: var(--theme-color);
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .aio_content_head {
    font-size: 18px;
  }
  .aio_content_subHead {
    font-size: 16px;
  }
  .aio_content_sub2Head {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* テキスト */
.aio_wrapper p {
  font-size: 16px;
  line-height: 1.7;
}
.aio_wrapper p + p {
  margin-top: 20px;
}
.aio_text--hasPadding{
  padding-left: 10px;
}
.aio_wrapper .aio_text_item{
  margin-top: 10px; 
}
.aio_text_item--hasColor{
  color:var(--font-color);
  font-weight: bold;
}
.aio_wrapper .aio_text_item--hasColor + .aio_text_item{
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .aio_wrapper p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* リンク */
.aio_wrapper a {
  color: #039;
  font-size: 15px;
  font-weight: 500;
}
.aio_link_list {
  margin-top: 15px;
}
.aio_link_list_item a {
  text-align: left;
}
.aio_text_link_sec {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .aio_wrapper a {
    font-size: 14px;
  }
}

/* リスト */
.aio_list_wrap{
  margin-top: 20px;
}
.aio_list{
  margin-top: 5px;
}

p.aio_price{
  font-weight: bold;
  font-size: 20px;
}
.aio_list--hasPadding{
  padding-left: 1.8rem; 
}
.aio_list--hasMarker {
  margin-top: 20px;
}
.aio_list--hasMarker .aio_text_list {
  font-size: 16px;
  text-indent: -1rem;
  padding-left: 1rem;
}
.aio_list--hasMarker .aio_text_list::before {
  content: '・';
}
.aio_list--hasMarker .aio_text_list + .aio_text_list {
  margin-top: 5px;
}
.aio_text_list_attention{
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .aio_list--hasMarker .aio_text_list {
    font-size: 13px;
  }
}

/* ボタン */
.aio_button {
  text-align: center;
  margin: 0 0 40px;
}

.aio_wrapper .aio_button__link {
  display: inline-block;
  background-color: var(--theme-color);
  padding: 10px 20px;
  border-radius: 6px;
  border: 2px solid transparent;
  box-shadow: 0 4px 12px rgba(0,0,0,.16); 
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}


.aio_wrapper .aio_button__link:hover{
  background-color: #ffffff;
  color: var(--theme-color);
  border-color: var(--theme-color); 
  text-decoration: none;
}

.aio_button__note {
  font-size: 14px;
  margin-top: 12px;
}

/* 研修紹介の枠 */
.aio-seminar-info {
  border: 2px solid  var(--theme-color);
  border-radius: 8px;
  padding: 20px 24px;
  margin: 30px 0; 
  box-shadow: 0 4px 12px rgba(0,0,0,.16); 
}

.aio-seminar-info .aio-seminar-info__link {
  text-decoration: none;
  margin-bottom: 16px;
  transition: .2s opacity;
}

.aio-seminar-info__link:hover {
  opacity: .7;
}

.aio-seminar-info__details {
  margin-top: 10px;
}

.aio-seminar-info__term {
  font-weight: bold;
}

.aio-seminar-info__description {}


/* 質問 */
.aio_faq_itm {
  margin-bottom: 30px;
}

.aio_faq__question {
  font-weight: bold;
}

.aio_faq__question::before {
  content: "Q.";
  color: var(--theme-color);
  font-weight: bold;
}

.aio_faq__answer::before {
  content: "A.";
  color: var(--theme-color);
  font-weight: bold;
}