@charset "utf-8";
/*-----------------------------------------
	common
-----------------------------------------*/
.inner {
  max-width: 980px;
  margin: 0 auto;
}
.main h3,
.main h4,
.main h5 {
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}
.main h5 {
  color: #4ca2c8;
}
.main ul,
.main li {
  text-align: left;
}
.main dd {
  line-height: 1.8;
  text-align: left;
}
#read_field img,
.main img {
  max-width: 100%;
  margin: 0 auto;
}
#read_field p,
.main p {
  line-height: 2;
  margin-bottom: 1.5em;
  text-align: left;
}
#read_field p.small,
.main p.small {
  line-height: 1.5;
  font-size: 75%;
}
img.img_right {
  margin: 0 0 40px 40px;
  float: right;
}
img.img_left {
  margin: 0 40px 40px 0;
  float: left;
}
.main section a {
  color: #4ca2c8;
}
.main section p a.icon_arrow,
.main section p a[target="_blank"] {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.2;
}
.main section p a.icon_arrow::before,
.main section p a[target="_blank"]::before {
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.main section p a.icon_arrow::before {
  background: url("../img/icon_arrow.png") center center no-repeat;
}
.main section p a[target="_blank"]::before {
  background: url("../img/icon_blank.png") center center no-repeat;
}

.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}

/* :hover */
a {
  transition: all 0.3s ease;
}

@media only screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 681px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner,
  .main > section {
    width: 92%;
    margin: 0 4%;
  }
  img.img_right,
  img.img_left {
    width: 100%;
    margin: 0 auto 40px;
    float: none;
  }

  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

/*-----------------------------------------
	#read_field
-----------------------------------------*/
#read_field {
  padding: 13px 0 80px;
  color: #ffffff;
  text-align: center;
  background: #4ca2c8 url("../img/read_bg.png") top center no-repeat;
}

#read_field .breadcrumbs_list,
#read_field .breadcrumbs_list a {
  color: #ffffff;
}
#read_field .breadcrumbs_list div ul li {
  background-image: url("../../include/img/breadcrumbs_list_arrow_white.png");
}
#read_field .breadcrumbs_list div ul li.arrownone {
  background: none;
}

#read_field .read_title {
  padding: 80px 0;
}
#read_field .read_title h2 {
  margin: 0 0 40px;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
#read_field .read_title h2 strong {
  font-size: 50px;
  padding-top: 0.5em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.02em 0.2em;
  background-image: -webkit-radial-gradient(
    0.09em 0.09em at center center,
    #ec983d,
    #ec983d 100%,
    transparent
  );
  background-image: radial-gradient(
    0.09em 0.09em at center center,
    #ec983d,
    #ec983d 100%,
    transparent
  );
}
_::-webkit-full-page-media,
_:future,
:root #read_field .read_title h2 strong {
  /*safari*/
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #ec983d)
  );
  background: linear-gradient(transparent 70%, #ec983d 0%);
}
#read_field .read_title p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#read_field .read_title p strong {
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #ec983d)
  );
  background: linear-gradient(transparent 70%, #ec983d 0%);
}
#read_field .read_detail {
  width: 100%;
  text-align: left;
}
#read_field .read_detail h3 {
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 1.6;
}
#read_field .read_detail .read_ddetail_img {
  float: right;
}
#read_field .read_detail .read_ddetail_img img {
  margin: -100px 0 20px 50px;
  display: block;
}
#read_field .read_detail .read_ddetail_img span {
  display: block;
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 681px) {
  #read_field {
    padding: 13px 0 40px;
    background: #4ca2c8;
  }
  #read_field .read_title {
    padding: 40px 0 20px;
  }
  #read_field .read_title h2 {
    margin: 0 0 20px;
    font-size: 18px;
  }
  #read_field .read_title h2 strong {
    font-size: 25px;
    display: inline;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, transparent),
      color-stop(0%, #ec983d)
    );
    background: linear-gradient(transparent 70%, #ec983d 0%);
  }
  #read_field .read_title p {
    font-size: 14px;
  }
  #read_field .read_detail {
    width: 100%;
    text-align: left;
  }
  #read_field .read_detail h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
  #read_field .read_detail .read_ddetail_img {
    margin: 0 0 20px;
    float: none;
  }
  #read_field .read_detail .read_ddetail_img img {
    width: 60%;
    height: auto;
    margin: 0 auto 10px;
  }
  #read_field .read_detail .read_ddetail_img span {
    text-align: center;
  }
}

