@charset "UTF-8";

/* medical
-------------------------------------------------------------*/
/*introduction*/
.bg_area {
  background: #fcf9f4;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 40px;
}

.bg_area .inner {
  width: 1040px;
  margin: 0 auto;
}

.bg_area .inner.white_area {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}

figure.pic {
  margin: 0 auto 15px;
  text-align: center;
}

#introduction p.message {
  list-style: 1.8;
  font-size: 14px;
}

#introduction p.name {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

#introduction p.name small {
  font-size: 13px;
}

#introduction p.name.last {
  margin: 0;
}

#introduction .intro_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#introduction .intro_box .intro_detail {
  width: 500px;
}

#introduction .intro_box img {
  width: 100%;
}

#introduction .intro_box .intro_detail figure {
  position: relative;
  top: -50px;
}

#introduction .intro_box .intro_detail h4 {
  position: relative;
  top: 290px;
  margin: 20px auto 0px;
}

#introduction .intro_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

#introduction .intro_info th,
#introduction .intro_info td {
  padding: 5px 30px 5px 5px;
}

#introduction .gallery_box {
  width: 980px;
  margin: 0 auto;
}

#introduction .gallery {
  margin-bottom: 20px;
}

#introduction .gallery li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

#introduction .gallery li span {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
}

#introduction .thumbnail {
  display: flex;
  flex-wrap: wrap;
}

#introduction .thumbnail li {
  margin: 5px 5.5px 0 0;
  width: 12%;
  cursor: pointer;
}

#introduction .thumbnail li:nth-child(8n) {
  margin-right: 0;
}

#introduction .thumbnail li img {
  width: 100%;
  height: 78.39px;
  object-fit: cover;
}

#introduction .thumbnail li:hover {
  opacity: 0.7;
}

/*about*/
#about .bg_area {
  margin-top: 40px;
}

#about .title02 {
  margin-bottom: -20px;
}

#about .arrow_blue_area {
  border: 5px solid #2588bb;
  border-top: none;
  position: relative;
  box-sizing: border-box;
}

#about .arrow_blue_area:before {
  content: "";
  border: 40px solid transparent;
  border-top: 40px solid #fff;
  position: absolute;
  right: 47%;
  bottom: -72px;
  z-index: 99;
}

#about .arrow_blue_area:after {
  content: "";
  border: 40px solid transparent;
  border-top: 40px solid #2588bb;
  position: absolute;
  right: 47%;
  bottom: -80px;
}

#about .arrow_red_area {
  border: 5px solid #bc455c;
  border-bottom: none;
  position: relative;
  box-sizing: border-box;
}

#about .arrow_red_area:before {
  content: "";
  border: 40px solid transparent;
  border-bottom: 40px solid #fff;
  position: absolute;
  right: 47%;
  top: -72px;
  z-index: 99;
}

#about .arrow_red_area:after {
  content: "";
  border: 40px solid transparent;
  border-bottom: 40px solid #bc455c;
  position: absolute;
  right: 47%;
  top: -80px;
}

#about .column02 {
  display: flex;
  padding: 10px 30px 30px;
}

#about .column03 {
  display: flex;
  padding: 30px 30px 10px;
}

#about .column02 .about_list {
  width: 50%;
}

#about .column03 .about_list {
  width: 33%;
}

#about .about_list dt {
  margin: 0 0 10px;
}

#about .about_list dd ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#about .about_list dd ul li {
  width: 50%;
}

#about .graph_area {
  text-align: center;
  margin: 40px auto;
}

/* policy
-------------------------------------------------------------*/
#policy h4 {
  line-height: 1.8;
  margin-bottom: 30px;
}

#policy section>div.bg_area {
  padding: 50px 0;
}

#policy section>div.bg_area li {
  font-size: 18px;
  text-align: center;
}

#policy .inner li {
  line-height: 3;
  padding-left: 20px;
  position: relative;
}

#policy .dot li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 0;
}

#policy .number li {
  counter-increment: numbering;
}

#policy .number li:before {
  content: counter(numbering)".";
  position: absolute;
  top: 0;
  left: 0;
}

/* course
-------------------------------------------------------------*/
#medical .contents .inner {
  width: 1040px;
  margin: 0 auto;
}

#medical .title01 {
  margin-top: 90px;
  padding-top: 20px;
}

#medical .title01 .marker {
  background: linear-gradient(transparent 50%, rgba(76, 188, 216, 0.4) 50%);
  padding: 4px;
}

