@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
input {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
}

q:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
}

a,
img {
  vertical-align: top;
  display: inline-block;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

img {
  /* width: auto; */
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/******************************
共通
******************************/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 960px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-top: 3px solid #e83b18;
}

a,
input {
  outline: none;
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: .2s ease-in-out;
  cursor: pointer;
}

a img {
  transition: .3s ease-in-out;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: .7;
}

.wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}

/* spクラスの非表示 */
.sp {
  display: none;
}

/* クリアフィックス */
.clrfx::after {
  content: '';
  display: block;
  clear: both;
}

/******************************
メインレイアウト
******************************/
.cont {
  display: flex;
  min-height: 50vh;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.contLeft {
  flex: 1 1 auto;
  width: calc(100% - 320px);
  margin-right: 50px;
}

.contRight {
  flex: 0 0 300px;
}

/*
.addHead + .cont {
  padding-top: 30px;
}
*/

header + .cont {
  padding-top: 30px;
}

.preview .cont {
  border: solid 5px #ff0;
  padding: 30px 20px;
  margin-top: 30px;
}

/******************************
ヘッダー
******************************/
.header {
  padding: 25px 0 0;
}

.header .headerIn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.header .headerLogo {
  flex: 0 2 auto;
  margin-top: -10px;
}

.header .gnav {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 20px;
}

.header .gnav > ul {
  display: flex;
}

.header .gnav > ul > li {
  padding: 1em 1.4em;
}

.header .gnav > ul > li > a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.header .gnav > ul > li > a:hover {
  color: #e83b18;
  opacity: 1;
}

.header .gnav > ul > li > a i {
  position: absolute;
  top: -6px;
  right: -20px;
  font-size: 19px;
}

.header .headerSearch {
  flex: 0 1 auto;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e83b18;
}

.header .headerSearch input, .header .headerSearch button {
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

.header .headerSearch input {
  max-width: 70%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: bottom;
}

.header .headerSns {
  flex: 0 1 auto;
}

.header .headerSns ul {
  display: flex;
}

.header .headerSns ul li a {
  transition: .1s;
}

.header .headerSns ul li a:hover {
  -webkit-transform: scale(1.08,1.08);
          transform: scale(1.08,1.08);
  opacity: 1;
}

.header .headerSns ul li a:hover img {
  opacity: 1;
}

.header .headerSns ul li + li {
  margin-left: 10px;
}

/* ドロップダウン */
.dropDown {
  position: relative;
}

.dropDown > a {
  display: block;
}

.dropDown::after {
  content: none;
}

.dropDown ul {
  display: block;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  width: 200px;
  height: 0;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(232, 59, 24, 0.9);
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  transition: .3s ease-in-out, visibility .1s ease-in-out;
}

.dropDown ul li {
  padding: 0;
}

.dropDown ul li a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.dropDown ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.dropDown.is_open::after {
  content: '';
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  width: calc(100% - 2.6em);
  height: 3px;
  margin: 0 auto;
  background: #fff;
  z-index: 101;
}


.dropDown.is_open ul {
  top: calc(100% - 10px);
  height: auto;
  visibility: visible;
  opacity: 1;
}

/*固定ヘッダー*/
.headerFixed {
  min-width: 960px;
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #fff;
  transition: .3s;
  z-index: 100;
}

.headerFixed .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 5px 0;

}

.headerFixed .headerInner .headerLogo {
  flex: 0 1 auto;
  width: 211px;
}

.headerFixed .headerInner .headerLogo img {
  width: 100%;
  height: auto;
}

.headerFixed .headerInner .gnav {
  flex: none;
  margin-left: auto;
  margin-right: 20px;
}

.headerFixed .headerInner .gnav > ul {
  display: flex;
}

.headerFixed .headerInner .gnav > ul > li {
  padding: 1em 1.4em;
}

.headerFixed .headerInner .gnav > ul > li > a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.headerFixed .headerInner .gnav > ul > li > a:hover {
  color: #e83b18;
  opacity: 1;
}

.headerFixed .headerInner .gnav > ul > li > a i {
  position: absolute;
  top: -6px;
  right: -20px;
  font-size: 19px;
}

.headerInner .headerSearch {
  width: 197px;
  margin-right: 10px;
}

.headerFixed .headerInner .headerSearch {
  flex: 0 1 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #e83b18;
}

.headerFixed .headerInner .headerSearch input, .headerFixed .headerInner .headerSearch button {
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

.headerFixed .headerInner .headerSearch input {
  max-width: 70%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: bottom;
}

.headerFixed .headerInner .headerSns {
  flex: 0 1 auto;
}

.headerFixed .headerInner .headerSns ul {
  display: flex;
}

.headerFixed .headerInner .headerSns ul li a {
  transition: .1s;
}

.headerFixed .headerInner .headerSns ul li a:hover {
  -webkit-transform: scale(1.08,1.08);
          transform: scale(1.08,1.08);
  opacity: 1;
}

.headerFixed .headerInner .headerSns ul li a:hover img {
  opacity: 1;
}

.headerFixed .headerInner .headerSns ul li + li {
  margin-left: 10px;
}

.headerFixed .pankuzu {
  font-size: 12px;
  color: #000;
  background: #f0f0f0;
}

.headerFixed .pankuzu ul {
  padding: 9px 0;
}

.headerFixed .pankuzu li a {
  color: #000;
}


/******************************
フッター
******************************/
footer {
  margin: 0 calc(50% - 50vw);
  background: #e83b18;
}

@media screen and (max-width:960px) {
footer {
  margin: 0 -25px;
}
}

footer .footerIn {
  display: flex;
  max-width: 1250px;
  height: 108px;
  margin: 0 auto;
  padding: 35px 20px 0;
}

footer .footerIn .footerLogo {
  flex: 0 2 auto;
  margin-right: 35px;
}

footer .footerIn .footerRight {
  flex: 1 1 auto;
  position: relative;
}

footer .footerIn .footerRight .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  padding-right: 84px;
}

footer .footerIn .footerRight .footerNav ul li {
  position: relative;
  margin-bottom: 12px;
  padding: 0 7px;
}

footer .footerIn .footerRight .footerNav ul li:not(:last-of-type)::after {
  content: '|';
  position: absolute;
  top: 0;
  right: -3px;
  color: #fff;
}

footer .footerIn .footerRight .footerNav ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

footer .footerIn .footerRight .footerSns {
  position: absolute;
  top: 0;
  right: 0;
}

footer .footerIn .footerRight .footerSns ul {
  display: flex;
}

footer .footerIn .footerRight .footerSns ul li a {
  transition: .2s;
}

footer .footerIn .footerRight .footerSns ul li a:hover {
  -webkit-transform: scale(1.08,1.08);
          transform: scale(1.08,1.08);
  opacity: 1;
}

footer .footerIn .footerRight .footerSns ul li a:hover img {
  opacity: 1;
}

footer .footerIn .footerRight .footerSns ul li + li {
  margin-left: 10px;
}

footer .footerIn .footerRight .footerCopy {
  color: #fff;
  padding-left: 7px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
}

/******************************
コンテンツ共通要素
******************************/
/* 共通タイトル */
.contLeft .contTitHead {
  margin: 30px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #e83b18;
}

.contLeft .contTitHead .contTit {
  padding-bottom: 13px;
  color: #e83b18;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  border-bottom: 2px solid #e83b18;
}

.contLeft .contTitHead .contTit span {
  display: inline-block;
  margin-bottom: 20px;
  color: #555;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
}

/* cont共通要素 */
.contLead {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.55;
}

.contBtn a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #e83b18;
  padding: 15px 0 13px;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}