/*-----------------------------------------
caption_field
-----------------------------------------*/
.caption_field {
  width: 100%;
  background: #e0f1f9;
  padding: 80px 0 0;
}
.caption_field .inner {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.caption_field .inner dl {
  padding: 1.5em 5%;
}
.caption_field .inner dt {
  color: #4ca2c8;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.caption_field .inner dd {
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 681px) {
  .caption_field {
    padding: 10% 0 0;
  }
  .caption_field .inner {
    width: 92%;
  }
  .caption_field .inner dt {
    color: #4ca2c8;
    margin: 0 0 0.5em;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
  .caption_field .inner dd {
    line-height: 2;
    margin: 0;
  }
}

/*-----------------------------------------
	main
	common
-----------------------------------------*/
.main {
  padding: 230px 0 0;
  color: #646464;
  background: #e0f1f9;
}

.main > section {
  max-width: 840px;
  width: 96%;
  margin: 0 auto 140px;
  padding: 0 60px 20px 60px;
  position: relative;
  background: #ffffff;
  text-align: center;
}
.main > section.no07 {
  /*2021.11.25 changed*/
  margin: 0 auto;
}
.main > section > section {
  padding-bottom: 20px;
  position: relative;
}
.main > section > section > div,
.main > section > section > ul,
.main > section > section > img,
.main > section > section > dl {
  margin-bottom: 40px;
}
.main > section h3 {
  margin: 0 0 50px;
  padding: 70px 0 0;
  color: #4ca2c8;
  font-size: 28px;
  text-align: center;
  position: relative;
}
.main > section h3::before {
  content: "";
  width: 100%;
  height: 66px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
}
.main > section.no01 h3::before {
  background-image: url("../img/sec01_num.png");
}
.main > section.no02 h3::before {
  background-image: url("../img/sec02_num.png");
}
.main > section.no03 h3::before {
  background-image: url("../img/sec03_num.png");
}
.main > section.no04 h3::before {
  background-image: url("../img/sec04_num.png");
}
.main > section.no05 h3::before {
  background-image: url("../img/sec05_num.png");
}
.main > section.no06 h3::before {
  background-image: url("../img/sec06_num.png");
}
.main > section.no07 h3::before {
  background-image: url("../img/sec07_num.png");
} /*2021.11.25 added*/

.main > section h4 {
  margin: 0 0 40px;
  padding: 0 0 20px;
  position: relative;
  font-size: 20px;
}
.main > section h4::before,
.main > section h4::after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
}
.main > section h4::before {
  background: #fff722;
  left: 0;
}
.main > section h4::after {
  background: #4ca2c8;
  left: 20px;
}
.main > section h5 {
  font-size: 18px;
  margin: 0 0 40px;
}

@media screen and (max-width: 980px) {
  .main > section {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 681px) {
  .main {
    padding: 70px 0 0;
  }

  .main > section {
    width: 94%;
    margin: 0 auto 50px;
    padding: 0 6% 0 6%;
    box-sizing: border-box;
  }
  .main > section > section {
    padding-bottom: 10px;
  }
  .main > section > section > div,
  .main > section > section > ul,
  .main > section > section > img,
  .main > section > section > dl {
    margin-bottom: 20px;
  }
  .main > section h3 {
    margin: 0 0 25px;
    padding: 35px 0 0;
    font-size: 20px;
  }
  .main > section h3::before {
    height: 33px;
    background-size: auto 100%;
    top: -20px;
  }
  .main > section h4 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 18px;
  }
  .main > section h5 {
    font-size: 16px;
    margin: 0 0 20px;
  }
}

/*	.impact_list
--------------------*/
.impact_list img {
  margin-bottom: 100px;
}
.impact_list ul {
  width: 47%;
  position: absolute;
  left: 40%;
  bottom: 60px;
}
.impact_list ul li {
  width: 100%;
  margin-bottom: 10px;
  padding: 0.7em 1em;
  position: relative;
  line-height: 1.4;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ec983d;
  border-radius: 2em;
}
.impact_list ul li:nth-of-type(2n) {
  margin-left: 2em;
}
.impact_list ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 0.5em 0 0;
  display: inline-block;
  vertical-align: top;
  background: url("../img/sec01_icon.png") no-repeat;
}

