@charset "utf-8";

/*------------------------------------------------------------
	webmag
------------------------------------------------------------*/
img {
  max-width: 100%;
}

#headline,
#listimage {
  display: none;
}

.comPhoArea .photoList .slick-next {
  left: auto;
  right: 0;
  background-image: url(/Portals/0/images/webmag/arrow_right.png) !important;
}

.comPhoArea .photoList .slick-prev {
  background-image: url(/Portals/0/images/webmag/arrow_left.png) !important;
}

#gHeader {
  border: 1px solid #e7e7e7;
}

#gHeader .hBox01 .link a {
  text-decoration: none;
}

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

#mainBody {
  padding: 16px 0 44px 0;
}

#mainBody .imgBox {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

#mainBody .imgBox .photoBox {
  width: 570px;
}

#mainBody .imgBox .photoBox img {
  width: 570px !important;
  height: 380px !important;
  object-fit: cover;
}

#mainBody .imgBox .textBox {
  padding: 0 0 0 40px;
  width: calc(100% - 570px);
  box-sizing: border-box;
  border: none;
  margin: 0;
}

#mainBody .imgBox .textBox .ttl {
  justify-content: space-between;
}

#mainBody .imgBox .textBox .ttl span:nth-of-type(2) {
  display: block;
  margin-top: 8px;
}

#mainBody .imgBox .textBox .title {
  margin-bottom: 20px;
  color: #111111;
  font-size: 2.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#mainBody .imgBox .textBox .title a {
  text-decoration: none;
}

#mainBody .imgBox .textBox .title a::before {
  content: '';
  display: block;
  width: 65px;
  height: 20px;
  background-image: url(/Portals/0/images/webmag/new_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 10px 0;
}

#mainBody .imgBox .textBox .txt {
  margin-bottom: 20px;
  color: #888888;
  font-size: 1.4rem;
  line-height: 1.5;
}

#mainBody .imgBox .textBox .txtList {
  margin-top: -7px;
  display: flex;
  flex-wrap: wrap;
}

#mainBody .imgBox .textBox .txtList li {
  margin: 7px 0 0 0;
  line-height: 2rem;
  color: #888888;
  font-size: 1.4rem;
  padding: 0;
}

#mainBody .imgBox .textBox .txtList li:after {
  content: none;
  width: auto;
  height: auto;
}

#mainBody .imgBox .textBox .txtList li:not(:nth-of-type(3)) {
  margin-right: 20px;
}

.imgList {
  position: relative;
  margin: 0 0 160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.imgList::after {
  width: 320px;
  content: "";
}

.imgList>li {
  list-style: none;
  margin-top: 20px;
  width: 320px;
  background-color: #f2f2f2;
}

.imgList li a {
  display: block;
  text-decoration: none;
}

.imgList li a:hover {
  opacity: 0.7;
}

.imgList li .photoBox {
  position: relative;
  height: 213px;
}

.imgList li .photoBox img {
  width: 320px;
  height: 213px;
  object-fit: cover;
}

.imgList li .photoBox .new_icon {
  position: absolute;
  top: 0;
  right: 0;
}

.imgList li .photoBox .new_icon img {
  height: 18px;
  width: auto;
  object-fit: contain;
}

.imgList li .photoBox .tag {
  position: absolute;
  bottom: 0;
  left: 0;
}

.imgList li .photoBox .tag img {
  height: 24px;
  width: auto;
}

.imgList li .textBox {
  padding: 20px;
  background-color: #f2f2f2;
  border: none !important;
}

#mainBody .textBox p {
  padding: 0;
}

.imgList li .textBox .title {
  margin-bottom: 10px;
  color: #111111;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.imgList li .textBox .txt {
  margin-bottom: 20px;
  color: #6a6a6a;
  line-height: normal;
}

#mainBody .textBox sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

#mainBody .textBox sub {
  font-size: 75%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

.imgList li .textBox .txtList,
.imgList li .textBox .txtList ul,
#mainBody .imgBox .textBox .txtList ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.imgList li .textBox .txtList li {
  color: #6a6a6a;
  font-size: 1.2rem;
  border: none;
}

.imgList li .textBox .txtList li:not(:last-of-type) {
  margin-right: 12px;
}

.imgList#sr {
  margin-bottom: 70px;
}

#mainBody .textArea p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 5px;
  margin-bottom: 5px;
  padding: 0;
  line-height: normal;
}

