@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;
  min-width: 960px;
  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;
}

.pcNone{
  display: none !important;
}

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

.headerTop {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 40px 0 35px;
  display: table;
}

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

/*SNS要素*/

.headerSns {
  width: 410px;
}

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

.headerSns ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 30px;
  font-size: 2rem;
}

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

.headerSns ul li a:hover {
  transform: scale(1.4);
}

/*ロゴ要素*/

.headerLogo {
  text-align: center;
}

/*フォーム要素*/

.headerSearch {
  width: 340px;
  text-align: right;
}

.headerSearch form {
  position: relative;
  display: inline-block;
}

.headerSearch input[type="text"] {
  box-sizing: border-box;
  width: 230px;
  padding: 6px 30px 3px 18px;
  border: solid 1px #999;
  border-radius: 25px;
  color: #323232;
  font-size: 1.3rem;
}

.headerSearch input::placeholder,
.headerSearch input::-moz-placeholder,
.headerSearch input::-webkit-input-placeholder,
.headerSearch input:-ms-input-placeholder {
  color: #999;
}

.headerSearch button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0 10px 0 5px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #696969;
}

/*ログイン要素*/

.headerLogin {
  width: 70px;
  text-align: right;
}

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

.headerLogin img:hover {
  transform: scale(1.4);
}

/*ナビゲーション*/

.headerBottom {
  background: #eee;
}

.headerBottom ul {
  min-width: 960px;
  font-size: 0;
  text-align: center;
  position: relative;
}

.headerBottom ul li {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.11em;
  text-align: left;
}

.headerBottom ul li:hover {
  background: #ccc;
}

.headerBottom ul li a,
.headerBottom ul li span {
  display: inline-block;
  text-decoration: none;
  color: #444;
  padding: 16px 25px;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.headerBottom ul li .inList {
  background: #ccc;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: 90%;
  z-index: 100;
  padding: 20px;
  overflow: hidden;
}

.headerBottom ul li:hover .inList {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.headerBottom ul li .inList ul {
  min-width: auto;
  float: left;
  padding-right: 20px;
}

.headerBottom ul li .inList ul + ul {
  padding-right: 0;
}

.headerBottom ul li .inList li {
  margin: 0;
  display: block;
}

.headerBottom ul li .inList li + li {
  padding-top: 7px;
}

.headerBottom ul li .inList li a {
  padding: 0;
}

.headerBottom ul li .inList li a:hover {
  text-decoration: underline;
}

/*固定時*/

.headerFixed {
  min-width: 960px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: -100%;
  transition: all 0.3s ease;
  z-index: 100;
}

.headerFixed.nopankuzu {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.headerInner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 18px 0;
  display: table;
}

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

.headerInner .headerMenuBtn {
  width: 76px;
}

.headerInner .headerLogo {
  width: 150px;
  padding-bottom: 2px;
}

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

.headerInner .gnav {
  padding-right: 35px;
  text-align: right;
}

.headerInner .gnav li {
  font-size: 1.2rem;
  padding: 10px 0;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.11em;
  display: inline-block;
  position: relative;
}

.headerInner .gnav li + li {
  margin-left: 1.5em;
}

.headerInner .gnav li .inList {
  width: auto;
  position: absolute;
  top: 41px;
  left: -10px;
  background: #ddd;
  text-align: left;
  padding: 15px 18px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.headerInner .gnav li:hover .inList {
  opacity: 1;
  visibility: visible;
}

.headerInner .gnav li .inList li {
  display: block;
  margin-left: 0;
  padding: 0;
}

.headerInner .gnav li .inList a {
  color: #323232;
  white-space: nowrap;
}

.headerInner .gnav li .inList: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: 15px;
}

.headerInner .headerSearch {
  width: 181px;
}

.headerInner .headerSearch input[type="text"] {
  width: 181px;
}

.headerInner .headerLogin {
  width: 52px;
}

.headerFixed .pankuzu {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: #888;
  background: #EEE;
  box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5) inset;
}

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

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

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

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

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

.cont {
  min-height: 50vh;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding-top: 50px;
}

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


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

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

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

.contTit {
  font-size: 2.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: 2.6rem;
}

.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: #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.4rem;
  line-height: 2.15;
  color: #444;
}

.contTxt .lead {
  font-size: 1.8rem;
  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%;
}

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