@media screen and (max-width: 681px) {
  .impact_list img {
    margin-bottom: 20px;
  }
  .impact_list ul {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .impact_list ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0.7em 0.7em;
    background-position: 0.7em 0.7em;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .impact_list ul li:nth-of-type(2n) {
    margin-left: 0;
  }
}

/*	.symptomatology_list
--------------------*/
.symptomatology_list {
  width: 100%;
}
.symptomatology_list li {
  max-width: 260px;
  margin: 0 30px 10px 0;
  float: left;
}
.symptomatology_list li:nth-of-type(3n) {
  margin-right: 0;
}
.symptomatology_list li img {
  margin: 0 auto 10px;
  display: block;
}
.symptomatology_list li p {
  color: #4ca2c8;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  ul.symptomatology_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .symptomatology_list li {
    margin: 0 auto 20px;
    width: 50%;
    max-width: none;
  }
}

@media screen and (max-width: 681px) {
  .symptomatology_list li {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
  .symptomatology_list li img {
    margin: 0 auto 10px;
    display: block;
  }
}

/*	.point_field
--------------------*/
.point_field {
  padding: 30px;
  text-align: center;
  background: #f8f6cd;
  border-radius: 10px;
}
.point_field dt {
  font-size: 18px;
  margin-bottom: 1em;
  color: #e3933e;
  font-weight: bold;
}
.point_field dd {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 681px) {
  .point_field {
    padding: 1em;
  }
  .point_field dd {
    font-size: 16px;
  }
}
/*	.hf_features
--------------------*/
.hf_features {
  padding: 40px 40px 25px 40px;
  border: 1px solid #4ca2c8;
}
.hf_features h5 {
  min-height: 60px;
  margin: 0 0 40px;
  padding: 0 0 10px 70px;
  font-size: 20px;
  line-height: 60px;
  border-bottom: 2px dotted #4ca2c8;
  background: url("../img/icon_hf.png") top left no-repeat;
}

@media screen and (max-width: 681px) {
  .hf_features {
    padding: 20px 20px 15px 20px;
  }
  .hf_features h5 {
    padding: 70px 0 10px;
    font-size: 20px;
    line-height: 1.6;
    background-position: top center;
  }
}


/*	.dr_point
--------------------*/
.dr_point {
  padding: 40px 40px 25px 40px;
  border: 1px solid #4ca2c8;
}
.dr_point h5 {
  min-height: 60px;
  margin: 0 0 40px;
  padding: 0 0 10px 70px;
  font-size: 20px;
  line-height: 60px;
  border-bottom: 2px dotted #4ca2c8;
  background: url("../img/icon_dr.png") top left no-repeat;
}

@media screen and (max-width: 681px) {
  .dr_point {
    padding: 20px 20px 15px 20px;
  }
  .dr_point h5 {
    padding: 70px 0 10px;
    font-size: 20px;
    line-height: 1.6;
    background-position: top center;
  }
}

/*	.hf_list
--------------------*/
.hf_list:nth-of-type(1) ul {
  background: url("../img/sec01_image02.jpg") center right no-repeat;
}
.hf_list:nth-of-type(2) ul {
  background: url("../img/sec01_image02.jpg") center right no-repeat;
  background-size: 30%;
}
@media screen and (max-width: 681px) {
  .hf_list:nth-of-type(1) ul {
    background: url("../img/sec01_image02.jpg") bottom center no-repeat;
  }
  .hf_list:nth-of-type(2) ul {
    background: url("../img/sec01_image02.jpg") bottom center no-repeat;
    background-size: 53%;
  }
}
.hf_list ul li {
  margin: 0 0 20px;
  padding: 0 0 0 2em;
  position: relative;
  color: #000000;
  font-size: 17px;
  vertical-align: middle;
}
.hf_list ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 1em 0 0;
  display: inline-block;
  vertical-align: middle;
  background: #e0f1f9;
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 681px) {
  .hf_list ul {
    padding-bottom: 120px;
    background-position: bottom center;
  }
  .hf_list ul li {
    font-size: 14px;
  }
  .hf_list ul li::before {
    width: 18px;
    height: 18px;
  }
}

