@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:600}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}td,th{padding:0}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}

/******************************
共通
******************************/

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  word-break: break-all;
  color: #323232;
}

body.narrow {
  max-width: 1040px;
  margin: 0 auto;
}

body.menuOpen {
  overflow: hidden;
}

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

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

a:hover,
a:active {
  text-decoration: underline;
}

.spNone{
  display: none !important;
}

/******************************
ヘッダー
******************************/

.header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.headerTop {
  display: table;
  width: 100%;
}

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

/*ロゴ要素*/

.headerLogo {
  text-align: left;
  padding-top: 2px;
}

.headerLogo.magazine a {
  font-size: 2rem;
  font-weight: 600;
}

.headerLogo img {
  width: 130px;
  height: auto;
}

/*ログイン要素*/

.headerLogin {
  text-align: right;
}

.headerLogin img {
  cursor: pointer;
  transition: all .2s ease;
  border-radius: 50%;
  width: 30px;
}

.headerLogin img:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*サイドナビゲーション*/

.sideNav {
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  color: #323232;
  font-size: 1.2rem;
  transition: all .4s ease;
}

.menuOpen .sideNav {
  top: 0;
}

.sideNavHead {
  padding: 10px 15px;
}

.sideNav .sideNavCloseBtn {
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  cursor: pointer;
  transition: all .2s ease;
  top: 3px;
  right: 0px;
}

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

.sideNav .sideNavCloseBtn:before,
.sideNav .sideNavCloseBtn:after {
  content: '';
  width: 22px;
  height: 1px;
  background: #323232;
  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: 48px;
}

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

.sideNav a {
  color: #323232;
}

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

.sideNavIn {
  box-sizing: border-box;
  overflow: auto;
  padding: 15px 25px 0;
  height: calc(100vh - 68px - 58px);
}

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

.sideNav .imgLink a {
  display: block;
  padding-top: 48.3%;
  margin-top: 15px;
  background: #F7F7F7;
  position: relative;
  border: solid 1px #eee;
}

.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.5);
  color: #fff;
}

.sideNav .list {
  font-size: 0;
}

.sideNav .list li {
  width: 50%;
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.sideNav .list li a {
  padding: 4px 0 5px;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
  padding-left: 18px;
  line-height: 1.5;
  position: relative;
}

.sideNav .list li a:after {
  position: absolute;
  content: '';
  display: block;
  top: 9px;
  left: 0;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(135deg);
  transition: all 0.3s ease;
  transition: all 0.2s ease;
}

.sideNav .magazine {
  width: 100%;
  display: table;
  margin-top: 15px;
}

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

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

.sideNav .magazine li {
  width: 100%;
}

.sideNav .magazine li a {
  padding-bottom: 2px;
}

.sideNavInSearch {
  margin-bottom: 30px;
}

.sideNavInSearch form {
  position: relative;
}

.sideNavInSearch form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto 0px;
  font-size: 15px;
  line-height: 15px;
  color: dimgray;
}

.sideNavInSearch input {
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #323232;
  border: solid 1px #ccc;
}

/******************************
マイページヘッダー
******************************/

.fixNav {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  border-top: solid 1px #ddd;
}

.fixNav ul {
  width: 100%;
  display: table;
}

.fixNav li {
  display: table-cell;
  text-align: center;
  padding: 8px 0 4px;
}

.fixNav li a,
.fixNav li span {
  font-size: 1rem;
  letter-spacing: 0.06em;
  display: block;
  text-decoration: none;
}

.fixNav li a img,
.fixNav li span img {
  background: #eee;
  display: block;
  margin: 0 auto 2px;
  transition: all .3s ease;
}

.fixNav li a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.fixNav .sns {
  cursor: pointer;
  position: relative;
}

.fixNav .sns {
  width: 100%;
  padding: 0;
  font-size: 0;
  background: #FFF;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 90%;
  left: 0;
}

.fixNav .sns li {
  width: 33.33%;
  padding: 10px 0;
}

.fixNav .sns li + li {
  border-left: 1px solid #999999;
}

