@charset "UTF-8";

/* CSS Document */
.button {
  width: 50%;
  border-radius: 5px;
  margin: 1em auto;
  padding: 1em 1em;
  font-size: 3vw;
  display: block;
  text-decoration: none;
  text-align: center;
}

a.button:hover {
  opacity: 0.8;
}

a.button:link {
  text-decoration: none;
  color: #fff;
}

a.button1,
input.button1 {
  background-color: #3D172C;
  color: #fff;
  padding: 1em;
}

a.button2,
input.button2 {
  background-color: #3D2D0A;
  color: #fff;
  padding: 1em;
}

.row-5 {
  height: calc(1.3em * 5);
  line-height: 1.3;
  width: 100%;
}

.fix footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer {
  color: #fff;
  background-color: #11223e;
  padding: 10px 0;
}

footer ul li a:link,
footer ul li a:visited {
  color: #fff;
  text-decoration: none;
}

.officialSites_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.officialSites_list li {
  width: calc(96%/3);
  margin-bottom: 5px;

}

.officialSites_list li a {
  display: block;
  text-align: center;
  border-radius: 0.2em;
  padding: 0.5em 0;
  text-decoration: none;
  border: 2px solid #3b3232;
  font-size: 1rem;
}

.officialSites_list li a.single {
  line-height: 2.8;
}

footer ul {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

small {
  text-align: center;
  display: block;
}

/*pc*/
@media (min-width: 768px) {
  .button {
    max-width: 300px;
    padding: 0.5em 1em;
    font-size: 18px;
    margin: 50px auto;
  }

  header {
    margin: auto;
    position: relative;
  }

  header h1 img {
    /*margin-top:30px;*/
    width: 200px;
    margin-top: 20px;
  }

  header .u-inner {
    position: relative;
  }

  header .R_btn {
    position: absolute;
    top: 0;
    right: 0;
  }

  header .R_btn a {
    text-decoration: none;
    display: block;
  }

  header .R_btn a:hover {
    opacity: 0.8;
  }

  header .R_btn p {
    padding: 0.7em 2em;
    border-radius: 0 0 16px 16px;
    margin-left: 0.5em;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
  }

  header .R_btn p:first-child {
    padding-left: 90px;
    padding-right: 0.5em;
    background: #1c8fcf url(/images/common/isa_logo.png) no-repeat 0.7em center;
  }

  header .R_btn p:last-child {
    background: #eae738;
  }


  header nav {
    width: 100%;
    margin: auto;
    background-color: #242831;
  }

  header nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header nav>ul>li {
    width: calc(100%/4);
    text-align: center;
    border-right: 1px solid #373d49;
    font-size: 1.8rem;
    display: inline-block;
    line-height: 1;
  }

  header nav>ul>li:first-child {
    border-left: 1px solid #373d49;
  }

  header nav>ul li a:link {
    display: block;
    width: 100%;
    padding: 1.5em 0;
    color: #fff;
    text-decoration: none;
  }

  header nav>ul>li>a:visited {
    color: #fff;
  }

  header nav>ul>li>a:hover {
    background-color: #373d49;
  }

  #navi_pc ul.child_btn {
    height: 0;
  }

  #navi_pc .child_btn li a:link {
    color: #373d49;
    font-size: 1.4rem;
    background-color: #fff;

  }

  #navi_pc li:hover>ul>li {
    height: 3em;
    overflow: visible;
    display: block;
    margin-bottom: 3px
  }

  #navi_pc ul.child_btn {
    position: absolute;
    z-index: 110;
    width: calc(100%/4);
  }

  .officialSites_list li {
    width: calc(96%/3);
    margin-bottom: 10px;
  }

  .officialSites_list li a {
    font-size: 1.4rem;
  }

  footer ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 1em;
  }

  footer ul li:last-child {

    border-right: none;
  }

  .foot_top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .foot_top>div {
    width: 48%;
  }
}

.toggle {
  display: none;
}

.toggle:checked+label+ul {
  max-height: 500px;
  transition: all 2s ease-in;
}

.placelist_child,
.placelist_child2,
.faq_child {
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease;
}

