@charset "utf-8";

/* =======================================

	Customize Style

======================================= */
/* リストの● */
.ul_round {
  margin-bottom: 0px;
}

.ul_round li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}

.ul_round li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #20A27C;
}

#global_header .info .name:hover img {
  opacity: 0.7;
}

/* グローバルヘッダー右上のボタン */
#global_header .sub_menu>ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: left 5% top 50%;
  background-size: 23px;
  text-align: left;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #FF0000;
  border-radius: 10px;
  line-height: 1.5;
  letter-spacing: -1px;
}

#global_header .sub_menu>ul li a.cam {
  padding-top: 8px;
  padding-left: 32px;
  background-image: url("../img/ico_cam.png");
}

#global_header .sub_menu>ul li a.cam span:first-child {
  letter-spacing: -2.5px;
  line-height: 12px;
}

#global_header .sub_menu>ul li a.shop {
  padding-left: 50px;
  padding-top: 8px;
  background-image: url("../img/ico_shop.png");
  background-size: 25px;
  background-position: left 15% top 50%;
}

#global_header .sub_menu>ul li a.shop span:first-child {
  letter-spacing: -3.5px;
  line-height: 12px;
}

#global_header .sub_menu a:hover {
  background-color: transparent !important;
}

#global_header .sub_menu>ul li a:hover {
  color: #FF0000;
}

/* グローバルヘッダーハンバーガーメニュー */
#global_header .hamburger.sp {
  position: relative;
  z-index: 3;
  width: 60px;
  height: 60px;
  margin: 0 0 0 3px;
  cursor: pointer;
  text-align: center;
  background-color: #333;
  display: none;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .hamburger.sp {
    display: block;
  }
}

#global_header .hamburger span:nth-child(1) {
  top: 20px;
}

#global_header .hamburger span:nth-child(2) {
  top: 30px;
}

#global_header .hamburger span:nth-child(3) {
  top: 40px;
}

.global_menu_sp {
  position: fixed;
  z-index: 2;
  top: 80px;
  left: 100vw;
  color: #222;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

.global_menu_sp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 74%;
  overflow-y: scroll;
}

.global_menu_sp ul li {
  position: relative;
  list-style-type: none;
  margin: 0 auto;
  width: 90%;
  color: #333;
  border-bottom: solid 1px #8C9BA5;
  transition: .4s all;
  font-size: 1.6rem;
}

.global_menu_sp ul li a {
  padding-left: 20px;
}

.global_menu_sp ul li a::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #FF0000;
}

.global_menu_sp ul li:first-child {
  padding: 30px 0;
  font-size: 2rem;
}

/* グローバルナビの区切り点の色 */
#global_nav {
  border-top: none;
  text-align: left;
}

#global_nav ul {
  display: block;
  width: 90%;
  max-width: 1280px;
  height: 70px;
  margin: 0 auto;
}

#global_nav ul li {
  margin: 0 1.4em;
  padding: 0;
  font-weight: bold;
}

#global_nav ul li:nth-child(n+2)::before {
  content: none;
}

#global_nav ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FF0000;
  transition: .3s;
  opacity: 0;
}

#global_nav ul li:hover::after {
  opacity: 1;
}

#global_nav a.active {
  color: #FF0000;
}

#global_nav a.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -15px;
  background: #FF0000;
}

/* コンテンツヘッダー */
.cont_header {
  background: #F5F5F5;
}

.cont_header.visual .catch {
  color: #002d78;
}

/* コンテンツ中のボタン */
.btn_area a:link, .btn_area a:visited, .btn_area a:active, .btn_area a:hover {
  color: #333333;
}

/* グローバルフッター */
#global_footer #cont_menu {
  margin-top: 0;
}

#global_footer nav.ft_menu {
  background: #F1EEE9;
  height: 60px;
}

#global_footer nav.ft_menu a {
  font-size: 18px;
  color: #333333;
}

#global_footer .ft_menu li a::after {
  border-color: transparent transparent transparent #FF0000;
}

/* #global_footer .ft_menu li:nth-of-type(2) a::after {
  transform: rotate(45deg);
  background: none;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FF0000;
  border-right: solid 2px #FF0000;
  margin-top: 4px;
} */

#global_footer .copy {
  background: #FF0000;
  margin-bottom: 0 !important;
}

/* sp版トップへ戻るボタン */
#page_top {
  background: #fff;
  border-radius: 10px;
  border: 3px solid #FF0000;
  color: #FF0000;
  font-weight: bold;
}

a#page_top {
  padding-top: 23px;
}

#page_top:before {
  width: 0;
  height: 0;
  border: none;
  border-right: 9px solid transparent;
  border-bottom: 15px solid #FF0000;
  border-left: 9px solid transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 8px;
}