.contBtn a::before {
  position: absolute;
  top: 0;
  right: 40px;
  opacity: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all 0.4s ease;
}

.contBtn a:hover {
  opacity: .8;
}

.contBtn a:hover::before {
  right: 30px;
  opacity: 1;
}

.contTxt {
  font-size: 1.2rem;
  line-height: 2.15;
  color: #444;
}

.contTxt .lead {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.65;
  display: block;
  margin-bottom: 20px;
}

/* faqbox */
/*
.faqBoxColWrap {
  width: 100%;
  overflow: hidden;
  display: table;
  padding-top: 10px;
}

.faqBoxCol {
  display: table-cell;
  width: 40%;
  padding-right: 10%;
}

.faqBox {
  margin-bottom: 45px;
}

.faqBox .lead {
  margin-bottom: 16px;
}

.faqBox li {
  line-height: 1.3;
  margin-bottom: 12px;
}

.faqBox li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.faqBox li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
*/
/* 広告関係 */
.addHead {
  margin: 20px auto 15px;
}

.addHead > div {
  text-align: center;
}

.addSide:first-of-type {
  margin-bottom: 20px;
}

/*.addHead {
  margin: 30px auto 0;
  text-align: center;
  max-width: 970px;
}

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

.addHead img {
  width: 100%;
  height: auto;
}

.addHead iframe {
  width: 100% !important;
}
*/
/* トップへ戻る */
.toTop {
  position: fixed;
  bottom: 13px;
  right: 10px;
}

/* もっと見るボタン */
.more {
  width: 276px;
  height: 45px;
  margin: 0 auto;
}

.more a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.08em;
  text-align: center;
  background: #e83b18;
}

.more a:hover {
  color: #e83b18;
  background: #fff;
  border: 1px solid #e83b18;
  opacity: 1;
}

.more a:hover img {
  opacity: 1;
}

.more a img {
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  width: 9px;
}

.more.small {
  width: 194px;
  height: 42px;
}

.more.small a {
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.08em;
}

/******************************
パンくず
******************************/
.pankuzu {
  min-width: 960px;
  margin: 0 calc(50% - 50vw);
  background: #f7f7f7;
  font-size: 12px;
}

@media screen and (max-width:960px) {
.pankuzu {
  margin: 0 -25px;
}
}

.pankuzu ul {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 9px 0 10px;
  letter-spacing: -0.4em;
}

.pankuzu li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
}

.pankuzu li + li {
  padding-left: 15px;
  margin-left: 10px;
}

.pankuzu li + li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.pankuzu li a {
  color: #444;
}

/******************************
左コンテンツ
******************************/
.contLeft.contSingle {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  float: none;
  position: relative;
}

.notesBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.notesBox p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  color: #EA93BE;
  display: inline-block;
  margin-top: 30%;
}

.contLeft .pg-hd {
  margin: 30px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #e83b18;
}

.contLeft .common1-box .pg-title {
  padding-bottom: 13px;
  color: #e83b18;
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  border-bottom: solid 2px #e83b18;
  padding-bottom: 13px;
}

.contLeft .common1-box .pg-title .small {
  margin-left: 12px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #000;
  font-weight: normal;
  vertical-align: 4px;
}

.contLeft .common1-box .t-title,
.contLeft .common1-box .t-title2 {
  margin-bottom: 16px;
  font-size: 1.3rem;
}

.contLeft .common1-box .text1,
.contLeft .common1-box .text2,
.contLeft .common1-box .text3,
.contLeft .common1-box .text4,
.contLeft .common1-box .text5 {
  font-size: 1.2rem;
}

.contLeft .common1-box .text5.t-r {
  text-align: right;
}

.contLeft .common1-box .mb5 {
  margin-bottom: 5px;
}

.contLeft .common1-box .mb15 {
  margin-bottom: 15px;
}

.contLeft .common1-box .mb20 {
  margin-bottom: 20px;
}

.contLeft .common1-box .mb25 {
  margin-bottom: 25px;
}

.contLeft .common1-box .mb35 {
  margin-bottom: 35px;
}

.contLeft .common1-box .t-list2 li {
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.contLeft .common1-table {
  width: 100%;
  margin-bottom: 35px;
}

.contLeft .common1-table th,
.contLeft .common1-table td {
  padding: .3em 0 .4em;
  border: 1px solid #eee;
  font-size: 1.2rem;
  text-align: center;
}

.contLeft .common1-table th {
  background: #f7f7f7;
}

.contLeft .t-list1 li {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

/******************************
左コンテンツ一覧
******************************/

/* カテゴリーリスト */
.catList {
  margin: 18px 0 20px;
}

.catList ul li {
  display: inline-block;
  margin-bottom: 18px;
  padding-right: 2em;
}

.catList ul li a {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .12em;
}

.catList ul li a:hover {
  color: #e83b18;
  opacity: 1;
}

.catList ul li a:hover::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e83b18;
}

.catList ul li.active a {
  color: #e83b18;
}

.catList ul li.active a::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e83b18;
}

.articlesList ul {
  margin-bottom: 13px;
}

.articlesList ul li {
  width: 100%;
  height: 100px;
  margin-bottom: 25px;
}

.articlesList ul li a {
  display: flex;
}

.articlesList ul li a .imgWrap {
  flex: 0 0 180px;
  position: relative;
  width: 180px;
  height: 100px;
}

.articlesList ul li a .imgWrap .sponsor{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.articlesList ul li a .imgWrap span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}

.articlesList ul li a .txtBox {
  padding-left: 12px;
}

.articlesList ul li a .txtBox .cat {
  display: inline-block;
  min-width: 100px;
  height: 22px;
  margin-bottom: 10px;
  padding: 0 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0.12em;
  text-align: center;
  background: #000;
}

.articlesList ul li a .txtBox .tit {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.12em;
}

