@charset "UTF-8";
/**
= Q&A 共通使用
================================================================= */
.item {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 55px;
  border-bottom: 1px solid #1d2088;
  line-height: 1.6;
}
.item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.item dt.question, .item dd.answer {
  display: table;
  position: relative;
  margin-bottom: 10px;
  padding-left: 76px;
}
.item dt.question p, .item dd.answer p {
  margin-bottom: 10px;
}
.item dt.question span, .item dd.answer span {
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}
.item dt.question {
  color: #1d2088;
  font-size: 1.8rem;
  font-weight: bold;
}
.item dt.question:before, .item dt.question:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
}
.item dt.question:before {
  content: '';
  width: 66px;
  height: 66px;
  line-height: 66px;
  background: -webkit-linear-gradient(-45deg, #6163ab 0%, #6163ab 50%, #7779b7 50%, #7779b7 100%);
  background: linear-gradient(135deg, #6163ab 0%, #6163ab 50%, #7779b7 50%, #7779b7 100%);
}
.item dt.question:after {
  content: '';
  width: 56px;
  height: 56px;
  top: 4px;
  left: 4px;
  border: 1px solid #ffffff;
}
.item dd.answer:before, .item dd.answer:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
}
.item dd.answer:before {
  width: 66px;
  height: 66px;
  line-height: 66px;
  background: -webkit-linear-gradient(-45deg, #8e8fc3 0%, #8e8fc3 50%, #a5a6cf 50%, #a5a6cf 100%);
  background: linear-gradient(135deg, #8e8fc3 0%, #8e8fc3 50%, #a5a6cf 50%, #a5a6cf 100%);
  font-weight: normal;
}
.item dd.answer:after {
  content: '';
  width: 56px;
  height: 56px;
  top: 4px;
  left: 4px;
  border: 1px solid #ffffff;
}
.item#question-q01 dt.question:before {
  content: "Q1";
}
.item#question-q01 dd.answer:before {
  content: "A1";
}
.item#question-q02 dt.question:before {
  content: "Q2";
}
.item#question-q02 dd.answer:before {
  content: "A2";
}
.item#question-q03 dt.question:before {
  content: "Q3";
}
.item#question-q03 dd.answer:before {
  content: "A3";
}
.item#question-q04 dt.question:before {
  content: "Q4";
}
.item#question-q04 dd.answer:before {
  content: "A4";
}
.item#question-q05 dt.question:before {
  content: "Q5";
}
.item#question-q05 dd.answer:before {
  content: "A5";
}
.item h4 {
  padding-bottom: 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1d2088;
  line-height: 1;
  color: #1d2088;
  font-size: 1.6rem;
  font-weight: bold;
}
.item h5 {
  position: relative;
  padding-left: 12px;
}
.item h5:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  margin-right: 0.25rem;
  border-radius: 50%;
  background: #1d2088;
}
.item h5 + ul {
  margin-bottom: 30px;
}

.item h3,
.box-right h3 {
  margin-bottom: 2%;
  padding: 10px 12px;
  background: #e8e9f3;
  font-weight: bold;
}

.button {
  margin: 30px auto 0 auto;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .qa-table-inner {
    overflow-x: scroll;
  }
  .qa-table-inner table {
    width: 960px;
  }
  .qa-table-inner .ex {
    width: 960px;
  }
}
#qa-02 #question-header, #qa-03 #question-header, #qa-04 #question-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-bottom: 55px;
  border-bottom: 1px solid #1d2088;
}
#qa-02 #question-header dl#question-q01, #qa-03 #question-header dl#question-q01, #qa-04 #question-header dl#question-q01 {
  width: 49%;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#qa-02 #question-header .box-right, #qa-03 #question-header .box-right, #qa-04 #question-header .box-right {
  width: 49%;
}
#qa-02 #question-header .box-right img, #qa-03 #question-header .box-right img, #qa-04 #question-header .box-right img {
  width: 100%;
  height: auto;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #qa-02 #question-header, #qa-03 #question-header, #qa-04 #question-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 45px;
    padding-bottom: 55px;
    border-bottom: 1px solid #1d2088;
  }
  #qa-02 #question-header dl#question-q01, #qa-03 #question-header dl#question-q01, #qa-04 #question-header dl#question-q01 {
    width: 100%;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #qa-02 #question-header .box-right, #qa-03 #question-header .box-right, #qa-04 #question-header .box-right {
    width: 100%;
  }
  #qa-02 #question-header .box-right img, #qa-03 #question-header .box-right img, #qa-04 #question-header .box-right img {
    width: 100%;
    height: auto;
  }
}
/**
= Q&A 01
================================================================= */
#qa-01 #main-header {
  margin-bottom: 50px;
}
#qa-01 #main-header .main-menu .menu-07 a:before {
  background: #1d2088;
  color: #ffffff;
}
#qa-01 #content-header {
  position: relative;
  min-height: 160px;
  margin-bottom: 60px;
  padding-left: 190px;
}
#qa-01 #content-header.ico:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  line-height: 156px;
  background: #ffffff;
  border: 2px solid #231815;
  border-radius: 50%;
  color: #231815;
  font-size: 8rem;
  font-weight: normal;
  text-align: center;
}
#qa-01 #content-header h1 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}
#qa-01 #content-header h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}
#qa-01 #content-header p {
  line-height: 1.8;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #qa-01 #main-header {
    margin-bottom: 20px;
  }
  #qa-01 #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #qa-01 #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #qa-01 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-01 #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #qa-01 #content-header p {
    line-height: 1.8;
  }
}
#qa-01 #content-header.ico:before {
  font-size: 7rem;
  line-height: 160px;
}