/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */
#pg_index section {
  margin: 0 auto 50px;
}

#pg_index .cont_header .wrap {
  max-width: 100%;
  /*margin-left:10%;*/
}

#pg_index h1 {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  /*color: #fff;
  text-shadow: 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0;*/
}

#pg_index h1 span {
  color: #FF0000;
  background: #fff;
  font-size: 25px;
  margin-left: 60px;
  /*margin-right: 50px;*/
  padding: 10px 15px;

  border: 1px solid #ff0000;
  order: -1;
}

#pg_index h1 small {
  display: inline-block;
  font-size: 20px;
  order: 3;
  /*text-shadow: 0px 0px 5px #000;*/
}

.cont_index li {
  border-radius: 20px;
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 5px #aaa;
  border: 1px solid transparent;
  height: 290px;
  position: relative;
  box-sizing: border-box;
}

.cont_index li::before {
  content: none;
}

.cont_index li a {
  padding: 0;
  display: block;
}

.cont_index li a::before, .cont_index li a::after {
  content: none;
}

.cont_index li div {
  color: #333;
  margin-top: 200px;
  margin-left: 25px;
  text-align: left;
}

.cont_index li p {
  margin-bottom: 0 !important;
  position: relative;
}

.cont_index li p::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  content: "";
  border-color: transparent transparent transparent #FF0000;
  top: 6px;
  right: 35px;
  transition: all 0.3s;
}

.cont_index li p.other::after {
  border-color: transparent transparent transparent #9c0000;
}

.cont_index li:hover p::after {
  right: 25px;
}

.cont_index li:hover p.other::after {
  right: 35px;
}

.cont_index li span {
  font-weight: normal;
  display: block;
  font-size: 16px;
}

.cont_index li.cont_page01 {
  background: url(../img/img01.png) top no-repeat;
}

.cont_index li.cont_page02 {
  background: url(../img/img02.png) top no-repeat;
}

.cont_index li.cont_page03 {
  background: url(../img/img03.png) top no-repeat;
}

.cont_index li.cont_page04 {
  background: url(../img/img04.png) top no-repeat;
  background-color: #ccc;
  color: #999;
}

#pg_index .btn_area a.arrow::after {
  right: inherit;
}

#pg_index .btn_area.flex a {
  margin: auto 0;
}

#pg_index .btn_area.flex a:nth-child(2) {
  margin: auto 20px;
}

.cont_index li div.finish {
  color: #fff;
  position: absolute;
  text-align: center;
  margin-left: 0;
  top: -100px;
  left: 0;
  right: 0;
  font-size: 20px;
}

/* ------------------------------------

	Overwrite ContentsElements

------------------------------------ */
/* 共通 */
html {
  font-family: Hiragino Sans Pr6N;
}

h1 {
  color: #333333;
}

h2 {
  font-size: 24px;
  color: #FF0000;
  margin-bottom: 30px;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

main section:last-child {
  margin-bottom: 120px !important;
}

p {
  font-size: 16px;
  margin-bottom: 30px !important;
}

main figure {
  text-align: center;
}

main section {
  margin-bottom: 130px !important;
}

section.mb_100 {
  margin-bottom: 100px !important;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex figure {
  margin-right: 0;
  margin-left: 0;
}

figcaption {
  font-size: 14px;
}

.btn_area a {
  font-weight: bold !important;
  border: 1px solid #333;
  /* min-width: 350px; */
}

body .btn_area a:hover {
  color: #FF0000;
  background-color: #FFFFFF !important;
  border-color: #FF0000;
}

.btn_area a.arrow {
  position: relative;
  padding-right: 2em;
}

.btn_area a.arrow::after, span.arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #FF0000;
  border-right: solid 2px #FF0000;
  position: absolute;
  top: 45%;
  right: 12px;
  margin-top: -4px;
  transform: rotate(45deg);
  margin-left: 1em;
  background: none;
}

span.arrow_nh {
  color: #FF0000;
}

hr {
  width: 200px;
  border: 1px solid #B2B2B2;
  margin-bottom: 100px;
}

.base_wrap.bottom_hr {
  width: 100%;
  border-bottom: 1.5px solid #707070;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.base_wrap.dotted {
  width: 100%;
  border-bottom: 1.5px dotted #707070;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.base_wrap.mb_0 {
  margin-bottom: 0;
}

.attention {
  font-size: 14px;
}

.attention_text {
  margin: -2.1em 0 20px 3em !important;
  font-size: 14px;
}

.attention_kome+p {
  margin: -2.25em 0 20px 2em !important;
}

.attention_kome+p.mb_0 {
  margin-bottom: 0 !important;
}

ul.disc li {
  position: relative;
  padding-left: 1.5em;
}

ul.disc li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #B2B2B2;
  left: 0;
  top: 10px;
  border-radius: 50px;
}

