@charset "utf-8";
/* CSS Document */

.root,
div,
h2,
section {
  --blue-color: #66BB6A;
  --pink-color: #2E7D32;
  --yellow-color: #f2d5b5;
  --paleblue-color: #F1F8E9;
  --gray-color: #3e3a39;
  --baige-color: #F1F8E9;
  --text-color: #333;
}

.site_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hover {
  transition-duration: .3s;
}

.hover:hover {
  transition-duration: .3s;
  opacity: .7;
}

.btn {
  width: 320px;
  height: 60px;
  margin: 20px auto 40px;
  background: var(--blue-color);
  position: relative;
  border-radius: 5px;
  transition-duration: .3s;
}

.btn:hover {
  opacity: .7;
  transition-duration: .3s;
}


.btn a {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*セミナー*/

.seminar .mv_section {
  background: url(../img/seminar/seminar_mv.png) center/cover no-repeat;
  height: 493px;
}

.seminar .h1 {
  font-size: 4.8rem;
  line-height: 1;
  padding: 2% 0 0 3%;
}

.seminar .h1 small {
  font-size: 2.4rem;
}

.seminar .anchor_area {
  background: url(../img/seminar/anchor_bg.png) center/cover no-repeat;
  padding: 60px 0;
}

.seminar .anchor_inner {
  width: 1000px;
  margin: 0 auto;
  background: var(--baige-color);
  padding: 40px 50px;
  border-radius: 10px;
  box-shadow: 0 0 6px #ccc;
}

.seminar .anchor_inner ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 5px;
  border-bottom: 2px dotted var(--blue-color);
}

.seminar .anchor_inner ul li a .date {
  background: var(--blue-color);
  color: #fff;
  width: 160px;
  padding: 8px 8px;
  border-radius: 5px;
  text-align: center;
}

.seminar .anchor_inner ul li .title {
  padding-left: 20px;
}

.seminar .anchor_inner ul li .link_btn {
  width: 32px;
  height: 32px;
  background: var(--blue-color);
  border-radius: 20px;
  position: relative;
  margin-left: auto;
}

.seminar .anchor_inner ul li .link_btn:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 29%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center center;
}

.seminar .seminar_box {
  border: 2px solid var(--blue-color);
  padding: 0 60px 60px;
  margin-bottom: 100px;
}

.seminar #seminar1,
.seminar #seminar2,
.seminar #seminar3,
.seminar #seminar4 {
  margin-top: -140px;
  padding-top: 140px;
}

.seminar .app {
  margin-top: 60px;
}

.seminar .seminar_box .seminar_date {
  background: var(--blue-color);
  margin: 0 -60px 40px;
  color: #fff;
  padding: 10px 0 10px 20px;
}

.seminar .seminar_box .seminar_date span {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

.seminar .seminar_box .seminar_title {
  vertical-align: middle;
  padding-bottom: 20px;
  border-bottom: 2px solid #aaa;
}


.seminar .seminar_box .seminar_title span {
  font-size: 1.8rem;
  color: var(--pink-color);
  border: 1px solid var(--pink-color);
  padding: 10px 20px 6px;
  margin-right: 20px;
  height: 42px;
}

.seminar .seminar_box .h2_under {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 40px;
}

.seminar .seminar_box .h2_under span {
  background: #1b7543;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  margin: 0 10px;
}

.seminar .h3 {
  position: relative;
  margin-bottom: 32px;
}

.seminar .h3::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 2px;
  right: 0;
  bottom: -3px;
  background: var(--blue-color);
}

.seminar .h3 span {
  background: var(--yellow-color);
  padding: 14px 20px;
  color: var(--blue-color);
  font-weight: bold;
}

.seminar .h4 {
  color: var(--blue-color);
  position: relative;
  display: inline-block;
  padding: 0 20px 10px;
  margin-bottom: 15px;
  font-size: 2rem;
}

.seminar .h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow-color);
  z-index: -1;
}

.seminar .teacher_wrap {
  display: flex;
  margin: 32px 0 32px;
}

.seminar .teacher_wrap>div {
  width: 47%;
}

.seminar .teacher_wrap .content {
  width: 53%;
}

.seminar .teacher_flex {
  display: flex;
  align-items: center;
}

.seminar .teacher img {
  width: 100px;
}

.seminar .teacher_flex .text_block {
  padding-left: 20px;
}

.seminar .teacher_flex .text_block span {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}

.seminar .content_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.seminar .target {
  margin-bottom: 50px;
}

.blue_circle li {
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}