#medical #course03 .title01 .marker {
  background: linear-gradient(transparent 50%, rgba(235, 113, 171, 0.4) 50%);
}

#medical .title02 {
  line-height: 1.6;
}

#medical section .title02 {
  margin-top: 0;
}

#medical #course03 .title02 {
  color: #eb71ab;
}

#medical section p {
  margin: 0 80px 30px;
  font-size: 16px;
  line-height: 1.75em;
}

#medical .notes{
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 20px;
}

#medical .notes span{
  color: #4cbcd8;
  margin-right: 10px;
}

#medical .course_type_box {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

#medical .course_type_box li a {
  font-weight: bold;
  font-size: 22px;
  color: #4cbcd8;
  text-align: center;
  padding: 23px;
  width: 240px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

#medical .course_type_box li a:before {
  content: "";
  display: block;
  width: 170px;
  height: 170px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  left: 36px;
  top: 10px;
  transition: all 0.3s ease-out;
}

#medical .course_type_box li a:hover:before {
  background: rgba(76, 188, 216, 0.4);
}

#medical .course_type_box .ladies a:hover:before {
  background: rgba(235, 113, 171, 0.4);
}

#medical .ladies div {
  color: #eb71ab;
}

#medical .course_type_box li .course_icon {
  line-height: 100px;
  margin: 0 auto 8px;
  height: 100px;
  width: 150px;
}

#medical .course_type_box li .course_icon img {
  transition: .3s ease all;
  vertical-align: middle;
}

#medical .title_box {
  display: flex;
}

#medical .title_box>div:first-child {
  width: 38%;
}

#medical .gift_box {
  margin: 115px 0 70px 40px;
}

#medical .gift_box img {
  width: 30%;
}

#medical .title_box .gift_box p {
  display: inline-block;
  font-size: 15px;
  line-height: 1.9em;
  margin: 15px 0 0 10px;
}

#medical .gift_box p span {
  font-size: 20px;
  font-weight: bold;
  color: #4cbcd8;
}

.koumoku_box .table_wrap {
  display: flex;
}

.koumoku_box table {
  vertical-align: top;
  width: calc(50% - 10px);
  display: inline-block;
}

.koumoku_box table:first-of-type {
  margin-right: 20px;
}

.koumoku_box table th,
.koumoku_box table td {
  font-size: 15px;
  line-height: 1.7em;
  padding: 15px 9px 15px 15px;
  border-top: 1px solid #999;
}

.koumoku_box table tr:last-child th,
.koumoku_box table tr:last-child td {
  border-bottom: 1px solid #999;
}

.koumoku_box table th {
  font-weight: 500;
  text-align: left;
  width: 160px;
  background: #f4feff;
}

#course03 .koumoku_box table th {
  background: #fdf2f7;
}

.koumoku_box table td {
  width: 350px;
}

.note_point {
  font-size: 16px;
  font-weight: bold;
  color: #F17567;
  margin-right: 2px;
  vertical-align: middle;
}

.note_point_txt {
  font-size: 14px;
  line-height: 1.6;
  color: #F17567;
  margin-top: 20px;
}

/* flow
-------------------------------------------------------------*/
#flow .contents {
  font-size: 16px;
  line-height: 150%;
}

#flow .first_box {
  display: flex;
  background: #fff;
}

#flow .first_box ul {
  margin-left: 30px;
  padding: 30px 0;
}

#flow .first_box li {
  text-indent: -17px;
  padding-left: 12px;
  margin-bottom: 14px;
}

#flow .first_box li:last-child {
  margin-bottom: 0;
}

#flow .first_box li::before {
  content: "・";
}

#flow .first_ttl {
  font-size: 20px;
  font-weight: 600;
  background: #4cbcd8;
  width: 184px;
  height: 184px;
  text-align: center;
  line-height: 184px;
  display: inline-block;
  color: #fff;
}

.flow_box01 {
  margin-bottom: 80px;
}

.flow_box01 li {
  margin-bottom: 20px;
}

.flow_box01 li:last-child {
  margin-bottom: 0;
}

.flow_box01 li>dl {
  padding-bottom: 20px;
}

/*step_number*/
.flow_box01 li>dl .step_number {
  text-align: center;
  width: 90px;
  padding: 8px;
  background: #4cbcd8;
  color: #fff;
  line-height: 1.3;
  border-radius: 5px;
}