/* 本文中のリンク */
main a:link, main a:visited, main a:active, main a:hover {
  font-weight: bold;
}

a.vision:hover img {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {

  /* hover area control*/
  body.pc_view #global_nav a {
    min-height: 50px;
    display: inline-block;
  }

  body.pc_view #global_nav a:hover {
    color: #FF0000;
  }

  body.pc_view #global_nav ul li::after {
    z-index: -1;
  }

  /* hover area control*/
  .pattern_01 .cont_index li a img {
    width: auto;
    margin: 0px auto;
    max-width: 100%;
    flex-shrink: 0;
  }

  .pattern_01 .cont_index li a {
    align-items: center;
  }

  #global_nav ul li {
    font-size: 16px;
    position: relative;
  }

  #global_nav ul li a.active:after {
    bottom: 0px;
  }

  .accordion h3 {
    color: #FFF !important;
  }
  .contents-1 img.w-limit{
    max-width:540px;
  }
  .contents-3 img.w-limit01{
    max-width:450px;
  }
  .contents-3 img.w-limit02{
    max-width:430px;
  }
  .contents-3 img.w-limit03{
    max-width:530px;
  }
  .contents-3 img.w-limit04{
    max-width:660px;
  }
}

/*スマートフォン対応　トップページの角丸*/
@media only screen and (max-width: 768px) {
  .pattern_01 .cont_index li {
    border-radius: 40px;
  }

  .pattern_01 .cont_index li a {
    align-items: center;
  }
}

/*PCのトップページの右端の調整*/
.segment_02 h3 {
  padding: 6px 10px 5px 10px;
}

.pattern_01 .cont_index li:hover {
  opacity: 0.7;
  cursor: pointer;
}

.pattern_01 .cont_index li a::before {
  content: none;
}

.pattern_01 .cont_index li a::after {
  content: none;
}

/* footer pc版*/
@media print, screen and (min-width: 868px) {
  #cont_menu ul li:nth-of-type(2) {
    text-align: center;
  }

  #cont_menu ul li:nth-of-type(3) {
    text-align: right;
  }

  #cont_menu ul li:nth-of-type(4) {
    margin-right: 3.7em;
  }
}

/*フッター部分のスマートフォン時の横幅100%　オーバーライド */
@media only screen and (max-width: 768px) {
  #cont_menu ul li {
    width: 100% !important;
    text-align: start;
  }
}

/* footer pc版*/
#global_footer .banner_area {
  padding: 20px 10px 30px;
  max-width: 920px;
  margin: auto;
}

#global_footer .banner_area a:hover img {
  opacity: 0.6;
  max-height: 70px;
}

#cont_menu .issue {
  border-bottom: 1px solid #707070;
}

#cont_menu ul li {
  margin: 0;
  padding: 0 0 30px;
  width: calc(800px/3);
}

.home_area ul {
  display: flex;
  justify-content: center;
}

.home_area ul li {
  padding: 0 5px;
  box-sizing: border-box;
}

.home_area ul li img {
  max-width: 100%;
}

/* header背景設定 */
#pg_index .cont_header.visual {
  height: 290px;
}

#pg_index .cont_header.visual::after {
  background: url("../img/top_header.png")no-repeat;
  background-size: cover;
}

.contents-1 .cont_header.visual.large.message {
  height: 486px;
}

.contents-2 .cont_header.visual, .contents-3 .cont_header.visual, .contents-4 .cont_header.visual {
  height: 240px;
}

.contents-1 .cont_header.visual.large.message::after {
  background: url(../img/contents-1/top_header.png) right no-repeat;
  background-color: #F1EEE9;
}

.contents-2 .cont_header.visual.summary::after {
  background: url("../img/contents-2/top_header.png")center center no-repeat;
  background-size: cover;
}

.contents-3 .cont_header.visual.feature::after {
  background: url("../img/contents-3/top_header.png")center center no-repeat;
  background-size: cover;
}

.contents-4 .cont_header.visual.kabunushi::after {
  background: url("../img/contents-4/top_header.png")center center no-repeat;
  background-size: cover;
}

/* メッセージのPC版時の表示位置調整 */
@media print, screen and (max-width: 1600px) {
  .content-1 .cont_header.visual::after {
    background-size: cover;
    background-position: bottom left 10px !important;
  }
}

@media print, screen and (max-width: 1300px) {
  .content-1 .cont_header.visual::after {
    background-size: cover;
    background-position: bottom left -50px !important;
  }
}

@media only screen and (min-width:770px) and (max-width: 1100px) {
  .contents-1 .cont_header.visual.large.message::after {
    background-position: bottom right -200px !important;
  }
}