.contTable th {
  width: 20%;
  padding: 22px 0;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
}

.contTable td {
  padding: 22px 18px;
  font-size: 1.2rem;
  text-align: left;
  vertical-align: middle;
}

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

.contIndentList li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

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

.faqBox {
  margin-bottom: 40px;
}

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

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

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

.contLeft {
  max-width: 850px;
  width: 71%;
  float: left;
}

.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: 600;
  line-height: 1.7;
  color: #EA93BE;
  display: inline-block;
  margin-top: 30%;
}

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

.contRight {
  max-width: 300px;
  width: 25%;
  float: right;
}

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

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

.contRight .contTitHead {
  margin-bottom: 0;
}

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

/******************************
中央コンテンツ
******************************/
.contCenter{
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}

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

.footer {
  margin-top: 90px;
}

.footerTop {
  background: #eee;
}

.footerTopIn {
  max-width: 1200px;
  width: 96%;
  display: table;
  margin: 0 auto;
  padding: 28px 0 27px;
}

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

.footerSns {
  text-align: right;
}

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

.footerSns ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 30px;
  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;
}

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

.footerLink {
  letter-spacing: -0.4em;
}

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

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

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

.footerCopy {
  font-size: 1rem;
  text-align: right;
}

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

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

.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% - 15px);
  float: left;
  margin-bottom: 30px;
}

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

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

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

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

.articlesList .cate {
  font-size: 1rem;
  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: 1.2rem;
  color: #aaa;
  margin: 8px 0 5px;
}

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

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

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

.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;
  clear: both;
}

.articlesList.col2-3 li:nth-of-type(3n) + li {
  clear: inherit;
}

.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 {
  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:nth-of-type(3n) + li{
  clear:both;
}

.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.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) {
  clear: both;
  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: 20px;
}

.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 {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

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

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

.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 .meta .type {
  display: inline-block;
  background: #eee;
  padding: 0 11px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}

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

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

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

.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: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EEEEEE;
  background-size: cover;
  margin-right: 10px;
  transition: all 0.1s ease;
}

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

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

.articleDetailHead .authorTxt .name a {
  font-size: 1.2rem;
  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;
  cursor: pointer;
}

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

.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,
.articleDetailHead .sns li span {
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 90px;
  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;
}

/*記事メイン画像*/

.articleDetailImg .img {
  position: relative;
}

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

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

.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: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

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

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

/*小さい記事メイン画像*/

.articleDetailTxtImg {
  float: left;
  margin: 0 20px 20px 0;
}

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

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

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

/*記事詳細*/

.articleGalleryList + .articleDetailTxt,
.articleGalleryBtn + .articleDetailTxt {
  margin-top: 25px;
}

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

.articleDetailTxt:after {
  clear: both;
}

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

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

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

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

.articleDetailTxt .nextViewWrap .contBtn{
  display: none;
}

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

.articleDetailTxt .inReadAd {
  margin: 0 auto;
}

/*記事翻訳者*/