.step_ttl {
  color: #4cbcd8;
  font-size: 22px;
  font-weight: 600;
}

.flow_box01 li>dl .step_ttl {
  margin: 0 0 0 20px;
}

.flow_box01 li dt {
  display: flex;
  align-items: center;
}

.flow_box01 li>dl dt {
  font-size: 22px;
  font-weight: 600;
  background: #fcf9f4;
  padding: 10px 10px 10px 30px;
}

#flow .flow_box01 li>dl>dd {
  margin: 20px 0 0 30px;
}

#flow .flow_box01 li>dl dd dl.daytime {
  display: flex;
}

#flow .flow_box01 li>dl dd dl.daytime dt,
#flow .flow_box01 li>dl dd dl.daytime dd {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
}

#flow .flow_box01 li>dl dd dl.daytime dt {
  margin-right: 10px;
}

/*step01*/
#flow .flow_box01 li>dl dd .contact_number {
  color: #4cbcd8;
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 30px;
}

#flow .flow_box01 li>dl dd .contact_number .number {
  font-size: 22px;
  margin-right: 2px;
  vertical-align: middle;
}

#flow .flow_box01 li>dl dd .contact_number .guidance {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

#flow .flow_box01 li>dl dd .contact_number .fax_pdf {
  font-size: 18px;
  margin-left: 20px;
  vertical-align: top;
}

#flow .flow_box01 li>dl dd .contact_number .fax_pdf:hover {
  opacity: 0.8;
}

/*step02*/
.flow_box01 li>dl dd .note_txt::before {
  content: "※";
}

/*step05*/
#flow .flow_box01 li .step_05 .namecall {
  border: 2px solid #4cbcd8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}

#flow .flow_box01 li .step_05 h5 {
  font-size: 20px;
  color: #4cbcd8;
  margin-bottom: 12px;
}

#flow .flow_box01 li .step_05 dd dl {
  padding: 20px 20px 0;
}

#flow .flow_box01 li .step_05 dd dl dt {
  color: #4cbcd8;
  margin-bottom: 10px;
  font-size: 18px;
  background: #fff;
  padding: 0;
}

#flow .flow_box01 li .step_05 dd dl dd {
  padding-bottom: 40px;
}

/*box02*/
#flow .flow_box02 .step_ttl {
  margin: 0 0 20px 30px;
}

#flow .flow_box02 ul,
#flow .flow_box02 p {
  margin-bottom: 40px;
  font-size: 15px;
  background: #fcf9f4;
  padding: 30px;
}

.flow_box01 .step_box li,
.flow_box02 li {
  text-indent: -1em;
  padding-left: 1em;
}

.flow_box02 li {
  margin-bottom: 20px;
}

#flow .flow_box02 li:last-child {
  margin-bottom: 0;
}

.flow_box01 .step_box li::before,
.flow_box02 li::before {
  content: "・";
}

#flow .flow_box01 .step_box .fax_pdf a {
  background: #4cbcd8;
  color: #fff;
  font-weight: 500;
  padding: 5px 5px 5px 16px;
  margin-top: 10px;
  width: 220px;
  border-radius: 5px;
  text-align: center;
}

/* inquiry
-------------------------------------------------------------*/
#inquiry .contents {
  width: 1040px;
  margin: 40px auto 85px;
}

#inquiry_flow {
  font-size: 0;
  line-height: 1em;
  margin-bottom: 35px;
  border-right: 2px solid #4cbcd8;
  overflow: hidden;
}

#inquiry_flow li {
  font-size: 18px;
  font-weight: bold;
  color: #4cbcd8;
  line-height: 60px;
  text-align: center;
  border-top: 2px solid #4cbcd8;
  border-bottom: 2px solid #4cbcd8;
  border-left: none;
  width: calc(100% / 3);
  display: inline-block;
  position: relative;
}

#inquiry_flow li.active {
  color: #fff;
  background: #4cbcd8;
}

#inquiry_flow li:nth-child(n + 2) {
  padding-left: 28px;
}

#inquiry_flow li:before {
  transform: translateY(-50%) rotate(45deg);
  width: 65px;
  height: 65px;
  z-index: -1;
  top: 50%;
  right: -17px;
  background: #4cbcd8;
  content: "";
  position: absolute;
}

#inquiry_flow li.active:before {
  z-index: 10;
}