/*	.check_list
--------------------*/
.check_list:nth-of-type(1) ul {
  background: url("../img/sec03_check_img.png") center right no-repeat;
}
.check_list:nth-of-type(2) ul {
  background: url("../img/sec02_symptomatology05.png") center right no-repeat;
  background-size: 30%;
}
@media screen and (max-width: 681px) {
  .check_list:nth-of-type(1) ul {
    background: url("../img/sec03_check_img.png") bottom center no-repeat;
  }
  .check_list:nth-of-type(2) ul {
    background: url("../img/sec02_symptomatology05.png") bottom center no-repeat;
    background-size: 53%;
  }
}
.check_list ul li {
  margin: 0 0 20px;
  padding: 0 0 0 2em;
  position: relative;
  color: #000000;
  font-size: 17px;
  vertical-align: middle;
}
.check_list ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 1em 0 0;
  display: inline-block;
  vertical-align: middle;
  background: #e0f1f9;
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 681px) {
  .check_list ul {
    padding-bottom: 120px;
    background-position: bottom center;
  }
  .check_list ul li {
    font-size: 14px;
  }
  .check_list ul li::before {
    width: 18px;
    height: 18px;
  }
}

/*	.seminar_list
--------------------*/
.seminar_list ul li {
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
  position: relative;
  color: #000000;
}
.seminar_list ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  background: #4ca2c8;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/*-----------------------------------------
	.sub_info
-----------------------------------------*/
.main .sub_info {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  padding: 0 0 60px;
  background: transparent;
}
.main .sub_info h3 {
  font-size: 28px;
  color: #646464;
}
.main .sub_info .category_set {
  width: 100%;
}
.main .sub_info .info_set {
  margin-bottom: 40px;
  padding: 30px;
  background: #ffffff;
}
.main .sub_info .info_set .data_info {
  text-align: left;
}
.main .sub_info .info_set a {
  display: block;
  color: #646464;
}
.main .sub_info .info_set h4 {
  margin: 0 0 20px;
  padding: 0;
}
.main .sub_info .info_set h4::before,
.main .sub_info .info_set h4::after {
  display: none;
}
.main .sub_info .info_set p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.main .sub_info .info_set .label {
  margin: 0 0 20px;
  padding: 0.5em 1em;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background: #4ca2c8;
}

.main .sub_info .dl_field .label {
  background-color: #ec983d;
}
.main .sub_info .youtube_field .label {
  background-color: #ec3d66;
}
.main .sub_info .book_field .label {
  background-color: #80b913;
}
.main .sub_info .app_field .label {
  background-color: #13b9a7;
}

.main .sub_info .clm_2 .info_set {
  max-width: 460px;
  margin-right: 40px;
  padding: 0;
  float: left;
  width: 100%;
}
.main .sub_info .clm_2 .info_set:nth-of-type(2n) {
  margin-right: 0;
}
.main .sub_info .clm_2 .info_set a {
  padding: 30px;
  box-sizing: border-box;
}
.main .sub_info .clm_2 .info_set .thumb_info {
  float: left;
}
.main .sub_info .clm_2 .info_set .data_info {
  width: 250px;
  float: right;
}

.main .sub_info .youtube_field ul {
  padding: 20px 0 0;
}
.main .sub_info .youtube_field ul li {
  margin: 0 30px 0 0;
  float: left;
}
.main .sub_info .youtube_field ul li:nth-of-type(3n) {
  margin: 0;
}