.textArea {
  max-width: 1000px;
  margin: 64px auto;
  padding: 44px 0 42px;
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.textArea .title {
  padding: 2px 16px 2px 0;
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
}

.textArea .imgUl {
  margin-top: -39px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.textArea .imgUl::after {
  width: 304px;
  content: "";
}

.textArea .imgUl li {
  margin-top: 39px;
  width: 304px;
  display: flex;
  padding-bottom: 0;
}

.textArea .imgUl li a:hover {
  opacity: 0.7;
}

.textArea .imgUl li .photoBox {
  width: 90px;
}

.textArea .imgUl li .textBox {
  padding: 2px 0 0 10px !important;
  width: calc(100% - 90px);
  box-sizing: border-box;
  border: none !important;
  margin: 0 !important;
  text-align: center;
}

.textArea .imgUl li .textBox p {
  padding: 0;
  margin: 0;
  text-align: left;
}

.textArea .imgUl li .textBox p a:link,
.textArea .imgUl li .textBox p a:active,
.textArea .imgUl li .textBox p a:visited {
  color: #333;
  text-decoration: none;
}

.textArea .imgUl li .textBox p a:hover {
  color: #333;
  opacity: 1;
  text-decoration: underline;
}

.textArea .imgUl li .textBox .ttl {
  font-weight: bold;
}

.textArea .imgUl li.textBox .ttl {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.28;
  color: #333;
}

.textArea .imgUl li .textBox .txt {
  color: #888888;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
  white-space: nowrap;
}

.textArea .imgUl li .textBox .txt a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pagination {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 40px;
  display: flex;
}

#mainBody .pageNavi {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

#mainBody .pageNavi li {
  margin: 0 8px;
  width: 44px;
}

.pagination span a {
  text-align: center;
  margin: 0 8px;
  width: 44px;
  padding-top: 11px;
  height: 44px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #f2f2f2;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
}

#mainBody .pageNa {
  padding-top: 5px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #f2f2f2;
  border-radius: 4px;
  box-sizing: border-box;
}

.pagination span.current {
  text-align: center;
  margin: 0 8px;
  width: 44px;
  padding-top: 11px;
  height: 44px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #f2f2f2;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #ffd21c;
}

#mainBody .pageNavi li.dot {
  padding-top: 13px;
  width: 15px;
}

#mainBody .pageNavi li.prey,
#mainBody .pageNavi li.next {
  margin: 0 40px;
  width: 56px;
}

#mainBody .pageNavi li.prey a,
#mainBody .pageNavi li.next a {
  padding: 0 0 0 25px;
  background-color: transparent;
  background: url("/Portals/0/images/webmag/icon arrow01.png") no-repeat left center / 18px;
}

#mainBody .pageNavi li.next a {
  padding: 0 25px 0 0;
  background: url("/Portals/0/images/webmag/icon arrow02.png") no-repeat right center / 18px;
}

#mainBody .pageNavi li.prey a:hover,
#mainBody .pageNavi li.next a:hover {
  opacity: 0.7;
}

#mainBody .comPhoArea .photoList .slick-next {
  background-image: url("/Portals/0/images/webmag/arrow_right.png");
}

.orange .contents p {
  padding: 0;
  margin-bottom: 20px;
  line-height: 3.2rem;
  font-size: 1.6rem;
}

.orange .contents ul:not(#cat ul, .ex) {
  margin: 0 0 0 2em;
}

.orange .contents ul li:not(#cat ul li, .ex li, .lstn li) {
  font-size: 1.6rem;
  list-style: disc;
  margin: 0;
  padding: 0 0 5px 0;
}

.orange .contents ol:not(#cat ol, .ex) {
  margin: 0 0 0 2em;
}

.orange .contents ol li:not(#cat ol li, .ex li) {
  font-size: 1.6rem;
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 5px 0;
}

.orange .contents .lstn li {
  font-size: 1.6rem;
}

.breadcrumbs a,
.breadcrumbs .breadcrumbItem {
  color: #707070;
  font-size: 1.2rem !important;
}

.breadcrumbs span {
  color: #707070;
  padding: 0 5px;
}

.breadcrumbs a {
  color: #707070;
}

.breadcrumbs .breadcrumbItem {
  color: #333;
  padding: 0;
}

h3.fieldTitle {
  border-left: 1px solid #1f7f79 !important;
}

.mainImg {
  position: relative;
}

.mainImg img {
  width: 100%;
}

.mainImg #offer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  right: 0;
  font-size: 1.1rem;
  line-height: inherit;
  padding: 3px 5px;
  margin: 0;
}

.blue>p {
  margin-top: 35px;
}

.blue #text {
  text-align: right;
  position: absolute;
  right: 40px;
}