.blue_circle li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 4px;
  left: 0;
  background: var(--blue-color);
  border-radius: 10px;
}

.seminar .deadline {
  text-align: center;
  color: var(--pink-color);
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.seminar .target_btn {
  width: 280px;
}

.seminar .venue_flex {
  display: flex;
  margin: 40px 0 40px;
}

.seminar .map_btn {
  margin-top: 40px;
}

.seminar .venue_flex>div {
  width: 50%;
}

.seminar .venue_flex .map_area img {
  width: 70%;
  margin: 0 auto;
}

.seminar .online_attention {
  margin-top: 20px;
}

.seminar .box_contact {
  margin-top: 60px;
}

.seminar .box_contact_tel,
.seminar .box_contact_mail {
  font-size: 3rem;
  position: relative;
  display: inline-block;
  padding-left: 36px;
  margin-top: 20px;
}

.seminar .box_contact_tel {
  padding-right: 20px;
}


.seminar .box_contact_tel::before,
.seminar .box_contact_mail::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.seminar .box_contact_tel::before {
  background: url(../img/common/tel_blue.png) center/contain no-repeat;
  width: 26px;
}

.seminar .box_contact_mail::before {
  background: url(../img/common/mail_blue.png) center/contain no-repeat;
}

.seminar .box_contact_tel a,
.seminar .box_contact_mail a {
  color: var(--blue-color);
  font-weight: bold;
}

.seminar .comingsoon {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.seminar .indent-text {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.seminar .center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}






.support .bansou {
  padding: 60px 0 40px;
  background: var(--paleblue-color);
}


.support .bansou .base_text {
  text-align: center;
}

.support .bansou .img_wrap img {
  width: 100%;
}

.sub .base_text {
  padding-left: 20px;
  margin-bottom: 20px;
}

.sub {
  margin-top: 154px;
}

.sub:not(.seminar) .h2_block {
  text-align: center;
  margin-bottom: 60px;
}

.sub .news_list:not(.seminar) .h2_block {
  margin-bottom: 60px;
}

.sub:not(.seminar) h2 {
  display: inline-block;
  position: relative;
  color: var(--blue-color);
  z-index: 10;
}

.sub:not(.seminar) h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background: var(--yellow-color);
  z-index: -1;
  left: 0;
  bottom: -5px;
}

.sub:not(.seminar) .h3 {
  position: relative;
  margin-bottom: 40px;
}

.sub:not(.seminar) .h3::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 2px;
  right: 0;
  bottom: -3px;
  background: var(--blue-color);
}

.sub:not(.seminar) .h3 span {
  background: var(--yellow-color);
  padding: 14px 20px;
  color: var(--blue-color);
  font-weight: bold;
}

/*様式ダウンロード*/

.download .document {
  padding: 60px 0 40px;
}

.download .doc_list {
  padding-left: 40px;
  line-height: 1.5;
  margin-bottom: 60px;
}

.download .doc_list li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  line-height: 2.4;
  /* 記入例はこちらボタンが戻ったら削除 */
}

.download .doc_list li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--text-color);
  border-radius: 10px;
  top: 14px;
  left: 0;
}


.download .doc_list li a {
  color: var(--blue-color);
  font-weight: bold;
  display: inline-block;
}

.download .doc_list li a:hover {
  text-decoration: underline;
}

.download .document .doc_list .ex::before {
  top: 20px;
}

.download .document .example {
  border: 1px solid var(--blue-color);
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--pink-color);
  margin: 5px 0 10px 10px;
  font-size: 1.6rem;
}

/*よくある質問*/

#acMenu {
  font-size: 1.6rem;
}

#acMenu dt.toggle {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  padding: 15px 60px 15px 70px;
  box-sizing: border-box;
  background: var(--paleblue-color);
  color: var(--text-color);
  font-weight: bold;
  margin-top: 30px;
  min-height: 78px;
  display: flex;
  align-items: center;
}

#acMenu dt.toggle:last-of-type {
  border-bottom: none;
}

#acMenu dt.toggle::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 38px;
  left: 20px;
  transform: translateY(-50%);
  font-size: 4rem;
  font-weight: bold;
  color: var(--blue-color);
}

#acMenu dt.toggle::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--blue-color);
  border-bottom: 3px solid var(--blue-color);
  position: absolute;
  top: 33px;
  right: 20px;
  transform: rotate(45deg);
  transition: all .5s;
}

#acMenu dt.trans::after {
  transform: rotate(-135deg);
  transition: all .5s;
}