.articlesList ul li a .txtBox .date {
  color: #b5b5b5;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.contLeft.list .articlesList ul li:first-child,
.contLeft.list .articlesList ul li:nth-child(2) {
  float: left;
  width: 48.924%;
  height: auto;
}

.contLeft.list .articlesList ul li:first-child a,
.contLeft.list .articlesList ul li:nth-child(2) a {
  display: block;
}

.contLeft.list .articlesList ul li:first-child a .imgWrap,
.contLeft.list .articlesList ul li:nth-child(2) a .imgWrap {
  flex: none;
  padding-top: 56.12%;
  width: 100%;
  height: auto;
}

.contLeft.list .articlesList ul li:first-child a .imgWrap .cat.sp,
.contLeft.list .articlesList ul li:nth-child(2) a .imgWrap .cat.sp {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100px;
  padding: 0 7px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0.12em;
  text-align: center;
  background: #000;
}

.contLeft.list .articlesList ul li:first-child a .txtBox,
.contLeft.list .articlesList ul li:nth-child(2) a .txtBox {
  position: relative;
  min-height: 90px;
  padding: 10px 0 36px 5px;
}

.contLeft.list .articlesList ul li:first-child a .txtBox .cat.pc, 
.contLeft.list .articlesList ul li:nth-child(2) a .txtBox .cat.pc {
  display: none !important;
}

.contLeft.list .articlesList ul li:nth-child(2) {
  margin-left: 2.152%;
}

.contLeft.list .articlesList ul li:nth-child(3) {
  clear: both;
}

.articlesList.col2-3 li:nth-of-type(n+3) {
  width: 31.75%;
  margin-left: 2.35%;
}

.articlesList.col2-3 li:nth-of-type(3n) {
  margin-left: 0;
}

.articlesList.col2-3 li:nth-of-type(n+3) .data {
  font-size: 1rem;
  margin: 5px 0 2px;
}

.articlesList.col2-3 li:nth-of-type(n+3) .tit {
  font-size: 1.4rem;
}

.articlesList.col2-3 li:nth-of-type(n+3) .txt {
  display: none;
}

.articlesList.col3 li {
  float: left;
  width: 31.75%;
  height: auto;
  margin-left: 2.35%;
}

.articlesList.col3 li:nth-of-type(1),
.articlesList.col3 li:nth-of-type(3n) + li {
  margin-left: 0;
}

.articlesList.col3 li a {
  display: block;
  height: 250px;
}

.articlesList.col3 li a .img {
  padding-top: 56.12%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.articlesList.col3 li .tit {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.333;
}

.articlesList.col3 li .date {
  margin-top: 7px;
  font-size: 12px;
}

.articlesList.col3 li .txt {
  display: none;
}

.articlesList.col3-4 li {
  width: 31.75%;
  margin-left: 2.35%;
  margin-bottom: 20px;
}

.articlesList.col3-4 li:nth-of-type(1) {
  margin-left: 0;
}

.articlesList.col3-4 li .data {
  font-size: 1rem;
  margin: 5px 0 2px;
}

.articlesList.col3-4 li .tit {
  font-size: 1.4rem;
}

.articlesList.col3-4 li .txt {
  display: none;
}

.articlesList.col3-4 li:nth-of-type(n+4) {
  width: calc(25% - 15px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.articlesList.col3-4 li:nth-of-type(4) {
  margin-left: 0;
  clear: left;
}

.articlesList.col3-4 li:nth-of-type(n+4) .tit {
  font-size: 1.3rem;
}

/******************************
ページャー
******************************/
.articlesListPager {
  padding-top: 0;
  margin-top: 50px;
}

.articlesListPager ul {
  text-align: center;
  letter-spacing: -0.4em;
}

.articlesListPager li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.articlesListPager li + li {
  margin-left: 10px;
}

.articlesListPager a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background: #000;
  transition: all .1s linear;
}

.articlesListPager li.active a,
.articlesListPager a:hover {
  background: #e83b18;
  color: #fff;
}

.articlesListPager li.prev a,
.articlesListPager li.next a {
  position: relative;
  background: none !important;
}

.articlesListPager li.prev a i,
.articlesListPager li.next a i {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.articlesListPager li.prev a i::after,
.articlesListPager li.next a i::after {
  display: block;
  position: absolute;
  top: 3px;
  transition: .2s;
}

.articlesListPager li.prev a i::after {
  right: 3px;
  content: url(../img/common/icon_previous.svg);
}

.articlesListPager li.next a i::after {
  left: 3px;
  content: url(../img/common/icon_next.svg);
}

.articlesListPager li.next a i:nth-child(2) {
  left: 10px;
}

.articlesListPager li.next a i:only-of-type {
  left: 15px;
}

.articlesListPager li.prev a i:nth-child(2) {
  right: 10px;
}

.articlesListPager li.prev a i:only-of-type {
  right: 15px;
}

/******************************
右コンテンツ
******************************/
.contRight section {
  margin-bottom: 23px;
  padding-bottom: 24px;
}

.contRight section:not(.magazineSide) {
  background: url(../img/common/bg_ranking.png) center center/cover no-repeat;
}

.contRight .contTitHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #e83b18;
  margin-bottom: 30px;
  padding-top: 30px;

}

.contRight .contTitHead .contTit {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}

.contRight .contTitHead span {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}

.contRight .sideArticlesList ul li {
  position: relative;
  height: 100px;
  padding: 0 18px 0 22px;
}

.contRight .sideArticlesList ul li a {
  display: flex;
}

.contRight .sideArticlesList ul li a .imgWrap {
  position: relative;
  width: 100px;
  height: 100px;
}

.contRight .sideArticlesList ul li a .imgWrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}

.contRight .sideArticlesList ul li a .txtBox {
  width: calc(100% - 100px);
  padding-left: 13px;
}

.contRight .sideArticlesList ul li a .txtBox .date {
  margin-bottom: 8px;
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}

.contRight .sideArticlesList ul li a .txtBox .tit {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428;
  letter-spacing: .12em;
}

.contRight .sideArticlesList ul li:not(:last-of-type) {
  margin-bottom: 30px;
}

.contRight .sideArticlesList .related li:not(:last-of-type) {
  margin-bottom: 12px;
}

.contRight .ranking .sideArticlesList ul li .num {
  position: absolute;
  left: 16px;
  z-index: 6;
}

.contRight .ranking .sideArticlesList ul li:first-child {
  margin-top: 21px;
}

.contRight .ranking .sideArticlesList ul li:first-child .num {
  top: -21px;
}

.contRight .ranking .sideArticlesList ul li:nth-child(2) .num {
  top: -21px;
}

.contRight .ranking .sideArticlesList ul li:nth-child(3) .num {
  top: -19px;
}

.contRight .ranking .sideArticlesList ul li:nth-child(4) .num {
  top: -25px;
}

.contRight .ranking .sideArticlesList ul li:nth-child(5) .num {
  top: -20px;
}

.contRight .magazineSide {
  position: relative;
  margin-bottom: 42px;
  padding: 0 20px 34px;
  border: 2px solid #e83b18;
}

.contRight .magazineSide .contTit,
.contRight .magazineSide .contTitJp {
  color: #000;
}

.contRight .magazineSide .imgWrap {
  position: relative;
  height: 334px;
  margin-bottom: 10px;
}

.contRight .magazineSide .imgWrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}

.contRight .magazineSide .magazineTit {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.contRight .magazineSide .magazineDate {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.contRight .magazineSide .more.small {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.currentIssue {
  margin: 40px 0 35px;
  padding-top: 12px;
  border: 1px solid #E5E5E5;
}

.currentIssue .contTitHead .contTit {
  font-size: 26px;
  font-weight: 800;
  color: #e83b18;
  letter-spacing: .1em;
  text-align: center;
}

.currentIssueList {
  padding: 12px 0 15px;
  font-size: 16px;
  letter-spacing: .1em;
}

.currentIssueList a {
  padding: 15px 15px 0;
  border-top: 1px solid #E5E5E5;
  box-sizing: border-box;
  display: block;
}

.currentIssueList .img {
  width: 100%;
}

.currentIssueList .img img {
  width: 100%;
  height: auto;
}

.currentIssueList a:last-child {
  margin: 0 15px;
  padding: 14px 0;
  font-size: 15px;
  color: #fff;
  background: #000;
  border: none;
  text-align: center;
  text-decoration: none;
}

.contRight .addSide {
  margin-bottom: 40px;
}

.contRight .addSide div {
  max-width: 100% !important;
}

.contRight .addSide img {
  width: 100%;
  height: auto;
}

.contRight .post_banner {
  margin: 0px 0 20px 0;
}

/*
.contRight .listsBox {
  margin: 40px 0;
  padding-top: 12px;
  border: 1px solid #E5E5E5;
}
.contRight .listsBox > .tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.contRight .contTitHead {
  padding-bottom: 0;
  border-bottom: none;
}
.contRight .contTit {
  font-size: 1.6rem;
  min-height: auto;
}
.contRight .listsBox ul {
  padding-top: 12px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.contRight .listsBox ul li {
  padding: 15px;
  border-top: 1px solid #E5E5E5;
}
.contRight .listsBox ul a {
  text-decoration: none;
}
.contRight .listsBox ul .img {
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}
.contRight .listsBox ul .img img {
  width: 100%;
  height: auto;
}
.contRight .listsBox ul .date {
  margin-top: 13px;
  font-size: 11px;
  color: #999;
}
.contRight .listsBox ul .tit {
  margin-top: 2px;
  font-size: 15px;
  font-weight: bold;
}
*/

/*右コンテンツ一覧*/

/* サイドバー .mostViewed */
/*
.mostViewed .sideArticlesList li {
  position: relative;
  margin: 20px 0 0 36px;
}
.mostViewed .sideArticlesList li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -36px;
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}
.mostViewed .sideArticlesList li:first-child::before {
  content: '1';
}
.mostViewed .sideArticlesList li:nth-child(2)::before {
  content: '2';
}
.mostViewed .sideArticlesList li:nth-child(3)::before {
  content: '3';
}
.mostViewed .sideArticlesList li:nth-child(4)::before {
  content: '4';
}
.mostViewed .sideArticlesList li:nth-child(5)::before {
  content: '5';
}
*/
/*
.sideArticlesList a {
  display: table;
  text-decoration: none;
}

.sideArticlesList a > div {
  display: table-cell;
  vertical-align: middle;
}

.sideArticlesList .img {
  width: 80px;
  padding-top: 80px;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sideArticlesList .txtBox {
  padding-left: 10px;
  padding-bottom: 5px;
}

.sideArticlesList .data {
  font-size: 1rem;
  color: #aaa;
  margin-bottom: 3px;
}

.sideArticlesList .tit {
  font-size: 1.3rem;
  letter-spacing: .09em;
  line-height: 1.25;
  color: #444;
  font-weight: bold;
}
*/

/*
.coverRtories {
  margin: 40px 0 35px;
  padding-top: 12px;
  border: 1px solid #E5E5E5;
}
.coverRtories .contTitHead {
  min-height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: none;
  line-height: 1.2;
  letter-spacing: .04em;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  min-height: auto;
}
.coverRtoriesList {
  padding: 12px 0;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.coverRtoriesList a {
  padding: 15px 15px 0;
  border-top: 1px solid #E5E5E5;
  box-sizing: border-box;
  display: block;
}
.coverRtoriesList a + a{
  border-top: none;
  font-weight: bold;
}
.coverRtoriesList p {
  padding: 0 15px;
  font-size: 1.3rem;
}
.coverRtoriesList .img {
  width: 100%;
  padding: 0;
}
.coverRtoriesList .img img {
  width: 100%;
  height: auto;
}
*/

/*右コンテンツ目次*/
.sideMokuziList ul {
  border: solid 1px #eee;
  margin-top: 30px;
}

.sideMokuziList li {
  margin-top: 0;
}

.sideMokuziList li + li {
  border-top: solid 1px #eee;
}

.sideMokuziList li a {
  padding: 16px 20px;
  font-size: 1.3rem;
}

.sideMokuziListTit {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  margin-top: 40px;
}

.sideMokuziListTit + ul {
  margin-top: 10px;
}

/******************************
詳細ページ
******************************/
/*記事タイトル*/
.articleDetailHead {
  max-width: 1200px;
  margin: 0 auto 20px;
  /* padding-bottom: 5px; */
  border-bottom: solid 1px #e83b18;
}

.articleDetailHead .date {
  display: inline-block;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}

.articleDetailHead .tit {
  margin-top: 15px;
  color: #231815;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .12em;
}

.articleDetailHead .meta {
  margin-bottom: 15px;
  padding-left: 2px;
}

.articleDetailHead .meta > p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  letter-spacing: .12em;
}

.articleDetailHead .sponsor {
  display: inline-block;
  margin-left: 10px;
}

.articleDetailHead .bottom {
  display: table;
  width: 100%;
  text-align: left;
  color: #999;
  margin-bottom: 5px;
  padding: 15px 0 5px;
  border-bottom: solid 2px #e83b18;
}

.articleDetailHead .bottom > div {
  display: table-cell;
  vertical-align: middle;
}

/* .articleDetailHead .author {
  letter-spacing: -0.4em;
} */

.articleDetailHead .author > div {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.articleDetailHead .authorImg a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eee;
  background-size: cover;
  margin-right: 10px;
  transition: .1s;
}

.articleDetailHead .authorImg a:hover {
  opacity: .7;
}

.articleDetailHead .authorTxt {
  line-height: 1.4;
}

.articleDetailHead .authorTxt .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .1em;
}

.articleDetailHead .authorTxt p:not(.name) a {
  display: block;
  width: 116px;
  height: 24px;
  font-size: 11px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: .1em;
  text-align: center;
  box-sizing: border-box;
  transition: .4s;
}

.articleDetailHead .authorTxt .follow_button,
.articleDetailHead .authorTxt .follow_button_done {
  display: inline-block;
  margin: 5px 0 0;
}

.articleDetailHead .authorTxt .archive_button,
.articleDetailHead .authorTxt .archive_button_done {
  display: inline-block;
  margin: 5px 0 0 8px;
}

.articleDetailHead .authorTxt .follow_button a {
  line-height: 21px !important;
  color: #e83b18;
  background: #fff;
  border: 2px solid #e83b18;
}

.articleDetailHead .authorTxt .archive_button a {
  display: block;
  color: #fff;
  background: #e83b18;
}

.articleDetailHead .authorTxt .archive_button a i {
  display: inline-block;
  padding-right: 8px;
}

.articleDetailHead .authorTxt .follow_button_done a {
  line-height: 21px !important;
  color: #fff;
  background: #e83b18;
}

.articleDetailHead .authorTxt .archive_button_done a {
  color: #e83b18;
  background: #fff;
  border: 2px solid #e83b18;
}

.articleDetailHead .authorTxt .archive_button_done a i {
  display: inline-block;
  padding-right: 8px;
}

/* .articleDetailHead .authorTxt .btn.follow_button_done a:hover {
  opacity: 1;
} */

.articleDetailHead .sns {
  text-align: right;
}

.articleDetailHead .sns ul {
  display: inline-block;
  letter-spacing: -0.4em;
}

.articleDetailHead .sns li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 14px;
}

.articleDetailHead .sns li a {
  position: relative;
  width: 90px;
  height: 40px;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  background: #eee;
  border-radius: 2px;
  transition: .4s;
}

.articleDetailHead .sns li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-family: "Font Awesome 5 Brands";
  line-height: 40px;
}