.blue #text span {
  background-color: #256cdf;
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  display: block;
  padding: 3px 10px 0px;
  margin-bottom: 13px;
}

.blue #text span#white {
  background-color: #fff;
  color: #333333;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  padding: 3px 10px 0px;
  margin-bottom: 13px;
}

.blue mark {
  background-color: #256cdf;
  color: #fff;
  font-size: 3.8rem;
  line-height: 5rem;
  font-weight: bold;
  display: table;
  padding: 3px 10px 0px;
  margin: 0 0 13px auto;
}

mark#white {
  background-color: #fff;
  color: #333333;
  font-size: 2.2rem;
  line-height: 3rem;
}

/* 見出し */
#mainBody p.ta-right+h2 {
  margin-top: 35px;
}

#mainBody h2 {
  font-size: 1.76rem;
  padding: 0;
  margin: 50px 0 20px;
  font-weight: 700;
  line-height: 1.3em;
  background: none !important;
}

.blue h2 {
  color: #1b54b1;
}

/* ブルーバックス */
.blue .mainImg {
  margin: 25px 0;
}

.grayBox {
  box-sizing: border-box;
  color: #6a6a6a;
  border: 1px solid #e7e7e7;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
}

.pink #cat ul {
  justify-content: center;
}

#cat ul {
  display: flex;
  margin-bottom: 24px;
  padding: 0;
}

#cat li {
  font-size: 1.4rem;
  color: #333;
  margin-right: 20px;
  list-style: none;
}

.orange p.ta-right {
  text-align: right;
  font-size: 1.2rem !important;
  line-height: 2.2rem !important;
}

.blue .txt_b {
  margin: 64px 0;
}

.txt_b {
  padding: 15px 0;
  font-size: 2.2rem;
}

/* 画像センター */
#mainBodyCenter {
  text-align: center;
}

#mainBodyImg {
  margin: 60px 0;
}

#mainBodyImg p.text_center {
  text-align: center;
}

#mainBodyImg p {
  padding: 24px 0;
  line-height: 2rem;
  font-size: 1.4rem;
  max-width: 800px;
  margin: 0 auto;
}

#mainBodyImg p.text_center span {
  font-size: 0.857em;
}

.blue .textArea .imgUl li .textBox .ttl,
.pink .textArea .imgUl li .textBox .ttl,
#mainBodyBody .textArea .imgUl li .textBox .ttl {
  font-size: 1.4rem;
}

/* ブルーボックス */
.b_box {
  box-sizing: border-box;
  border: 1px solid #256cdf;
  padding: 42px 38px;
  margin-bottom: 45px;
}

.b_box p.ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

dl.sampleList {
  overflow: hidden;
  zoom: 1;
}

dl.sampleList dt {
  width: 90px;
  float: left;
  clear: both;
  background: #1b54b1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
  line-height: normal;
}

dl.sampleList dd {
  font-size: 1.6rem;
  padding: 0 0 5px 120px;
  line-height: 3.2rem;
}

.pcView div.contentsImg {
  position: relative;
}

.pcView div.contentsImg div {
  width: 590px;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 5px 3px;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  font-size: 97%;
}

/* ウェブマガジン キャプション */
.orange div.contentsImg {
  margin: 60px 0;
}

.orange div.contentsImg img {
  max-width: 580px;
  height: auto;
}

.orange div.contentsImg.w400 img {
  max-width: 400px;
  height: auto;
}

.orange div.contentsImg.w700 img {
  max-width: 700px;
  height: auto;
}

.orange div.contentsImg.w900 img {
  max-width: 900px;
  height: auto;
}

.orange div.contentsImg p {
  font-size: 1.2rem;
  max-width: 580px;
  margin: 0 auto;
  text-align: justify;
  padding: 15px 0;
  line-height: 1.8em;
}

.orange div.contentsImg.w400 p {
  max-width: 400px;
}

.orange div.contentsImg.w700 p {
  max-width: 700px;
}

.orange div.contentsImg.w900 p {
  max-width: 890px;
}

.orange div.contentsImg p.text_center {
  text-align: center;
}

/* プロフィール */
#profile {
  width: 100%;
  margin: 80px auto;
  display: flex;
}

.orange #profile .pcArea {
  width: 100%;
  margin: auto 0;
  display: flex;
}

.orange #profile p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 1.3rem;
  padding: 0;
}

#profile .pcArea div.txtBox {
  padding: 0 0 0 3%;
  flex: 1;
}

#profile .txtBox .title {
  font-size: 1.2rem;
}