#qa-01 .university-wrap {
  width: 100%;
  padding-left: 0;
}
#qa-01 .university-wrap:before, #qa-01 .university-wrap:after {
  display: none;
}
#qa-01 .university-wrap .university-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#qa-01 .university-wrap .university-list ul {
  width: 33%;
  margin-bottom: 40px;
}
#qa-01 .university-wrap .university-list ul li {
  margin-bottom: 8px;
}
#qa-01 .university-wrap .university-list:last-child ul {
  margin-bottom: 0;
}

/**
= Q&A 02
================================================================= */
#qa-02 #main-header {
  margin-bottom: 50px;
}
#qa-02 #main-header .main-menu .menu-08 a:before {
  background: #1d2088;
  color: #ffffff;
}
#qa-02 #content-header {
  position: relative;
  min-height: 160px;
  margin-bottom: 60px;
  padding-left: 190px;
}
#qa-02 #content-header.ico:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  line-height: 156px;
  background: #ffffff;
  border: 2px solid #231815;
  border-radius: 50%;
  color: #231815;
  font-size: 8rem;
  font-weight: normal;
  text-align: center;
}
#qa-02 #content-header h1 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}
#qa-02 #content-header h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}
#qa-02 #content-header p {
  line-height: 1.8;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #qa-02 #main-header {
    margin-bottom: 20px;
  }
  #qa-02 #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #qa-02 #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #qa-02 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-02 #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #qa-02 #content-header p {
    line-height: 1.8;
  }
}
#qa-02 #content-header.ico:before {
  font-size: 7rem;
  line-height: 160px;
}

#qa-02 .gatun {
  margin-top: 40px;
}
#qa-02 .gatun .gatun-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
}
#qa-02 .gatun .gatun-list li {
  width: 32%;
  margin-bottom: 72px;
  margin-right: 12px
}
#qa-02 .gatun .gatun-list li dl dt {
  margin-bottom: 5px;
  color: #1d2088;
  font-size: 1.8rem;
  font-weight: bold;
}
#qa-02 .gatun .gatun-list li img {
  width: 100%;
  height: auto;
}

/**
= Q&A 03
================================================================= */
#qa-03 #main-header {
  margin-bottom: 50px;
}
#qa-03 #main-header .main-menu .menu-09 a:before {
  background: #1d2088;
  color: #ffffff;
}
#qa-03 #content-header {
  position: relative;
  min-height: 160px;
  margin-bottom: 60px;
  padding-left: 190px;
}
#qa-03 #content-header.ico:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  line-height: 156px;
  background: #ffffff;
  border: 2px solid #231815;
  border-radius: 50%;
  color: #231815;
  font-size: 8rem;
  font-weight: normal;
  text-align: center;
}
#qa-03 #content-header h1 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}
#qa-03 #content-header h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}
#qa-03 #content-header p {
  line-height: 1.8;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #qa-03 #main-header {
    margin-bottom: 20px;
  }
  #qa-03 #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #qa-03 #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #qa-03 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-03 #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #qa-03 #content-header p {
    line-height: 1.8;
  }
}
#qa-03 .benefit {
  margin-top: 40px;
}

#qa-03 table {
  width: 100%;
}
#qa-03 table caption {
  text-align: right;
}
#qa-03 table tr.sum td {
  font-weight: bold;
}
#qa-03 table tr.sum td:nth-last-child(1), #qa-03 table tr.sum td:nth-last-child(2) {
  color: #1d2088;
}
#qa-03 table tr th, #qa-03 table tr td {
  border: 1px solid #231815;
  padding: 5px;
  font-size: 1.6rem;
  line-height: 1.4;
}
#qa-03 table tr th {
  background: #e8e9f3;
  color: #1d2088;
}
#qa-03 table .center {
  text-align: center;
}
#qa-03 table .right {
  text-align: right;
}
#qa-03 table.tbl-support {
	width: 100%;
}
#qa-03 table.tbl-support th {
	text-align: center;
}
#qa-03 table.tbl-support td {
	padding: .5em 1em;
}
#qa-03 table.tbl-support ul {
  color: #1d2088;
	list-style: disc;
	margin-left: 1em;
	margin-bottom: .5em;
}
#qa-03 table.tbl-support caption {
	caption-side: bottom;
}
#qa-03 table.tbl-support small {
	font-size: 90%;
}