.articleDetailHead .sns li:first-of-type a {
  background: #143E85;
}

.articleDetailHead .sns li:first-of-type a::before {
  content: "\f39e";
  font-weight: 900;
}

.articleDetailHead .sns li:nth-of-type(2) a {
  background: #00AAD3;
}

.articleDetailHead .sns li:nth-of-type(2) a::before {
  content: "\f099";
  font-weight: 900;
}

.articleDetailHead .sns li:nth-of-type(3) a {
  background: #00B900;
}

.articleDetailHead .sns li:nth-of-type(3) a::before {
  content: ' ';
  background: url(../../common/img/icon-line.png);
  display:inline-block;
  width:35px;
  height:auto;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

.articleDetailHead .sns li:last-of-type a {
  background: #008ad1;
}

.articleDetailHead .sns li:last-of-type a::before {
  content: url(../img/common/icon_hatena.svg);
}

.articleDetailHead .sns a:hover,
.articleDetailHead .sns .archive_button_done a {
  background: #323232;
  color: #fff;
}

/*記事メイン画像*/
.articleDetailImg .img {
  position: relative;
}

.articleDetailImg img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/*記事メイン画像の矢印*/
.articleDetailImg .brk {
  width: 27px;
  height: 86px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  right: auto;
  margin: auto 0;
  background-color: #323232;
  display: flex;
  justify-content: center;
  align-items: center;
}

.articleDetailImg .brk img {
  display: none;
}

.articleDetailImg .brk:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 11px;
  right: auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transition: .3s;
  -webkit-transition: .3s;
}