@media (max-width: 768px) {
  header {
    width: 95%;
    margin: 15px auto;
  }

  header h1 img {
    width: 30%;
  }

  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #162c3a;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #162c3a;
  }

  .menu-content>ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li,
  .menu-content ul li label {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .placelist_child ul li,
  ul.placelist_child li label,
  ul.placelist_child li,
  .menu-content ul li label.no-border {
    border: none;
  }

  .menu-content ul li a::before,
  .menu-content ul li label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  #menu-btn-check:checked~.menu-content {
    left: 20%;
    /*メニューを画面内へ*/
  }



  .toggle:checked+label::before {
    transform: rotate(135deg) !important;
  }

  .placelist_child li {
    text-indent: 1em;
    border: none;
  }

  .menu-content ul.placelist_child2 li a {
    text-indent: 2em;
    border: none;
    font-size: 90%;
  }

  .menu-content ul.placelist_child2 li a::before {
    content: none;
  }

}

/*1ページめのカレンダー部分*/
.calender thead tr:first-child th {
  padding: 0 0 0.5em 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.calender thead tr:last-child {
  background-color: #354c8c;
  border-bottom: 30px solid #fff;
}

.calender thead tr:last-child th {
  padding: 0.5em 0;
  color: #fff;
  font-size: 1.6rem;
}

.calender thead tr:last-child th:first-child,
.calender thead tr:last-child th:last-child {
  font-size: 1.4rem;
}

.calender thead tr:last-child th:first-child {
  text-align: left;
  padding-left: 1em;
}

.calender thead tr:last-child th:last-child {
  text-align: right;
  padding-right: 1em;
}

.calender .week {
  background: #d1d1d1;
  color: #000;

}

.calender .week th {
  width: calc(100%/7);
  border: #fff solid 3px;

}

/*日付の部分*/
.calender .week th,
.calender tbody tr:nth-child(even) td {
  padding: 0.5em;
  font-weight: bold;
  font-size: 1.6rem;
}

/*時刻の部分*/
.calender tbody tr:nth-child(odd) td {
  border-bottom: 3px solid #d1d1d1;
  padding: 0.5em 0;
}

.calender tbody tr td {
  border-right: 3px solid #d1d1d1;
  border-left: 3px solid #d1d1d1;
  padding: 0.5em 0;
  text-align: center;
  font-size: 1rem;
}

.calender tbody tr td:last-child {
  border-right: none;
}

.calender tbody tr td:first-child {
  border-left: none;
}

/*記号*/
.circle {
  color: #d3315d;
  text-decoration: underline;
  line-height: 1.6;
}

.circle_noline {
  color: #d3315d;
}

.triangle {
  color: #57ab58;
  text-decoration: underline;
  line-height: 1.6;
}

.triangle_noline {
  color: #57ab58;
}

.cross {
  color: #478cc9;
  line-height: 1.6;
}

.square {
  color: #808080;
  line-height: 1.6;
}

.title_wrap {
  background-image: url(../images/common/title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#place .title_wrap {
  background-image: url(../images/common/placetitle_bg.png);

}

.title {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1.8em 0 1.5em 0.5em;
  color: #fff;
}

.title>span {
  border-bottom: 1px #fff solid;
  display: block;
}

.lead {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1.5em 0;
}

.calender #selectPlace {
  height: 3rem;
  width: 60%;
}

@media (min-width: 768px) {
  .calender thead tr:first-child th {
    text-align: left;
    font-size: 2rem;
  }

  .calender thead tr:last-child th:first-child,
  .calender thead tr:last-child th:last-child {
    font-size: 1.8rem;
  }

  /*日付の部分*/
  .calender thead tr:last-child th,
  .calender .week th,
  .calender tbody tr:nth-child(even) td {
    font-size: 2rem;
  }

  .calender .week th {
    border: #fff solid 5px;

  }

  .calender tbody tr:nth-child(odd) td {
    border-bottom: 5px solid #d1d1d1;
  }

  .calender tbody tr td {
    border-right: 5px solid #d1d1d1;
    border-left: 5px solid #d1d1d1;
    font-size: 1.4rem;
  }

  .calender #selectPlace {
    height: 4rem;
    width: 50%;
  }

  .title {
    font-size: 4.2rem;
    padding: 1em 0 1.6em 0;
  }

  .lead {
    margin: 55px 0 30px;
    font-size: 1.8rem;
    line-height: 2;
  }

}

/*試験申し込み入力ページ用*/
.exam_info,
.entry {
  border: 1px solid #ccc;
}

.exam_info th,
.exam_info td,
.entry th,
.entry td {
  font-size: 1.5rem;
  border: 1px solid #ccc;
  text-align: left;
  padding: 0.5em 0 0.5em 1em;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  height: 2;
  word-wrap: break-word;
}