#acMenu dt.toggle+dd {
  width: 100%;
  height: auto;
  padding: 15px 30px 15px 70px;
  box-sizing: border-box;
  display: none;
  position: relative;
  word-break: break-all;
}

#acMenu dd::before {
  content: "A";
  display: block;
  position: absolute;
  top: 1em;
  left: 20px;
  transform: translateY(-50%);
  font-size: 4rem;
  font-weight: bold;
  color: var(--pink-color);
}

#acMenu dd a {
  text-decoration: underline;
}

.qa .faq {
  padding: 40px 0 80px;
}

.qa .mv_section {
  background: url(../img/qa/qa_mv.png) center/cover no-repeat;
  height: 493px;
}

.sub .h1 {
  font-size: 4.8rem;
  line-height: 1;
  padding: 2% 0 0 3%;
}

.sub .h1 small {
  font-size: 2.4rem;
  line-height: 2;
}

.support .mv_section {
  background: url(../img/support/mv_img.jpg) top/cover no-repeat;
  height: 493px;
}


.download .mv_section {
  background: url(../img/download/download_mv.png) top/cover no-repeat;
  height: 493px;
}

.news_list {
  padding: 60px 0 40px;
}

.news_section .h2_block {
  margin-bottom: 40px;
}

.news-contents {
  margin-bottom: 40px;
  max-width: 1000px;
}

.news-contents__item {
  background-image: linear-gradient(to right, #888888, #888888 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
  position: relative;
}

.news-contents__item:last-of-type {
  background-image: linear-gradient(to right, #888888, #888888 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px), linear-gradient(to right, #888888, #888888 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 2px);
  background-size: 4px 1px, 4px 1px;
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
}

.news-contents__item:nth-child(even) {
  background-color: var(--paleblue-color);
}

.news-contents__item:nth-child(odd) {
  background-color: #fff;
}

.news-contents__item:after {
  font-family: 'fontello';
  content: '\3e';
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: 15px;
  right: 20px;
  transition: all .3s;
}

.news-contents__item:hover:after {
  right: 13px;
}

.news-contents a {
  color: #333;
}

.news-contents a:link {
  display: block;
  color: #333;
}

.news-contents a:hover {
  opacity: 1;
}

.news-contents a .news-detail__text {
  font-size: 1.6rem;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 77%;
  padding-left: 10px;
}

.news-contents a:hover .news-detail__text {
  text-decoration: underline;
}

.news-icon {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
  padding: 1px 0;
  box-sizing: border-box;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}

.news-icon--style1 {
  background: var(--pink-color);
  color: #fff;
  font-weight: bold;
}

.news-icon--style2 {
  background: var(--yellow-color);
  color: var(--text-color);
  font-weight: bold;
}


.news-detail {
  padding: 15px 10px;
}

.news-detail::after {
  content: "";
  display: block;
  clear: both;
}

.news-detail__date {
  float: left;
  width: 10%;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.4rem;
  margin-top: 2px;
}

.news-detail__icon2 {
  float: left;
}

.news-detail__text {
  float: left;
}



.news_btn {
  width: 320px;
  height: 60px;
  margin: 50px auto 40px;
  background: var(--blue-color);
  position: relative;
  border-radius: 5px;
  transition-duration: .3s;
}

.news_btn a {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3;
}


.news .p_navi ul {
  margin: 3rem auto 0;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 12px;
}

.news .p_navi li {
  border: solid 1px #000;
  margin-right: 1rem;
  padding: 0px;
  width: 4rem;
  height: 4rem;
  text-align: center;
  box-sizing: border-box;
}

.news .p_navi li.p_prev {
  width: 50px;
  margin-right: 10px;
}

.news .p_navi li span {
  display: block;
  padding: 0;
  color: #000;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 4rem;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.news .p_navi li a {
  display: block;
  padding: 0;
  color: #000;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 4rem;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.news_detail span {
  margin-bottom: 4rem;
  display: block;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}

.news_detail p {
  margin-bottom: 4rem;
  line-height: 1.5em;
}

.news_detail h4 {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 4rem;
  opacity: 1;
  padding: 5px 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8em;
  background: #004F99;
  color: #fff;
}

.news_detail .img_area {
  margin-bottom: 2rem;
}

.news_detail .img_area ul {
  display: flex;
  flex-wrap: wrap;
}

.news_detail .img_area ul li {
  width: 32%;
  margin-right: 2%;
}

.news_detail .img_area ul li:last-of-type {
  margin-right: 0;
}

.news_detail .img_area ul li a {
  text-decoration: none;
}

.news_detail .img_area ul li img {
  width: 100%;
  height: 32rem;
  object-fit: contain;
}

.news_detail .link_area {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1.5em;
}

.news_detail .link_area::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #004F99;
  position: absolute;
  top: 5px;
  left: 0;
}

.news_detail .link_area a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

.news_detail .site_wrap {
  width: 100%;
  padding: 8rem;
  box-sizing: border-box;
  box-shadow: 0 0 10px #aaa;
  margin-bottom: 6rem;
  margin-top: 4rem;
}

.news_detail h1 {
  position: static;
  font-size: 2.8rem;
  position: static;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
  line-height: 1.5em;
  transform: translate(0);
  text-align: center;
  text-shadow: none;
}

.seminar .seminar_box .seminar_date .finish_seminar {
  font-size: 2.8rem;
}

.seminar .text_flex_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.seminar .text_link {
  font-size: 2.4rem;
  color: var(--blue-color);
  text-decoration: underline;
  display: block;
  font-weight: bold;
}

.seminar .url_link {
  margin-top: 20px;
}

.seminar .qr_box {
  width: 100px;
  margin: 10px auto 40px;
}

.seminar .qr_box img {
  width: 100%;
  object-fit: contain;
}

.seminar .seminar_title {
  display: flex;
  flex-wrap: wrap;
}


.seminar .seminar_title .h2_text {
  line-height: 1.5;
}

.report_section {
  padding: 80px 0;
}

.report .mv_section {
  background: url(../img/report/report_mv.png) center/cover no-repeat;
  height: 493px;
}

.report .h1 {
  font-size: 4.8rem;
  line-height: 1;
  padding: 2% 0 0 3%;
}

.report .h1 small {
  font-size: 2.4rem;
}

.report .report_box .report_head {
  background: var(--blue-color);
  padding: 2em;
}

.report .report_num {
  color: var(--yellow-color);
  margin-bottom: 1em;
  font-size: 2.4rem;
}

.report .case {
  border: 2px solid var(--yellow-color);
  padding: 0.2em 0.5em;
  margin-right: .5em;
}

.report .report_title {
  background: none;
  font-size: 3.6rem;
  color: #fff !important;
  line-height: 1.3;
}

.report .report_title:after {
  display: none;
}

.report .report_box {
  border: 2px solid var(--blue-color);

  margin-bottom: 100px;
}

.report .report_contents {
  padding: 60px 0 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.report .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;

}

.report .flex_box.reverse {
  flex-direction: row-reverse;
}

.report .flex_box .text {
  width: 48%;
}

.report .flex_box .img_box {
  width: 48%;
}

.report .flex_box .img_box img {
  width: 100%;
  margin-left: auto;
}

.report .flex_box.reverse .img_box img {
  margin-left: 0;
  margin-right: auto;
}



.report .h3 {
  position: relative;
  margin-bottom: 32px;
  font-size: 3rem;
  margin-top: 2em;
}

.report .h3::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 2px;
  right: 0;
  bottom: -3px;
  background: var(--blue-color);
}