.articleDetailImg .brk.b-next {
  left: auto;
  right: -13px;
}

.articleDetailImg .brk.b-next:after {
  left: auto;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.articleDetailImg .num {
  width: 100px;
  background: #323232;
  color: #fff;
  position: absolute;
  bottom: -10px;
  right: 10px;
  text-align: center;
  font-size: 12px;
  padding: 5px 0 3px;
  border-radius: 3px;
  letter-spacing: .3em;
}

.articleDetailImg .meta {
  color: #999;
  font-size: 1.1rem;
  letter-spacing: .12em;
  margin: 20px 0;
}

/*小さい記事メイン画像*/
.articleDetailTxtImg {
  float: left;
  margin: 0 20px 20px 0;
}

.articleDetailTxtImg .img {
  max-width: 300px;
  margin: 0 25px 25px 0;
}

.articleDetailTxtImg img {
  width: 100%;
  height: auto;
}

.articleDetailTxtImg .meta {
  max-width: 300px;
  color: #999;
  font-size: 1.1rem;
  letter-spacing: .12em;
  margin: 20px 0;
}

/*記事詳細*/
/*
.articleGalleryList + .articleDetailTxt,
.articleGalleryBtn + .articleDetailTxt {
  margin-top: 25px;
}
*/
.articleDetailTxt {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .1em;
}

.articleDetailTxt:after {
  clear: both;
}

.articleDetailTxt .add {
  margin: 0 25px 25px 0;
  float: left;
}

.articleDetailTxt .lead {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .09em;
  line-height: 1.65;
  display: block;
  margin-bottom: 20px;
}

.articleDetailTxt + .contBtn,
.articleDetailTxt .contBtn {
  margin-top: 30px;
}

.contBtn + .articlesListPager {
  padding: 30px 0 20px;
}

/*記事本文内*/
.article_detail iframe {
  /* width: 100%; */
  /* height: auto; */
  /* height: 0 !important; */
  margin: 0 auto;
  display: block;
}

/*iframeというクラスの親要素にiframeが表示される場合*/
/* .articleDetailImg .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.articleDetailImg .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.kizi-honbun * {
  max-width: 100%;
}

.article_detail .kizi-honbun img {
  display: block;
  margin-top: 35px;
  /* width: 72.562%; */
  max-width: 100%;
  height: auto;
}

.article_detail .kizi-honbun a {
  color: #e83b18;
}

/*記事翻訳者*/
.articleDetailTranslator {
  font-size: 1.4rem;
  color: #000;
  margin-top: 25px;
}

/*記事下部広告*/
.articleDetailAdd {
  text-align: center;
  letter-spacing: -0.4em;
  margin-top: 25px;
}

.articleDetailAdd .add {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}

.articleDetailAdd .add div {
  max-width: 100% !important;
}

.articleDetailAdd .add img {
  width: 100%;
  height: auto;
}

.articleDetailAdd .add iframe {
  width: 100% !important;
}

/*記事タグ*/
.articleDetailTag {
  margin-top: 35px;
  font-size: 1.4rem;
  font-weight: bold;
}

.articleDetailTag img {
  width: 25px;
  margin-right: 12px;
  vertical-align: -1px;
}

.articleDetailTag ul {
  display: inline-block;
  letter-spacing: -0.4em;
  line-height: 2em;
}

.articleDetailTag li {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
}

.articleDetailTag li:not(:last-child)::after {
  content: '/';
  position: absolute;
  top: 0;
  right: -10px;
  color: #e83b18;
}

.articleDetailTag li + li {
  margin-left: 14px;
}

.articleDetailTag li a {
  color: #be1e1e !important;
  display: block;
  text-decoration: none;
  transition: .2s;
}

.articleDetailTag li a:hover {
  text-decoration: underline;
}

/*記事下部一覧*/
.articleDetailList {
  margin-top: 45px;
}

.articleDetailList section + section {
  margin-top: 30px;
}