.exam_info th,
.exam_info td {
  line-height: 1;
}

.exam_info th,
.entry th {
  background: #F2F2F2;
  padding-right: 0;
}

.entry input.col {
  display: inline;
  width: 45%;
}

.entry input#zip {
  width: 50%;
}

.col2 select {
  width: auto;
}

.entry th.retake {
  border-bottom: none;
}

.entry td.retake_contents {
  border-top: none;
  font-size: 1.6rem;
  line-height: 2;
  padding: 0.5em 1em;
}

.entry td.retake_contents>ul li {
  list-style: disc;
  margin-left: 1.5em;
}

.line2 {
  line-height: 1.6;
}

/*リテイクポリシー試験リスト*/
/* アコーディオンメニュー */

.ac_menu input {
  display: none;
}

.ac_menu label {
  font-size: 1.6rem;
  line-height: 2;
  /* 行間 */
  font-weight: bold;
  /* 文字を太く */
  padding: 0.5em 0 0.5em 1em;
  /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  background-color: #103D0D;
  /*#465B8F*/
  color: #fff;
  margin: 6px 0;
}

.ac_menu label:after {
  position: absolute;
  right: 20px;
  /* 左からの距離 */
  top: 50%;
  /* 上下中央配置 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＋";
  /* アイコン */
}

.ac_menu input:checked~label::after {
  content: "?";
  /* クリック後のアイコン */
}

.ac_menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 1.2s;
  /* 開閉スピード */
}

.ac_menu input:checked~div {
  height: auto;
  opacity: 1;
  padding: 10px 40px;
  /* 中身の枠内の余白 */
  background: #FAFAFA;
  /* 中身の背景色 */
}

.acd-content {
  color: #333;
  /* 中身の文字色 */
  font-size: 1.6rem;
  /* 中身の文字サイズ */
  line-height: 2;
  /* 行間 */
}

@media (max-width: 768px) {

  /*試験情報テーブル縦並び*/
  .exam_info th,
  .exam_info td {
    line-height: 1.5;
  }

  .entry select {
    width: 90%;
    height: 3rem;
    margin: 0.5em auto;
  }

  .entry input[type="text"],
  .entry input[type="email"],
  .entry input[type="chkemail"],
  .entry input[type="tel"],
  .entry select,
  .entry input[type="number"] {
    height: 4rem;
  }

  .entry select#birthyear,
  .entry select#birthmonth,
  .entry select#birthday {
    width: 20%;
  }

  td.waribiki {
    font-size: 1.2rem;
  }

  .entry td.retake_contents {
    font-size: 1.4rem;
    padding: 0.5em;
  }

  .ac_menu label {
    font-size: 1.4rem;
  }

  .acd-content {
    font-size: 1.2rem;
  }

  .ac_menu input:checked~div {
    padding: 0 2em;
  }
}

@media (min-width: 768px) {

  .exam_info th,
  .exam_info td,
  .entry th,
  .entry td,
  .entry input,
  .entry select {
    font-size: 1.8rem;
    vertical-align: middle;
    line-height: 2;
    height: 2em;
  }

  .exam_info th,
  .entry th {
    width: 30%;
    text-align: center;
  }

  .exam_info th,
  .exam_info td,
  .entry th,
  .entry td {
    display: table-cell;
  }

  .entry input#zip {
    width: 30%;
  }

  .line2 {
    line-height: 1.8;
  }
}

/*cancelpage*/
.cancel h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 1em 0;
}

.cancel .button {
  width: 48%;
}

@media (min-width: 768px) {
  .cancel h3 {
    font-size: 2rem;
  }

  .cancel .l-flex {
    width: 50%;
    margin: 0 auto;
  }

  .cancel .button {
    width: 48%;
  }
}

/*上に戻るボタン*/

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

/*試験会場一覧用*/
#place main {
  margin-top: 10px;
}

.area_title,
.faqlead {
  background-color: #162c3a;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.5em;
}

.area_title {
  margin: 1em 0;
}

.faqlead {
  margin: 1.5em 0;
}

.school_title {
  border-bottom: 1px solid #2b2b2b;
  color: #2b2b2b;
  font-size: 2rem;
  padding: 0.2em 0em 0.2em 2em;
  margin: 0.5em 0;
  background-image: url(/images/place/icon.png);
  background-repeat: no-repeat;
  background-size: 1.5em;

}