.main .sub_info .app_field .info_set {
  max-width: 900px;
  width: 100%;
  display: table;
  vertical-align: middle;
}
.main .sub_info .app_field .data_info {
  display: table-cell;
  vertical-align: middle;
}
.main .sub_info .app_field .btn_area {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .main .sub_info .info_set .label {
    margin: 10px auto;
    display: block;
    max-width: max-content;
  }

  .main .sub_info .youtube_field ul li {
    width: 30%;
  }

  .main .sub_info .clm_2 .info_set {
    width: calc(50% - 8px);
    max-width: none;
    margin: 0 0 20px;
    margin-right: 15px;
  }

  .main .sub_info .category_set {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .main .sub_info .clm_2 .info_set:nth-child(2n) {
    margin-right: 0;
  }

  .main .sub_info .clm_2 .info_set a {
    padding: 10px;
  }

  .main .sub_info .clm_2 .info_set .thumb_info,
  .main .sub_info .clm_2 .info_set .data_info {
    width: 100%;
  }

  .main .sub_info .clm_2 .info_set .thumb_info {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 681px) {
  .main .sub_info {
    width: 92%;
    padding: 0 0 50px;
  }
  .main .sub_info h3 {
    font-size: 28px;
  }
  .main .sub_info .info_set {
    margin-bottom: 10px;
    padding: 15px;
  }
  .main .sub_info .info_set .data_info {
    text-align: center;
  }
  .main .sub_info .info_set h4 {
    margin: 0 0 10px;
    text-align: center;
  }
  .main .sub_info .info_set p {
    text-align: center;
  }
  .main .sub_info .info_set .label {
    margin: 0 auto 10px;
  }

  .main .sub_info .clm_2 .info_set {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .main .sub_info .clm_2 .info_set a {
    padding: 15px;
  }
  .main .sub_info .clm_2 .info_set .thumb_info {
    margin-bottom: 10px;
    float: none;
  }
  .main .sub_info .clm_2 .info_set .data_info {
    width: 100%;
    float: none;
  }

  .main .sub_info .youtube_field ul li {
    margin: 0 0 10px;
    float: none;
    width: 100%;
  }
  .main .sub_info .youtube_field ul li img {
    width: 100%;
  }

  .main .sub_info .app_field .info_set {
    width: auto;
  }
  .main .sub_info .app_field .data_info,
  .main .sub_info .app_field .btn_area {
    display: block;
  }
  .main .sub_info .app_field .data_info {
    margin-bottom: 10px;
  }
  .main .sub_info .app_field .btn_area a img {
    width: 60%;
  }
}

/*-----------------------------------------
	ClearFix
-----------------------------------------*/
.clearfix::before,
.clearfix::after,
#read_field .read_detail::before,
#read_field .read_detail::after,
.impact_list::before,
.impact_list::after,
.symptomatology_list::before,
.symptomatology_list::after,
.main .sub_info .category_set::before,
.main .sub_info .category_set::after,
.main .sub_info .info_set::before,
.main .sub_info .info_set::after,
.main .sub_info .clm_2 .info_set a::before,
.main .sub_info .clm_2 .info_set a::after,
.main .sub_info .youtube_field ul::before,
.main .sub_info .youtube_field ul::after {
  content: "";
  display: table;
}
.clearfix::after,
#read_field .read_detail::after,
.impact_list::after,
.symptomatology_list::after,
.main .sub_info .category_set::after,
.main .sub_info .info_set::after,
.main .sub_info .clm_2 .info_set a::after,
.main .sub_info .youtube_field ul::after {
  clear: both;
}
.clearfix,
#read_field .read_detail,
.impact_list,
.symptomatology_list,
.main .sub_info .category_set,
.main .sub_info .info_set,
.main .sub_info .clm_2 .info_set a,
.main .sub_info .youtube_field ul::after {
  *zoom: 1;
}

/*-----------------------------------------
	News Area
-----------------------------------------*/
.news_area .news_list h2 {
  text-align: center;
  margin: 0 0 40px;
  font-size: 240%;
  letter-spacing: 3px;
}

.news_area .news_list h2 .sub_ttl {
  font-size: 58%;
  color: #4ca2c8;
  letter-spacing: 0px;
}

.news_area .osirase {
  width: 100%;
  color: #646464;
  display: block;
  margin-top: 0px;
  clear: both;
  padding: 0;
  line-height: 1.8em;
  box-sizing: border-box;
}

.news_area .osirase a {
  color: #646464;
}

.news_area .day {
  display: inline-block;
  font-size: 13px;
  color: #646464;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 100%;
}

.news_item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #949494;
}

.news_area .news_list .news_item:nth-child(2) {
  border-top: 1px solid #949494;
}

.news_area {
  background-color: #f7f7f7;
  padding: 70px 0 250px;
}

.news_area .news_list {
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 95%;
}

.news_area .news-item_category {
  display: inline-block;
  background: #87d8e8;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 14px;
  width: 160px;
}

.news_area .news_link {
  background: url(../../img/btn/alow1.png) no-repeat left center;
  padding-left: 20px;
  max-width: max-content;
  display: block;
  margin: 20px 0 0 auto;
}

.point_text {
  text-align: center;
  background-color: #ffffff;
  padding: 45px 0;
  color: #4ca2c8;
  font-size: 50px;
  font-weight: bold;
  border: 10px solid #e0f1f9;
  max-width: 1200px;
  position: relative;
  top: 90px;
  margin: -230px auto 0;
  border-radius: 20px;
}

.point_text img {
  width: 0.8em;
  height: auto;
  position: relative;
  margin: 0 5px 0 10px;
  top: 4px;
}

.point_text .pc-none {
  display: none;
}

/*news_area topBnr*/
.news_area .topBnr {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.news_area .topBnr section {
  margin: 60px auto 0;
}
.news_area .topBnr img {
  width: 100%;
  margin: 0 auto;
}
.news_area .topBnr img.pc {
  display: block;
}
.news_area .topBnr img.sp {
  display: none;
}
.news_area .topBnr p {
  color: #646464;
  line-height: 1.7;
  padding-top: 1em;
  text-align: left;
}
.news_area .topBnr a {
  color: #4ca2c8;
}
.news_area .topBnr p a.icon_arrow {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.news_area .topBnr p a.icon_arrow::before {
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_arrow.png") center center no-repeat;
}

/*news_area specialNews*/
.news_area .specialNews {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 1.5em 2em;
  margin-bottom: min(4%, 30px);
  font-size: min(3.5vw, 20px);
  line-height: 1.7em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
}
.news_area .specialNews p {
  margin: 0;
}
.news_area .specialNews a {
  color: #4ca2c8;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid;
}
.news_area .specialNews a[target="_blank"] {
  padding-left: 1.5em;
}
.news_area .specialNews a[target="_blank"]::before {
  background: url(../img/icon_blank.png) center center no-repeat;
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 959px) {
  .point_text .pc-none {
    display: block;
  }
}

@media screen and (max-width: 681px) {
  .news_area .news_list {
    padding: 20px;
  }

  .news_area .news_list h2 {
    font-size: 7vw;
    margin-bottom: 20px;
  }

  .point_text {
    font-size: 28px;
    padding: 25px 0;
    line-height: 1.8em;
    top: 20px;
  }

  .point_text img {
    margin: 5px 0 0 0;
  }

  /*news_area topBnr*/
  .news_area .topBnr {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .news_area .topBnr section {
    margin: 8% auto 0;
  }
  .news_area .topBnr img.pc {
    display: none;
  }
  .news_area .topBnr img.sp {
    display: block;
  }
}

@charset "utf-8";

/*-----------------------------------------
	common
-----------------------------------------*/
.inner {
  max-width: 980px;
  margin: 0 auto;
  width: 98%;
}

.main h3,
.main h4,
.main h5 {
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}

.main h5 {
  color: #4ca2c8;
}

.main ul,
.main li {
  text-align: left;
}

.main dd {
  line-height: 1.8;
  text-align: left;
}

#read_field img,
.main img {
  max-width: 100%;
  margin: 0 auto;
}

#read_field p,
.main p {
  line-height: 2;
  margin-bottom: 1.5em;
  text-align: left;
}

#read_field p.small,
.main p.small {
  line-height: 1.5;
  font-size: 75%;
}

img.img_right {
  margin: 0 0 40px 40px;
  float: right;
}

img.img_left {
  margin: 0 40px 40px 0;
  float: left;
}

.main section a {
  color: #4ca2c8;
}

.main section p a.icon_arrow,
.main section p a[target="_blank"] {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.2;
}

.main section p a.icon_arrow::before,
.main section p a[target="_blank"]::before {
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.main section p a.icon_arrow::before {
  background: url("../img/icon_arrow.png") center center no-repeat;
}

.main section p a[target="_blank"]::before {
  background: url("../img/icon_blank.png") center center no-repeat;
}

/* :hover */
a {
  transition: all 0.3s ease;
}

@media only screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 681px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .inner,
  .main > section {
    width: 92%;
    margin: 0 4% 60px;
  }

  img.img_right,
  img.img_left {
    width: 100%;
    margin: 0 auto 40px;
    float: none;
  }
}

/*-----------------------------------------
	#read_field
-----------------------------------------*/
#read_field {
  padding: 13px 0 80px;
  color: #ffffff;
  text-align: center;
  background: #4ca2c8 url("../img/read_bg.png") top center no-repeat;
}

#read_field .breadcrumbs_list,
#read_field .breadcrumbs_list a {
  color: #ffffff;
}

#read_field .breadcrumbs_list div ul li {
  background-image: url("../../include/img/breadcrumbs_list_arrow_white.png");
}

#read_field .breadcrumbs_list div ul li.arrownone {
  background: none;
}

#read_field .read_title {
  padding: 80px 0;
}