/*contents-1 社長インタビュー*/
.contents-1 .cont_header.visual h1 {
  margin-bottom: 29px;
  line-height: 1.4em;
  font-size: 40px;
}

.contents-1 .cont_header.visual h1 small {
  margin-bottom: 6px;
  line-height: 1.4em;
}

.contents-1 .cont_header.visual h1 span {
  display: table;
  background: #FF0000;
  font-size: 26px;
  color: #FFF;
  width: auto;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contents-1 a.none::after {
  content: none;
}

.btn_area a.w40.arrow {
  width: 40%;
}

.btn_area a.w40.arrow::after {
  right: inherit;
}

.h_tri::before {
  border-color: transparent transparent transparent #B2B2B2;
  margin: 0px 7px 0 0;
}

/*contents-2 決算サマリー*/
.contents-2 dl {
  height: 100px;
  border: 1px solid #FF0000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contents-2 dl dt {
  width: 35%;
  background: #FF0000;
  height: 100px;
  color: #fff;
  padding-top: 25px;
}

.contents-2 dl dd {
  width: 65%;
}

.contents-2 dl dd span {
  font-size: 50px;
}

dl.border-radius {
  height: 60px;
  background: #F1EEE9;
  border: none;
  border-radius: 50px;
  margin-top: 98px;
  margin-bottom: 50px;
}

dl.border-radius dt {
  color: #FF0000;
  background: none;
  padding: 0;
  text-align: right;
  height: auto;
  width: 38%;
  position: relative;
}

dl.border-radius dt::after {
  content: "";
  position: absolute;
  border: 1px solid #FF0000;
  height: 24px;
  transform: translate(30px, 11px);
}

dl.border-radius dd small {
  font-size: 16px;
}

.contents-2 h3 {
  position: relative;
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 50px;
}

.contents-2 h3::before {
  content: "";
  position: absolute;
  border: 3px solid #FF0000;
  height: 17px;
  left: 0;
  top: 5px;
}

.contents-2 h3.pink::before {
  border-color: #DC3A86;
}

.contents-2 h3.green::before {
  border-color: #009E84;
}

.contents-2 h3.blue::before {
  border-color: #006DB9;
}

.contents-2 h3.purple::before {
  border-color: #8E60A2;
}

.contents-2 .flex {
  align-items: center;
  justify-content: space-between;
}

.contents-2 .flex>div {
  width: 70%;
}

.contents-2 .flex div.w75 {
  width: 75%;
}

.contents-2 figcaption {
  padding-top: 14px;
}

.contents-2 ul.disc {
  margin-bottom: 100px;
}

.contents-2 .btn_area a::after, .contents-3 .btn_area a::after {
  right: inherit;
}

.contents-2 .mb-140 {
  margin-bottom: 143px;
}

/* contents-3.html 特集*/
.contents-3 h3, .contents-4 h3 {
  font-size: 20px;
  color: #FF0000;
  margin-bottom: 20px !important;
}

.contents-3 figure.mb_0 {
  margin-bottom: 0;
}

.contents-3 .flex figure figcaption {
  text-align: left;
}

.contents-3 .flex .btn_area {
  margin-bottom: 0;
}

.contents-3 p.mb_90 {
  margin-bottom: 90px !important;
}

.contents-3 p.mb_60 {
  margin-bottom: 60px !important;
}

.contents-3 .flex.center {
  align-items: center;
  justify-content: center;
}

.contents-3 .flex.center div {
  margin: 0;
}

.contents-3 .flex.center .btn_area.w50 a {
  width: 50%;
}

.contents-3 .flex.center div span {
  text-align: center;
  display: block;
  font-size: 14px;
}

/* contents-4.html 株主様限定*/
.contents-4 .mb_130 {
  margin-bottom: 130px;
}

.contents-4 dl {
  display: flex;
  /*flex-direction: row;*/
  align-items: center;
  background: #B2B2B2;
  height: auto;
  margin-bottom: 20px;
}

.contents-4 dl:last-child {
  margin-bottom: 0;
}

.contents-4 dl dt {
  width: 140px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.contents-4 dl dd {
  background: #fff;
  width: 660px;
  padding-left: 20px;
}

.contents-4 dl dd ul li {
  position: relative;
  padding-left: 20px;
}

.contents-4 dl dd ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #FF0000;
  top: 10px;
  left: 2px;
  border-radius: 50%;
}

.contents-4 dl dd p {
  font-size: 14px;
  margin-bottom: 0 !important;
}

.contents-4 .base_wrap.bottom_hr {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.contents-4 p.mb_20 {
  margin-bottom: 20px !important;
}

.contents-4 ul.disc li::before {
  background: #FF0000;
}

.contents-4 .application span {
  text-align: center;
  display: block;
}

.contents-4 .application .btn_area {
  margin-top: 0;
}

.contents-4 .application .btn_area a {
  background-color: #FF0000;
  border: 1px solid #FF0000;
  color: #fff;
}

.contents-4 .application .btn_area a:hover {
  /*color:#FF0000;
	background-color: #fff!important;
	border:1px solid #FF0000;*/
  background-color: #FF0000 !important;
  border: 1px solid #FF0000 !important;
  color: #fff !important;
  opacity: 0.7;
}

.contents-4 .application .btn_area a::after {
  background: transparent url(../img/ico_blank02.png) center center no-repeat;
  background-size: contain;
}

.contents-4 a.none::after {
  content: none;
}

.contents-4 section.contact {
  background: #F1EEE9;
  padding: 40px 0;
}

section.contact dl {
  background: #fff;
  border-radius: 50px;
  height: 63px;
  margin-top: 0;
}

section.contact dl.border-radius dt {
  color: #333;
  font-size: 20px;
}

section.contact dl.border-radius dt span {
  padding-right: 10px;
}

section.contact dl.border-radius dt span img {
  vertical-align: baseline;
}

section.contact dl.border-radius dt::after {
  border-color: #333;
  transform: translate(20px, -2px);
  height: 45px;
}

section.contact dl.border-radius dd {
  background: transparent;
  text-align: left;
  font-size: 14px;
}

section.contact dl.border-radius dd span {
  font-weight: bold;
  font-size: 16px;
}

section.contact dl:first-of-type dd span {
  padding-right: 50px;
}

section.contact dl:last-child dd {
  line-height: 1.5;
}

section.contact dl.border-radius dd span.arrow, section.contact dl.border-radius dd span.arrow_nh {
  position: relative;
}

section.contact dl.border-radius dd span.arrow::after, section.contact dl.border-radius dd span.arrow_nh::after {
  right: -35px;
}

.contents-4 .finish {
  height: 60px;
  text-align: center;
  /* border: 2px solid #ff0000; */
  font-size: 20px;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 60px;
}

/* reco.html ご留意事項*/
.reco h1 {
  color: #333333;
  text-align: left;
}

.reco h2 {
  color: #FF0000;
}

.reco h3 {}

.reco .cont_header {
  background: #F1EEE9;
  position: relative;
}

/* footer */
#global_footer .home_area img {
  max-height: 60px;
}

/************************ スマートフォン用オーバーライド *****************************/
@media print, screen and (max-width: 1460px) {
  .contents-1 .cont_header.visual h1 {
    font-size: 35px;
  }
}

@media print, screen and (max-width: 1190px) {

  #pg_index .cont_header .wrap {
    margin-left: auto;
  }

  #pg_index h1 span {
    margin-left: 20px;
  }

  #pg_index h1 {
    text-align: center;
  }

  .contents-1 .cont_header.visual h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1150px) {
  #pg_index .btn_area.flex {
    display: block;
    margin-top: 30px;
  }

  #pg_index .btn_area.flex a, #pg_index .btn_area.flex a:nth-child(2) {
    margin: 10px auto;
    display: block;
  }
}

