@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
#read .btn_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch; }
  #read .btn_area .common_btn {
    background: -webkit-linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    background: -o-linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    background: linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    font-size: 0.8125rem;
    text-align: left;
    width: 311px;
    height: 72px;
    margin: 0 auto 16px;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between; }
    #read .btn_area .common_btn .btn_inner {
      width: 80%; }

@media screen and (max-width: 767px) {
  #read .btn_area {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  #read .btn_area .common_btn {
    margin: 8px auto 0;
    width: 90%;
    height: 56px; }
    #read .btn_area .common_btn:first-child {
      margin-top: 0; } }
/*------------------------------------------*/
.pagetitle_about {
  background: url(/smart-manufacturing/sp/shared/images/about/pagetitle_bg_about2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 23px;
  box-sizing: border-box;
  margin: 0 0 30px; }
  .pagetitle_about > div span {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 15px;
    display: block; }
  .pagetitle_about > div h1 {
    /*font-size:2.5rem;*/
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    display: block; }
    .pagetitle_about > div h1.small {
      /*font-size:2.125rem;*/
      font-size: 34px;
      line-height: 1.3; }

@media screen and (max-width: 767px) {
  .pagetitle_about {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/smart-manufacturing/sp/shared/images/about/pagetitle_bg_about_sp.jpg); } }
@media screen and (max-width: 767px) {
  .pagetitle_about > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px; } }
@media screen and (max-width: 767px) {
  .pagetitle_about > div h1 {
    font-size: 1.25rem;
    line-height: 1.3; }
    .pagetitle_about > div h1.small {
      font-size: 1.125rem; } }
.about_administration .pagetitle_about {
  background: url(/smart-manufacturing/sp/shared/images/about_administration/pagetitle_bg_about_administration.jpg) no-repeat center center/cover; }

@media screen and (max-width: 767px) {
  .about_administration .pagetitle_about {
    background-image: url(/smart-manufacturing/sp/shared/images/about_administration/pagetitle_bg_about_administration_sp.jpg); } }
/*------------------------------------------*/
/*------------------------------------------*/
#point ol {
  margin: 0;
  padding: 0; }
  #point ol li {
    margin: 0 0 17px;
    padding: 0;
    list-style: none;
    display: flex; }
  #point ol h3 {
    margin: 0;
    padding: 0;
    background: #4bacc6;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    width: 120px; }
  #point ol .text {
    margin: 0;
    padding: 20px;
    background: #f5f5f5;
    flex: 1; }
    #point ol .text h4 {
      margin: 0 0 5px;
      padding: 0;
      font-size: 1.1rem;
      font-weight: 700; }
    #point ol .text p {
      margin: 0; }

@media screen and (max-width: 767px) {
  #point ol li {
    display: block; } }
@media screen and (max-width: 767px) {
  #point ol h3 {
    width: auto;
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 5px 0; } }
@media screen and (max-width: 767px) {
  #point ol .text {
    padding: 12px; } }
@media screen and (max-width: 767px) {
  #point ol .text h4 {
    font-size: 0.9rem; } }
/*------------------------------------------*/
#lumada .link {
  border-top: 1px dashed #ccc; }

/*------------------------------------------*/
#category ul {
  margin: 0 0 -24px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #category ul {
      margin: 0 0 -15px 0; } }
  #category ul li {
    width: calc((100% - 24px) / 2);
    box-sizing: border-box;
    border: 4px solid #eee;
    padding: 20px 20px 76px;
    margin: 0 0 24px;
    position: relative; }
    #category ul li.current {
      position: relative; }
      #category ul li.current:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        left: 0; }
    #category ul li h3 {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-weight: 700;
      font-size: 1.2rem;
      height: 140px;
      color: #fff;
      background: no-repeat center center / cover #aaa; }
      #category ul li h3.smart {
        background-image: url(../images/about/cat_bg1.jpg); }
      #category ul li h3.global {
        background-image: url(../images/about/cat_bg2.jpg); }
      #category ul li h3.service {
        background-image: url(../images/about/cat_bg3.jpg); }
      #category ul li h3.manage {
        background-image: url(../images/about/cat_bg4.jpg); }
    #category ul li a {
      position: absolute;
      bottom: 20px;
      display: block;
      width: calc(50% - 30px); }