#read_field .read_title h2 {
  margin: 0 0 40px;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

#read_field .read_title h2 strong {
  font-size: 50px;
  padding-top: 0.5em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.02em 0.2em;
  background-image: -webkit-radial-gradient(
    0.09em 0.09em at center center,
    #ec983d,
    #ec983d 100%,
    transparent
  );
  background-image: radial-gradient(
    0.09em 0.09em at center center,
    #ec983d,
    #ec983d 100%,
    transparent
  );
}

_::-webkit-full-page-media,
_:future,
:root #read_field .read_title h2 strong {
  /*safari*/
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #ec983d)
  );
  background: linear-gradient(transparent 70%, #ec983d 0%);
}

#read_field .read_title p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#read_field .read_title p strong {
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #ec983d)
  );
  background: linear-gradient(transparent 70%, #ec983d 0%);
}

#read_field .read_detail {
  width: 100%;
  text-align: left;
}

#read_field .read_detail h3 {
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 1.6;
}

#read_field .read_detail .read_ddetail_img {
  float: right;
}

#read_field .read_detail .read_ddetail_img img {
  margin: -100px 0 20px 50px;
  display: block;
}

#read_field .read_detail .read_ddetail_img span {
  display: block;
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 681px) {
  #read_field {
    padding: 13px 0 40px;
    background: #4ca2c8;
  }

  #read_field .read_title {
    padding: 40px 0 20px;
  }

  #read_field .read_title h2 {
    margin: 0 0 20px;
    font-size: 18px;
  }

  #read_field .read_title h2 strong {
    font-size: 25px;
    display: inline;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, transparent),
      color-stop(0%, #ec983d)
    );
    background: linear-gradient(transparent 70%, #ec983d 0%);
  }

  #read_field .read_title p {
    font-size: 14px;
  }

  #read_field .read_detail {
    width: 100%;
    text-align: left;
  }

  #read_field .read_detail h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }

  #read_field .read_detail .read_ddetail_img {
    margin: 0 0 20px;
    float: none;
  }

  #read_field .read_detail .read_ddetail_img img {
    width: 60%;
    height: auto;
    margin: 0 auto 10px;
  }

  #read_field .read_detail .read_ddetail_img span {
    text-align: center;
  }
}