.fixNav .menuOpen + .sns {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

/******************************
コンテンツ共通要素
******************************/

.cont {
  min-height: 50vh;
  margin: 0 15px;
  padding-top: 30px;
}

.cont:after {
  content: '';
  display: block;
  clear: both;
}

.cont.preview {
  border: solid #ff0 5px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.contTitHead {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.contTit {
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  min-height: 36px;
}

.contTit span {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: #999;
  font-weight: normal;
}

.contTit .red {
  color: #E35C4B;
}

.contTitHead.jp {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.contTitHead.jp .contTit {
  font-size: 2rem;
}

.contLead {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  line-height: 1.55;
}

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

.articleCont img,
.articleDetailTxt img {
  max-width: 100%;
  height: auto;
}

.nextViewWrap .contBtn{
  display: none;
}

.articleDetailTxt .inReadAd{
  margin-top: 1.4em;
}

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

/*.contBtn a:before {
  position: absolute;
  top: 0;
  right: 20%;
  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 {
  background: #666;
}

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

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

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

.contTable {
  width: 100%;
  margin: 30px auto 0;
}

.contTable table {
  width: 100%;
  table-layout: fixed;
}

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

.contTable th {
  width: 24%;
  padding: 10px 5px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  background: #f7f7f7;
}

.contTable td {
  width: 76%;
  padding: 10px 5px;
  font-size: 1.2rem;
  text-align: left;
  vertical-align: middle;
}

.contTable td iframe {
  width: 100% !important;
}

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

.faqBoxCol {
  width: 94%;
}

.faqBox {
  margin-bottom: 30px;
}

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

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

.faqBox li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  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 {
  text-align: center;
  margin: 30px 15px 0;
}

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

/******************************
左コンテンツ
******************************/

.contLeft.contSingle {
  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: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  color: #EA93BE;
  display: inline-block;
  margin-top: 50%;
}

/******************************
右コンテンツ
******************************/

.contRight {
  margin-top: 40px;
}

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

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

.contRight .contTitHead {
  margin-bottom: 20px;
}

.contRight .contTit {
  font-size: 2rem;
}

/******************************
フッター
******************************/

.footer {
  margin-top: 50px;
  padding-bottom: 60px;
}

.footerTop {
  background: #eee;
  padding: 28px 15px 27px;
}

.footerTopIn {
  display: table;
  width: 100%;
}

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

.footerLogo img {
  width: 130px;
  height: auto;
}

.footerSns {
  text-align: right;
}

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

.footerSns ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 20px;
  font-size: 2rem;
}

.footerSns ul li a {
  transition: all 0.2s ease-out;
}

.footerSns ul li a:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.footerBottom {
  max-width: 1200px;
  width: 96%;
  display: table;
  margin: 0 auto;
  padding: 16px 0 100px;
}

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

.footerLink ul li {
  display: inline-block;
  font-size: 1.1rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.11em;
  line-height: 1;
}

.footerLink ul li + li {
  margin-left: 7px;
  padding-left: 7px;
  border-left: solid 1px #707070;
}

.footerLink ul li a {
  color: #444;
}

.footerCopy {
  font-size: 1rem;
  text-align: center;
  color: #AAAAAA;
  margin-top: 8px;
}

/******************************
パンくず
******************************/

.pankuzu {
  background: #f7f7f7;
  font-size: 1.2rem;
}

.pankuzu ul {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 9px 0 10px;
  letter-spacing: -0.4em;
  white-space: nowrap;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "…";
  overflow: hidden;
}

.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;
}

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

.articlesList ul:after {
  content: '';
  display: block;
  clear: both;
}

.articlesList li {
  width: calc(50% - 5px);
  float: left;
  margin-bottom: 10px;
}

.articlesList li:nth-of-type(2n) {
  margin-left: 10px;
}

.articlesList li:nth-of-type(odd) {
  clear: both;
}

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