@media screen and (max-width: 767px) {
  #category ul li {
    padding: 12px 12px 12px;
    margin: 0 0 15px;
    width: auto; } }
@media screen and (max-width: 767px) {
  #category ul li h3 {
    height: 90px;
    font-size: 1rem; } }
#mainarea #category ul li a:after {
  display: none !important; }

@media screen and (max-width: 767px) {
  #category ul li a {
    position: inherit;
    bottom: 0;
    width: calc((100% - 12px) / 2);
    font-size: 0.9rem;
    float: left; }
    #category ul li a:after {
      display: none; } }
#category ul li a + a {
  right: 20px; }

@media screen and (max-width: 767px) {
  #category ul li a + a {
    right: 0;
    margin-left: 12px; } }
/*------------------------------------------*/
#product_search .btn_area {
  display: flex;
  justify-content: space-between; }
  #product_search .btn_area a {
    width: 311px; }
    #product_search .btn_area a:before {
      content: "";
      width: 30px;
      height: 60px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
    #product_search .btn_area a.solution:before {
      background: url(/smart-manufacturing/sp/shared/images/ico_document.svg) no-repeat center center/30px; }
    #product_search .btn_area a.business:before {
      background: url(/smart-manufacturing/sp/shared/images/ico_bag.svg) no-repeat center center/contain; }
    #product_search .btn_area a.map:before {
      background: url(/smart-manufacturing/sp/shared/images/ico_map.svg) no-repeat center center/contain; }

@media screen and (max-width: 767px) {
  #product_search .btn_area {
    display: block;
    padding: 0 15px; } }
@media screen and (max-width: 767px) {
  #product_search .btn_area a {
    width: 100%;
    margin: 0 0 12px;
    padding: 0 15px 0 60px;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 1.3; } }
@media screen and (max-width: 767px) {
  #product_search .btn_area a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -30px; } }
@media screen and (max-width: 767px) {
  #product_search .btn_area a.solution:before {
    background-size: 25px; } }
/*------------------------------------------*/
#digital b {
  font-size: 1.1rem;
  line-height: 1.4;
  display: block;
  margin: 0 0 5px; }

@media screen and (max-width: 767px) {
  #digital b {
    font-size: 1.2rem; } }
/*------------------------------------------*/
#task .thead {
  overflow: hidden;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px; }
  #task .thead .blank {
    width: 93px; }
  #task .thead .task {
    background: #5d6e89;
    padding: 10px 0;
    width: 255px; }
  #task .thead .solution {
    background: #3e9f6e;
    padding: 10px 0;
    width: 325px;
    margin-left: 10px;
    position: relative; }
    #task .thead .solution:before {
      content: "";
      width: 0;
      height: 0;
      border: 9px solid transparent;
      border-left: 9px solid #333;
      position: absolute;
      top: 50%;
      left: -15px;
      margin-top: -9px; }
#task .sec {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 0 0; }
  #task .sec h4 {
    border-radius: 100px;
    border: 4px double #ccc;
    box-sizing: border-box;
    width: 93px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    align-self: center; }
  #task .sec.optim h4, #task .sec.trouble h4, #task .sec.support h4, #task .sec.inherit h4 {
    background-color: #d8ece2;
    border-color: #3e9f6e;
    color: #3e9f6e; }
  #task .sec ul {
    padding: 17px 15px;
    box-sizing: border-box; }
    #task .sec ul li {
      text-indent: -1.2em;
      padding: 0 0 0 1.2em;
      font-size: 0.8rem; }
      #task .sec ul li:before {
        content: "■";
        display: inline-block;
        margin-right: 0.2em;
        text-indent: 0; }
    #task .sec ul.task {
      border: 1px solid #ccc;
      background: #eef0f3;
      width: 255px; }
    #task .sec ul.solution {
      border: 1px solid #ccc;
      background: #E0F8EC;
      width: 325px;
      margin-left: 10px;
      position: relative; }
      #task .sec ul.solution:before {
        content: "";
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-left: 9px solid #333;
        position: absolute;
        top: 50%;
        left: -15px;
        margin-top: -9px; }
#task .attention {
  font-size: 90%;
  margin-left: 100px; }

@media screen and (max-width: 767px) {
  #task .sec {
    display: block;
    margin: 0 0 20px; } }