#inquiry_flow li:after {
  transform: translateY(-50%) rotate(45deg);
  width: 65px;
  height: 65px;
  z-index: -1;
  top: 50%;
  right: -14px;
  background: #fff;
  content: "";
  position: absolute;
}

#inquiry_flow li.active:after {
  z-index: 0;
  left: -45px;
}

#inquiry_flow li:last-child:before,
#inquiry_flow li:last-child:after {
  display: none;
}

#inquiry_flow li.active:first-child:after {
  display: none;
}

#inquiry_flow li.active:last-child:after {
  display: block;
}

button,
input,
textarea,
[placeholder] {
  font-family: -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input,
textarea {
  font-size: 16px;
  padding: 7px;
  border: 1px solid #ccc;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
}

.select-wrap {
  display: inline-block;
  position: relative;
}

.select-wrap:before {
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  width: 6px;
  height: 6px;
  z-index: 1;
  right: 15px;
  bottom: 23px;
  content: "";
  position: absolute;
}

select {
  -moz-appearance: none;
  text-overflow: "";
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  font-family: -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: inherit;
  text-indent: 0.01px;
  vertical-align: middle;
  padding: 10px 40px 10px 10px;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
}

select option {
  color: #333;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

::-webkit-input-placeholder {
  color: #a4a4a4;
}

:-ms-input-placeholder {
  color: #a4a4a4;
}

::placeholder {
  color: #a4a4a4;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  position: relative;
  display: inline-block;
  padding: 7px 0 3px 18px;
  cursor: pointer;
}

input[type="checkbox"]+label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
}

input[type="checkbox"]:checked+label::after {
  position: absolute;
  content: '';
  top: -1px;
  left: 3px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #c94660;
  border-bottom: 2px solid #c94660;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.w100 {
  width: 100%;
}

.w35 {
  width: 35%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

#inquiry_table {
  margin-top: 15px;
  border-top: 1px solid #cccccd;
  width: 100%;
}

#inquiry_table th,
#inquiry_table td {
  padding: 15px 20px;
  border-bottom: 1px solid #cccccd;
}

#inquiry_table th {
  text-align: left;
  width: 250px;
  background: #f6f6f6;
}

#inquiry_table .required {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  vertical-align: bottom;
  margin-left: 7px;
  padding: 1px 5px;
  background: #c8445f;
}

.postal_code_box input,
.name_box input {
  margin: 0 10px;
}

.note {
  margin-top: 5px;
}

.policy_txt {
  margin-top: 20px;
  background: #f6f6f6;
  text-align: center;
  padding: 15px;
}

.policy_txt a {
  color: #c8445f;
  text-decoration: underline;
}

.btn_box {
  text-align: center;
  margin-top: 35px;
}

.btn_box p {
  width: 310px;
  display: inline-block;
  position: relative;
}

.btn_box .btn_back {
  margin-right: 20px;
}

.btn_box .btn_next:after,
p.btn01:after {
  content: "\f0da";
  display: block;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
  font-weight: bold;
  color: #4cbcd8;
  top: 50%;
  right: 10px;
  position: absolute;
  transition: 0.3s ease all;
}

.btn_box .btn_next:hover:after,
p.btn01:hover:after {
  color: #4cbcd8;
}

.btn_box .btn_back:after {
  font-family: 'Font Awesome 5 Free';
  transform: translateY(-50%);
  font-weight: bold;
  color: #888;
  top: 50%;
  left: 10px;
  content: '\f0d9';
  position: absolute;
  transition: .3s ease all;
}

.btn_box .btn_back:hover:after {
  color: #4cbcd8;
}

.btn_box .btn_back:after {
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
  font-weight: bold;
  color: #888;
  top: 50%;
  left: 10px;
  content: "\f0d9";
  position: absolute;
  transition: 0.3s ease all;
}

.btn_box .btn_back:hover:after {
  color: #565656;
}

.btn_box input,
p.btn01 a {
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #fff inset;
  transition: 0.3s ease all;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 11px;
  border: 2px solid #4cbcd8;
  width: 100%;
  display: block;
  background: linear-gradient(0deg, #f4feff, #fff);
  cursor: pointer;
  position: relative;
}

.btn_box input:hover {
  color: #4cbcd8;
  border-color: #4cbcd8;
}

.btn_box .btn_back input {
  color: #888;
  border: 2px solid #dddddd;
  background: linear-gradient(0deg, #f3f3f3, #fff);
}

.btn_box .btn_back input:hover {
  color: #383838;
  border-color: #808080;
}

#zipSuggest {
  line-height: 36px;
  padding: 0 15px;
  display: inline-block;
  background: #ccc;
  border-radius: 3px;
}

#zipSuggest:hover {
  opacity: 0.7;
}