.report .h3 span {
  background: var(--yellow-color);
  padding: 14px 20px;
  color: var(--blue-color);
  font-weight: bold;
  font-size: 2.2rem;
}

.report .h4 {
  color: var(--blue-color);
  position: relative;
  display: inline-block;
  padding: 0 20px 10px;
  margin-bottom: 15px;
  font-size: 2rem;
}

.report .h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow-color);
  z-index: -1;
}

.report .text {
  margin-bottom: 1em;
}

.report .flex_box .text_box {
  width: 50%;
}

.report dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: .5em;
}

.report dl dt {
  width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report dl dt span {
  background: var(--blue-color);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
  padding: 3px 0;
  text-align: center;
  margin-bottom: auto;
}

.report dl dd {
  width: 80%;
  padding: 3px 0;
  font-size: 1.6rem;
}

.report .lead_text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .5em;
}

.report .manager_wrap {
  margin: 2.5em 0 1em;
  background: var(--baige-color);
  padding: 2em;
  position: relative;
  z-index: 1;
}

.report .manager_inner {
  display: flex;
  margin-bottom: 1em;
}

.report .manager_inner .lead_text {
  font-size: 2.4rem;
  margin-bottom: 0;
}

.report .manager_inner>div {
  width: 100%;
}

.report .manager_inner .content {
  width: 55%;
}

.report .manager_flex {
  display: flex;
  align-items: center;
}