/*-----------------------------------------
column__wrap
-----------------------------------------*/
.column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
  padding-top: 4em;
  color: #646464;
}
.column__wrap a:link,
.column__wrap a:visited {
  color: #646464;
}
.course-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
  color: #646464;
  max-width: 380px;
  width: 39.5833333333%;
  margin: 0;
}
.course-box:hover {
  opacity: 0.8;
}
.course-box__header {
  position: relative;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 16px 0;
}
.course-box__header .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 54px;
  width: 14.2105263158%;
  margin: auto 0;
}
.course-box__header .ico img {
  max-width: 100%;
}
.course-box__header .heading {
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
}
.course-box__header .arrow {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  background: url(../img/ico_arrow_course_01.svg) no-repeat center/100% auto;
  width: 12px;
  margin: auto 0;
}
.course-box__header .arrow::before {
  content: "";
  display: block;
  padding-top: 158.3333333333%;
}
.course-box__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.7777777778;
  border-radius: 0 0 6px 6px;
  padding: 20px;
}
.course-box--01 .course-box__header {
  background: #eb9c44;
}
.course-box--01 .course-box__content {
  background: #fffbed;
}
.course-box--02 .course-box__header {
  background: #528fef;
}
.course-box--02 .course-box__content {
  background: #ebf6fe;
}
@media only screen and (max-width: 768px) {
  .course-box {
    max-width: unset;
    width: 94%;
  }
  .course-box:not(:nth-of-type(2n + 1)) {
    margin-top: 20px;
  }
  .course-box__header .ico {
    width: 14.328358209%;
  }
  .course-box__header .heading {
    font-size: 16px;
  }
  .course-box__content {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .course-box:not(:nth-of-type(2n + 1)) {
    margin-left: 5%;
  }
}
.c-midashi {
  width: 960px;
  text-align: left;
  color: #fff;
  margin: 10px auto 20px auto;
}

@media screen and (max-width: 681px) {
  .c-midashi {
    width: auto;
  }
}