@media print, screen and (max-width: 1050px) {
  .contents-1 .cont_header.visual h1 {
    font-size: 25px;
  }

  .contents-1 .cont_header.visual h1 span {
    font-size: 22px;
  }

  .contents-1 .cont_header.visual h1 small {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 1028px) {
  #pg_index .cont_header.visual::after {
    background-position: right;
  }

  #pg_index h1 {
    text-align: center;
    align-items: center;
    text-shadow: 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0, 0px 0px 5px #f4f4f0;
  }

  #pg_index h1>* {
    order: 0 !important;
  }

  #pg_index h1 span {
    margin-left: 0;
  }
}

@media print, screen and (max-width: 850px) {
  .base_wrap.dotted, .base_wrap.bottom_hr {
    width: 94%;
  }
}

@media only screen and (max-width: 768px) {

  body {
    padding-top: 80px;
  }

  #global_header .wrap {
    height: 80px;
  }

  /* nav */
  #global_header .sub_menu>ul li {
    height: 60px;
  }

  /*header*/
  #global_header .info .name img {
    width: auto;
  }

  #global_header .info {
    display: flex;
    flex-direction: column;
  }

  /*#global_header .info .code{
		padding-left:18px;
	}*/
  /* top */
  #pg_index br.sp.n02 {
    display: block;
  }

  #pg_index h1 span {
    margin: 0;
  }

  .cont_index li {
    width: 80%;
    margin: 20px auto;
    /* height: 300px; */
  }

  .cont_index li.cont_page01, .cont_index li.cont_page02 {
    height: 236px;
  }

  .cont_index li.cont_page03, .cont_index li.cont_page04 {
    height: 266px;
  }

  .cont_index li.cont_page01 div, .cont_index li.cont_page02 div {
    margin-top: 193px;
  }

  .cont_index li.cont_page03 div, .cont_index li.cont_page04 div {
    margin-top: 196px;
  }

  .cont_index li::before {
    content: "";
    height: 175px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 0px;
  }

  .cont_index li.cont_page01::before {
    background: url("../img/sp01.png")top no-repeat;
    background-size: cover;
  }

  .cont_index li.cont_page02::before {
    background: url("../img/sp02.png")top no-repeat;
    background-size: cover;
  }

  .cont_index li.cont_page03::before {
    background: url(../img/sp03.png)center no-repeat;
    background-size: cover;
  }

  .cont_index li.cont_page04::before {
    background: url("../img/sp04.png")top no-repeat;
    background-size: cover;
  }

  .cont_index li:nth-child(4n) {
    margin-right: auto;
  }

  #global_footer nav.ft_menu {
    height: auto;
  }

  /*共通*/
  .flex {
    display: block;
  }

  .contents-2 .cont_header.visual, .contents-3 .cont_header.visual, .contents-4 .cont_header.visual {
    height: auto;
  }

  h2 {
    font-size: 20px;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }

  .btn_area a.w40 {
    width: inherit;
  }

  /*sp版ヘッダー背景画像*/
  .contents-2 .cont_header.visual .wrap, .contents-3 .cont_header.visual .wrap, .contents-4 .cont_header.visual .wrap {
    padding: 20px 10px 10px;
    background: #F1EEE9;
    width: 100%;
    margin-top: 20px;
  }

  .contents-2 .cont_header.visual.summary::after {
    background: url("../img/contents-2/header_bg_sp.png")center center no-repeat;
    background-size: cover;
  }

  .contents-3 .cont_header.visual.feature::after {
    background: url("../img/contents-3/header_bg_sp.png")center center no-repeat;
    background-size: cover;
  }

  .contents-4 .cont_header.visual.kabunushi::after {
    background: url("../img/contents-4/header_bg_sp.png")center center no-repeat;
    background-size: cover;
  }

  .contents-2 dl {
    flex-direction: column;
    height: auto;
  }

  .contents-2 dl.border-radius {
    padding-left: 20px;
  }

  .contents-2 dl.border-radius dt {
    text-align: left;
    min-width: 240px;
  }

  .contents-2 dl dt {
    font-size: 18px;
    padding-top: 0px;
    width: 100%;
    height: auto;
  }

  .contents-2 dl dd {
    font-size: 20px;
    line-height: 1.7em;
    text-align: left;
    padding: 5px 0px;
    width: auto;
  }

  .contents-2 dl dd span {
    font-size: 40px;
  }

  .contents-2 dl.border-radius dt {
    padding: 0;
    width: auto;
  }

  .contents-2 dl.border-radius dt::after {
    height: 45px;
    transform: translate(15px, -5px);
    display: none;
  }

  .contents-2 dl.border-radius dd {
    line-height: 1.5;
    min-width: 240px;
    border-top: 1px solid #FF0000;
  }

  .contents-2 dl.border-radius dd small {
    display: block;
  }

  .contents-2 .flex>div, .contents-2 .flex div.w75 {
    width: 100%;
  }

  .contents-2 figcaption span:first-child {
    margin-right: 15px;
  }

  /* contents-1 */
  .contents-1 .cont_header.visual h1 span {
    /*width:80%;*/
  }

  .cont_header.visual.large .wrap {
    background: #F1EEE9;
    margin: 0;
    width: 100%;
  }

  /* contents-2 */
  .contents-2 .mb-140 {
    margin-bottom: 0px;
  }

  /* contents-3 */
  .contents-3 .flex figure figcaption {
    text-align: center;
  }

  /* contents-4 */
  section.contact h3 {
    font-size: 19px;
    text-align: center;
  }

  section.contact dl {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  section.contact dl.border-radius dt {
    font-size: 16px;
    width: 200px;
  }

  section.contact dl.border-radius dt::after {
    height: 53px;
    transform: translate(15px, -10px);
    display: none;
  }

  section.contact dl.border-radius dt span img {
    vertical-align: middle;
  }

  section.contact dl.border-radius dd {
    line-height: 1.5;
    align-content: center;
    text-align: center;
    width: auto !important;
  }

  .contents-4 dl {
    background: none;
    flex-direction: column;
  }

  .contents-4 dt {
    background: #B2B2B2;
    width: 100% !important;
  }

  .contents-4 dd {
    width: 100% !important;
  }

  /* reco */
  .reco .cont_header .wrap {
    height: 103px;
  }

  .reco .cont_header .wrap h1 {
    margin-top: 15px;
  }

  /*footer*/
  #global_footer nav.ft_menu a {
    font-size: 16px;
  }

  #cont_menu {
    margin-bottom: 10px;
    background: #F1EEE9;
    padding: 15px 0 0;
  }

  #cont_menu .issue {
    padding-left: 10px;
    margin-bottom: 0 !important;
  }

  #cont_menu ul li {
    padding: 15px 0px;
    width: calc(100% - 30px) !important;
    margin: 0 15px !important;
    border-bottom: 1px solid #B2B2B2;
    font-weight: bold;
  }

  #cont_menu ul li:last-child {
    border: none;
  }

  #cont_menu ul li a::before {
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #FF0000;
  }

  #cont_menu ul li br.pc {
    display: none;
  }

  #global_footer .banner_area ul li {
    margin-bottom: 10px;
  }

  /* reco.html トップページ */
  .reco .cont_header::before {
    content: none;
  }

  .reco .cont_header h1 {
    text-align: center;
  }

  .reco .border_b:after {
    width: 100px;
  }

  .home_area ul {
    display: block;
  }

  .reco .pc_b {
    font-weight: normal;
  }

  .reco .sm_b {
    font-weight: bold;
  }
}

