@charset "UTF-8";


/*----------------------------------------------- Common*/

/*--------------- Reset*/

.sct_bg01,
.sct_bg01.jp_theme_01,
.sct_bg01.jp_theme_02,
.sct_bg01.jp_theme_03,
.sct_bg01.jp_theme_04,
.sct_bg01.jp_theme_05,
.sct_bg01.jp_theme_06{
  padding: 64px 0 72px 0;
}
#id_ContentsAddthis .sct_bg01{
  padding: 64px 0 40px 0;
}
.jp_bg_probrem:after{
  padding-top: 72px;
}
.jp_theme_05 .jp_pt_ttl{
  color: #cf142b;
}
.sct_product{
  padding: 64px 0 56px 0;
}

@media (max-width: 640px){
  .sct_bg01,
  .sct_bg01.jp_theme_01,
  .sct_bg01.jp_theme_02,
  .sct_bg01.jp_theme_03,
  .sct_bg01.jp_theme_04,
  .sct_bg01.jp_theme_05,
  .sct_bg01.jp_theme_06{
    padding: 32px 0 40px 0;
  }
  .jp_bg_probrem:after{
    padding-top: 40px;
  }
  #id_ContentsAddthis .sct_bg01{
    padding: 32px 0 0 0;
  }
  .sct_product{
    padding: 32px 0 24px 0;
  }
}

/*--------------- H2 Title*/

.hd02_l{
  padding-bottom: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  overflow: hidden;
}
@media (max-width: 640px){
  .hd02_l{
    font-size: 22px;
  }
}

/*--------------- List Box*/

