/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-link {
  background: url("../img/common/right-arrow-ss.svg") no-repeat 0 50%;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.4em;
}
.mod-link a {
  padding-left: 18px;
}

.mod-link, .out-link, .circle-link, .circle-link-s:hover a {
  color: #DBA6CE;
  -webkit-transition: color ease 500ms;
  transition: color ease 500ms;
}

.mod-link-v {
  background: url("../img/common/right-arrow-v.svg") no-repeat 0 50%;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}
.mod-link-v a {
  padding-left: 18px;
}

.out-link {
  position: relative;
  display: inline-block;
}

.out-link:after {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: -10px;
  background: url("../img/common/window-icon.svg") no-repeat;
}

.mod-link:hover {
  color: #000;
}

.circle-link {
  -webkit-transition: color 500ms;
  transition: color 500ms;
  line-height: 1.4em;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 77px;
}
.circle-link a {
  position: relative;
  color: #313131;
}
.circle-link a:after {
  content: "";
  background: url("../img/common/right-arrow-b.svg") no-repeat 0 50%;
  display: inline-block;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 50%;
  right: -77px;
  margin-top: -34.5px;
}

.circle-link.window a:after {
  content: "";
  background: url("../img/common/window-icon-b.svg") no-repeat 0 50%;
  display: inline-block;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 50%;
  right: -77px;
  margin-top: -34.5px;
}

.circle-link-s {
  -webkit-transition: color 500ms;
  transition: color 500ms;
  line-height: 1.4em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 61px;
}
.circle-link-s a {
  position: relative;
  color: #313131;
}
.circle-link-s a:before {
  content: "";
  background: url("../img/common/right-arrow-s.svg") no-repeat 0 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -61px;
  margin-top: -25px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .circle-link {
    -webkit-transition: color 500ms;
    transition: color 500ms;
    line-height: 1.4em;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 55px;
  }
  .circle-link a {
    position: relative;
    color: #313131;
  }
  .circle-link a:after {
    content: "";
    background: url("../img/common/right-arrow-b.svg") no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -22.5px;
  }
  .circle-link.window a:after {
    content: "";
    background: url("../img/common/window-icon-b.svg") no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -22.5px;
  }
  .circle-link-s {
    -webkit-transition: color 500ms;
    transition: color 500ms;
    line-height: 1.4em;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 50px;
  }
  .circle-link-s a {
    position: relative;
    color: #313131;
  }
  .circle-link-s a:before {
    content: "";
    background: url("../img/common/right-arrow-s.svg") no-repeat 0 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -55px;
    margin-top: -20px;
  }
}
.banner-box {
  margin-top: 100px;
  margin-bottom: 120px;
}
.banner-box img {
  margin-bottom: 20px;
}
.banner-box .red-attention {
  color: #ff0000;
  font-weight: bold;
}
.banner-box .red-attention a {
  text-decoration: underline;
  color: #FF0000;
}

.white-bg {
  margin-bottom: 200px;
}
.white-bg .text-box {
  margin-bottom: 90px;
}
.white-bg .text-box .right-text {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 20px;
}
.white-bg h3 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.white-bg ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-top: 30px;
}
.white-bg ol li {
  border: 1px dashed #D0D0D0;
  padding: 20px 20px 20px 104px;
  position: relative;
  list-style-type: none;
  border-radius: 15px;
  margin-bottom: 30px;
}
.white-bg ol li .sub-ttl {
  padding: 10px 0px;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}
.white-bg ol li .sub-ttl span {
  display: block;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
.white-bg ol li:before {
  content: "01";
  display: inline-block;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  background: #DBA6CE;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -32px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  border-radius: 100px;
}
.white-bg ol li:nth-child(2):before {
  content: "02";
}
.white-bg ol li:nth-child(3):before {
  content: "03";
}
.white-bg ol li:nth-child(4):before {
  content: "04";
}
.white-bg ol li:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 34px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -32px;
  background: url("../img/exam/flow-arrow.svg") 0 0 no-repeat;
  background-size: contain;
}
.white-bg ol li:last-child:after {
  display: none;
}
.white-bg .address {
  display: table;
  padding-top: 30px;
  padding-bottom: 20px;
}
.white-bg .address dt {
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
  padding-right: 20px;
}
.white-bg .address dd {
  display: table-cell;
}
.white-bg .small {
  font-size: 13px;
  font-size: 1.3rem;
}

.past-block {
  margin-bottom: 200px;
}
.past-block .copy {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 60px;
}
.past-block .name-list {
  display: table;
  background: #FFF;
  border-radius: 15px;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
}
.past-block .name-list dt {
  font-weight: bold;
  color: #DBA6CE;
  width: 110px;
  font-size: 18px;
  font-size: 1.8rem;
  display: table-cell;
}
.past-block .name-list dd {
  display: table-cell;
  font-size: 15px;
  font-size: 1.5rem;
}
.past-block .name-list dd span {
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  .banner-box {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .banner-box img {
    margin-bottom: 10px;
  }
  .white-bg {
    margin-bottom: 120px;
  }
  .white-bg .text-box {
    margin-bottom: 50px;
  }
  .white-bg .text-box .right-text {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .white-bg h3 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .white-bg ol {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-top: 20px;
  }
  .white-bg ol li {
    border: 1px dashed #D0D0D0;
    padding: 10px 20px 20px 70px;
    position: relative;
    list-style-type: none;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .white-bg ol li .sub-ttl {
    padding: 10px 0px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .white-bg ol li .sub-ttl span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .white-bg ol li:before {
    content: "01";
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #DBA6CE;
    position: absolute;
    left: 20px;
    top: 20px;
    margin-top: 0px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    border-radius: 100px;
  }
  .white-bg ol li:nth-child(2):before {
    content: "02";
  }
  .white-bg ol li:nth-child(3):before {
    content: "03";
  }
  .white-bg ol li:nth-child(4):before {
    content: "04";
  }
  .white-bg ol li:after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 34px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -32px;
    background: url("../img/exam/flow-arrow.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .white-bg ol li:last-child:after {
    display: none;
  }
  .white-bg .address {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .white-bg .address dt {
    display: block;
    vertical-align: top;
    font-weight: bold;
    padding-right: 0px;
  }
  .white-bg .address dd {
    display: block;
  }
  .white-bg .small {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .past-block {
    margin-bottom: 120px;
  }
  .past-block .copy {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 60px;
  }
  .past-block .name-list {
    display: block;
    background: #FFF;
    border-radius: 15px;
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
  }
  .past-block .name-list dt {
    font-weight: bold;
    color: #DBA6CE;
    width: auto;
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
  }
  .past-block .name-list dd {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .past-block .name-list dd span {
    display: inline;
  }
}