.report .manager img {
  width: 100px;
}

.report .manager_flex .text_block {
  padding-left: 20px;
}

.report .manager_flex .text_block span {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}

.report .content_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.mt1em {
  margin-top: 1em;
}

.emphasis {
  text-decoration: underline;
  text-decoration-color: var(--yellow-color);
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
  margin-bottom: 1em;
}

h2.r6_report_titile .yazirushi::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--blue-color);
  border-bottom: 3px solid var(--blue-color);
  position: absolute;
  top: 0;
  right: -50px;
  transform: rotate(45deg);
  transition: all .5s;
}

h2.r7_report_titile .yazirushi::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--blue-color);
  border-bottom: 3px solid var(--blue-color);
  position: absolute;
  top: 0;
  right: -50px;
  transform: rotate(45deg);
  transition: all .5s;
}

h2.r5_report_titile .yazirushi::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--blue-color);
  border-bottom: 3px solid var(--blue-color);
  position: absolute;
  top: 0;
  right: -50px;
  transform: rotate(45deg);
  transition: all .5s;
}

h2.r5_report_titile .trans::after {
  transform: rotate(-135deg);
}

h2.r5_report_titile {
  cursor: pointer;
}

h2.r6_report_titile {
  cursor: pointer;
}

h2.r7_report_titile {
  cursor: pointer;
}