.articleDetailList .contTitHead {
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.articleDetailList .contTitHead .contTit {
  padding-bottom: 15px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .12em;
  border-bottom: 2px solid #000;
}

.articleDetailList .contTitHead .contTit span {
  display: inline-block;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .12em;
  vertical-align: 4px;
}

.articleDetailList .articleDetailAdd {
  margin-top: 10px;
  margin-bottom: 30px;
}

.anime_table_list:first-child {
  border-spacing: 0px 10px;
  border-collapse:collapse;
  border-top:1px dotted #dedede;
  border-bottom: 2px solid black;
  width: 100%;
}
.anime_table_list {
  border-spacing: 0px 10px;
  border-collapse:collapse;
  border-bottom: 2px solid black;
  width: 100%;
}
.anime_table_list tr{
  height:42px;
}
.anime_table_list .table_colum {
  border-bottom:1px dotted #dedede;
  padding: 10px;
}
.anime_table_list .table_title{
  font-weight: bold;
  width: 140px;
}
.article_detail .kizi-honbun .anime_table_list a{
  color: #e83b18;
  text-decoration: underline;
}

/*ローディング*/
.loading {
  text-align: center;
  padding: 80px 0 40px;
}

.loadingTxt {
  font-size: 1.6rem;
  color: #959595;
  margin-top: 20px;
}

.loading img {
  -webkit-animation: rotate-anime 2s linear infinite;
  animation: rotate-anime 2s linear infinite;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading + section {
  margin-top: 50px;
}

/******************************
TOPページ
******************************/
.topMainSection {
  max-width: 1200px;
  margin: 0 -25px 30px;
}

.topMainSection ul {
  width: calc(100% + 50px);
  height: 470px;
}

.topMainSection ul li {
  float: left;
}

.topMainSection ul li a {
  display: block;
  position: relative;
  height: 100%;
}

.topMainSection ul li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.topMainSection ul li a .txtBox {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: calc(100% - 23px);
  height: auto;
  background: #fff;
  border-left: 6px solid #e83b18;
}

.topMainSection ul li a .txtBox .meta .date {
  display: inline-block;
  position: relative;
  margin-right: 18px;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}

.topMainSection ul li a .txtBox .meta .date::after {
  content: "|";
  position: absolute;
  top: 0;
  right: -15px;
  color: #b5b5b5;
}

.topMainSection ul li a .txtBox .meta .cat {
  display: inline-block;
  color: #e83b18;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}

.topMainSection ul li:first-child {
  width: 66.667%;
  height: 470px;
}

.topMainSection ul li:first-child a .txtBox {
  padding: 20px 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.topMainSection ul li:not(:first-child) {
  width: 33.333%;
  height: 235px;
}

.topMainSection ul li:not(:first-child) a .txtBox {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.frontSection .articleTop ul {
  display: flex;
  flex-wrap: wrap;
}

.frontSection .articleTop ul li {
  width: 48.924%;
}

.frontSection .articleTop ul li:nth-child(2n) {
  margin-left: 2.152%;
}

.frontSection .articleTop ul li a {
  display: block;
}

.frontSection .articleTop ul li .imgWrap {
  position: relative;
  padding-top: 56.12%;
}

.frontSection .articleTop ul li .imgWrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}

.frontSection .articleTop ul li .imgWrap .cat {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100px;
  height: 22px;
  padding: 0 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: .12em;
  text-align: center;
  background: #000;
}

.frontSection .articleTop ul li .imgWrap .sponsor {
  position: absolute;
  top: 0px;
  right: 0;
}


.frontSection .articleTop ul li .txtBox {
  position: relative;
  min-height: 90px;
  padding: 10px 0 36px 5px;
}

.frontSection .articleTop ul li .txtBox .tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.12em;
}

.frontSection .articleTop ul li .txtBox .date {
  position: absolute;
  bottom: 22px;
  left: 5px;
  color: #b5b5b5;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}


/*メイン一覧*/
/******************************
会社概要ページ
******************************/
.companyTable {
  width: 100%;
  margin: 50px auto 0;
}

.companyTable table {
  width: 100%;
}

.companyTable th,
.companyTable td {
  border: 1px solid #eee;
}

.companyTable th {
  width: 20%;
  padding: 22px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
}

.companyTable td {
  padding: 22px 18px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
}

.companyTable td iframe {
  margin-top: 15px;
  width: 100% !important;
}

/******************************
個人情報保護方針ページ
******************************/
.privacyBox .box {
  margin-bottom: 35px;
  padding: 0 2em;
}

.privacyBox .box p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6;
}

.privacyBox .box .tit {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
}

.privacyBox .box .list li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

/******************************
広告掲載についてページ
******************************/
.btn1 {
  margin-bottom: 35px;
  padding: 5px;
  border: 1px solid #999;
  border-radius: 4px;
}

.btn1:hover {
  background: #eee;
  text-decoration: none;
}

/******************************
閲覧制限
******************************/
.noViewWrap {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 20%, white 60%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
}

.noView {
  height: 300px;
  border: solid 4px #000;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: .1em;
  padding: 42px 0 0;
  width: calc(100% - 20px);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.noView::after {
  content: "";
  background: #fff;
  border: solid 1px #000;
  position: absolute;
  top: -15px;
  left: -15px;
  box-sizing: border-box;
  width: calc(100% + 30px);
  height: 320px;
  z-index: -1;
}

.noViewTit {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 5px;
}

.noViewTxt {
  line-height: 2.2;
  color: #000;
  margin-bottom: 15px;
}

.noView a {
  position: relative;
  color: #999;
}

.noView a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: calc(50% - 82px);
  color: #999;
  font-size: 1.7rem;
}

.noViewBtn {
  margin-bottom: 15px;
}

.noViewBtn a {
  position: relative;
  width: 86.75%;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background: #000;
}

.noViewBtn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: calc(50% - 82px);
  color: #999;
  font-size: 1.7rem;
  line-height: 50px;
}

.nextViewWrap {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
}

.nextViewWrap:before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.75) 60%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
}

/******************************
閲覧制限ウォール
******************************/
.auth-contents {
  position: relative;
  overflow-y: hidden;
}

.articleDetailTxt {
  position: relative;
}

/* .autherDetail .imgWrap {
  display: none;
} */

.ycd_wrap a {
  display: inline;
}

/*サイドナビゲーション*/
/*
.sideNav {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: -360px;
  z-index: 999;
  width: 360px;
  height: 100vh;
  color: #fff;
  font-size: 1.2rem;
  transition: all .4s ease;
}

.menuOpen .sideNav {
  left: 0;
}

.sideNavHead {
  padding: 20px 25px;
}

.sideNav .sideNavCloseBtn {
  float: right;
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  cursor: pointer;
  transition: all .2s ease;
  right: -8px;
}

.sideNav .sideNavCloseBtn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.sideNav .sideNavCloseBtn:before,
.sideNav .sideNavCloseBtn:after {
  content: '';
  width: 22px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sideNav .sideNavCloseBtn:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sideNav .sideNavCloseBtn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sideNav .logo {
  text-align: left;
  line-height: 52px;
}

.sideNav .logo img {
  width: 145px;
  height: auto;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.sideNav a {
  color: #fff;
}

.sideNav .box {
  margin-bottom: 40px;
}

.sideNavIn {
  overflow: auto;
  padding: 15px 25px 0;
  height: calc(100vh - 107px);
}

.sideNav .tit {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 5px;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  border-bottom: solid 1px #fff;
}

.sideNav .imgLink a {
  display: block;
  max-width: 310px;
  padding-top: 48.3%;
  background: #F7F7F7;
  position: relative;
}

.sideNav .imgLink .txt {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3rem;
  padding: 8px 10px 6px;
  background: rgba(0, 0, 0, 0.45);
}

.sideNav .list {
  font-size: 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

.sideNav .list li {
  width: 50%;
  letter-spacing: normal;
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  box-sizing: border-box;
}

.sideNav .list li a {
  padding: 4px 0 5px;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  text-decoration: none;
}

.sideNav .list li a:hover {
  padding-left: 7px;
}

.sideNav .magazine {
  width: 100%;
  display: table;
}

.sideNav .magazine .img {
  width: 132px;
  height: 174px;
  background: #F7F7F7;
  display: table-cell;
  vertical-align: middle;
}

.sideNav .magazine .txt {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.sideNav .magazine li {
  width: 100%;
}
*/
/******************************
写真一覧ページ
******************************/
/*記事画像*/
.articleGalleryImg .img {
  padding-top: 48.8%;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: contain;
}

