@charset "UTF-8";


/*-- SUNTEL Stylesheet ------
---------------------------*/

/*------- h2_template -------*/

/*-- h2_DarkBlue --*/
.content_title_point_darkblue {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #1D5FB3;/*左線*/
  font-size: 20px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h2_Red --*/
.content_title_point_darkred {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #d91225;/*左線*/
  font-size: 20px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h2_Orange --*/
.content_title_point_darkorange {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #e37346;/*左線*/
  font-size: 20px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h2_Green --*/
.content_title_point_darkgreen {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #2f8501;/*左線*/
  font-size: 20px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h2_TurquoiseGreen --*/
.content_title_point_darkturquoise {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #018073;/*左線*/
  font-size: 20px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h2_strong --*/
.explain_box_title  {
  font-weight: 700;
}

/*-------h3_template -------*/

/*-- h3_lightBlue --*/
.sub_title_point_lightblue {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #6693cc;/*左線*/
  font-size: 16px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h3_lightRed --*/
.sub_title_point_lightred {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #e05a67;/*左線*/
  font-size: 16px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h3_lightOrange --*/
.sub_title_point_lightorange {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #ff7300;/*左線*/
  font-size: 16px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h3_lightGreen --*/
.sub_title_point_lightgreen {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #6ab840;/*左線*/
  font-size: 16px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-- h3_lightTurquoise --*/
.sub_title_point_lightturquoise {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #333333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #3ea89e;/*左線*/
  font-size: 16px;
  font-weight: 	700;
  line-height: 24px;
  margin-bottom:20px;
}

/*-------list_template -------*/
/*-- list_darkblue --*/
.dot_list_darkblue li {
  font-size: 15px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  padding-bottom: 7px;
}

/*-- list_darkblue_icon --*/
.dot_list_darkblue li:before {
  background-color: #1D5FB3;
  border-radius: 50%;
  content: "";
  display: inline-block;
 *display:inline;
 *zoom:1;
  height: 10px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  width: 10px;
}

/*-- list_darkred --*/
.dot_list_darkred li {
  font-size: 15px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  padding-bottom: 7px;
}

/*-- list_darkred_icon --*/
.dot_list_darkred li:before {
  background-color: #d91225;
  border-radius: 50%;
  content: "";
  display: inline-block;
 *display:inline;
 *zoom:1;
  height: 10px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  width: 10px;
}

/*-- list_darkorange --*/
.dot_list_darkorange li {
  font-size: 15px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  padding-bottom: 7px;
}

/*-- list_darkorange_icon --*/
.dot_list_darkorange li:before {
  background-color: #d13e04;
  border-radius: 50%;
  content: "";
  display: inline-block;
 *display:inline;
 *zoom:1;
  height: 10px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  width: 10px;
}


/*-- list_darkgreen --*/
.dot_list_darkgreen li {
  font-size: 15px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  padding-bottom: 7px;
}

/*-- list_darkgreen_icon --*/
.dot_list_darkgreen li:before {
  background-color: #2f8501;
  border-radius: 50%;
  content: "";
  display: inline-block;
 *display:inline;
 *zoom:1;
  height: 10px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  width: 10px;
}


/*-- list_darkturquoisegreen --*/
.dot_list_darkturquoise li {
  font-size: 15px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  padding-bottom: 7px;
}

/*-- list_darkturquoisegreen_icon --*/
.dot_list_darkturquoise li:before {
  background-color: #018073;
  border-radius: 50%;
  content: "";
  display: inline-block;
 *display:inline;
 *zoom:1;
  height: 10px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
  width: 10px;
}


/*------- font_bold_color -------*/
/*-- font_bold --*/
.strong_style_ {
    font-weight: 700;
}

/*-- font_darkblue --*/
.strong_style_darkblue {
    color:#1D5FB3;
    font-weight: 700;
}

/*-- font_darkred --*/
.strong_style_darkred {
    color:#d91225;
    font-weight: 700;
}

/*-- font_darkorange --*/
.strong_style_darkorange {
    color:#d13e04;
    font-weight: 700;
}

/*-- font_darkgreen --*/
.strong_style_darkgreen {
    color:#2f8501;
    font-weight: 700;
}

/*-- font_darkturquoisegreen --*/
.strong_style_darkturquoise {
    color:#018073;
    font-weight: 700;
}

/*------- Line height -------*/
/*-- Main copy --*/
p.maincopy  {
  line-height: 1.6em;
  font-size:16px;
  text-align: center;
}

/*-- general paragraph --*/
p.line-height  {
    line-height: 1.6em;
  }

/*-- 認識間違い版なので、いずれ削除 --*/
p.line-spacing  {
    line-height: 1.6em;
  }




/*------- CTA_button_template -------*/

/*-- Light Blue CTAボタン --*/
.buttonLB {
  margin: 10px;
  display: flex;
  justify-content: center;
}

.buttonLB a {
  background: #009EDF;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 50px 16px 30px; /* 右のパディングを増やして矢印との距離を確保 */
  color: #FFFFFF;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

.buttonLB a:hover {
  opacity: 0.7;
}

.buttonLB a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px; /* 矢印の右の位置を調整 */
  margin-top: -5px;
  border-radius: 1px;
}

@media (max-width: 599px) {
  .buttonLB a {
    padding: 12px 36px 12px 24px; /* 小さい画面での右パディングを増やす */
  }
}

/*-- Gray Button for External Site --*/
.buttonGY_icon {
  margin: 10px;
  display: flex;
  justify-content: center;
}

.buttonGY_icon a {
  background: #3a3a3a;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 25px; /* 右のパディングを調整可能 */
  color: #FFFFFF;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  max-width: 100%; /* max-widthに変更 */
  position: relative;
}

.buttonGY_icon a:hover {
  opacity: 0.7;
}

.buttonGY_icon a img {
  width: 16px; /* アイコンのサイズを指定 */
  height: 16px; /* アイコンのサイズを指定 */
  margin-left: 10px; /* テキストとアイコンの間のスペースを調整 */
}

@media (max-width: 599px) {
  .buttonGY_icon a {
    width: 100%; /* 横幅を100%に設定 */
    padding: 12px 20px; /* モバイル用にパディングを調整 */
  }
}


/*-- Gray(3a3a3a) CTAボタン※アイコン付き（buttonGY_icon）に統一 --*/
.buttonGY {
  margin: 10px;
  display: flex;
  justify-content: center;
}

.buttonGY a {
  background: #3a3a3a;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 50px 16px 30px; /* 右のパディングを増やして矢印との距離を確保 */
  color: #FFFFFF;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

.buttonGY a:hover {
  opacity: 0.7;
}

.buttonGY a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px; /* 矢印の右の位置を調整 */
  margin-top: -5px;
  border-radius: 1px;
}

@media (max-width: 599px) {
  .buttonGY a {
    padding: 12px 36px 12px 24px; /* 小さい画面での右パディングを増やす */
  }
}


/*-- Block Blank --*/
.detail_blank_ {
	height: 50px;
}

/*-- 特集目次 --*/
.toc_01 {
    margin-bottom: 30px;
    padding: 1em 1em 1em 2em;
    margin: 10px auto;
    border: 1px solid #999;
    background-color: #f7f7f7;
    color: #333333;
    width: 85%;
}

.toc_01 div.toc_title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
}

.toc_01 div.toc_title::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("/cms/magazine/img/common/Table_of_Contents_icon.png");
    content: '';
}

.toc_01_list li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: .3em;
    font-size: 15px;
}

.toc_01_list li::before {
    transform: rotate(-45deg);
    width: .5em;
    height: .5em;
    border-bottom: 2px solid #D6A64C;
    border-right: 2px solid #D6A64C;
    content: '';
}



/*-- PC/SP切替 --*/
@media only screen and (min-width: 751px) {
  .sp_only_ {
    display: none !important;
  }
  .pc_only_ {
    display: block !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp_only_ {
    display: block !important;
  }
  .pc_only_ {
    display: none !important;
  }
}

.block-wysiwyg-content > ul li,
.block-wysiwyg-content > p > ul li{
  list-style-type:initial;
  margin-left: initial;
  list-style: none;
}