.articlesList .img {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.articlesList .cate {
  font-size: 1rem;
  background-size: #323232;
  color: #fff;
}

.articlesList .img .cate {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #323232;
  text-align: center;
  box-sizing: border-box;
  min-width: 100px;
  padding: 5px 5px 4px;
}

.articlesList .img .pr {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  background: #323232;
  text-align: center;
  box-sizing: border-box;
  min-width: 35px;
  padding: 5px 5px 4px;
}

.articlesList .data {
  font-size: 1rem;
  color: #aaa;
  margin: 8px 0 5px;
}

.articlesList .tit {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #444;
  font-weight: 600;
}

.articlesList .txt {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #444;
  margin-top: 5px;
  display: none;
}

.articlesList.col2-3 li:nth-of-type(1) {
  width: 100%;
  margin-left: 0;
}

.articlesList.col2-3 li:nth-of-type(odd) {
  clear: none;
}

.articlesList.col2-3 li:nth-of-type(even) {
  margin-left: 0;
  margin-right: 10px;
  clear: both;
}

.articlesList.col3 li {
  width: 31.75%;
  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 .data {
  font-size: 1rem;
  margin: 5px 0 2px;
}

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

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

.articlesList.col1-2 li:nth-of-type(1) {
  width: 100%;
}

.articlesList.col1-2 li:nth-child(even) {
  margin-left: 0;
  margin-right: 10px;
}

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

.articlesList.col3-4 li:nth-of-type(odd) {
  clear: none;
}

.articlesList.col3-4 li:nth-of-type(even) {
  margin-left: 0;
  margin-right: 10px;
  clear: both;
}

/*.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:nth-of-type(odd) {
    clear: none;
}

.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;
}

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

/******************************
ページャー
******************************/

.articlesListPager {
  padding-top: 20px;
}

.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: 13px;
}

.articlesListPager a {
  text-decoration: none;
  display: block;
  min-width: 30px;
  line-height: 30px;
  font-size: 1.1rem;
  color: #696969;
  vertical-align: middle;
  background: #EEE;
  transition: all 0.1s linear;
}

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

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

.articlesListPager li.prev a:after,
.articlesListPager li.next a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transition: all 0.2s ease;
}