.articleGalleryImg img {
  width: 100%;
  height: auto;
}

.articleGalleryImg .meta {
  color: #999;
  font-size: 1.1rem;
  letter-spacing: .12em;
  margin: 20px 0;
  text-align: center;
}

.articleGalleryImg .by {
  color: #999;
  font-size: 1.1rem;
  letter-spacing: .12em;
  margin-bottom: 20px;
  text-align: left;
}

/*前の画像 / 次の画像*/
.articleGalleryBtn {
  overflow: hidden;
}

.articleGalleryBtn .prev,
.articleGalleryBtn .next {
  width: 190px;
}

.articleGalleryBtn .prev {
  float: left;
}

.articleGalleryBtn .next {
  float: right;
}

.articleGalleryBtn .prev a,
.articleGalleryBtn .next a {
  width: 100%;
  font-size: 1.2rem;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  background: #EEE;
  border-radius: 5px;
  position: relative;
  transition: .2s;
}

.articleGalleryBtn .prev a {
  float: left;
}

.articleGalleryBtn .next a {
  float: right;
}

.articleGalleryBtn .prev a:before,
.articleGalleryBtn .next a:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
}

.articleGalleryBtn .prev a:before {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.articleGalleryBtn .next a:before {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.articleGalleryBtn .prev a:hover,
.articleGalleryBtn .next a:hover {
  background: #323232;
  color: #fff;
}

.articleGalleryBtn .prev a:hover:before,
.articleGalleryBtn .next a:hover:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*画像一覧*/
.articleGalleryList {
  margin: 15px -1.65%;
  font-size: 0;
}

.articleGalleryList li {
  width: 14%;
  padding: .5%;
  display: inline-block;
  box-sizing: border-box;
}

.articleGalleryList.col5 li {
  width: 14%;
  padding: .5%;
  display: inline-block;
  box-sizing: border-box;
}

.articleGalleryList li a {
  display: block;
}

.articleGalleryList li a.active {
  opacity: 0.5;
  border: solid 3px #e70012;
}

.articleGalleryList li .img {
  width: 100%;
  padding-top: 49%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}

.articleGalleryList li img {
  width: 100%;
  height: auto;
  display: none;
}

/******************************
著者詳細
******************************/
/*著者詳細*/
.autherDetail {
  margin-bottom: 25px;
  /* display: table; */
}

.autherDetail .imgWrap {
  width: 170px;
  /* display: table-cell; */
  margin: 0 auto;
}

.autherDetail .imgWrap .img {
  padding-top: 100%;
  background: #eee;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.autherDetail .txtWrap {
  padding: 0 0 20px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}

.autherDetail .txtWrap .lead {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  margin: 20px 0 4px 0;
}

.autherDetail .txtWrap .tit {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.09em;
}

.autherDetail .txtWrap .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 23px;
}

.autherDetail .txtWrap .follow_button {
  margin: 5px 0 0;
  text-align: center;
}

.autherDetail .txtWrap .follow_button a {
  display: block;
  width: 114px;
  height: 23px;
  margin: 0 auto;
  color: #e83b18;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .1em;
  text-align: center;
  background: #fff;
  border: 2px solid #e83b18;
  transition: .4s;
}

.autherDetail .txtWrap .btn.follow_button_done a {
  background: #e83b18;
  color: #fff;
}

.autherDetail .txtWrap .btn.follow_button_done a:hover {
  opacity: 1;
}

.tagList ul {
  overflow: hidden;
}

.tagList li {
  width: 19%;
  float: left;
  margin: 0 1.25% 5% 0;
}

.tagList li:nth-child(5n) {
  margin-right: 0;
}

.tagList li a {
  font-size: 1.3rem;
  color: #0086cb;
}

.tagMenu {
  padding-bottom: 10px;
}

.tagMenu ul {
  letter-spacing: -0.4em;
}

.tagMenu li {
  font-size: 1.3rem;
  display: inline-block;
  letter-spacing: normal;
  padding-bottom: 10px;
}

.tagMenu li a {
  text-decoration: none;
}

.tagMenu li + li {
  position: relative;
  margin-left: 15px;
}

.tagMenu li + li::before {
  content: '/';
  margin-right: 10px;
}

.tagMenu .inlist {
  padding-right: 15px;
}

.tagMenu .inlist::after {
  position: absolute;
  content: '';
  display: block;
  top: -16px;
  bottom: 0;
  right: -1px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transition: .2s;
}

.tagMenu .inlistBox {
  opacity: 0;
  width: 100%;
  padding: 20px;
  background: #dfdfdf;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  top: 32px;
  transition: .3s;
  z-index: -1;
}

.tagMenu li:hover .inlistBox {
  opacity: 1;
  z-index: 1;
}

.tagMenu .inlistBox:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #dfdfdf transparent;
  top: -10px;
  left: 20px;
}

.tagMenu .inlistBox li {
  margin-left: 0;
  display: block;
  padding-bottom: 0;
}

.tagMenu .inlistBox li + li {
  margin-top: 5px;
}

.tagMenu .inlistBox li a:hover {
  text-decoration: underline;
}

.tagMenu .inlistBox li:before {
  content: normal;
}

/******************************
バックナンバー
******************************/
/*バックナンバー一覧*/
.magazinesBacknumberList {
  margin: 0 -1.65%;
  font-size: 0;
}

.magazinesBacknumberList li {
  width: 25%;
  padding: 0 1.65% 30px;
  display: inline-block;
  box-sizing: border-box;
}

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

.magazinesBacknumberList li .img {
  padding-top: 132%;
  /* background: #eee; */
  background-size: contain;
  background-repeat: no-repeat;
}

.magazinesBacknumberList li .txt {
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  letter-spacing: .09em;
  text-align: center;
  color: #444;
}

.magazinesBacknumberList li .contBtn a {
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: .09em;
  padding: 5px 0;
  border-radius: 5px;
}

.magazinesBacknumberList li .contBtn a:hover::before {
  width: 5px;
  height: 5px;
  right: 15px;
  opacity: 1;
}

/******************************
誌面目次
******************************/
/*雑誌*/
.magazinesDetail {
  width: 100%;
  padding: 60px 60px;
  /* background: #171B1D; */
  display: table;
  box-sizing: border-box;
  border: 2px solid #e83b18;
}

.magazinesDetail .imgWrap {
  /* width: 280px; */
  min-width: 190px;
  /* display: table-cell; */
  vertical-align: top;
}