#profile .txtBox .title.secondone {
  margin-top: 30px;
}

#profile .txtBox .name span #profile .txtBox {
  font-size: 1.2rem;
}

#profile .txtBox .name {
  margin: 7px 0 20px;
  font-size: 2rem;
  color: #256cdf;
}

#profile .txtBox .name span {
  font-size: 1.2rem;
  margin-left: 10px;
  color: #333333;
}

/* アクション */
#actionBox {
  max-width: 1000px;
  box-sizing: border-box;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 27px 90px;
  margin: 60px auto;
  display: flex;
  list-style: none;
}

#actionBox ul,
#actionBox ul li {
  list-style: none;
}

.spView #actionBox ul {
  margin: 0;
}

#actionBox div {
  display: flex;
  font-size: 1.4rem;
}

#actionBox div .title {
  margin-top: 25px;
}

#actionBox #reaction {
  margin-right: 70px;
}

#actionBox #reaction ul {
  display: flex;
}

#actionBox #reaction ul li {
  width: 72px;
  padding: 16px 0 0 0;
  margin-right: 25px;
  position: relative;
}

#actionBox #reaction ul li:first-child {
  margin-left: 15px;
}

#actionBox #reaction ul li:last-child {
  margin-right: 0;
}

#actionBox #reaction ul li p {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  border-radius: 8px;
  text-align: center;
  font-family: "Arial", "メイリオ";
  line-height: 2rem;
  padding: 0;
}

#actionBox #reaction ul li button {
  border: none;
  height: 50px;
  font-size: 1.2rem;
  padding: 35px 0 0 0;
}

#actionBox #reaction ul li:first-child button {
  background: url(/Portals/0/images/webmag/icon_reaction_more.png) no-repeat center 0;
}

#actionBox #reaction ul li:nth-child(2) button {
  background: url(/Portals/0/images/webmag/icon_reaction_know.png) no-repeat center 0;
}

#actionBox #reaction ul li:nth-child(3) button {
  background: url(/Portals/0/images/webmag/icon_reaction_interest.png) no-repeat center 0;
}

#actionBox #reaction ul li:first-child button.clicked {
  background: url(/Portals/0/images/webmag/icon_reaction_more_c.png) no-repeat center 0;
}

#actionBox #reaction ul li:nth-child(2) button.clicked {
  background: url(/Portals/0/images/webmag/icon_reaction_know_c.png) no-repeat center 0;
}

#actionBox #reaction ul li:nth-child(3) button.clicked {
  background: url(/Portals/0/images/webmag/icon_reaction_interest_c.png) no-repeat center 0;
}

#actionBox #reaction ul li button.clicked+p {
  background-color: #006bc4;
}

#counter,
#counter2,
#counter3 {
  background-color: #8f8e8e;
  color: #fff;
  border-radius: 50%;
}

#actionBox #sns {
  display: flex;
}

#actionBox #sns ul {
  display: flex;
  margin: 12px 0 0 15px;
}

#actionBox #sns li {
  height: 32px;
  margin-right: 15px;
  width: 32px;
}

.relationArea {
  margin-top: 70px;
}

.relationArea .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
}

/* CSS Document */
#skin2Columns #ContentPane,
#skin1Column #ContentPane {
  background: #fff;
}

#geological {
  background-color: #f9f4ed;
  padding: 80px 50px !important;
  margin: 15px 0 40px !important;
}

.columnWrap {
  position: relative;
}

.columnContents {
  overflow: hidden;
  padding: 20px 50px 40px;
}

.spView .columnContents {
  padding: 10px 15px 20px;
}