.articleDetailTranslator {
  font-size: 1.4rem;
  color: #999;
  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 img {
  width: 100%;
  height: auto;
}

/*記事タグ*/

.articleDetailTag {
  margin-top: 35px;
  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: 10px;
}

.articleDetailTag li a {
  font-size: 1.2rem;
  display: block;
  background: #eee;
  padding: 0 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;
}

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

/*ローディング*/

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

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

/*記事画像*/

.articleGalleryImg .img {
  padding-top: 48.8%;
  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: 20px;
  text-align: center;
}

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

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

.articleGalleryBtn {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.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 {
  width: 16.6%;
  padding: 10px 0.5%;
  display: inline-block;
  box-sizing: border-box;
}

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

.articleGalleryList li a {
  display: block;
}

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

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

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

.autherDetail .txtWrap {
  padding: 0 0 20px 20px;
  vertical-align: middle;
  display: table-cell;
}

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

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

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

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

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

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

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

.tagMenu .inlistBox {
  opacity: 0;
  width: 100%;
  padding: 20px;
  background: #dfdfdf;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  top: 32px;
  transition: all 0.3s ease;
  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;
}

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

/*雑誌一覧*/
.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: 240px;
  background-position: center;
  background-repeat: no-repeat;
  width: 187px;
  background-color: #eee;
  background-size: contain;
  border: 1px solid #eee;
  float: left;
  margin-right: 15px;
}
.magazinesIndexList li p {
  font-size: 16px;
  padding-top: 80px;
  font-weight: 600;
  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: 200px;
  text-align: center;
  background: #323232;
  background-size: 12px auto;
  border-radius: 5px;
}


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

.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-color: #eee;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.magazinesBacknumberList li .txt {
  margin-top: 5px;
  padding-bottom: 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 {
  width: 100%;
  padding-bottom: 40px;
  display: table;
}

.magazinesDetail .imgWrap {
  width: 270px;
  display: table-cell;
}

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

.magazinesDetail .txtWrap {
  padding: 20px 0 20px 30px;
  vertical-align: middle;
  display: table-cell;
}

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

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

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

.magazinesDetail .btnWrap {
  margin-top: 20px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}


.magazinesDetail .btnWrap .btnS {
  width: 48%;
  margin: 3px 5px;
}

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

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

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

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

/*目次*/

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

/*お知らせ詳細*/

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

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

/*お知らせ一覧*/

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

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

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

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

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

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

/*メイン一覧*/

.topMainSection {
  padding: 30px 0 0;
}

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

.topMainSection li {
  width: 50%;
  display: table-cell;
}

.topMainSection li + li {
  width: calc(25% - 1px);
  border-left: solid 1px #fff;
}

.topMainSection a {
  text-decoration: none;
  display: block;
  height: 422px;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.topMainSection .meta > p {
  display: inline-block;
  vertical-align: middle;
}

.topMainSection .cate {
  font-size: 1rem;
  color: #323232;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  min-width: 100px;
  padding: 5px 5px 4px;
}

.topMainSection .data {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 5px;
}

.topMainSection .tit {
  font-size: 2.2rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
  margin: 15px 0 10px;
}

.topMainSection .txt {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #fff;
  margin-top: 10px;
}

/*一覧*/

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

.topSection:nth-of-type(2) {
  margin-top: 25px;
}

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

/******************************
閲覧制限
******************************/

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

.articleWallWrap.active:before {
  content: "";
  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;
  width: 100%;
  height: 600px;
}

/* 閲覧制限 */
.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: 52px 0;
  position: absolute;
  max-width: 815px;
  width: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 20px;
  display: none;
}

.articleWallTit {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #909090;
  margin-bottom: 45px;
}

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

.articleWall a {
  color: #8DA2EA;
}

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

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

/* SP続きを読む */
.continue{
  display: none;
}

/******************************
閲覧制限
******************************/

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

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

.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: 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: 0.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: nonei;
  text-decoration: nonei;
}

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

.sideArticlesList {
  margin-bottom: 40px;
}

.sideArticlesList li {
  margin-top: 20px;
}

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

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

.sideArticlesList .imgWrap {
  width: 80px;
}

.sideArticlesList .img {
  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;
}

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

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

.sideMokuziList li {
  margin-top: 0;
}

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

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

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

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

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

/*フォーム*/

.applyForm {
  width: 100%;
  margin: 0 auto;
}

.applyForm.sizeM {
  max-width: 600px;
  padding: 30px;
  border-radius: 20px;
}

.applyForm.sizeS {
  max-width: 400px;
  padding: 30px;
  border-radius: 20px;
}

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

.applyForm .sub {
  margin-top: 10px;
  font-size: 1.3rem;
  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;
}

.applyForm .authSnsBtn li {
  width: 100%;
  text-align: center;
  padding: 11px 0 0;
}

.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 span {
  display: block;
  padding-top: 2px;
}

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

.applyForm table {
  width: 100%;
  /*margin-top: 30px;*/
  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 {
  width: 38%;
  vertical-align: middle;
}

.applyForm table.row1 td {
  width: 62%;
  padding: 5px 0;
}

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

.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 .authFormSubmit {
  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 input:before,
.applyFormSubmit 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;
}

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

.applyFormSubmit input:hover,
.applyFormSubmit a:hover {
  background: #666;
}

.applyFormSubmit input:hover:before,
.applyFormSubmit a:hover:before {
  right: 30px;
  opacity: 1;
}

/* 個人情報保護方針の同意ボックス */
.agreeBox{
  padding: 30px 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;
}

/* 広告 */
.ad-sp {
  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;
  }