.magazinesDetail .imgWrap .img {
  width: 100%;
  padding-top: 130%;
  /* background: #eee; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.magazinesDetail .txtWrap {
  padding: 20px 0 20px 30px;
  color: #000;
  display: table-cell;
  vertical-align: top;
}

.magazinesDetail .txtWrap .mazazine {
  padding-left: 75px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}

.magazinesDetail .txtWrap .mazazine span {
  content: "最新号";
  width: 60px;
  color: #fff;
  line-height: 30px;
  font-size: 1.2rem;
  text-align: center;
  background: #e83b18;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.magazinesDetail .txtWrap .tit {
  margin-top: 17px;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .1em;
}

.magazinesDetail .txtWrap .txt {
  margin-top: 33px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .05em;
}

.magazinesDetail .btnWrap {
  width: 100%;
  max-width: 420px;
  margin-top: 20px;
  overflow: hidden;
}

.magazinesDetail .btnWrap .btnS {
  width: 49%;
  max-width: 200px;
  float: left;
}

.magazinesDetail .btnWrap .btnS + .btnS {
  float: right;
}

.magazinesDetail .txtWrap .btnS a {
  width: 100%;
  line-height: 38px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.magazinesDetail .txtWrap .btnS:nth-child(1) a {
  color: #ea8c11;
  border: 1px solid #ea8c11;
}

.magazinesDetail .txtWrap .btnS:nth-child(2) a {
  color: #069b55;
  border: 1px solid #069b55;
}

.magazinesDetail .txtWrap .btnS a:hover {
  opacity: .7;
}

.magazinesDetail .contBtn {
  margin-top: 15px;
}

.magazinesDetail .contBtn a {
  /* width: 280px; */
  min-width: 190px;
  max-width: 320px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #e83b18;
  text-decoration: none;
}

/*目次*/
/*.magazinesDetailList {
  width: 100%;
  font-family: Lato, sans-serif;
  overflow: hidden;
}

.magazinesDetailList .left {
  width: 48%;
  float: left;
}

.magazinesDetailList .right {
  width: 48%;
  float: right;
}

.magazinesDetailList li {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.magazinesDetailList li + li {
  margin-top: 25px;
}

.magazinesDetailList li span {
  padding-right: 1em;
  font-size: 15px;
  color: #BBB;
}

.magazinesDetailList .contBtn {
  width: 65%;
  margin: 0 auto;
  padding-top: 80px;
  clear: both;
}

.magazinesDetailList .contBtn a {
  padding: 18px 0;
  font-size: 1.6rem;
  border-radius: 5px;
}*/
.magazinesDetailList > p {
  line-height: 1.4;
}

.magazinesDetailList .list {
  line-height: 1.4;
}

.magazinesDetailList .list li {
  display: table;
}

.magazinesDetailList .list li p {
  display: table-cell;
}

.magazinesDetailList .list li span {
  margin-top: 8px;
  font-size: 14px;
  display: block;
}

.magazinesDetailList .list li .no {
  padding-right: 20px;
  color: #999;
}

.magazinesDetailList .list li .tit {
  font-weight: bold;
}

.magazinesDetailList .list .sizeL {
  margin-bottom: 28px;
  display: block;
}

.magazinesDetailList .list .sizeL .no {
  font-size: 20px;
  line-height: 1.6;
  display: block;
}

.magazinesDetailList .list .sizeL .tit {
  font-size: 25px;
  display: block;
}

.magazinesDetailList .list .sizeM {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.magazinesDetailList .list .sizeS {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.4;
}

.magazinesDetailList .list .special {
  padding: 8px 0 10px;
}

.magazinesDetailList .list .cover {
  margin-bottom: 20px;
  padding: 2px 0 4px 15px;
  border-left: 5px solid #333;
  display: block;
}

.magazinesDetailList .list .cover .tit {
  font-size: 18px;
  display: block;
}

.magazinesDetailList .list .cover .txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.magazinesDetailList .list .img {
  width: 300px;
  padding-top: 10px;
  overflow: hidden;
}

.magazinesDetailList .list .img img {
  width: 100%;
  height: auto;
}

.magazinesDetailList .contBtn {
  width: 100%;
  text-align: center;
}

.magazinesDetailList .contBtn a {
  width: 420px;
  margin: 38px auto 0;
  padding: 0;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #e83b18;
  display: block;
  text-decoration: none;
}

.magazinesDetailList .news-link {
  color: #e83b18;
}

/*お知らせ詳細*/
.newsDetail {
  padding-bottom: 70px;
  font-size: 1.4rem;
  line-height: 2.15;
  color: #444;
  overflow: hidden;
}

.newsDetailImg {
  float: left;
  padding-right: 20px;
}

/******************************
お知らせ
******************************/
/*お知らせ一覧*/
.newsList li {
  border-bottom: solid 1px #ddd;
  padding: 20px 0;
}

.newsList li a {
  text-decoration: none;
}

.newsList li .date {
  padding-bottom: 10px;
  font-size: 11px;
  letter-spacing: .12em;
  color: #999;
}

.newsList li .tit {
  font-size: 16px;
  font-weight: 600;
}

/******************************
PR記事一覧用
******************************/
.prSection .articlesList .img,
.sidePrSection .sideArticlesList .img {
  background-color: #e7f2fd;
}

.prSection .articlesList .tit,
.sidePrSection .sideArticlesList .tit {
  color: #8DA2EA;
}

.prSection .articlesList .prTxt,
.sidePrSection .sideArticlesList .prTxt {
  text-align: right;
  color: #999;
  font-size: 1.1rem;
  letter-spacing: .12rem;
  margin-top: 10px;
}

.prSection .articlesList .prTxt {
  margin-top: -30px;
}

/******************************
記事広告一覧用
******************************/
.addSec .articlesList .img,
.sideAddSec .sideArticlesList .img {
  background-color: #FDE7FC;
}

.addSec .articlesList .tit,
.sideAddSec .sideArticlesList .tit {
  color: #EA93BE;
}

/******************************
グッバイバナー
******************************/
.byeBanWrap {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.byeBan {
  width: 545px;
  margin: 50vh auto 0;
  padding: 80px 0 50px;
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.byeBanClose {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.byeBanClose:hover {
  opacity: 0.5;
}

.byeBanClose:before,
.byeBanClose:after {
  content: '';
  display: block;
  background: #fff;
  width: 36px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.byeBanClose:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.byeBanClose:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.byeBanTit {
  font-size: 2.4rem;
  letter-spacing: .1em;
  color: #909090;
  margin-bottom: 25px;
}

.byeBanTxt {
  line-height: 1.6;
  color: #909090;
  margin-bottom: 10px;
}

.byeBan a {
  color: #8DA2EA;
}

.byeBanBtn {
  margin: 30px 0 20px;
}

.byeBanBtn a {
  width: 380px;
  padding: 12px 0;
  margin: 0 auto;
  background: #E7F2FD;
  border: solid 1px #79ADFF;
  -webkit-text-decoration: none;
  text-decoration: none;
}