.column_gsj {
  background: linear-gradient(225deg, transparent 0, #fff 0), linear-gradient(-45deg, transparent 10px, #fff 10px), linear-gradient(45deg, transparent 0, #fff 0), linear-gradient(135deg, transparent 10px, #fff 10px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.column_gsj::before,
.column_gsj::after {
  position: absolute;
  width: 0;
  height: 29px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0 0 1px;
  border-style: double;
  border-color: #d1ac77;
}

.columnWrap::before {
  bottom: -7px;
  right: 6px;
}

.columnWrap::after {
  top: -7px;
  left: 6px;
}

.columnWrap .columnTitle img {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.columnContents h2 {
  text-align: center !important;
}

.columnContents h2 span {
  padding: 10px 20px;
}

.columnContents h2 span.contents_gsj {
  border-bottom: solid 1px #996e34;
  color: #815925;
  font-weight: 400;
  font-size: 2.39rem;
}

.columnContents h2 {
  letter-spacing: .1em;
}

.columnContents h3 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 45px;
  background: none;
}

.columnContents h3 span {
  display: block;
  font-size: 1.2rem !important;
  padding: 3px 0;
}

.columnContents p.gsj_text_bg:first-letter {
  float: left;
  margin-right: 7px;
  padding: 10px 7px;
  font-size: 2.8rem;
}

.columnContents .column_photo .column_caption {
  max-width: 240px;
  margin-top: 5px;
}

.columnContents .column_photo {
  float: right;
  clear: both;
  margin: 0 0 1em 2em;
}

.columnContents .column_photo img {
  max-width: 240px;
  height: auto;
}

.pink .basics {
  position: relative;
  margin: 60px 0;
  padding: 2rem 0 0;
  border-top: 1px solid #e546a1;
  border-bottom: 1px solid #e546a1;
}

.pink .basics span {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
  width: 280px;
  text-align: center;
}

.pink .basics .pink {
  color: #e546a1;
  font-size: 1.6rem;
  text-align: center;
  margin: 18px 0;
  background: none;
  font-weight: bold;
}

.pink .basics p {
  margin-bottom: 36px;
}

.pink p {
  margin-bottom: 36px;
  line-height: 3.2rem;
  font-size: 1.6rem;
}

.pink #profile {
  margin: 100px auto 80px;
}

.pink #profile .txtBox .title {
  line-height: 1.5;
  margin-bottom: 0;
}

.pink #profile .txtBox .name {
  margin: 0;
  color: #e546a1;
}

.pink .pbox {
  width: 50% !important;
  display: flex;
}

.pink .pbox .txtBox {
  margin-top: 18px;
  width: 45% !important;
}

.pink .profile .pimg {
  box-sizing: border-box;
  width: 60% !important;
  padding: 0 0 0 20px;
}

.pink .heading {
  text-align: center;
  margin: 20px 0 48px;
}

.pink .heading .mid1 {
  font-size: 4.4rem;
  margin: 40px 0;
  font-weight: bold;
  color: #e546a1;
}

.pink .heading .mid1::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("/Portals/0/images/webmag/quotation.png") no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-right: 5px;
}

.pink .heading .mid1::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("/Portals/0/images/webmag/quotation_end.png") no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-left: 5px;
}