@media print, screen and (max-width: 830px) {
  .div_point dt span {
    margin-left: 0px;
  }
}

@media screen and (max-width: 868px) {
  #cont_menu ul {
    justify-content: space-between;
  }

  #cont_menu ul li {
    width: 45%;
  }
}

/* contents1用*/
/* メッセージのPC版時の表示位置調整 */
@media only screen and (max-width: 768px) {
  .cont_header.visual h1 {
    font-size: 35px;
  }

  #global_header .sub_menu>ul li a {
    width: 60px;
    flex-direction: column;
    padding: 32px 0 0 !important;
    font-size: 1rem;
    background-position: center 5px !important;
    letter-spacing: -2px;
    line-height: 1;
    background-size: 18px;
    text-align: center;
  }

  #global_header .sub_menu>ul li a.shop {
    background-size: 20px;
  }

  #global_header .sub_menu>ul li a:hover {
    background-color: #fff !important;
    color: #FF0000 !important;
  }

  .global_menu_sp ul li:first-child {
    color: #333;
  }

  .contents-1 .cont_header.visual.large.message {
    height: auto;
  }

  .cont_header.visual.large .wrap {
    display: flex;
    flex-direction: column;
  }

  .content-1 .cont_header.visual.large {
    background: #F1EEE9;
    z-index: 0;
  }

  .content-1 .cont_header.visual::after {
    display: none;
  }

  .cont_header.visual.large .wrap h1 {
    order: -2;
  }

  .cont_header.visual.message .wrap::after {
    content: '';
    background: transparent url("../img/contents-1/top_sp_header.png") top center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 80vw;
    order: -1;
  }

  .contents-1 .cont_header.visual.large.message::after {
    content: none;
  }

  .cont_header.visual h1 small {
    font-size: 20px;
  }

  .cont_header.visual.large .wrap h1 {
    background: #F1EEE9;
    margin: 20px;
  }

  .cont_header.visual.large .wrap {
    padding-bottom: 0px;
    margin-bottom: 5px;
  }

  .cont_header.visual.large p {
    background-color: #F1EEE9;
    width: calc(100vw - 2%);
    padding: 25px 8%;
    margin-top: 0px;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 0 !important;
  }
}