@media screen and (max-width: 767px) {
  #task .sec h4 {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 1rem; } }
@media screen and (max-width: 767px) {
  #task .sec ul.task {
    width: auto;
    margin: 10px 15px 20px; } }
@media screen and (max-width: 767px) {
  #task .sec ul.solution {
    width: auto;
    margin: 0px 15px 0px; } }
@media screen and (max-width: 767px) {
  #task .sec ul.solution:before {
    top: -15px;
    left: 50%;
    margin: 0 0 0 -9px;
    border: 9px solid transparent;
    border-top: 9px solid #333; } }
@media screen and (max-width: 767px) {
  #task .attention {
    margin-left: 16px; } }
.subframe {
  border: 1px solid #3e9f6e;
  padding: 25px 20px 20px;
  margin-top: 10px;
  position: relative; }
  .subframe h4 {
    background: #3e9f6e;
    color: #fff;
    position: absolute;
    top: 0;
    left: -1px;
    transform: translateY(-50%);
    padding: 5px 13px; }

@media screen and (max-width: 767px) {
  .subframe {
    padding: 20px 10px 10px; } }
/*------------------------------------------*/
#image .case_solution {
  overflow: hidden;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #image .case_solution a {
    text-decoration: none; }
  #image .case_solution > div {
    width: calc((100% - 23px) / 2);
    overflow: hidden;
    background-image: -moz-linear-gradient(90deg, #516986 0%, #627d9d 52%, #7390b3 100%);
    background-image: -webkit-linear-gradient(90deg, #516986 0%, #627d9d 52%, #7390b3 100%);
    background-image: -ms-linear-gradient(90deg, #516986 0%, #627d9d 52%, #7390b3 100%);
    padding: 20px 24px 24px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
    #image .case_solution > div:after {
      content: "";
      border: 5px solid transparent;
      border-right: 5px solid #fff;
      border-bottom: 5px solid #fff;
      position: absolute;
      bottom: 8px;
      right: 8px; }
  #image .case_solution h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0  0 10px; }
  #image .case_solution ul {
    background: #eef1f4;
    padding: 15px;
    /*flex:1;*/
    height: 100%; }
  #image .case_solution .case {
    position: relative;
    transition: all 0.3s ease 0s; }
    #image .case_solution .case:hover {
      opacity: 0.7; }
    #image .case_solution .case a.link_block {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    #image .case_solution .case ul li {
      display: block; }
  #image .case_solution .solution {
    transition: all 0.3s ease 0s;
    position: relative; }
    #image .case_solution .solution:hover {
      opacity: 0.7; }
    #image .case_solution .solution a.link_block {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    #image .case_solution .solution ul li {
      display: inline-block; }

@media screen and (max-width: 767px) {
  #image .case_solution {
    display: block; } }
@media screen and (max-width: 767px) {
  #image .case_solution > div {
    width: auto;
    padding: 14px; } }
@media screen and (max-width: 767px) {
  #image .case_solution h3 {
    font-size: 1rem;
    margin: 0 0 5px; } }
@media screen and (max-width: 767px) {
  #image .case_solution ul {
    padding: 10px; } }
@media screen and (max-width: 767px) {
  #image .case_solution .case {
    margin: 0 0 10px; } }
/*------------------------------------------*/
#smartfactory .frame .wh .text_and_image .circle_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 284px;
  height: 260px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 16px; }
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame {
    position: relative;
    width: 100%;
    height: 100%; }
    #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle {
      position: absolute;
      width: 97px;
      height: 97px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      line-height: 1.2;
      box-sizing: border-box; }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green1 {
        color: #3e9f6e;
        background: #d8ece2;
        border: 3px double #3e9f6e;
        font-size: 1.125rem;
        top: 0;
        left: 28px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green1 {
            font-size: 0.625rem;
            left: 15px; } }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green2 {
        color: #3e9f6e;
        background: #d8ece2;
        border: 3px double #3e9f6e;
        font-size: 1.25rem;
        top: 0;
        right: 28px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green2 {
            font-size: 0.625rem;
            left: 85px;
            right: inherit; } }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green3 {
        color: #3e9f6e;
        background: #d8ece2;
        border: 3px double #3e9f6e;
        font-size: 1.25rem;
        top: 85px;
        left: 77px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green3 {
            font-size: 0.625rem;
            top: inherit;
            bottom: 0;
            left: 50px; } }
  #smartfactory .frame .wh .text_and_image .circle_block .txt {
    margin-top: 8px;
    font-size: 0.8125rem;
    text-align: center; }