.list_box{
  padding: 24px 24px 40px 24px;
  background: #f3f3f3;
}
.list_box .list_box_img{
  text-align: center;
}
.list_box .list_box_img img{
  max-width: 115px;
}
.list_box .list_box_txt{
  padding: 0 16px;
}
.list_box .list_box_txt .ttl{
  margin-top: 4px;
  font-weight: bold;
  font-size: 18px;
}
.list_box .list_box_btn{
  margin-top: 16px;
}
.list_box .list_box_btn .btn_r{
  display: table;
  margin: 12px auto 0 auto;
  width: 100%;
  max-width: 320px;
  height: 58px;
  border-radius: 8px;
  background: #cf142b;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.list_box .list_box_btn .btn_r:first-child{
  margin: 0 auto;
}
.list_box .list_box_btn .btn_r span{
  display: table-cell;
  vertical-align: middle;
  padding: 2px 8px 0 8px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.list_box .list_box_btn .btn_r:hover{
  background: #bb0b19;
  text-decoration: none;
}
.list_box .list_box_btn .btn_r.off{
  background: #f3f3f3;
  border: 1px solid #dedede;
}
.list_box .list_box_btn .btn_r.off span{
  color: #c9c9c9;
}

@media (max-width: 640px) {
  .list_box{
    padding: 8px 24px 32px 24px;
  }
}

/*--------------- Option*/

.mw100p{
  max-width: 100% !important;
}

@media (max-width: 640px) {
  .rsp_pd24{
    padding: 24px !important;
  }
  .rsp_wauto{
    margin: 0 auto !important;
  }
  .rsp_mt16{
    margin-top: 16px !important;
  }
}


/*----------------------------------------------- sct_bg_main*/

.sct_bg_main{
  width: 100%;
  background: #f3f3f3;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1366px) {
  .sct_bg_main{
    background-size: 1366px auto;
  } 
}

.sct_bg_main .main_max{
  position: relative;
  margin: 0 auto;
  padding: 60px 8px 0 8px;
  max-width: 1024px;
  height: 500px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sct_bg_main .main_max{
    padding: 30px 30px 80px 30px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .sct_bg_main .main_max{
    padding: 20px 20px 60px 20px;
  }
}

.sct_bg_main .ttl_set{
  display: table;
  box-sizing: border-box;
  padding: 32px 64px 48px 32px;
  background: #009946;
  color: #fff;
  font-feature-settings: "palt";
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.sct_bg_main .ttl_set .mark,
.sct_bg_main .ttl_set .ttl_text{
  display: table-cell;
  vertical-align: top;
}
.sct_bg_main .ttl_set .mark{
  width: 45px;
}
.sct_bg_main .ttl_set .ttl_text h2{
  margin: 32px 0 0 16px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.25;
}

.sct_bg_main .ttl_set.ver{
  margin-top: 80px;
  padding: 0;
  background: transparent;
  color: #333;
}
.sct_bg_main .ttl_set.ver .mark{
  width: auto;
  padding-right: 32px;
}
.sct_bg_main .ttl_set.ver .ttl_text{
  padding-top: 20px;
}              
.sct_bg_main .ttl_set.ver .ttl_text .category{
  font-size: 0;
}
.sct_bg_main .ttl_set.ver .ttl_text .category span{
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px 1px 10px;
  background: #009946;
  border-radius: 9px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.sct_bg_main .ttl_set.ver .category span:first-last{
  margin-right: 0;
}
.sct_bg_main .ttl_set.ver .ttl_text .sub{
  margin-top: 4px;
  font-weight: bold;
  font-size: 26px;
}
.sct_bg_main .ttl_set.ver .ttl_text h2{
  margin: 0;
  font-size: 44px;
  line-height: 1.15;
}
.sct_bg_main .ttl_set.ver .ttl_text h2 span{
  font-size: 59.0%;
}

@media only screen and (max-width: 768px) {
  .sct_bg_main .ttl_set{
    display: inline-block;
    padding: 24px 32px 24px 24px;
  }
  .sct_bg_main .ttl_set .mark,
  .sct_bg_main .ttl_set .ttl_text{
    display: block;
  }
  .sct_bg_main .ttl_set .mark,
  .sct_bg_main .ttl_set.ver .mark{
    padding-right: 0;
    width: 32px;
  }
  .sct_bg_main .ttl_set .ttl_text h2{
    margin-top: 8px;
    margin-left: 0;
    font-size: 34px;
  }
  .sct_bg_main .ttl_set.ver{
    margin-top: 40px;
  }
  .sct_bg_main .ttl_set.ver .ttl_text .category span{
    margin-top: 8px;
  }
  .sct_bg_main .ttl_set.ver .ttl_text .sub{
    font-size: 16px;
  }
  .sct_bg_main .ttl_set.ver .ttl_text h2{
    margin-top: 0;
    font-size: 34px;
  }
}
@media only screen and (max-width: 640px) {
  .sct_bg_main .ttl_set{
    padding: 16px;
  }
  .sct_bg_main .ttl_set .ttl_text h2,
  .sct_bg_main .ttl_set.ver .ttl_text h2{
    font-size: 23px;
  }
  .sct_bg_main .ttl_set.ver{
    margin-top: 0;
  }
  .sct_bg_main .ttl_set.ver .ttl_text{
    padding-top: 0;
  }
  .sct_bg_main .ttl_set.ver .ttl_text .category span{
    padding: 1px 10px;
    font-size: 11px;
  }
}


/*----------------------------------------------- 第四階層*/

/*--------------- ex_component*/

.sct_bg01.jp_theme_06 {
  background: #e9f2f4;
}
.jp_theme_06 .jp_pt_ttl {
  color: #4e92ab;
}
.sct_bg01.jp_theme_06 .jp_point_area{
  background-color: #fff;
}

/*--------------- Task*/

.task_icon{
  display: inline-block;
  margin-top: 20px;
  padding: 2px 8px;
  background: #a57503;
  color: #fff;
  font-size: 16px;
}
.task_ttl{
  margin-top: 8px;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 640px) {
  .task_icon{
    font-size: 14px;
  }
  .task_ttl{
    font-size: 18px;
  }
}

/*--------------- Link*/

.button_cnv_l{
  padding: 20px 0 16px 0;
}
a.txt_link{
  color: #0d63dc;
  text-decoration: underline; 
}
a.txt_link:hover{
  text-decoration: none; 
}

/*--------------- TOP Banner*/
.solution-theme-wrapper {
  height: 500px;
  position: absolute;
  max-width: 1024px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 768px) {
  .solution-theme-wrapper {
    display: none;
  }
}
.solution-theme-banner__pc {
    overflow: hidden;
    border-radius: 8px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; 
}
.solution-theme-banner__pc a {
  display: block;
  height: 100%;
}
@media (min-width: 769px) {
  .solution-theme-banner__pc {
    position: absolute;
    bottom: 20px;
    right: 8px;
    max-width: 300px;
    width: 40%;
  } 
}
@media (max-width: 768px) {
  .solution-theme-banner__pc {
    margin: 32px 16px;
  }
}
.solution-theme-banner__pc:hover {
  text-decoration: none;
  opacity: 0.8;
}
.solution-theme-banner__sp a {
  display: block;
  height: 100%;
}
@media (min-width: 769px) {
  .solution-theme-banner__sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .solution-theme-banner__sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

/*--------------- FOOTER Piink Eria*/
.sct-diagnostic {
  background-color: #e36d76;
  font-family: "ヒラギノ角ゴ" , sans-serif;
}

@media (min-width: 769px) {
  .sct-diagnostic {
    padding: 75px 0;
  }
}

@media (max-width: 768px) {
  .sct-diagnostic {
    padding: 35px 0;
  }
}

.sct-diagnostic-wrapper p{
  line-height: 1.8;
}

@media (min-width: 769px) {
  .sct-diagnostic-wrapper {
    max-width: 920px;
    width: 100%;
    margin: 72px auto 0;
  }
}

@media (max-width: 768px) {
  .sct-diagnostic-wrapper {
    padding: 8px;
  }
}

.sct-diagnostic-title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .sct-diagnostic-title {
    font-size: 24px;
  }
}

.sct-diagnostic-text {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .sct-diagnostic-text {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .sct-diagnostic-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .sct-diagnostic-clm {
    width: 47%;
  }
}

.sct-diagnostic-btn {
  display: block;
  width: 100%;
  padding: 25px 0;
  border-radius: 4px;
  background: #cf142b;
  text-align: center;
}

@media (min-width: 769px) {
  .sct-diagnostic-btn {
    max-width: 465px;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .sct-diagnostic-btn {
    margin-top: 25px;
    padding: 20px 0;
  }
}

.sct-diagnostic-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.sct-diagnostic-span {
  position: relative;
  color: #fff;
  font-size: 24px;
  display: block;
}

@media (max-width: 768px) {
  .sct-diagnostic-span {
    font-size: 16px;
  }
}

.sct-diagnostic-span::before {
  content: '';
  position: absolute;
  top: 35%;
  right: 10%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}