/* append */
.marker_or {
  background: linear-gradient(transparent 60%, #FFEBBF 60%);
  font-weight: bold;
}

.contactlink {
  text-decoration: underline !important;
}

.home_area a.name:hover img {
  opacity: 0.7;
}

body.pc_view #global_footer .home_area {
  transition: unset;
}

body.pc_view #global_footer .home_area:hover {
  opacity: 1;
}

.products_flex {
  display: flex;
  justify-content: space-around;
}

.marker_yel {
  background: linear-gradient(transparent 0%, #fff799 0%);
}

/* vol24 addition */
.contents-1 .c2025 dt {
  font-weight: bold;
}

contents-1 .c2025 dt::before {
  content: attr(data-count) ". ";
}

contents-1 .c2025 dd {
  margin-bottom: 30px;
}

.contents-2 .flex {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.contents-2 .flex figure {
  width: calc(50% - 19px);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
  break-inside: avoid;
}

@media only screen and (max-width: 768px) {
  .contents-2 .flex figure {
    width: 100%;
    margin-bottom: 65px;
  }
}

.contents-3 .flex figure {
  align-self: end;
}

.contents-3 table th {
  background-color: #f1eee9;
  white-space: nowrap;
  padding: 20px;
  border: solid 1px #ccc9c9;
}

.contents-3 table {
  border: solid 1px #ccc9c9;
  border-collapse: collapse;
}

.contents-3 table td {
  border: solid 1px #ccc9c9;
  padding: 20px;
}

.contents-3 dl.detail dt {
  font-weight: bold;
}

.contents-3 dl.detail dt:before {
  content: "・";
  display: inline-block
}

.contents-3 dl.detail dd {
  margin-bottom: 30px;
}

.contents-3 .concept {
  padding-top: 6px;
  padding-bottom: 6px;
  background: #F1EEE9;
  border: none;
  border-radius: 50px;
  margin-top: 0px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.after_none::after {
  content: none !important;
}

.contents-3 .flex.gap-20 {
  gap: 20px;
}

.contents-3 .flex figure {
  flex-basis: 100%;
  align-self: initial;
}

.contents-3 .flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-3 .flex figure figcaption {
  position: absolute;
  display: block;
}

.contents-3 section section {
  padding-top: 35px;
}

.contents-3 .base_wrap.dotted {
  border: none;
}

@media only screen and (max-width: 768px) {
  .contents-3 .concept {
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .contents-3 .flex.gap-20 {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .contents-3 .flex figure img {
    width: 495px;
    height: 278px;
  }

  .contents-3 .flex figure figcaption {
    position: static;
    display: block;
  }
}


/* 2024年度 ネットで株通対応 */
main#pg_index .cont_header.visual {
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 90px;
  position: relative;
  background: transparent;
  text-align: center;
}

main#pg_index h1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

main#pg_index h1 span {
  padding: 5px 40px;
  color: white;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  transform: translateX(0%) skewY(0deg);
  order: 0;
  background: none;
  border: none;
}

/* 平行四辺形部分 */
main#pg_index h1 span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #e60012;
  z-index: -1;
  transform: skew(37deg);
  width: 345px;
}

main#pg_index h1 small {
  display: inline-block;
  font-size: 20px;
  order: 3;
  /* text-shadow: 0px 0px 5px #000; */
  padding-left: 52px;
}
/*--
.cont_index li.cont_page04 {
  background: url(../img/img04.png) top no-repeat;
  color: #999;
}

.cont_index li p.other::after {
  border-color: transparent transparent transparent #FF0000;
}
--*/
main#pg_index .wrap::before {
  content: '';
  position: absolute;
  top: 58%;
  left: 50%;
  width: 944px;
  height: 290px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.custom-list {
  counter-reset: item;
  list-style: none;
}

.custom-list li {
  counter-increment: item;
  margin-bottom: 5px;
  position: relative;
}

.custom-list li::before {
  content: "("counter(item) ") ";
  position: absolute;
  left: -30px;
  /* 必要に応じて調整 */
  width: 20px;
  /* 必要に応じて調整 */
  text-align: right;
}

/* スマホ対応 */
@media only screen and (max-width: 768px) {
  main#pg_index .cont_header.visual::after {
    background: url(../img/sp_top_header.png) top no-repeat;
    background-size: cover;
  }

  /* header内スマホ版表示設定 */
  main#pg_index .cont_header.visual {
    margin-bottom: 0;
    display: block;
  }

  main#pg_index .cont_header .wrap {
    width: 100%;
  }

  main#pg_index h1 {
    text-align: center;
    text-shadow: none;
    margin: 50px 0 0 0;
  }

  main#pg_index h1 span {
    padding: 5px 0;
    width: 100%;
    transform: none;
    background: #e60012;
    color: white;
    margin-top: 19px;
    font-size: 16px;
  }


  main#pg_index h1 small {
    display: inline-block;
    font-size: 16px;
    order: 3;
    /* text-shadow: 0px 0px 5px #000; */
    padding-left: 52px;
  }

  .br_pc {
    display: none;
  }

  /* TOPページ 各コンテンツ部分 */
  .cont_index li {
    width: 100%;
    margin: 10px auto;
  }

  /* header画像部分の白半透明背景設定 */
  main#pg_index .wrap::before {
    content: '';
    position: absolute;
    top: 57%;
    left: 50%;
    width: 100%;
    height: 170px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 70%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }

  /* 平行四辺形部分解除 */
  main#pg_index h1 span::before {
    content: none;
  }

  .base_wrap {
    width: 94%;
    max-width: 800px;
    margin: 0 10px 50px 10px;
    position: relative;
  }
}

/* タブレット */
@media print,
screen and (max-width: 1028px) {
  #pg_index h1 {
    text-shadow: none;
  }
}

/* contents-2 */
.contents-2 .attention_note+p {
  margin: -2em 0 20px 3.4em !important;
}

/* contents-3 */
.contents-3 .br_tb {
  display: none;
}

/* タブレット表示時: 改行あり */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .br_tb {
    display: block;
  }

}