.pink .heading .mid2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.pink .heading .mid3 {
  font-size: 2.2rem;
  font-weight: bold;
  display: inline;
  position: relative;
  background: linear-gradient(transparent 60%, #e546a138 60%);
  padding: 0 6px;
}

.youtube {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 5 / 3;
  margin: 0 auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube+tr td {
  text-align: center;
}

.productSearch>div:nth-child(2) {
  display: flex;
}

.productSearch>div>div span {
  width: auto;
}

.productSearch>div:nth-child(2) div {
  display: inline;
  width: calc(100% - 150px);
}

.productSearch>div>div .check-type {
  position: relative;
  padding: 0 0 0 22px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.productSearch>div>div .check-type input {
  position: absolute;
  left: 0;
  top: 0;
}

/* グレー共通box */
.comTextArea.webmag {
  width: 1000px;
  margin: 0 auto 30px;
}

.orange .comTextArea {
  width: 100%;
  padding: 30px 40px 38px;
  margin: 60px auto 0;
}

.orange .comTextArea p.title,
.comTextArea.webmag p.title {
  color: #333;
  font-weight: bold;
}

.comTextArea.webmag p.text,
.orange .comTextArea p.text {
  border-bottom: 1px solid #9e9e9e;
  padding: 0 0 20px 0;
}

.comTextArea.webmag .bottomtxt p,
.orange .comTextArea .bottomtxt p {
  text-align: center;
  font-weight: bold;
  margin: 0 !important;
}

.comTextArea.webmag .bottomtxt p br,
.orange .comTextArea .bottomtxt p br {
  display: contents;
}

.spView .comTextArea.webmag .bottomtxt p br,
.spView .orange .comTextArea .bottomtxt p br {
  display: block;
}

.orange #footTopBody .address,
.comTextArea.webmag #footTopBody .address {
  padding-bottom: 40px;
  margin: 0;
}

.orange #footTopBody ul li:not(#cat ul li, .ex li) {
  list-style: none;
  padding: 0;
}

.wm_about {
  margin: 37px 0 0;
}

.wm_about .wma_box .wmab_title {
  font-size: 2.5rem;
  border-bottom: solid 2px #ffd21c;
  padding: 0 0 17px;
  margin: 0 0 20px !important;
}

.wm_about .wma_box .wmab_text {
  padding: 0 20px;
  margin: 0 auto 28px;
  line-height: 2.6rem;
}

.wm_about .wma_box .wmab_link_btn {
  display: flex;
  width: fit-content;
  margin: 15px auto 54px;
  list-style: none;
}

.wm_about .wma_box .wmab_link_btn a {
  display: block;
  background-color: #001730;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 31px 0;
  width: 350px;
  text-align: center;
}

.wm_about .wma_box .wmab_link_btn a:first-child {
  margin: 0 20px 0 0;
}

.wm_about .wma_box .wmab_link_btn a:hover {
  opacity: 0.7;
}

.wm_about .wma_box .wmab_link_btn a {
  position: relative;
}

.wm_about .wma_box .wmab_link_btn a:after {
  content: "";
  width: 27px;
  height: 12px;
  background-image: url("/Portals/0/images/webmag/arrow_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 20px center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wm_about .wma_box .wmab_corner li {
  display: flex;
  margin: 0 auto 50px;
}

.wm_about .wma_box .wmab_corner li>img {
  margin: 0 40px 0 0;
  height: fit-content;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_title {
  font-size: 2.2rem;
  color: #222;
  line-height: 3.2rem;
  margin: 0 0 17px !important;
  padding: 0;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_text {
  line-height: 2.6rem !important;
  padding: 0;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_text+a {
  margin: 26px 0 0;
  display: block;
  width: 180px;
  background-color: #001730;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  padding: 18px 0;
  position: relative;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_text+a:after {
  content: "";
  width: 27px;
  height: 12px;
  background-image: url("/Portals/0/images/webmag/arrow_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 15px center;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_text+a:hover {
  opacity: 0.7;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_text+ul {
  margin: 28px 0 0;
  padding: 0;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_text+ul a {
  margin: 0 auto 20px;
  display: block;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_text+ul li {
  margin-bottom: 15px;
  border-bottom: none;
  padding: 0;
}

.wm_about .wma_box .wmab_corner li .wmabc_box .wmabc_text+ul a:last-child {
  margin: 0;
}

.orange h3:last-of-type+ul {
  margin-left: 20px;
}

.orange h3:last-of-type+ul li {
  list-style-type: disc;
}

.orange h3:last-of-type+ul li a:link,
.orange h3:last-of-type+ul li a:active,
.orange h3:last-of-type+ul li a:visited {
  color: #ba2636;
  text-decoration: none;
  font-size: 1.4rem;
}

.orange h3:last-of-type+ul li a:link:hover {
  text-decoration: underline;
}

.orange div.contentsImg.w900 p {
  max-width: 890px;
}

.orange div.contentsImg p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: justify;
  width: fit-content;
  padding: 15px 0;
  line-height: 1.8em;
}

.orange .contents .bb_txt_ctr {
  /*text-align: center;*/
}

/*------------------------------------------------------------
	inquiry_button
------------------------------------------------------------*/
.comTextArea .title {
  text-align: left !important;
  padding: 0;
}

.comTextArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comTextArea .inqBox p {
  margin-bottom: 0 !important;
  font-size: 1.0em;
}

.comTextArea .inqBox p br:not(:first-of-type) {
  display: none;
}

.event_btn_area {
  text-align: center;
}

.event_btn_area .btn {
  font-size: 1.35rem;
  display: inline-block;
  padding: 1em .75em .7em;
  background-color: #ffd21c;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  color: #333 !important;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: 600;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.event_btn_area .btn:hover {
  background-color: #ffc51c;
  box-shadow: none;
  transform: translateY(3px);
  transition: all .2s;
}

.event_btn_area .btn:active {
  box-shadow: none;
  transform: translateY(3px);
}


@media all and (min-width: 897px) {
  .comTextArea .inqBox p {
    padding: 0 .2em 15px;
    margin-bottom: 10px !important;
  }

  .comTextArea .title {
    padding: 0 0 5px;
  }

  .comTextArea .inqBox p br:not(:first-of-type) {
    display: block;
  }

  .event_btn_area .btn {
    font-size: 1.70rem;
    padding: .8em 1.5em .5em;
    border-radius: 12px;
  }

  .event_btn_area .btn::after {
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 24.8 38.3'%3E%3Cpath class='st0' d='M24.8,19.1l-5.7-5.7L6.8,1.2c-1.6-1.6-4.1-1.6-5.7,0c-1.6,1.6-1.6,4.1,0,5.7l12.3,12.3L1.2,31.5 c-1.6,1.6-1.6,4.1,0,5.7c1.6,1.6,4.1,1.6,5.7,0l12.3-12.3L24.8,19.1L24.8,19.1L24.8,19.1z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-55%);
  }
}

/* ---------------------------------------------------------
記事共通
--------------------------------------------------------- */
#mainBody .topMain,
#mainBody .imgList>li,
#mainBody .imgUl>li {
  cursor: pointer;
}

/* ---------------------------------------------------------
 最新記事
--------------------------------------------------------- */
#mainBody section.topMain div {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

#mainBody .topMain #thum a {
  display: block;
  width: 570px;
  height: 380px;
  background: transparent;
}

#mainBody .topMain #thum a img {
  width: 570px;
  height: 380px;
  object-fit: cover;
}

#mainBody .topMain article {
  width: calc(100% - 570px);
  box-sizing: border-box;
  border: none;
  padding: 20px 10px 20px 30px;
  margin: 0;
  background: transparent;
}

#mainBody .topMain article p:nth-of-type(1) {
  margin-bottom: 20px;
  color: #111111;
  font-size: 2.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#mainBody .topMain article p:nth-of-type(1)::before {
  content: '';
  display: block;
  width: 65px;
  height: 20px;
  background-image: url(/Portals/0/images/webmag/new_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 10px 0 15px;
}

#mainBody .topMain article p:nth-of-type(2) {
  color: #888888;
  font-size: 1.4rem;
}

#mainBody .topMain>a {
  background: #fff;
}

#mainBody .topMain:hover {
  text-decoration: underline;
}

#mainBody .topMain:hover a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#mainBody .topMain ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

#mainBody .topMain ul li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  color: #888;
}