.txt_box {
  font-size: 18px;
  font-weight: bold;
  color: #4cbcd8;
  line-height: 1.4em;
  text-align: center;
  padding: 70px 0;
  border: 3px solid #4cbcd8;
}

.error_txt {
  font-weight: bold;
  color: #f00;
  margin-top: 5px;
  display: block;
}

/* kenpo
-------------------------------------------------------------*/
#kenpo .kenpo_lead_txt {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 60px;
  text-align: center;
  width: 1080px;
  margin: 0 auto;
}

#kenpo .inner {
  width: 1080px;
  margin: 0 auto;
}

#kenpo .table01 {
  width: 100%;
}

#kenpo .table01 tr {
  border-top: 1px solid #4cbcd8;
}

#kenpo .table01 tr:last-child {
  border-bottom: 1px solid #4cbcd8;
}

#kenpo .table01 th,
#kenpo .table01 td {
  font-size: 15px;
  line-height: 1.7em;
  padding: 15px 9px 15px 15px;
}

#kenpo .table01 th {
  color: #4cbcd8;
  background: #f4feff;
  width: 120px;
}

#kenpo section {
  margin-bottom: 80px;
}

#kenpo section:last-child {
  margin-bottom: 0;
}

#kenpo .general {
  display: flex;
  flex-wrap: wrap;
}

#kenpo .general .exam_item {
  flex: 1.55;
}

#kenpo .general .general_graph {
  flex: 1;
}

#kenpo .note {
  font-size: 14px;
}

#kenpo .general .note {
  margin-top: 20px;
  text-indent: -1em;
  margin-left: 1em;
}

#kenpo .general_graph_title {
  color: #4cbcd8;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}

#kenpo .general_graph_title span {
  color: #ffffff;
  background: #4cbcd8;
  font-size: 15px;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

#kenpo .general_graph_img {
  width: 230px;
  margin: 0 auto;
}

#kenpo .general_graph_img img {
  width: 100%;
}

#kenpo .exam_item {
  margin-bottom: 45px;
}

#kenpo .exam_item:last-of-type {
  margin-bottom: 0;
}

#kenpo .exam_item h3 {
  color: #4cbcd8;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 14px;
  padding-left: 1px;
}

#kenpo .flow_box01 li>dl .step_ttl {
  font-size: 20px;
}

#kenpo .flow_box01 li>dl>dd {
  margin: 20px 0 0 140px;
}

#kenpo .flow_box01 li>dl::before {
  height: calc(100% - 76px);
}

#kenpo .flow_box01 {
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 60px;
}

#kenpo .box01 {
  background: #fcf9f4;
  padding: 30px;
}

#kenpo .box01 .title01 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 12px;
  margin-top: 0;
  color: #4cbcd8;
}

#kenpo .box01 li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

#kenpo .box01 li:last-child {
  margin-bottom: 0;
}

#kenpo .contents .inner .title01 {
  color: #4cbcd8;
}

/* access
-------------------------------------------------------------*/
.map {
  text-align: center;
  margin: 40px 0 30px;
}

.map_img {
  margin-right: 30px;
}

.about_access {
  overflow: hidden;
}

.about_access img {
  float: right;
}

.about_access dl {
  font-size: 16px;
  padding: 40px;
  width: 100%;
  background: #fcf9f4;
  float: left;
}

.about_access dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}

.about_access dd {
  line-height: 1.5em;
  margin-bottom: 40px;
}

.about_access dd:last-child {
  margin-bottom: 0;
}

/* notes
-------------------------------------------------------------*/
#notes ul {
  line-height: 1.8em;
  font-size: 15px;
}


/*#notes nav ul li {
  font-size: 18px;
}*/

#notes .bg_area li::before {
  content: "・";
}

#notes .bg_area li {
  text-indent: -1em;
  padding-left: 10px;
}

#notes .bg_area .inner {
  background: #fff;
  padding: 30px;
}

#notes .flow_box01 .step_ttl {
  margin-left: 0;
}

#notes .flow_box01 dt {
  margin-bottom: 20px;
}

#notes .flow_box01 .step_box li {
  margin: 0 0 0 30px;
}

#notes .note_txt {
  color: #f17567;
}