.place_btn {
  background-color: #6b6b6b;
  text-align: center;
  font-size: 1.6rem;

}

.place_btn>a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.2em;
}

.root {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0.2em;
}

.map {
  height: 200px;
  margin-bottom: 10px;
}

.school_detail_cts dt::before {
  content: "■";
  color: #3f63a1;
}

.school_detail_cts dt {
  font-weight: bold;
  font-size: 1.4rem;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  padding: 0.5em 0 0.2em 0;
}

.school_detail_cts dd {
  margin: 0.8em 0;
  font-size: 1.4rem;
}

.school_detail .place_btn {
  width: 80%;
  border-radius: 0.8em;
  margin: 40px auto;
  background: linear-gradient(#456eac, #375090);
}

.tel a:link {
  color: #3f63a1;
}

@media (min-width: 768px) {
  .area_list>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .area_list ul li.place_btn {
    width: 24.9%;
    margin: 3px 0;
    font-size: 1.6rem;
    height: 4em;
  }

  .area_list li li,
  #navi_pc li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
  }

  .area_list li li a {
    background-color: #fff;
    font-size: 1.5rem;
    display: block;
    padding: 1em 0;
    color: #797979;
    text-decoration: none;
    height: 3em;
    border-bottom: 1px solid #2e2e2e;
    position: relative;
    z-index: 100;
  }

  .area_list li li:last-child a {
    border-bottom: none;
  }

  .area_list li:hover>ul>li {
    height: 2.8em;
    overflow: visible;
    display: block;
  }

  .area_list ul.child_btn {
    /*position:absolute;*/
    z-index: 100;
    width: 100%;
    padding-top: 10px;
  }

  .area_title,
  .faqlead {
    font-size: 2.8rem;
    padding: 0.8em 1em;
    margin: 0;
  }

  .faqlead {
    margin: 4em 0 1.5em 0;
  }

  .faqlead:first-child {
    margin: 2em 0 1.5em 0;
  }

  .school_title {
    font-size: 2.6rem;
    padding: 0.2em 2em;
    margin: 50px 0;
  }

  .school_detail {
    margin-bottom: 140px;
  }

  .school_detail_cts {
    display: flex;
    justify-content: space-between;
  }

  .school_detail_cts dt {
    font-size: 2rem;

  }

  .school_detail_cts dd,
  .root {
    font-size: 1.6rem;
  }

  .l_contents,
  .r_contents {
    width: 48%;
  }

  .l_contents img,
  .map {
    height: 270px;
    margin-bottom: 30px;
  }

  .school_detail .place_btn {
    font-size: 3rem;
    font-weight: bold;
    margin: 30px auto;
    width: 50%;
  }
}

/*注意事項 よくある質問*/
.ate_title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02e";
  font-weight: 900;
  padding-right: 5px;
  /*文字との隙間*/
  color: #354c8c;
  /*アイコンの色*/

}

.qua_title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: 900;
  padding-right: 5px;
  /*文字との隙間*/
  color: #354c8c;
  /*アイコンの色*/

}

.ate_title,
.qua_title {
  font-size: 1.6rem;
  border-bottom: solid 1px #354c8c;
  margin: 1em 0 0.5em 0;
  padding-left: 1.5em;
  text-indent: -1.2em;

}

.qua_title {
  margin-top: 2em;
  font-weight: bold;

}

.ate_txt,
.qua_txt {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 1em;
  padding-right: 1em;
  word-wrap: break-word;

}

span.ate_txt {
  display: inline-block;
}

.ate_list::before {
  content: "■";
  color: #354c8c;
  position: absolute;
  top: 0;
  left: 1em;
}

.ate_list {
  position: relative;
  padding-left: 2em;
}

.ate_indent {
  padding-left: 2em;
}

@media (min-width: 768px) {
  #attention main {
    margin-top: 80px;
  }

  .ate_title,
  .qua_title {
    font-size: 2rem;
  }

  .ate_txt,
  .qua_txt {
    font-size: 1.6rem;
    padding-right: 0;
  }
}

.privacy_contact {
  width: 90%;
  margin: 50px auto;
  border: #244A87 solid 1px;
  padding: 1em;
  line-height: 1.5;
}

.privacy_contact p:first-child {
  font-size: 1.6rem;
}

.privacy_contact p {
  line-height: 2;
}

.privacy_contact address {
  font-style: normal;
}

@media (min-width: 768px) {
  .privacy_contact {
    width: 80%;

  }