@media all and (max-width: 897px) {
  #mainBody section.topMain div {
    display: inline;
  }

  #mainBody .topMain #thum a {
    width: 100%;
    height: auto;
  }

  #mainBody .topMain ul {
    margin-top: 10px;
  }
}

/* ---------------------------------------------------------
 記事一覧
--------------------------------------------------------- */
.imgBox,
.imgList>li,
.imgUl>li {
  cursor: pointer;
}

.imgBox>.photoBox {
  background: #fff;
}

.imgBox:hover {
  background: #fafafa;
}

.imgBox:hover {
  text-decoration: underline;
}

.imgBox:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.imgList>li {
  background: #f2f2f2;
}

.imgList>li:hover {
  background: #fafafa;
}

.imgList>li .photoBox {
  background: #fff;
}

.imgList>li:hover .title,
.imgList>li:hover .txt {
  text-decoration: underline;
}

ul.imgList li .photoBox .new_icon {
  z-index: 1;
}

.imgList>li:hover a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.imgList>li:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.imgList li .textBox {
  background: none;
}

/* ---------------------------------------------------------
Rankingモジュール
--------------------------------------------------------- */
#skinTypes {
  overflow: hidden;
  position: relative;
}

.wrap_ranking {}

.wrap_ranking .bg_ranking {
  background: #f2f2f2;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.wrap_ranking .wrap_ranking_inner {
  max-width: 1000px;
  margin: 4em auto;
  padding: 50px 20px;
  position: relative;
}

/*見出し,自動再生ストップボタン*/
.wrap_ranking .wrap_rankingHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2em;
  margin-bottom: 1em;
}

.wrap_ranking .wrap_rankingHeading h2 {
  margin: 0 !important;
}

.wrap_ranking .wrap_rankingHeading .autoplay-toggle {
  display: block;
  width: 2em;
  height: 2em;
}

.wrap_ranking .wrap_rankingHeading .autoplay-toggle:focus {
  opacity: 0.7;
}

@media (any-hover: hover) {
  .wrap_ranking .wrap_rankingHeading .autoplay-toggle:hover {
    opacity: 0.7;
  }
}

/*スライダー*/
.wrap_ranking .rankingSlider {
  margin: 0;
  max-width: 1000px;
  padding: 0;
  margin: auto;
}

.wrap_ranking button {
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

.wrap_ranking .rankingSlider::before {
  content: "";
  display: block;
  width: 10%;
}

.wrap_ranking .rankingSlider .rankingSlider_item a {
  display: block;
  height: 100%;
}

.wrap_ranking .rankingSlider .slick-track {
  display: flex;
  gap: 0 20px;
}

.wrap_ranking .rankingSlider button:focus {
  opacity: 0.7;
}

@media (any-hover: hover) {
  .wrap_ranking .rankingSlider button:hover {
    opacity: 0.7;
  }
}

.wrap_ranking .rankingSlider .slick-arrow {
  position: absolute;
  background: none;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  display: block;
  background: #ffffff;
  width: 4em;
  aspect-ratio: 1;
}

.wrap_ranking .rankingSlider .slick-arrow::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  border: 3px solid currentColor;
  box-sizing: border-box;
}