#notes .notes_camera dl dd dl dt {
  background: #fff;
  color: #4cbcd8;
  margin-bottom: 0;
  font-size: 20px;
}

#notes .notes_camera dl dd dl dd {
  margin-bottom: 20px;
}

#notes .notes_camera .note_txt {
  color: #000;
}

/* option
-------------------------------------------------------------*/
#option .contents {
  width: 1040px;
  margin: 0 auto;
}

#option .title02 {
  line-height: 1.6;
  margin-bottom: 40px;
}

#option .course_type_box,
#faq .course_type_box {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  margin-bottom: 50px;
}

#option .course_type_box li,
#faq .course_type_box li {
  margin-bottom: 16px;
  width: 24%;
  margin-right: 1.3%;
}

#option .course_type_box li:nth-last-child(-n+4),
#faq .course_type_box li:nth-last-child(-n+4) {
  margin-bottom: 0;
}

#option .course_type_box li:nth-child(4n),
#faq .course_type_box li:nth-child(4n) {
  margin-right: 0;
}

#option .course_type_box li a,
#faq .course_type_box li a {
  width: auto;
  border-radius: 10px;
  box-shadow: 0 0 0 3px #fff inset;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 23px;
  border: 2px solid #4cbcd8;
  display: block;
  position: relative;
  color: #4cbcd8;
}

#option .course_type_box li a:hover,
#faq .course_type_box li a:hover {
  background: linear-gradient(0deg, rgba(76, 188, 216, 0.4), #fff);
}

#option .option_block {
  margin-bottom: 60px;
}

#option .option_title {
  background: #4cbcd8;
  padding: 13px 15px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

#option .option_item {
  border-bottom: 1px dashed #999;
  display: flex;
  flex-wrap: wrap;
  background: #fcf9f4;
}

#option .option_item:first-of-type {
  border-bottom: none;
  background: rgba(76, 188, 216, 0.2);
  color: #4cbcd8;
  font-weight: bold;
}

#option .option_item:first-of-type dt,
#option .option_item:first-of-type dd {
  padding: 13px 15px;
}

#option .option_item:first-of-type dd.option_desc {
  position: relative;
  left: 24%;
}

#option .option_set:first-of-type dd.option_desc {
  position: static;
  text-align: center;
}

#option .option_set dt {
  width: 880px;
}

#option .option_item:last-of-type {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}

#option .option_name {
  color: #4cbcd8;
  font-weight: bold;
  font-size: 16px;
  width: 240px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#option .option_name span {
  font-size: 12px;
  display: block;
}

#option .option_desc {
  font-size: 16px;
  flex: 1;
  line-height: 1.5;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#option .option_desc .alert {
  color: #f04e3b;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

#option .option_desc .note {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

#option .option_price {
  font-size: 16px;
  padding: 15px;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#option .option_price span {
  font-size: 14px;
  display: block;
}

#option .option_note {
  text-indent: -1em;
  padding-left: 1em;
}

#option .detail_btn a {
  display: inline-block;
  background: #4cbcd8;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}

#option .detail_btn a:hover {
  opacity: 0.7;
}

/* faq
-------------------------------------------------------------*/
#faq .contents {
  width: 1040px;
  margin: 0 auto;
}

#faq .course_type_box {
  margin: 50px auto 70px;
}

#faq .title01 {
  color: #4cbcd8;
}

#faq .faq_list {
  margin-bottom: 60px;
  font-size: 15px;
}

#faq .faq_item {
  position: relative;
  border-bottom: 1px dashed #999;
}

#faq .faq_item:first-of-type {
  border-top: 1px dashed #999;
}

#faq .faq_item:before,
#faq .faq_item:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #4cbcd8;
  position: absolute;
  right: 20px;
  top: 26px;
  z-index: 1;
}

#faq .faq_item:after {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

#faq .faq_item.opened:after {
  transform: rotate(0deg);
}

#faq .faq_head {
  background: #fcf9f4;
  display: flex;
  align-items: center;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
  position: relative;
  color: #4cbcd8;
  font-weight: bold;
}

#faq .faq_head:hover {
  background: rgba(76, 188, 216, 0.2);
}

#faq .faq_body {
  padding: 5px 40px 30px 20px;
  display: none;
  background: #fcf9f4;
  line-height: 1.7
}

#faq .faq_body li::before {
  content: "・";
}

#faq .faq_space {
  display: block;
  margin: 10px 0;
}