.articlesListPager li.prev a:after {
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.articlesListPager li.next a:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.articlesListPager li.prev a:hover:after {
  right: 6px;
}

.articlesListPager li.next a:hover:after {
  left: 6px;
}

/******************************
詳細ページ
******************************/

/*記事タイトル*/

.articleDetailHead {
  margin-bottom: 10px;
}

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

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

.articleDetailHead .meta .date {
  color: #999999;
}

.articleDetailHead .meta .cate a{
  display: inline-block;
  background: #323232;
  color: #fff;
  padding: 0 11px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.articleDetailHead .meta .cate a:hover {
  opacity: 0.8;
}

.articleDetailHead .sponsor img {
  vertical-align: middle;
}

.articleDetailHead .tit {
  color: #323232;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.articleDetailHead .bottom {
  width: 100%;
  text-align: left;
  color: #999;
  padding-top: 10px;
}

.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: #EEEEEE;
  background-size: cover;
  margin-right: 10px;
}

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

.articleDetailHead .authorTxt .name a {
  font-size: 1.3rem;
  color: #323232;
}

.articleDetailHead .authorTxt .btn a,
.articleDetailHead .authorTxt .btn span  {
  display: block;
  font-size: 1rem;
  background: #EEEEEE;
  width: 110px;
  text-align: center;
  padding: 4px 0;
  border-radius: 3px;
  text-decoration: none;
  color: #666666;
  transition: all 0.3s ease;
}

.articleDetailHead .authorTxt .btn a:hover,
.articleDetailHead .authorTxt .btn span:hover {
  background: #323232;
  color: #fff;
}

.articleDetailHead .sns {
  text-align: center;
  padding-top: 10px;
}

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

.articleDetailHead .sns li {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.articleDetailHead .sns li + li {
  margin-left: 1.3%;
}

.articleDetailHead .sns li a, .articleDetailHead .sns li span {
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  padding: 7px 0;
  background: #eee;
  text-align: center;
  font-size: 1rem;
  color: #888888;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

.articleDetailSns {
  margin-top: 20px;
}

.articleDetailSns ul {
  width: 100%;
  display: inline-block;
  letter-spacing: -0.4em;
}

.articleDetailSns ul:before {
  content: 'SHARE';
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  vertical-align: middle;
  width: 20%;
}

.articleDetailSns li {
  letter-spacing: normal;
  width: 25.5%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: middle;
}

.articleDetailSns li a {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background: #eee;
}

/*記事メイン画像*/

.articleDetailImg .img {
  position: relative;
}

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

/*記事メイン画像の矢印*/

.articleDetailImg .brk {
  width: 20px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  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: 7px;
  right: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

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

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

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

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

/*画像一覧*/

.articleDetailImgList {
  margin: 15px -1.65%;
  font-size: 0;
}

.articleDetailImgList li a {
  display: block;
}

.articleDetailImgList li {
  width: 25%;
  padding: 1% 1%;
  display: inline-block;
  box-sizing: border-box;
}

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

/*記事詳細*/

.articleDetailTxt {
  font-size: 1.8rem;
  line-height: 2.15;
  color: #444;
  margin-top: 25px;
}

.articleDetailTxt:after {
  clear: both;
}

.articleDetailTxt iframe {
  max-width: 100%;
  min-width: 0 !important;
}

.articleDetailTxt iframe[src*="youtube"] {
  height: 300px;
}


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

@media screen and (max-width:600px) {
  .articleDetailTxt .add {
    float: none;
    text-align: center;
  }
  .articleDetailAdd .add + .add {
    margin-top: 15px;
  }
}


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

/*記事翻訳者*/

.articleDetailTranslator {
  font-size: 1.4rem;
  color: #999;
  margin-top: 25px;
}

/*記事下部広告*/

.articleDetailAdd {
  text-align: center;
  letter-spacing: -0.4em;
  margin: 25px 0 40px;
}

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

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

/*記事タグ*/

.articleDetailTag {
  margin-top: 25px;
  font-size: 1.4rem;
}

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

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

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

.articleDetailTag li a {
  font-size: 1.2rem;
  display: block;
  background: #eee;
  padding: 3px 11px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.articleDetailTag li a:hover {
  background: #ccc;
}

/*記事下部一覧*/

.articleDetailList {
  margin-top: 45px;
}

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

/*ローディング*/

.loading {
  text-align: center;
  padding: 10px 0;
}

.loadingTxt {
  font-size: 1.4rem;
  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;
}

/******************************
写真一覧ページ
******************************/

/*記事画像*/

.articleGalleryImg .img {
  padding-top: 100%;
  background-color: #eee;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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

.articleGalleryImg .meta {
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin-top: 10px;
  text-align: left;
}

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

/*前の画像 / 次の画像*/

.articleGalleryBtn {
  margin-top: 10px;
  overflow: hidden;
}

.articleGalleryBtn .prev,
.articleGalleryBtn .next {
  min-width: 140px;
}

.articleGalleryBtn .toGallery {
  min-width: 190px !important;
}

.articleGalleryList + .articleGalleryBtn .prev,
.articleGalleryList + .articleGalleryBtn .next {
  width: 48%;
  min-width: 160px;
}

.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: all 0.2s ease;
}

.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);
}

.articleGalleryList + .articleGalleryBtn .next a:before {
  right: 15px;
}

.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 auto;
  font-size: 0;
}

.articleGalleryList li a {
  display: block;
}

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

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

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

/******************************
著者詳細
******************************/

/*著者詳細*/

.autherDetail {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.autherDetail .imgWrap {
  width: 120px;
  margin: 0 auto;
  /* display: table-cell; */
  vertical-align: top;
}

.autherDetail .imgWrap .img {
  padding-top: 100%;
  background: #eee;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.autherDetail .txtWrap {
  width: 90%;
  margin: 5px auto;
  /* padding-left: 20px; */
  /* display: table-cell; */
  vertical-align: top;
}

.autherDetail .txtWrap .lead {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.autherDetail .txtWrap .tit {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.autherDetail .txtWrap .txt {
  font-size: 1.2rem;
  line-height: 30px;
}

.autherDetail .txtWrap .btn {
  margin-top: 15px;
}

.autherDetail .txtWrap .btn a,
.autherDetail .txtWrap .btn span {
  width: 94px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #323232;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.1s linear;
  padding: 3px 10px;
}

.autherDetail .txtWrap .btn a:hover,
.autherDetail .txtWrap .btn span:hover {
  background: #666;
}

.tagList ul {
  overflow: hidden;
}

.tagList li {
  display: inline-block;
  margin: 0 5% 3% 0;
}

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

.tagMenu {
  padding-bottom: 20px;
}

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

.tagMenu ul:after {
  content: '';
  display: block;
  clear: both;
}

.tagMenu li {
  box-sizing: border-box;
  font-size: 1.3rem;
  width: 50%;
  letter-spacing: normal;
  text-align: center;
  float: left;
  position: relative;
}

.tagMenu li a,
.tagMenu li span {
  display: block;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  text-decoration: none;
  padding: 5px 10px;
}

.tagMenu li:nth-child(even) a,
.tagMenu li:nth-child(even) span {
  border-right: solid 1px #ccc;
}

.tagMenu li:nth-child(-n + 2) a,
.tagMenu li:nth-child(-n + 2) span {
  border-top: solid 1px #ccc;
}

.tagMenu .inlist span {
  padding-right: 20px;
}

.tagMenu .inlist:after {
  position: absolute;
  content: '';
  display: block;
  top: -5px;
  bottom: 0;
  right: 10px;
  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: all 0.3s ease;
  transition: all 0.2s ease;
}

.tagMenu .inlistBox {
  opacity: 0;
  width: 100%;
  padding: 15px 10px 15px;
  background: #dfdfdf;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease;
  z-index: -1;
  box-sizing: border-box;
}

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

.tagMenu .inlistBox li {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin-left: 0;
  display: block;
  float: none;
  padding-bottom: 0;
  text-align: left;
}

.tagMenu .inlistBox li a {
  border: none;
}

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

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

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

/******************************
バックナンバー
******************************/

/*雑誌一覧*/

.magazinesIndexList li {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.magazinesIndexList li:after {
  content: '';
  display: block;
  clear: both;
}
.magazinesIndexList li .img {
  padding-top: 152px;
  background-position: center;
  background-repeat: no-repeat;
  width: 110px;
  background-color: #eee;
  background-size: contain;
  border: 1px solid #eee;
  float: left;
  margin-right: 10px;
}
.magazinesIndexList li p {
  font-size: 16px;
  padding-top: 50px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-bottom: 15px;
}
.magazinesIndexList li p.contBtn {
  padding-top: 0;
}
.magazinesIndexList li p.contBtn a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-indent: 1em;
  padding: 8px 10px 8px 0;
  min-width: 150px;
  text-align: center;
  background: #323232;
  background-size: 12px auto;
  border-radius: 5px;
}

/*バックナンバー一覧*/

.magazinesBacknumberList {
  margin: 0 -1.65%;
  font-size: 0;
}

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

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

.magazinesBacknumberList li .img {
  padding-top: 132%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: contain;
  border: 1px solid #eee;
}

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

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

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

/******************************
誌面目次
******************************/

/*雑誌*/

.magazinesDetail {
  margin-bottom: 40px;
}

.magazinesDetail .imgWrap {
  width: 260px;
  margin: 0 auto;
}

.magazinesDetail .imgWrap .img {
  width: 100%;
  padding-top: 130%;
  background: #eee;
}

.magazinesDetail .txtWrap {
  margin-top: 20px;
}

.magazinesDetail .txtWrap .mazazine {
  font-size: 1.6rem;
  font-weight: 600;
  color: #646464;
}

.magazinesDetail .txtWrap .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.magazinesDetail .txtWrap .txt {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0.12em;
  color: #444;
}

.magazinesDetail .btnWrap {
  margin-top: 30px;
  overflow: hidden;
}

.magazinesDetail .btnWrap .btnS {
  width: 49%;
  float: left;
}

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

.magazinesDetail .txtWrap .btnS a {
  width: 100%;
  padding: 15px 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #646464;
  text-align: center;
  text-decoration: none;
  background: #F7F7F7;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.1s linear;
}

.magazinesDetail .txtWrap .btnS a:hover {
  background: #323232;
  color: #FFF;
}

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

.magazinesDetail .contBtn a {
  padding: 15px 0;
  font-size: 1.4rem;
  border-radius: 5px;
}

/*目次*/

.magazinesDetailList {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  overflow: hidden;
}

.magazinesDetailList .left,
.magazinesDetailList .right {
  width: 100%;
}

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

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

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

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

.magazinesDetailList .contBtn a {
  padding: 15px 0;
  font-size: 1.4rem;
  border-radius: 5px;
}

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

/*お知らせ詳細*/

.newsDetail {
  padding-bottom: 40px;
  font-size: 1.4rem;
  line-height: 2.15;
  color: #444;
}

/******************************
お知らせ
******************************/

/*お知らせ一覧*/

.newsList li {
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}

.newsList li:first-child {
  margin-top: -20px;
}

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

.newsList li .date {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #999;
}

.newsList li .tit {
  font-size: 1.4rem;
  font-weight: 600;
}

/******************************
TOPページ
******************************/

/*メイン一覧（タイプ1）*/

.topMainSection {
  padding: 30px 0 0;
  margin-bottom: -10px;
}

.topMainSection ul:after {
  content: '';
  display: block;
  clear: both;
}

.topMainSection li a{
  display: block;
  position: relative;
  padding-top: 56.25%;
  text-decoration: none;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.topMainSection .cate {
  display: inline-block;
  font-size: 1rem;
  color: #323232;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 2px 6px 1px;
  margin-bottom: 5px;
  vertical-align: top;
}

.topMainSection .data {
  font-size: 1rem;
  color: #aaa;
  padding: 5px 10px 0;
  /* display: none !important; */
}

.topMainSection .tit {
  font-size: 1.4rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
}

.topMainSection .txt {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #fff;
  display: none;
}

.topMainSection .txtBox {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0,0,0,0.5);
}

.topMainSection li:nth-of-type(1) {
  width: 100%;
  margin-bottom: 1px;
  position: relative;
}

.topMainSection li:nth-of-type(1) .tit {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.topMainSection li:nth-of-type(1) .data {
  color: #fff;
  padding: 0;
}

.topMainSection li:nth-of-type(n+2) {
  width: calc(50% - 0.5px);
  float: left;
}

.topMainSection li:nth-of-type(3) {
  margin-left: 1px;
}

.topMainSection li:nth-of-type(n+2) a {
  display: flex;
  margin-bottom: 56.25%;
}

.topMainSection li:nth-of-type(n+2) .txtBox {
  top: 100%;
  background: none;
  padding: 0;
  left: auto;
  bottom: auto;
}

.topMainSection li:nth-of-type(n+2) .meta {
  margin-top: -26px;
}

.topMainSection li:nth-of-type(n+2) .cate {
  background: #323232;
  color: #fff;
  min-width: 100px;
  padding: 5px 5px 4px;
  margin-bottom: 0;
}

.topMainSection li:nth-of-type(n+2) .tit {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #444;
  font-weight: 600;
  padding: 4px 10px 0;
}

/*メイン一覧（タイプ2）*/

.topMainSectionType2 {
  margin-bottom: 40px;
}

.topMainSectionType2 li {
  margin-bottom: 10px;
}

.topMainSectionType2 a {
  display: table;
  text-decoration: none;
}

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

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

.topMainSectionType2 .txtBox {
  padding-left: 10px;
}

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

.topMainSectionType2 .cate {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  background: #323232;
  text-align: center;
  box-sizing: border-box;
  min-width: 90px;
  padding: 3px 3px 2px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.topMainSectionType2 .tit {
  font-size: 1.3rem;
  letter-spacing: 0.09em;
  line-height: 1.25;
  color: #444;
  font-weight: 600;
}

.topMainSectionType2 li:nth-of-type(1) .img {
  display: block;
  width: 100%;
  padding-top: 48.5%;
  position: relative;
}

.topMainSectionType2 li:nth-of-type(1) .tit {
  margin: 10px 0 5px;
}

.topMainSectionType2 li:nth-of-type(1) .cate {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}

/*一覧*/

.topSection + .topSection {
  margin-top: 40px;
}

.topSection .contBtn {
  margin-top: 10px;
}

.topSection .articlesList .data {
  display: none;
}

.topSection .articlesList .tit {
  margin-top: 10px;
}

/******************************
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: 0.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;
}

/******************************
閲覧制限
メモ：デフォルトは非表示として、表示/非表示はjs制御してる
******************************/

.articleWallWrap.active {
  position: relative;
  height: 430px;
  overflow: hidden;
}

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

/* 閲覧制限 */
.articleWall {
  z-index:2;
  background: #eee;
  border: solid 1px #D9D9D9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 13px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 40px 0 30px;
  position: absolute;
  max-width: 815px;
  width: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 20px;
  display: none;
}

.articleWallTit {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #909090;
  margin-bottom: 15px;
  padding-left: 0.5em;
}

.articleWallTxt {
  text-align: left;
  width: 80%;
  line-height: 1.6;
  color: #909090;
  margin: 0 auto 10px;
}

.articleWall a {
  color: #8DA2EA;
}

.articleWallBtn {
  margin: 20px 0 10px;
}

.articleWallBtn a {
  width: 80%;
  padding: 12px 0;
  margin: 0 auto;
  background: #E7F2FD;
  border: solid 1px #79ADFF;
  -webkit-text-decoration: nonei;
  text-decoration: nonei;
}

/* SP続きを読む */
.continue{
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/******************************
グッバイバナー
******************************/

.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: 0.1em;
}

.byeBan {
  width: 80%;
  margin: 50vh auto 0;
  padding: 40px 0 20px;
  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;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #909090;
  margin-bottom: 15px;
}

.byeBanTxt {
  width: 80%;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #909090;
  margin: 0 auto 10px;
  text-align: left;
}

.byeBan a {
  color: #8DA2EA;
}

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

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

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

.sideArticlesList {
  margin-bottom: 40px;
}

.sideArticlesList li {
  margin-bottom: 10px;
}

.sideArticlesList a {
  display: table;
  text-decoration: none;
  width: 100%;
}

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

.sideArticlesList .imgWrap {
  width: 80px;
}

.sideArticlesList .img {
  width: 100%;
  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: 0.09em;
  line-height: 1.25;
  color: #444;
  font-weight: 600;
}

.sideArticlesList.col2-1 li:nth-of-type(-n+2) {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  float: left;
  display: block;
}

.sideArticlesList.col2-1 li:nth-of-type(2) {
  margin-left: 10px;
}

.sideArticlesList.col2-1 li:nth-of-type(3) {
  clear: both;
}

.sideArticlesList.col2-1 li:nth-of-type(-n+2) a > div {
  display: block;
}

.sideArticlesList.col2-1 li:nth-of-type(-n+2) .img {
  width: 100%;
  padding-top: 49%;
}

.sideArticlesList.col2-1 li:nth-of-type(-n+2) .txtBox {
  padding-left: 0;
}

.sideArticlesList.col2-1 li:nth-of-type(-n+2) .data {
  margin: 8px 0px 5px;
}

/*右コンテンツ目次*/

.sideMokuziList ul {
  border: solid 1px #EEEEEE;
  margin-top: 30px;
}

.sideMokuziList li {
  margin-top: 0;
}

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

.sideMokuziList li a {
  display: block;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.sideMokuziListTit {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 30px;
}

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

/******************************
お問い合わせ
******************************/

/*フォーム*/

.applyCont {
  padding: 0 15px;
}

.applyForm {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  box-sizing: border-box;
}

.applyForm .tit {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.applyForm .sub {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.applyForm .sub a{
  text-decoration: underline;
}

.applyForm .notice {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
}

.applyForm .notice a{
  text-decoration: underline;
}

.applyForm .lineTxt {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  background: linear-gradient(#fff 0%, #fff 49%, #DDD 50%, #DDD 51%, #fff 52%, #fff 100%);
}

.applyForm .lineTxt p {
  padding: 0 1em;
  background: #FFF;
  display: inline-block;
}

.applyForm .authSnsBtn {
  margin-top: 20px;
  text-align: center;
}

.applyForm .authSnsBtn li {
  width: 100%;
  text-align: center;
  padding: 5px 0 0;
  display: inline-block;
}

.applyForm .authSnsBtn li a {
  font-size: 1.3rem;
  display: block;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #323232;
  padding: 10px;
}

.applyForm .authSnsBtn li a:hover {
  opacity: 0.8;
}

.applyForm .authSnsBtn li.facebook a {
  background: #385c8e;
}

.applyForm .authSnsBtn li.google a {
  background: #f34a38;
}

.applyForm .authSnsBtn li a i {
  font-size: 24px;
  float: left;
  margin-top: 3px;
}

.applyForm table {
  width: 100%;
  font-family: 'Lato', sans-serif;
}

.applyForm table th {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  font-weight: normal;
}

.applyForm table td {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: normal;
}

.applyForm table.row1 th,
.applyForm table.row2 th {
  width: 100%;
  padding-top: 20px;
  display: block;
}

.applyForm table.row1 td,
.applyForm table.row2 td {
  width: 100%;
  padding-top: 10px;
  display: block;
}

.applyForm table td input[type="text"],
.applyForm table td input[type="password"],
.applyForm table td input[type="email"],
.applyForm table td select {
  width: 100%;
}

.applyForm table td input[type="text"],
.applyForm table td input[type="password"],
.applyForm table td input[type="email"] {
  width: 100%;
  padding: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
}

.applyForm table td textarea {
  width: 100%;
  padding: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  border: none;
  background: #F1F1F1;
  box-sizing: border-box;
  resize: vertical;
}

.applyForm .applyFormSubmit {
  margin-top: 45px;
}

/*ラジオボタン*/

.applyFormRadio input {
  display: none;
}

.applyFormRadio label {
  padding-right: 20px;
}

.applyFormRadio span {
  padding-left: 30px;
  position: relative;
}

.applyFormRadio span:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.applyFormRadio input:checked + span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*チェックボックス*/

.applyFormCheckbox input {
  display: none;
}

.applyFormCheckbox label {
  padding: 0 20px 15px 0;
  display: inline-block;
}

.applyFormCheckbox span {
  padding-left: 30px;
  position: relative;
}

.applyFormCheckbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.applyFormCheckbox input:checked + span:after {
  content: "";
  width: 18px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: -2px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*セレクト*/

.applyFormSelect {
  width: 100%;
  background: #F1F1F1;
  position: relative;
  display: inline-block;
}

.applyFormSelect:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}

.applyFormSelect select {
  width: 100%;
  margin: 0;
  padding: 15px 18px;
  border: none;
  background: transparent;
  border-box: box-sizing;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.applyFormSelect select::-ms-expand {
  display: none;
}

.applyFormSubmit {
  margin-top: 20px;
}

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

.applyFormSubmit a + a {
  margin-top: 10px;
}

/* 個人情報保護方針の同意ボックス */
.agreeBox{
  padding: 30px 0 0;
}
.agreeBoxTit{
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 5px;
}
.agreeBox .agreeBoxIn{
  width:100%;
  overflow-y: auto;
  height: 300px;
  font-size: 1.2rem;
  border: solid 1px #D9D9D9;
  padding: 10px 20px;
  box-sizing: border-box;
}
.agreeBox .checkbox{
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}

/* google reCAPTCHA */
.grecaptcha-badge {
  bottom: 62px !important;
}

/* 広告 */
.ad-pc {
  display: none;
}

/* 404ページ */
.errorCont {
  padding: 80px 15px;
  text-align: center;
  }
  .errorContTit {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  }
  .errorContNumber {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  }
  .errorContTxt {
  margin-top: 23px;
  font-size: 14px;
  letter-spacing: .1em;
  }
  .errorContBtn {
  margin-top: 40px;
  text-align: center;
  }
  .errorContBtn a {
  width: 100%;
  max-width: 350px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  background: #000;
  display: inline-block;
  }