.wrap_ranking .rankingSlider .slick-next {
  right: -10px;
}

.wrap_ranking .rankingSlider .slick-prev {
  left: -10px;
}

.wrap_ranking .rankingSlider .slick-prev::before {
  transform: translateX(25%) rotate(-45deg);
  border-right: 0;
  border-bottom: 0;
}

.wrap_ranking .rankingSlider .slick-next::before {
  transform: translateX(-25%) rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}



.wrap_ranking .rankingSlider .rankingSlider_item {
  background: #ffffff;
}

.wrap_ranking .img_box {
  position: relative;
  display: block;
}

.wrap_ranking .img_box .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  /* 横幅を100%にしてレスポンシブに */
  aspect-ratio: 6/4;
  background: #ffffff;
  overflow: hidden;
}

.wrap_ranking .img_box .thumbnail img {
  object-fit: cover;
  object-position: center;
}

.wrap_ranking .rank_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
}

.wrap_ranking .rankingSlider .rankingSlider_item .title_box {
  display: block;
  padding: 10px;
}

.wrap_ranking .rankingSlider .rankingSlider_item .title_box .article_title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

.wrap_ranking .slick-list {
  padding: 0 10% !important;
}

.wrap_ranking .slick-slide {
  height: auto;
}

.wrap_ranking .slick-dots {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.wrap_ranking .rankingSlider .slick-slide {
  transition: opacity 0.3s;
  opacity: 1;
}

.wrap_ranking .rankingSlider .slick-slide.slick-active {
  opacity: 1;
}

.wrap_ranking .rankingSlider .slick-slide:not(.slick-active):not(.slick-cloned) {
  opacity: 0.4;
}

/* ---------------------------------------------------------
編集部が選んだおすすめ記事
--------------------------------------------------------- */
.imgUl>li:hover a {
  text-decoration: underline !important;
}

.imgUl>li:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ---------------------------------------------------------
 Figure Caption
--------------------------------------------------------- */
figure {
  display: table;
  margin: 40px auto;
  text-align: center;
}

figure img,
figure iframe,
figure video {
  margin-bottom: 10px;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  width: fit-content;
  margin: 10px auto 0;
  font-size: 1.2rem;
  text-align: left;
}

figcaption.top {
  caption-side: top;
  margin-bottom: 10px;
}

.spView figure {
  margin: 20px auto;
  width: 100%;
  height: auto;
}

.spView figcaption {
  display: block;
}

.spView figure video {
  width: 100%;
  height: auto;
}

.spView iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.spView figcaption {
  margin: 10px auto 5px;
}

/* ---------------------------------------------------------
 Firefox
--------------------------------------------------------- */
@-moz-document url-prefix() {
  figure {
    width: 1000px;
  }

  figcaption {
    max-width: 600px;
  }
}

/* ---------------------------------------------------------
テーブル（table）スクロール
--------------------------------------------------------- */
.spView figure.js-scrollable {
  display: block;
  white-space: nowrap;
}

.spView .js-scrollable th,
.spView .js-scrollable td {
  white-space: nowrap;
}

/* ---------------------------------------------------------
 テーブル（table）
--------------------------------------------------------- */
table.listTable {
  margin: 0;
}

table.listTable caption {
  text-align: center;
  font-size: 1.2rem;
  padding: 0;
  margin-top: 10px;
}

.spView table.listTable {
  border-collapse: collapse;
}

.spView table.listTable caption {
  display: block;
}

.spView .listTable th {
  background: rgba(0, 0, 0, .1);
}

.spView table.listTable th,
.spView .listTable td {
  border: 1px solid #E2E2E2;
  padding: 8px;
}

/* ---------------------------------------------------------
 テーブル（table）display:block解除、block化
--------------------------------------------------------- */
.spView table {
  display: table !important;
}

.spView table>tbody {
  display: table-row-group !important;
}

.spView table>tbody>tr {
  display: table-row !important;
}

.spView table>tbody>tr>th,
.spView table>tbody>tr>td {
  display: table-cell !important;
}

/* ---------------------------------------------------------
 テーブル（table）display:block化
--------------------------------------------------------- */
.spView table.onblock,
.spView table.onblock>tbody>tr,
.spView table.onblock>tbody,
.spView table.onblock>tbody>tr>th,
.spView table.onblock>tbody>tr>td {
  display: block !important;
}