#qa-03 .ex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#qa-03 .ex li {
  position: relative;
}
#qa-03 .ex li:nth-child(1) {
  width: 48%;
  margin-right: 3%;
}
#qa-03 .ex li:nth-child(2), #qa-03 .ex li:nth-child(3) {
  padding: 16px;
  border: solid #1d2088;
  border-width: 0 1px 1px 1px;
  font-size: 1.2rem;
}
#qa-03 .ex li:nth-child(2):after, #qa-03 .ex li:nth-child(3):after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #1d2088 transparent;
}
#qa-03 .ex li:nth-child(2) strong, #qa-03 .ex li:nth-child(3) strong {
  display: block;
  color: #1d2088;
  font-weight: bold;
}
#qa-03 .ex li:nth-child(2) {
  width: 14%;
  margin-right: 4%;
}
#qa-03 .ex li:nth-child(3) {
  width: 26%;
}
#qa-03 .ex li dl {
  margin-top: 18px;
  padding: 18px;
  background: #e8e9f3;
}
#qa-03 .ex li dl dd {
  color: #1d2088;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

/**
= Q&A 04
================================================================= */
#qa-04 #main-header {
  margin-bottom: 50px;
}
#qa-04 #main-header .main-menu .menu-10 a:before {
  background: #1d2088;
  color: #ffffff;
}
#qa-04 #content-header {
  position: relative;
  min-height: 160px;
  margin-bottom: 60px;
  padding-left: 190px;
}
#qa-04 #content-header.ico:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  line-height: 156px;
  background: #ffffff;
  border: 2px solid #231815;
  border-radius: 50%;
  color: #231815;
  font-size: 8rem;
  font-weight: normal;
  text-align: center;
}
#qa-04 #content-header h1 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
}
#qa-04 #content-header h2 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}
#qa-04 #content-header p {
  line-height: 1.8;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  #qa-04 #main-header {
    margin-bottom: 20px;
  }
  #qa-04 #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #qa-04 #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #qa-04 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-04 #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #qa-04 #content-header p {
    line-height: 1.8;
  }
}
#qa-04 #content-header.ico:before {
  font-size: 9rem;
  line-height: 160px;
  letter-spacing: -1.4rem;
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  /**
  = Q&A 01
  ================================================================= */
  #qa-01 #content-header.ico:before {
    font-size: 4rem;
    line-height: 80px;
  }

  #qa-01 .university-wrap .university-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #qa-01 .university-wrap .university-list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
  #qa-01 .university-wrap .university-list ul li {
    width: 48%;
  }
  #qa-01 .university-wrap .university-list:last-child ul {
    margin-bottom: 0;
  }

  /**
  = Q&A 02
  ================================================================= */
  #qa-02 #main-header {
    margin-bottom: 50px;
  }
  #qa-02 #main-header .main-menu .menu-08 a:before {
    background: #1d2088;
    color: #ffffff;
  }
  #qa-02 #content-header {
    position: relative;
    min-height: 160px;
    margin-bottom: 60px;
    padding-left: 190px;
  }
  #qa-02 #content-header.ico:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    line-height: 156px;
    background: #ffffff;
    border: 2px solid #231815;
    border-radius: 50%;
    color: #231815;
    font-size: 8rem;
    font-weight: normal;
    text-align: center;
  }
  #qa-02 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-02 #content-header h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: bold;
  }
  #qa-02 #content-header p {
    line-height: 1.8;
  }

  /**
  = media screen for smart phone
  ================================================================= */
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  #qa-02 #main-header {
    margin-bottom: 20px;
  }
  #qa-02 #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #qa-02 #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #qa-02 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-02 #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #qa-02 #content-header p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 736px) {
  #qa-02 #content-header.ico:before {
    font-size: 4rem;
    line-height: 80px;
  }

  #qa-02 .gatun .gatun-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #qa-02 .gatun .gatun-list li {
    width: 100%;
    margin-bottom: 36px;
  }
  #qa-02 .gatun .gatun-list li dl dt {
    margin-bottom: 2%;
    color: #1d2088;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #qa-02 .gatun .gatun-list li img {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
  }

  /**
  = Q&A 03
  ================================================================= */
  #qa-03 #main-header {
    margin-bottom: 50px;
  }
  #qa-03 #main-header .main-menu .menu-09 a:before {
    background: #1d2088;
    color: #ffffff;
  }
  #qa-03 #content-header {
    position: relative;
    min-height: 160px;
    margin-bottom: 60px;
    padding-left: 190px;
  }
  #qa-03 #content-header.ico:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    line-height: 156px;
    background: #ffffff;
    border: 2px solid #231815;
    border-radius: 50%;
    color: #231815;
    font-size: 8rem;
    font-weight: normal;
    text-align: center;
  }
  #qa-03 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-03 #content-header h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: bold;
  }
  #qa-03 #content-header p {
    line-height: 1.8;
  }

  /**
  = media screen for smart phone
  ================================================================= */
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  #qa-03 #main-header {
    margin-bottom: 20px;
  }
  #qa-03 #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #qa-03 #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #qa-03 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-03 #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #qa-03 #content-header p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 736px) {
  #qa-03 #content-header.ico:before {
    font-size: 4rem;
    line-height: 80px;
    letter-spacing: -0.2rem;
  }

  #qa-03 .item:last-child {
    padding-bottom: 50px;
  }

  #qa-03 table {
    width: 960px;
  }
  #qa-03 table caption {
    text-align: right;
  }
  #qa-03 table tr th, #qa-03 table tr td {
    border: 1px solid #231815;
    padding: 5px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #qa-03 table tr th {
    background: #e8e9f3;
    color: #1d2088;
  }
  #qa-03 table .center {
    text-align: center;
  }
  #qa-03 table .right {
    text-align: right;
  }

  #qa-03 .ex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #qa-03 .ex li {
    position: relative;
  }
  #qa-03 .ex li:nth-child(1) {
    width: 50%;
    margin-right: 3%;
  }
  #qa-03 .ex li:nth-child(2), #qa-03 .ex li:nth-child(3) {
    padding: 16px;
    border: solid #1d2088;
    border-width: 0 1px 1px 1px;
  }
  #qa-03 .ex li:nth-child(2):after, #qa-03 .ex li:nth-child(3):after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #1d2088 transparent;
  }
  #qa-03 .ex li:nth-child(2) strong, #qa-03 .ex li:nth-child(3) strong {
    display: block;
    color: #1d2088;
    font-weight: bold;
  }
  #qa-03 .ex li:nth-child(2) {
    width: 15%;
    margin-right: 3%;
  }
  #qa-03 .ex li:nth-child(3) {
    width: 26%;
  }
  #qa-03 .ex li dl {
    margin-top: 18px;
    padding: 18px;
    background: #e8e9f3;
  }
  #qa-03 .ex li dl dd {
    color: #1d2088;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }

  /**
  = Q&A 04
  ================================================================= */
  #qa-04 #main-header {
    margin-bottom: 50px;
  }
  #qa-04 #main-header .main-menu .menu-10 a:before {
    background: #1d2088;
    color: #ffffff;
  }
  #qa-04 #content-header {
    position: relative;
    min-height: 160px;
    margin-bottom: 60px;
    padding-left: 190px;
  }
  #qa-04 #content-header.ico:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    line-height: 156px;
    background: #ffffff;
    border: 2px solid #231815;
    border-radius: 50%;
    color: #231815;
    font-size: 8rem;
    font-weight: normal;
    text-align: center;
  }
  #qa-04 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-04 #content-header h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: bold;
  }
  #qa-04 #content-header p {
    line-height: 1.8;
  }

  /**
  = media screen for smart phone
  ================================================================= */
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  #qa-04 #main-header {
    margin-bottom: 20px;
  }
  #qa-04 #content-header {
    position: relative;
    min-height: 80px;
    margin-bottom: 30px;
    padding-left: 100px;
  }
  #qa-04 #content-header.ico:before {
    width: 80px;
    height: 80px;
    line-height: 78px;
    background: #ffffff;
    font-size: 4rem;
  }
  #qa-04 #content-header h1 {
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #qa-04 #content-header h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #qa-04 #content-header p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 736px) {
  #qa-04 #content-header.ico:before {
    font-size: 4.6rem;
    line-height: 82px;
    letter-spacing: -0.8rem;
  }
}


.box1 {
  width: 250px;
  padding: 0.5em 1em;
  margin: auto;
  margin-bottom: 50px;
  font-weight: bold;
  border: solid 3px #1d2088;
  text-align: center;
}
.box1 p {
  margin: 0; 
  padding: 0;
}

.box1 a {
 text-decoration: none;
}
.box1:hover {
  text-decoration: underline;
}

.box2 {
  width: 250px;
  padding: 0.5em 1em;
  margin: auto;
  margin-bottom: 10px;
  font-weight: bold;
  border: solid 3px #1d2088;
  text-align: center;
}
.box2 p {
  margin: 0; 
  padding: 0;
}

.box2 a {
 text-decoration: none;
}
.box2:hover {
  text-decoration: underline;
}