@media screen and (max-width:768px) {

  .site_wrap {
    width: 94%;
    padding: 0 2%;
  }

  .seminar .site_wrap {
    width: 94%;
  }

  .seminar .mv_section {
    background-image: url(../img/seminar/seminar_mv_sp.png);
  }

  .seminar .h1 {
    font-size: 3.6rem;
    padding: 4% 0 0 3%;
  }

  .seminar .h1 small {
    font-size: 2rem;
  }

  .seminar .anchor_area {
    padding: 40px 0;
  }

  .seminar .anchor_inner {
    width: 100%;
    padding: 40px 20px 20px;
    width: 93%;
  }

  .seminar .anchor_inner ul li a {
    flex-wrap: wrap;
  }

  .seminar .anchor_inner ul li a .date {
    width: 100%;
    margin-bottom: 20px;
  }

  .seminar .anchor_inner ul li a .title {
    width: 100%;
    margin-bottom: 10px;
  }

  .seminar .anchor_inner ul li .link_btn {
    margin: 0 auto;
  }

  .seminar .seminar_box .seminar_date {
    margin: 0 -14px 30px;
    padding-left: 12px;
    font-size: 1.4rem;
  }

  .seminar .seminar_box .seminar_date span {
    font-size: 2rem;
  }

  .seminar .seminar_box {
    padding: 0 14px 40px;
    margin-bottom: 40px;
  }

  .seminar .seminar_box .seminar_title span {
    display: block;
    width: 120px;
    padding: 6px 20px 3px;
    margin-bottom: 10px;
    height: 36px;
  }

  .seminar .seminar_box .seminar_title {
    font-size: 2rem;
    padding-bottom: 10px;
  }

  .seminar .seminar_box .h2_under {
    margin-top: 10px;
  }

  .seminar .seminar_box2 .seminar_title {
    font-size: 1.6rem;
  }

  .seminar .h3 span {
    font-size: 1.8rem;
    padding: 10px 20px;
  }

  .seminar .h3::after {
    bottom: -1px;
    width: 95%;
  }

  .seminar .teacher_wrap {
    flex-wrap: wrap;
  }

  .seminar .teacher_wrap>div {
    width: 100%;
  }

  .seminar .teacher_wrap .content {
    width: 100%;
  }

  .seminar .teacher_flex .text_block span {
    font-size: 2.2rem;
  }

  .seminar .teacher {
    margin-bottom: 36px;
  }

  .seminar .content_title {
    font-size: 2rem;
  }

  .blue_circle li::before {
    width: 14px;
    height: 14px;
  }

  .seminar .deadline {
    font-size: 2.4rem;
    text-align: left;
  }

  .seminar .deadline+.center {
    text-align: left;
  }

  .btn a {
    font-size: 1.8rem;
  }

  .seminar .target_btn {
    width: 260px;
    height: 52px;
  }

  .seminar .venue_flex {
    flex-wrap: wrap;
    margin: 30px 0 40px;
  }

  .seminar .venue_flex>div {
    width: 100%;
  }

  .seminar .map_btn {
    margin-top: 30px;
    width: 300px;
    height: 54px;
  }

  .seminar .venue_flex .map_area img {
    width: 90%;
  }

  .seminar .box_contact_tel,
  .seminar .box_contact_mail {
    font-size: 2.4rem;
  }

  .seminar .box_contact_tel::before {
    width: 22px;
  }

  .seminar .box_contact_mail::before {
    width: 26px;
  }

  .seminar .box_contact_tel,
  .seminar .box_contact_mail {
    padding-left: 32px;
  }

  .seminar .box_contact {
    margin-top: 46px;
  }

  .seminar #seminar1,
  .seminar #seminar2,
  .seminar #seminar3,
  .seminar #seminar4 {
    margin-top: -80px;
    padding-top: 80px;
  }

  .sub {
    margin-top: 60px;
  }

  .support .bansou .base_text {
    text-align: left;
  }

  .qa .mv_section {
    background: url(../img/qa/qa_mv_sp.png) center/cover no-repeat;
    height: 493px;
  }

  .sub .h1 {
    font-size: 3.6rem;
    padding: 4% 0 0 3%;
  }

  .sub .h1 small {
    font-size: 2rem;
  }

  .support .mv_section {
    background: url(../img/support/mv_img_sp.jpg) top/cover no-repeat;
  }

  .download .mv_section {
    background: url(../img/download/download_mv_sp.png) center/cover no-repeat;
  }

  .news-detail__date {
    float: left;
    width: 30%;
    font-weight: 700;
    letter-spacing: 0;
  }

  .news-contents a .news-detail__text {
    padding-left: 0;
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
    width: 100%;
    margin-top: 5px;
  }

  .news_detail .site_wrap {
    padding: 30px 4% 4%;
    width: 92%;
  }

  .news_detail .img_area ul li {
    width: 100%;
    margin-right: 0;
  }

  .news_detail h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .news_detail span {
    margin-bottom: 3rem;
  }

  .news_detail p {
    margin-bottom: 2rem;
  }

  .news-detail__date {
    width: 30%;
  }

  .news-contents a .news-detail__text {
    padding-left: 0;
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
    width: 100%;
    margin-top: 5px;
  }

  .download .doc_list {
    padding-left: 20px;
  }

  .seminar .seminar_box .seminar_date .finish_seminar {
    font-size: 2rem;
  }

  .sp_left {
    text-align: left !important;
  }

  .seminar .text_link {
    font-size: 2rem;
    word-break: break-all;
  }

  .report_section {
    padding: 40px 0;
  }

  .report .mv_section {
    background-image: url(../img/report/report_mv_sp.png);
  }

  .report .h1 {
    font-size: 3.6rem;
    padding: 4% 0 0 3%;
  }

  .report .h1 small {
    font-size: 2rem;
  }



  .report .h3 span {
    font-size: 1.8rem;
    padding: 10px 20px;
  }

  .report .h3::after {
    bottom: -1px;
    width: 95%;
  }



  .report .manager_wrap {
    flex-wrap: wrap;
  }

  .report .manager_wrap>div {
    width: 100%;
  }

  .report .manager_wrap .content {
    width: 100%;
  }

  .report .manager_flex .text_block span {
    font-size: 2.2rem;
  }

  .report .manager {
    margin-bottom: 10px;
  }

  .report .report_box .report_head {
    padding: 1em;
  }

  .report .report_num {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }

  .report .case {
    display: block;
    width: fit-content;
  }

  .report .report_title {
    font-size: 2.4rem;
  }

  .report .report_contents {
    padding: 40px 1em;
  }

  .report .flex_box .text_box {
    width: 100%;
  }

  .report dl {
    flex-wrap: wrap;
  }

  .report dl dt {
    width: 100%;
  }

  .report dl dd {
    width: 100%;
    padding: 1em .5em;
  }

  .report .flex_box .img_box {
    width: 100%;
    margin-bottom: 1em;
  }

  .report .lead_text {
    font-size: 2.2rem;
  }

  .report .flex_box.reverse {
    flex-direction: row;
  }

  .report .flex_box .text {
    width: 100%;
  }

  .report .h3 {
    margin-top: 1.5em;
  }

  .report .manager_wrap {
    padding: 2em 1em;
  }

  .report .manager_inner {
    flex-wrap: wrap;
  }

  .report .manager_inner>div {
    width: 100%;
  }

  .report .manager_inner .lead_text {
    font-size: 2rem;
  }

  .report .report_box {
    margin-bottom: 40px;
  }

  .report .report_box img {
    width: 100%;
  }

  .report .report_box .manager img {
    width: 100px;
  }





}