@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame {
    width: 170px;
    height: 130px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle {
    width: 70px;
    height: 70px; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue {
    font-size: 0.75rem;
    left: 15px; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green {
    font-size: 0.875rem;
    right: 15px; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.orange {
    font-size: 0.875rem;
    top: 60px;
    left: 50px; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .txt {
    font-size: 0.75rem; } }
/*------------------------------------------*/
#administration_Download {
  width: 100%;
  max-width: 696px;
  background: center/cover url(/smart-manufacturing/sp/shared/images/about_administration/administration_download_bg_pc.jpg);
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
  position: relative; }
  #administration_Download a {
    display: block;
    min-height: 128px;
    padding: 16px 20px 16px 174px;
    border: 5px solid #333;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    #administration_Download {
      margin: 48px auto 0;
      background: center/cover url(/smart-manufacturing/sp/shared/images/about_administration/administration_download_bg_sp.jpg); }
      #administration_Download a {
        padding: 20px 8px 50px 130px; } }

.administration_Download__heading {
  color: #E60027;
  font-size: 20px;
  font-weight: 900;
  line-height: calc(30 / 20);
  padding-left: 8px; }
  @media screen and (max-width: 767px) {
    .administration_Download__heading {
      font-size: 17px;
      letter-spacing: -0.05em;
      line-height: calc(23 / 17);
      text-align: center;
      padding-left: 0; } }

.administration_Download__text {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  margin: 4px 0 0; }
  @media screen and (max-width: 767px) {
    .administration_Download__text {
      font-size: 12px;
      font-weight: 500;
      line-height: calc(19 / 12);
      text-align: center;
      margin: 8px 0 0; } }

.administration_Download__image {
  width: 134px;
  position: absolute;
  top: 10px;
  left: 32px; }
  @media screen and (max-width: 767px) {
    .administration_Download__image {
      width: 116px;
      top: 35px;
      left: 6px; } }

.administration_Download__link {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16);
  box-sizing: border-box;
  padding: 8px 26px 8px 12px;
  position: absolute;
  right: -5px;
  bottom: -5px; }
  .administration_Download__link span {
    position: relative; }
    .administration_Download__link span:after {
      content: "";
      width: 10px;
      height: 16px;
      display: inline-block;
      background: center/contain no-repeat url(/smart-manufacturing/sp/shared/images/arrow_wh_rt.svg);
      position: absolute;
      top: 50%;
      right: -16px;
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .administration_Download__link {
      width: calc(100% + 10px);
      text-align: center;
      padding: 5px; } }

.administration_Download__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #C50D13;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: calc(36 / 25);
  position: absolute;
  top: -18px;
  left: -18px;
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    .administration_Download__badge {
      width: 60px;
      height: 60px;
      font-size: 21px;
      line-height: calc(30 / 21);
      top: -16px;
      left: -16px; } }

/*------------------------------------------*/
.case_frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .case_frame {
      flex-direction: column; } }
  .case_frame .case_block {
    position: relative;
    width: calc(50% - 8px);
    border: 1px solid #ccc;
    margin-bottom: 16px;
    transition: all 0.3s ease 0s; }
    .case_frame .case_block:hover {
      background: #fafafa; }
      .case_frame .case_block:hover h3.sub {
        background: #ccc; }
    @media screen and (max-width: 767px) {
      .case_frame .case_block {
        width: 100%; } }
    .case_frame .case_block a.link_block {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .case_frame .case_block h3.sub_smart {
      background: #0799c4;
      transition: all 0.3s ease 0s; }
      .case_frame .case_block h3.sub_smart span {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #e6f5f9; }
    .case_frame .case_block h3.sub_global {
      background: #7f5690;
      transition: all 0.3s ease 0s; }
      .case_frame .case_block h3.sub_global span {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #F2EFFB; }
    .case_frame .case_block h3.sub_service {
      background: #e87f20;
      transition: all 0.3s ease 0s; }
      .case_frame .case_block h3.sub_service span {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #F8E6E0; }
    .case_frame .case_block h3.sub_admin {
      background: #3e9f6e;
      transition: all 0.3s ease 0s; }
      .case_frame .case_block h3.sub_admin span {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #E0F8EC; }
    .case_frame .case_block .case_contents .case_inner {
      padding: 24px 16px; }
      .case_frame .case_block .case_contents .case_inner h4 {
        font-size: 17px;
        font-weight: bold; }
      .case_frame .case_block .case_contents .case_inner p {
        margin: 4px 0 8px; }
      .case_frame .case_block .case_contents .case_inner .case_img {
        margin-bottom: 8px;
        text-align: center; }

/*------------------------------------------*/
.theme__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .theme__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }

.theme__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 15px;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    .theme__list {
      grid-template-columns: none;
      margin-top: 15px; } }

.theme__item--1 .theme__text {
  min-height: 171px; }
  @media screen and (max-width: 767px) {
    .theme__item--1 .theme__text {
      min-height: auto; } }

.theme__image {
  padding-top: calc(194 / 344 * 100%);
  position: relative; }
  .theme__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.theme__content {
  box-sizing: border-box;
  padding: 20px 0 18px; }
  @media screen and (max-width: 767px) {
    .theme__content {
      padding: 16px 0 26px; } }

.theme__title {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .theme__title {
      font-size: 16px;
      line-height: calc(24 / 16); } }

.theme__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(23 / 14);
  margin: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .theme__text {
      font-size: 11px;
      line-height: calc(17 / 11); } }

.theme__link {
  display: block;
  width: fit-content;
  font-size: 14px;
  line-height: calc(20 / 14);
  padding-left: 12px;
  margin: 15px auto 0;
  position: relative; }
  .theme__link:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #E2122F;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .theme__link {
      margin-top: 20px; } }

.theme_point {
  background-color: #DAECE2;
  box-sizing: border-box;
  padding: 22px 24px 36px; }
  @media screen and (max-width: 767px) {
    .theme_point {
      padding: 20px 12px; } }

.theme_point__heading {
  color: #489E70;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(29 / 20);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .theme_point__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }

.theme_point__list {
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .theme_point__list {
      margin-top: 15px; } }

.theme_point__item {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(23 / 15);
  padding-left: 18px;
  position: relative; }
  .theme_point__item:before {
    content: "■";
    color: #489E70;
    font-size: 12px;
    line-height: calc(17 / 12);
    position: absolute;
    top: 2px;
    left: 0; }
  .theme_point__item:not(:first-of-type) {
    margin-top: 13px; }
  @media screen and (max-width: 767px) {
    .theme_point__item {
      font-size: 12px;
      line-height: calc(17 / 12);
      padding-left: 14px; }
      .theme_point__item:before {
        font-size: 10px;
        line-height: calc(13 / 10); }
      .theme_point__item:not(:first-of-type) {
        margin-top: 11px; } }

/*------------------------------------------*/
@media screen and (max-width: 767px) {
  #mainarea #related {
    margin: 0 -16px 24px; } }

.related__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .related__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }

.related__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-sizing: border-box;
  border-top: 2px solid #489E70;
  border-left: 2px solid #489E70;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    .related__tabs {
      margin-top: 15px; } }

.related__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  color: #489E70;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22 / 18);
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border-right: 2px solid #489E70;
  border-bottom: 2px solid #489E70;
  cursor: pointer; }
  .related__tab.active {
    background-color: #489E70;
    color: #fff;
    position: relative; }
    .related__tab.active:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #489E70 transparent transparent transparent;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .related__tab {
      min-height: 65px;
      font-size: 15px;
      line-height: calc(20 / 15); }
      .related__tab.active:after {
        display: none; } }

.related__wrapper {
  background-color: #fafafa;
  padding: 10px;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    .related__wrapper {
      margin-top: 20px; } }

.related__list {
  background-color: #fff;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .related__list {
      padding: 0 10px; } }

.related__item {
  padding: 20px 10px; }
  .related__item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(20 / 14);
    padding-left: 12px;
    position: relative; }
    .related__item a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #E2122F;
      position: absolute;
      top: 6px;
      left: 0; }
  .related__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc; }

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
