@charset "UTF-8";
/* CSS Document */
/* Reset */
* {
  zoom: 1;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}
textarea {
  font-size: 100%;
}
hr {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* hover */
a {
  color: #003399;
  text-decoration: underline;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
/* Common */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"),
    local("Noto Sans JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html,
body {
  height: 100%;
}
body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings : "palt";
  letter-spacing: 0.015em;
}
body.non {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
  background-image: none;
  color: #323333;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.clearfix + * {
  clear: both;
}

.left {
  float: left;
}
.right {
  float: right;
}
sup {
  font-size: 60%;
  vertical-align: top;
  line-height: 1;
}
sub {
  font-size: 60%;
  vertical-align: baseline;
  line-height: 1;
  position: relative;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}

.d-inline-block {
  display: inline-block !important;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mr10 {
  margin-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}

.red {
  color: #cc0000;
}
.iconGray {
  font-size: 9px;
  color: #fff;
  background-color: #666;
  padding: 2px 5px;
  margin-left: 6px;
  font-weight: normal;
  white-space: nowrap;
}

/* 5/16 com */
.iconGray2 {
  font-size: 9px;
  color: #fff;
  background-color: #666;
  padding: 2px 5px;
  margin-right: 6px;
  font-weight: normal;
  text-decoration: none;
}

#cont .wrap.clearfix #mainCont #columnRecommend .subColumn.right .starBox.clearfix a .iconArea_ss.clearfix .iconGray {
  text-decoration: none;
}

#cont
  .wrap.clearfix
  #mainCont
  #columnRecommend
  .subColumn.right
  .starBox.clearfix
  a:hover
  .iconArea_ss.clearfix
  .iconGray {
  text-decoration: none;
}

/* 5/16 com */

img.iconStar {
  padding: 2px 2px 2px 6px;
  vertical-align: top;
}

.alpha:hover,
.over:hover,
.yoyakuBtn img:hover {
  filter: alpha(opacity=70); /* IE */
  opacity: 0.7; /* Firefox,Opera,Safari */
  -moz-opacity: 0.7; /* Firefox 0.9より前 */
}

/* base */

/* old head(2019.01.18) */
#head {
  width: 100%;
}
#head .logo {
  float: left;
  margin-top: 5px;
}
#head .date {
  float: left;
  margin-top: 37px;
  padding-left: 24px;
}
#head .ttl {
  padding-left: 24px;
  float: left;
}
#head .ttl .date {
  margin-top: 22px;
  padding-left: 0;
  margin-bottom: 4px;
}
#head .ttl h1 {
  font-weight: bold;
  font-size: 14px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #555253;
  padding-top: 4px;
  margin-top: 4px;
}

#head .ttl p.cate {
  font-weight: bold;
  font-size: 14px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #555253;
  padding-top: 4px;
  margin-top: 4px;
}

#head #magazineBloc {
  float: right;
  width: 115px;
  height: 91px;
  background-image: url(../img/common/bg_magazine.png);
  background-repeat: no-repeat;
  padding-top: 9px;
  padding-left: 10px;
}
#head #utility {
  float: right;
}
#head #utility p {
  float: right;
  margin-bottom: 8px;
  padding-left: 6px;
}

/* new head(2019.01.18) */
#head_v2 {
  width: 100%;
  padding-top: 5px;
  margin-bottom: 10px;
}
#head_v2 .logoBox {
  float: left;
  width: 210px;
}
#head_v2 h1.logo {
  margin: 0;
  padding: 0;
}
#head_v2 a {
  color: #000;
  text-decoration: none;
  border: 0;
}
#head_v2 .searchBox {
  float: left;
  width: 360px;
  height: 82px;
  line-height: 82px;
  padding: 0 0 0 40px;
}
#head_v2 input[type="text"] {
  width: 250px;
  padding: 6px;
  outline: none;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#head_v2 .searchButton {
  padding: 4px 8px;
  outline: none;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

#head_v2 .head_loginBox {
  float: right;
  height: initial;
  padding: 30px 0 0 0;
  font-size: 13px;
}
#head_v2 #free_provisional {
  width: 300px;
  line-height: 120%;
}
#head_v2 #free_provisional p.info {
  font-size: 10px;
}
#head_v2 .head_loginBox p.info {
  display: inline;
}
#head_v2 ul.loginBox___login {
  margin: 0;
  padding: 0;
}
#head_v2 ul.loginBox___login li {
  float: left;
  list-style-type: none;
  margin-left: 5px;
}
#head_v2 ul.loginBox___login li:after {
  content: " | ";
}
#head_v2 ul.loginBox___login li:last-child:after {
  content: "";
}
#head_v2 .head_loginBox a:hover {
  color: #ff0000;
  text-decoration: underline;
}
#head_v2 ul.global_navi {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
}
#head_v2 ul.global_navi li {
  float: left;
  list-style-type: none;
  width: 16.5%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-left: 1px solid #ddd;
}
#head_v2 ul.global_navi li:last-child {
  border-right: 1px solid #ddd;
}
#head_v2 ul.global_navi a {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 1px;
}
#head_v2 ul.global_navi a:hover {
  background: #fff;
}
@media screen and (max-width: 767px) {
  html,
  body {
    height: initial;
  }
  #head_v2 .logoBox,
  #head_v2 .logoBox img {
    width: 120px;
    height: 50px;
  }
  #head_v2 ul.global_navi,
  #head_v2 .searchBox {
    display: none;
  }
}

/**
 * Container
 */

.l-main {
  margin-top: 22px;
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 84px;
  }
}

.wrap {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#cont {
  margin: 0 auto 64px;
}
#cont #side {
  width: 300px;
  float: right;
}

#cont #mainCont {
  width: 740px;
  float: left;
}

.bnrBtm {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
}

#foot {
  background-image: url(../img/common/bg_foot.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-color: #110a0d;
  padding: 0 0 10px 0;
}

#foot .fNav {
  float: left;
  padding-top: 25px;
  width: 200px;
}
#foot .fNav li {
  padding-right: 25px;
  padding-left: 15px;
}
#foot .toTop {
  text-align: right;
  float: right;
}
#foot address {
  text-align: right;
}

#log_box {
  width: 300px;
  height: 54px;
  position: relative;
  background-image: url(../img/side/bg_log_box.jpg);
  background-repeat: no-repeat;
  display: block;
}

#log_box .name_b {
  position: absolute;
  top: 20px;
  left: 55px;
  font-weight: bold;
}

#log_box .name {
  font-size: 20px;
  margin: 0 10px 0 0;
}

/* common parts */
.icon_rightBlack {
  position: relative;
  padding-right: 20px;
}
.icon_rightBlack::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_arrow_r_black.svg) no-repeat center center;
  background-size: 100%;
}

.icon_external-link {
  width: 16px;
  height: 18px;
  display: block;
  margin: 0 0 0 auto;
  background: url(/assets/img/common/icon_external-link.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 5px;
  right: 5px
}

@media screen and (max-width: 768px) {
  .icon_external-link {
  bottom: 5px;
  right: 5px;
  }
}

/*　sus_map　*/
.mainmap {
  position: relative;
}
.todoufuken1 {
  position: absolute;
  top: 20px;
  left: 438px;
}
.todoufuken2 {
  position: absolute;
  top: 148px;
  left: 437px;
}
.todoufuken3 {
  position: absolute;
  top: 180px;
  left: 505px;
}
.todoufuken4 {
  position: absolute;
  top: 210px;
  left: 505px;
}
.todoufuken5 {
  position: absolute;
  top: 180px;
  left: 437px;
}
.todoufuken6 {
  position: absolute;
  top: 210px;
  left: 437px;
}
.todoufuken7 {
  position: absolute;
  top: 238px;
  left: 471px;
}
.todoufuken8 {
  position: absolute;
  top: 268px;
  left: 537px;
}
.todoufuken9 {
  position: absolute;
  top: 268px;
  left: 471px;
}
.todoufuken10 {
  position: absolute;
  top: 268px;
  left: 504px;
}
.todoufuken11 {
  position: absolute;
  top: 337px;
  left: 471px;
}
.todoufuken12 {
  position: absolute;
  top: 366px;
  left: 537px;
}
.todoufuken13 {
  position: absolute;
  top: 395px;
  left: 504px;
}
.todoufuken14 {
  position: absolute;
  top: 395px;
  left: 471px;
}
.todoufuken15 {
  position: absolute;
  top: 238px;
  left: 437px;
}
.todoufuken16 {
  position: absolute;
  top: 286px;
  left: 404px;
}
.todoufuken17 {
  position: absolute;
  top: 275px;
  left: 339px;
}
.todoufuken18 {
  position: absolute;
  top: 308px;
  left: 339px;
}
.todoufuken19 {
  position: absolute;
  top: 366px;
  left: 471px;
}
.todoufuken20 {
  position: absolute;
  top: 337px;
  left: 437px;
}
.todoufuken21 {
  position: absolute;
  top: 337px;
  left: 404px;
}
.todoufuken22 {
  position: absolute;
  top: 395px;
  left: 437px;
}
.todoufuken23 {
  position: absolute;
  top: 395px;
  left: 405px;
}
.todoufuken24 {
  position: absolute;
  top: 434px;
  left: 372px;
}
.todoufuken25 {
  position: absolute;
  top: 337px;
  left: 372px;
}
.todoufuken26 {
  position: absolute;
  top: 337px;
  left: 340px;
}
.todoufuken27 {
  position: absolute;
  top: 394px;
  left: 340px;
}
.todoufuken28 {
  position: absolute;
  top: 337px;
  left: 306px;
}
.todoufuken29 {
  position: absolute;
  top: 381px;
  left: 372px;
}
.todoufuken30 {
  position: absolute;
  top: 455px;
  left: 340px;
}
.todoufuken31 {
  position: absolute;
  top: 337px;
  left: 273px;
}
.todoufuken32 {
  position: absolute;
  top: 337px;
  left: 242px;
}
.todoufuken33 {
  position: absolute;
  top: 389px;
  left: 273px;
}
.todoufuken34 {
  position: absolute;
  top: 389px;
  left: 242px;
}
.todoufuken35 {
  position: absolute;
  top: 338px;
  left: 208px;
}
.todoufuken36 {
  position: absolute;
  top: 483px;
  left: 267px;
}
.todoufuken37 {
  position: absolute;
  top: 450px;
  left: 267px;
}
.todoufuken38 {
  position: absolute;
  top: 450px;
  left: 214px;
}
.todoufuken39 {
  position: absolute;
  top: 483px;
  left: 214px;
}
.todoufuken40 {
  position: absolute;
  top: 366px;
  left: 126px;
}
.todoufuken41 {
  position: absolute;
  top: 366px;
  left: 88px;
}
.todoufuken42 {
  position: absolute;
  top: 411px;
  left: 88px;
}
.todoufuken43 {
  position: absolute;
  top: 426px;
  left: 126px;
}
.todoufuken44 {
  position: absolute;
  top: 366px;
  left: 157px;
}
.todoufuken45 {
  position: absolute;
  top: 426px;
  left: 157px;
}
.todoufuken46 {
  position: absolute;
  top: 484px;
  left: 125px;
}
.todoufuken47 {
  position: absolute;
  top: 485px;
  left: 80px;
}

/*　sus_map　*/

/*　sus_map-sp　*/

.mainmap_sp{
  display: none;
}

@media screen and (max-width: 768px) {
.mainmap_sp{
  display: block;
  margin-top: 30px;
}
.mainmap{
  display: none;
}
.mainmap_sp table,.mainmap_sp td,.mainmap_sp th{
  border: none;
}
.mainmap_sp .map_table{
  width: 100%;
}
.mainmap_sp .area{
  color: #fff;
  padding: 10px 1px;
  text-align: center;
}
.mainmap_sp .area1{
  background: #47772E;
}
.mainmap_sp .area2{
  background: #2E6377;
}
.mainmap_sp .area3{
  background: #1E7972;
}
.mainmap_sp .area4{
  background: #C6823E;
}
.mainmap_sp .area5{
  background: #CB6D9C;
}
.mainmap_sp .area6{
  background: #A73E3E;
}
.mainmap_sp .prefectures{
   display: block;
   padding: 10px 0 10px 10px;
   border-bottom: 1px solid #ddd;
}
.mainmap_sp .prefectures a{
  width: 20%;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.p-left{
  padding-left: 4vw;
}
}
@media screen and (max-width: 412px){
  .mainmap_sp .prefectures a,.mainmap_sp .area{
    font-size: 3.5vw;
  }
}

/* guide_css */

#guide table tr td {
  padding: 0 10px 0 5px;
  height: 110px;
}
#guide .info_title {
  text-decoration: underline;
  font-size: 180%;
}
#guide .newloginBox {
  background-image: url(../img/info/newlogin.png);
  background-position: center bottom;
  text-align: center;
  background-repeat: no-repeat;
  padding: 90px 0 20px 0;
  width: 633px;
}
#guide .newloginBox .inner .left p {
  text-align: center;
}

#guide .center p {
  text-align: center;
}

/* faq_css */

.faq_menu {
  margin: 32px 0 12px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 3px;
  font-size: 18px!important;
  font-weight: bold;
  line-height: 1.4;
}

/* ad_css */
.ad_b {
  margin: 20px 0 50px 0;
}

/* 5/16 */
#mainCont .mb20 li {
  margin: 0 5px 10px 0;
}

/* 5/23 */
#info_box h2 {
  background-image: url(../img/contents/bg_h2.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 22px;
  padding-top: 3px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 12px;
}

#info_box p {
  margin: 15px 0 30px 0;
}

/* 5/25 */
#cont .wrap.clearfix #mainCont #info_box h3 {
  font-size: 14px;
  font-weight: bold;
  border-left: #c00 5px solid;
  padding: 0 0 0 10px;
}

/* 6/12 */

table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 0 20px 0;
}
table.non {
  border-top: 0px;
  border-left: 0px;
  margin: 0 0 20px 0;
}
tr {
}
td {
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
th {
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dictionary .content.mb20 h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0 0 0 10px;
  border-left: #900 5px solid;
  background-color: #fff;
}

/* 6/12 */
#cont table.tb_ln_on {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}
#cont table.tb_ln_on tr {
}
#cont table.tb_ln_on td {
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#cont table.tb_ln_on td.btn {
  background-color: #c7a539;
}
#cont table.tb_ln_on td.btn:hover {
  background-color: #ffff89;
}
#cont table.tb_ln_on th {
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
}

#cont table.tb_ln_of {
  width: 100%;
  border: none;
}
#cont table.tb_ln_of tr {
  border: none;
}
#cont table.tb_ln_of td {
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  border: none;
}
#cont table.tb_ln_of th {
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  border: none;
}

/*///////////////////////////////////////ランキング///////////////////////////////////*/

#ranking table {
  margin-bottom: 10px;
  border: none;
}
#ranking td {
  font-size: 12px;
  display: block;
  float: left;
  box-sizing: border-box;
  border: none;
  padding: 0 3px 5px 0px;
}
#ranking tr {
  overflow: hidden;
}
.ranking_title,
.magazine_title,
.event_title,
.codb_title,
.kyujin_title {
  height: 36px;
  line-height: 36px;
  background: #fdfdfd;
  text-align: center;
  font-weight: bold;
  color: #c00;
  border-top: 3px solid #c00;
  border-bottom: 1px solid #ccc;
}
.ranking_title_font {
  font-weight: bold;
  margin: 0px 0 0 40px;
  color: #fff;
  font-size: 12px;
}
.ranking_text {
  width: 202px;
  line-height: 16px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.ranking_pr {
  border-bottom: 1px solid #aaa;
  padding-bottom: 3px;
  overflow: hidden;
}
.ranking_pr_label {
  display: block;
  width: 36px;
  height: 32px;
  float: left;
  padding-left: 2px;
}
.ranking_pr_text {
  display: block;
  margin: 5px 0 0 0;
  overflow: hidden;
}
.ranking_pr_font {
  margin: 6px 0px 0px 0px;
  padding: 0px;
}
.ranking_table {
  margin-top: 5px;
}
.ranking_1,
.ranking_2,
.ranking_3,
.ranking_4,
.ranking_5 {
  width: 36px;
  height: 32px;
  float: left;
}
.ranking_1 {
  background-image: url(../img/info/rank/ranking_1.png);
  background-repeat: no-repeat;
}
.ranking_2 {
  background-image: url(../img/info/rank/ranking_2.png);
  background-repeat: no-repeat;
}
.ranking_3 {
  background-image: url(../img/info/rank/ranking_3.png);
  background-repeat: no-repeat;
}
.ranking_4 {
  background-image: url(../img/info/rank/ranking_4.png);
  background-repeat: no-repeat;
}
.ranking_5 {
  background-image: url(../img/info/rank/ranking_5.png);
  background-repeat: no-repeat;
}
.ranking_result {
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 14px;
  align: center;
  width: 58px;
  height: 30px;
}
.ranking_number {
  background-image: url(../img/info/rank/ranking_result.png);
  background-repeat: no-repeat;
  padding: 7px 11px 10px 0px;
  text-align: right;
  display: block;
}

/*///////////////////////////////////////注目求人情報///////////////////////////////////*/

ul.sidebar_kyujin_list {
  padding: 0;
  margin: 0 0 10px 0;
}
ul.sidebar_kyujin_list li {
  list-style-type: none;
  border-bottom: 1px dotted #aaa;
  padding: 10px 5px;
  font-size: 12px;
}

#kyujin {
  margin-top: 20px;
}

#kyujin table {
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #562800;
  border-right: 1px solid #562800;
  border-collapse: collapse;
  width: 100%;
}
#kyujin td {
  font-size: 12px;
  border: none;
  padding: 0px 3px 5px 0px;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #562800;
  display: inline-block;
}
#kyujin table tr #last {
  border-bottom: none;
}
.kyujin_title_font {
  background-image: url(../img/info/kyujin/kyujin_title.png);
  background-repeat: no-repeat;
  height: 36px;
  padding-left: 45px;
  margin-bottom: 3px;
  font-weight: bold;
  margin: 0px;
  color: #fff;
  line-height: 35px;
}
#kyujin table tr .kyujin_text {
  background-image: url(../img/info/kyujin/kyujin_1.png);
  background-repeat: no-repeat;
  background-position: 13px 7px;
  line-height: 18px;
  padding: 6px 13px 8px 32px;
}
.kyujin_result {
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 14px;
  align: center;
  width: 58px;
  height: 30px;
}
.kyujin_number {
  background-image: url(../img/info/kyujin/kyujin_result.png);
  background-repeat: no-repeat;
  padding: 7px 18px 10px 0px;
  text-align: right;
  display: block;
}
#side #kyujin table tr .kyujin_text span {
  font-weight: bold;
  padding: 2px 0px;
  float: right;
  width: 65px;
  display: block;
  text-align: center;
  margin-top: 3px;
}
#kyujin .keitai_blue {
  background-color: #acd;
  color: #024;
  margin: 0 0 0 0.5em;
}
#kyujin .keitai_green {
  background-color: #ada;
  color: #040;
  margin: 0 0 0 0.5em;
}

/*///////////////////////////////////////補助金検索ページ///////////////////////////////////*/
#subsidy_list table#customer-search-result tr td {
  font-size: 97%;
  line-height: 12px;
  padding: 5px;
}

/*///////////////////////////////////////引用ボックス///////////////////////////////////*/

div.reffer {
  padding: 0px 30px 0px 30px;
  margin-top: 0px;
  margin-left: 4px;
  background-color: #f7f8e6;
  font-weight: bold;
  color: #000;
  width: 531px;
}

#cont .wrap.clearfix #mainCont #weekly_base .box_base.clearfix .cl_box a .sl_tit {
  position: relative;
}

#cont .wrap.clearfix #mainCont #weekly_base .box_base.clearfix .cl_box a .sl_tit .ic_open {
  position: absolute;
  top: 0px;
  right: 0px;
}

/*///////////////////////////////////////補助金申請ページ///////////////////////////////////*/
.hojyo-p {
  font-size: 13px;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 15px;
}

.hojyo-p2 {
  font-size: 17px;
  line-height: 1.7;
  padding: 10px;
}

.hojyo-btn {
  width: 431px;
  display: block;
  margin: 30px auto;
}

/*///////////////////////////////////////ebook検索ページ///////////////////////////////////*/
#link_search {
  background: url(/img/contents/icon_arrow02.png) no-repeat 0px 2px;
  padding-left: 10px;
}

#search_bs #search form {
  margin-bottom: 25px;
  padding: 15px;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search_bs #search form .text_box_form {
  height: 20px;
}
#search_bs #search form .terms {
  margin-top: 10px;
}
#search_bs #search form .terms .tit_box {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
#search_bs #search form .terms .period {
  margin-top: 10px;
}
#search_bs #search form .terms .period h2 {
  display: inline;
}
#search_bs #search .result {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#search_bs #search .result h2 {
  margin-bottom: 5px;
}
#search_bs #search .result span {
  font-weight: bold;
}
#search_bs #search .search_box {
  margin-bottom: 25px;
}
#search_bs #search .search_box .text_box h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
#search_bs #search .search_box .text_box h3 a {
  color: #0000cc;
  text-decoration: underline;
}
#search_bs #search .page_n {
  margin: auto;
  text-align: center;
  font-size: 16px;
}
#search_bs #search .page_n span + a,
#search_bs #search .page_n a + a,
#search_bs #search .page_n a + span {
  margin-left: 10px;
}
#search_bs #search .page_n span {
  color: #999;
}

.outline-ctg {
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0 30px 0;
}

.section-ctg .subtit-ctg {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  padding-left: 30px;
  color: #333;
}

.section-ctg .list-article-ctg {
  margin-bottom: 30px;
}
.section-ctg .list-article-ctg li {
  border-bottom: 1px solid #ddd;
}
.section-ctg .list-article-ctg li a {
  position: relative;
  display: block;
  clear: both;
  padding: 15px 0;
  text-decoration: none;
  *zoom: 1;
}
.section-ctg .list-article-ctg li a:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.section-ctg .list-article-ctg li a:hover {
  background: #f9f9f9;
}
.section-ctg .list-article-ctg li a .ctg,
.section-ctg .list-article-ctg li a .ctg-premium {
  font-size: 11px;
  line-height: 2em;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -3px;
  width: 123px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  z-index: 1;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.section-ctg .list-article-ctg li a .ctg:before,
.section-ctg .list-article-ctg li a .ctg-premium:before {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 21px;
  left: 1px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.section-ctg .list-article-ctg li a .ctg-premium {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkOTIwOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1YWEwYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd9208), color-stop(100%, #e5aa0a));
  background-image: -moz-linear-gradient(#dd9208, #e5aa0a);
  background-image: -webkit-linear-gradient(#dd9208, #e5aa0a);
  background-image: linear-gradient(#dd9208, #e5aa0a);
  border: 1px solid #dd9208;
}
.section-ctg .list-article-ctg li a .ctg-premium i {
  display: inline-block;
  margin-right: 2px;
}
.section-ctg .list-article-ctg li a .ctg-premium:before {
  border-right: 3px solid #875700;
}
.section-ctg .list-article-ctg li a .box-thumb-ctg {
  position: relative;
  float: left;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-ctg .list-article-ctg li a .box-thumb-ctg .thumb-ctg {
  position: absolute;
}
.section-ctg .list-article-ctg li a .box-thumb-ctg img {
  width: 88px;
  height: 88px;
}
.section-ctg .list-article-ctg li a .box-tit-ctg {
  position: absolute;
  top: 50%;
  left: 105px;
  float: left;
  width: 530px;
  vertical-align: middle;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.section-ctg .list-article-ctg li a .box-tit-ctg .meta-ctg {
  margin-bottom: 10px;
  color: #666;
}
.section-ctg .list-article-ctg li a .box-tit-ctg .tit-ctg {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  color: #333;
}
.section-ctg .list-pr-ctg {
  margin-bottom: 30px;
  padding-left: 30px;
}
.section-ctg .list-pr-ctg li {
  margin-bottom: 10px;
}
.section-ctg .list-pr-ctg li a {
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  text-indent: -8px;
  background: url(/img/common/pin.png) no-repeat 0 7px;
}

.list-link-ctg li {
  display: inline-block;
  background: url(../img/contents/icon_arrow_big.png) 0 4px no-repeat;
  margin-right: 20px;
  padding-left: 12px;
}

.hidden {
  display: none;
}

#top-description-db {
  height: 224px;
  background: url(../images/bg-top-db-description.jpg) 0 0 no-repeat;
  position: relative;
  margin-bottom: 30px;
}
#top-description-db p {
  position: absolute;
  color: #fff;
  left: 25px;
  bottom: 20px;
  width: 360px;
}

.usage {
  overflow: hidden;
  *zoom: 1;
}
.usage .item-usage-lt,
.usage .item-usage-rt {
  width: 300px;
  float: left;
}
.usage .item-usage-rt {
  margin-left: 34px;
}

.tit-usage {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.tit-usage i {
  font-size: 125%;
}

.step-usage li img {
  display: block;
  margin-bottom: 20px;
}
.step-usage li p {
  font-size: 120%;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: bold;
}
.step-usage li p span {
  display: inline-block;
  font-size: 70%;
  background: #d5d5d5;
  padding: 3px 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.box-btn {
  display: table;
  width: 100%;
}
.box-btn .item-btn {
  display: table-cell;
  text-align: center;
  width: 50%;
}

.subtit {
  padding: 5px 0 5px 10px;
  border-left: 3px solid #c4000f;
  border-bottom: 1px dotted #cccccc;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-lg {
  display: block;
  width: 300px;
  margin: auto;
  background: #63b943;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(51, 51, 51, 0.2) 2px 2px 5px, rgba(0, 128, 0, 0.5) -3px -3px 5px 0px inset,
    rgba(255, 255, 255, 0.5) 3px 3px 5px 0px inset;
  -webkit-box-shadow: rgba(51, 51, 51, 0.2) 2px 2px 5px, rgba(0, 128, 0, 0.5) -3px -3px 5px 0px inset,
    rgba(255, 255, 255, 0.5) 3px 3px 5px 0px inset;
  box-shadow: rgba(51, 51, 51, 0.2) 2px 2px 5px, rgba(0, 128, 0, 0.5) -3px -3px 5px 0px inset,
    rgba(255, 255, 255, 0.5) 3px 3px 5px 0px inset;
  text-align: center;
}
.btn-lg:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: rgba(0, 128, 0, 0.7) 0 0 7px 0px inset;
  -webkit-box-shadow: rgba(0, 128, 0, 0.7) 0 0 7px 0px inset;
  box-shadow: rgba(0, 128, 0, 0.7) 0 0 7px 0px inset;
  background: #4fae2c;
  cursor: pointer;
}

/*会員登録内容変更(完了ページ)*/
.annai-left {
  float: left;
}
.annai-right {
  margin-left: 165px;
}
.annai-right p {
  font-size: 13px;
}

.btn-annai {
  box-shadow: inset 0px 0px 2px 0px #a4e271;
  background-color: #89c403;
  border-radius: 4px;
  border: 1px solid #74b807;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 23px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528009;
}
.btn-annai:hover {
  background-color: #77a809;
}
.btn-annai:active,
.btn-annai:visited,
.btn-annai:link {
  position: relative;
  top: 1px;
}

/*出典*/
.source {
  color: #7a7a7a;
  margin-bottom: 30px;
}

.source p {
  text-indent: 0 !important;
  line-height: 1.5em;
  font-size: 80%;
  margin-bottom: 0px !important;
}

.source li {
  text-indent: 0;
  line-height: 1.5em;
  list-style-type: disc;
  margin-left: 20px;
  font-size: 80%;
}

/*///////////////////////////////////////環境ビジネス最新号///////////////////////////////////*/
#side a {
  text-decoration: none;
}

/*///////////////////////////////////////環境ビジネス最新号///////////////////////////////////*/
#sidebar_magazine {
  margin-top: 20px;
  margin-bottom: 20px;
}
#sidebar_magazine span.title {
  background-image: url(../img/sidebar_magazine_title.png);
  background-repeat: no-repeat;
  height: 35px;
  padding-left: 45px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
  display: block;
}
#sidebar_magazine span.title a {
  float: right;
  color: #fff;
  margin-right: 2px;
}
#sidebar_magazine span.title a:hover {
  color: #fff;
}
.sidebar_magazin_body {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.sidebar_title {
  padding-top: 10px;
  padding-bottom: 20px;
}
#sidebar_magazine .sidebar_cover {
  width: 140px;
  float: left;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
}
#sidebar_magazine ul.sidebar_magazin_buttn {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.sidebar_magazin_buttn li {
  text-align: center;
  margin: 5px 0 2px 0;
  padding: 0;
}

/*///////////////////////////////////////環境ビジネスイベント（サイドバー）///////////////////////////////////*/
#sidebar_event {
  margin-top: 20px;
  margin-bottom: 32px;
}
.sidebar_event_body {
  padding-top: 10px;
}
#sidebar_event .sidebar_event_date {
  color: #000;
  font-size: 0.9em;
}
ul.sidebar_event_list {
  padding: 0;
  margin: 0 0 10px 0;
}
ul.sidebar_event_list li {
  list-style-type: none;
  border-bottom: 1px dotted #aaa;
  padding: 10px 5px;
  font-size: 12px;
}
ul.sidebar_event_list li p {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}
ul.sidebar_event_list li img {
  float: right;
  width: 90px;
}

/*///////////////////////////////////////サイドバー　注目の企業・製品///////////////////////////////////*/
ul.sidebar_codb_list {
  padding: 0;
  margin: 0 0 10px 0;
}
ul.sidebar_codb_list li {
  list-style-type: none;
  border-bottom: 1px dotted #aaa;
  padding: 10px 5px;
  font-size: 12px;
}
ul.sidebar_codb_list li p {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}
ul.sidebar_codb_list li img {
  float: right;
  width: 80px;
  height: 60px;
}

/*///////////////////////////////////////サイドバー環境用語集///////////////////////////////////*/
#sidebar_dictionary {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*////////////////////////////////////サイドバーログインフォーム////////////////////////////////*/
input {
  resize: none;
}
.entry-wrap {
  display: block;
  overflow: hidden;
  text-align: center;
}
.entry-title {
  clear: both;
  font-size: 16px;
}
.entry-lay {
  margin: 10px 0;
}
.form-wrap {
  display: block;
  margin: 10px auto;
}
.entry-module-mini {
  border-radius: 3px;
  padding: 10px;
}
.entry-skin {
  background: #f5f3f3;
  border: 1px solid #d6d3d3;
  border-radiuus: 0 3px 3px 0;
}
.entry-skin:first-child {
  border-right: none;
}
.form-module {
  height: 24px;
  font-size: 12px;
  letter-spacing: 0.79px;
  padding: 2px 0 0 6px;
}
.form-skin {
  border: 1px solid #e1e1e1;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.form-skin-top {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px 3px 0 0;
}
.form-skin-bottom {
  border: 1px solid #e1e1e1;
  border-top: none;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 3px 3px;
}
.entry-float-module {
  width: 421px;
  border-radius: 3px 0 0 3px;
  padding: 10px 5px 2px 10px;
}
.entry-float {
  float: left;
}
.login-float-module {
  width: 122px;
  height: 122px;
  padding: 10px;
}
.form-middle {
  width: 270px;
}
.form-mini {
  width: 200px;
}
.form-lay-center {
  display: block;
  margin: auto;
}
.float-in-module {
  width: 210px;
}
.entry-tos {
  font-size: 10.5px;
  line-height: 1.4em;
}
.mem_box a {
  text-decoration: none;
}

/* ==========================================================================
   Layouts
   ========================================================================== */

/**
 * Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  border-top: 8px solid #70a245;
  width: 100%;
  min-width: 950px;
  background: #fff;
  z-index: 1000;
}
.l-header::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%);
  z-index: 899;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 16px 0 16px;
  width: 1080px;
}

.l-header__utility {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.l-header__search {
  margin-right: 24px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #333;
  -moz-box-shadow: 1px 1px 0px 0px rgba(230, 230, 229, 1);
  -webkit-box-shadow: 1px 1px 0px 0px rgba(230, 230, 229, 1);
  -ms-box-shadow: 1px 1px 0px 0px rgba(230, 230, 229, 1);
  box-shadow: 1px 1px 0px 0px rgba(230, 230, 229, 1);
}

.l-header__searchInput {
  box-shadow: none;
  box-sizing: border-box;
  border: none;
  padding: 4px 8px;
  width: 208px;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

.l-header__searchBtn {
  position: relative;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 4px 4px;
  background: transparent;
  vertical-align: top;
}
.l-header__searchBtn::before {
  content: '';
  position: absolute;
  left: -1px;
  top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.l-header__searchBtn img {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .l-header__searchBtn {
    display: block;
    margin-right: 20px;
    padding: 0 20px 0 0;
  }
  .l-header__searchBtn::before {
    left: unset;
    right: 0;
    height: 20px;
  }
  .l-header__searchBtn img {
    width: 20px;
  }
}

.l-header__login {
  margin-left: 26px;
}

.l-header__loginItems {
  display: flex;
  justify-content: flex-end;
}

.l-header__loginItems > li {
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.l-header__loginItems a {
  text-decoration: none;
  color: currentColor;
}

.l-header__loginItems a:hover,
.l-header__loginItems a:focus {
  text-decoration: underline;
}

.l-header__loginItems > li + li {
  margin-left: 14px;
  padding-left: 15px;
}

.l-header__loginItems > li + li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 1.1em;
  background: currentColor;
}
.l-header__column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-header__info {
  border: 1px solid #ff685c;
  border-radius: 2px;
  margin-top: 6px;
  padding: 4px 6px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ff685c;
}

.l-header__sns .l-header__links {
  display: flex;
  align-items: center;
}
.l-header__sns .l-header__social {
  display: inline-block;
  margin-right: 8px;
  padding: 0;
}
.l-header__sns .l-header__social a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: currentColor;
}
.l-header__sns .l-header__social img {
  width: 20px;
}
.l-header__sns .l-header__links > .l-header__social--koudoku {
  margin: 3px 0 0 10px;
  line-height: 1;
}
.l-header__sns .l-header__social--koudoku a:hover {
  text-decoration: underline;
}
.l-header__sns .l-header__social--koudoku img {
  width: 14px;
  margin-right: 5px;
}

.l-header__search--icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__search--icon {
    display: block;
  }
}

/*ハンバーガーMENU*/
.is-modal {
  /*overflow: hidden;*/
}

.l-header__menu-trigger,
.l-header__menu-trigger span {
  display: block;
  transition: all 0.3s;
  box-sizing: border-box;
  border: none;
}

.l-header__menu-trigger {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #fff;
  outline: none;
  padding: 0;
  z-index: 9999;
}

.l-header__menu-trigger:focus {
  outline: none;
}

.l-header__menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #111;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: opacity .5s ease,left .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,left .5s ease,-webkit-transform .5s ease;
  transition: transform .5s ease,opacity .5s ease,left .5s ease;
  transition: transform .5s ease,opacity .5s ease,left .5s ease,-webkit-transform .5s ease;
  pointer-events: none;
}

.l-header__menu-trigger span:nth-of-type(1) {
  top: 0;
}

.l-header__menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.l-header__menu-trigger span:nth-of-type(3) {
  top: 20px;
}

.l-header__menu-trigger.active span {
  left: 2px;
}

.l-header__menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__menu-trigger.active span:nth-of-type(3) {
  top: 17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header__menu-trigger {
    width: 20px;
    height: 20px;
  }
  .l-header__menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .l-header__menu-trigger span:nth-of-type(3) {
    top: 16px;
  }
  .l-header__menu-trigger.active span:nth-of-type(3) {
    top: 14px;
  }
}

.l-header__nav {
  display: none;
  width: 528px;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 8px;
  right: 0;
  background: none;
  z-index: 1000;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l-header__nav.nav_active::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 700;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    top: 54px;
    width: 100%;
    height: calc(100% - 54px);
    background: #fff;
  }
}

.l-header__nav-inner {
  position: relative;
  height: 100%;
  width: auto;
  display: block;
  padding: 46px 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  z-index: 800;
}
/*
.l-header__nav-inner::after {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
}*/
@media screen and (max-width: 768px) {
  .l-header__nav-inner {
    padding: 26px 25px;
  }
}

.l-header__navItems {
  overflow: auto;
}
.l-header__navItems:first-child {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .l-header__navItems:first-child {
    margin-top: 0;
  }
}

.l-header__navItem {
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 0;
}
.l-header__navItem:first-child {
  padding-top: 0;
}
.l-header__navItem a:hover {
  color: unset;
  text-decoration: none;
}
.l-header__navItems--mypage {
  margin-top: 24px;
  padding: 24px 0;
  border-top: solid 1px #ccc;
}
.l-header__navItems--sns {
  padding-top: 48px;
  border-top: solid 1px #ccc;
}
.l-header__navItem-icon {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.l-header__navItem-sns {
  display: inline-block;
  width: 40px;
  margin: 0 40px 0 0;
}
.l-header__navItem-sns:last-child {
  margin: 0;
}
.nav-link,
.nav-link-icon {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.075em;
  color: currentColor;
}
.l-header__navItem-sns.sns_line,
.l-header__navItem-sns.sns_book {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__navItem {
    padding: 8px 0;
  }
  .l-header__navItems--mypage {
    margin-top: 20px;
    padding: 10px 0 4px;
  }
  .nav-link {
    font-size: 18px;
  }
  .l-header__navItems--sns {
    padding-top: 24px;
  }
  .l-header__navItem-sns {
    width: 32px;
    margin-right: 20px;
  }
  .l-header__navItem-sns.sns_feed {
    display: none;
  }
  .l-header__navItem-sns.sns_line,
  .l-header__navItem-sns.sns_book {
    display: inline-block;
  }
}

.nav-link {
  position: relative;
  display: block;
  padding-left: 35px;
}
.l-header__navItem a {
  position: relative;
  display: block;
  line-height: 32px;
}
.l-header__navItem a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.l-header__navItem--howto a::before {
  background: url("/assets/img/common/navi_howto.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--search a::before {
  background: url("/assets/img/common/navi_search.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--backnumber a::before {
  background: url("/assets/img/common/navi_backnumber.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--koudoku a::before {
  background: url("/assets/img/common/navi_koudoku.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--book a::before {
  background: url("/assets/img/common/navi_book.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--sitemap a::before {
  background: url("/assets/img/common/navi_sitemap.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--mypage a::before {
  background: url("/assets/img/common/navi_mypage.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--logout a::before {
  background: url("/assets/img/common/navi_logout.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--login a::before {
  background: url("/assets/img/common/navi_login.svg") center top no-repeat;
  background-size: 100%;
}
.l-header__navItem--new_entry a::before {
  height: 37px;
  background: url("/assets/img/common/navi_newentry.svg") center top no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .nav-link {
    padding-left: 32px;
  }
  .l-header__navItem a::before {
    width: 24px;
    height: 24px;
  }
  .l-header__navItem--new_entry a::before {
    height: 28px;
  }
}
.l-header__navBookLink {
  margin-top: 16px;
}
.l-header__navBookLink .nav-bookLink {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}


.l-header__gloval_menu {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  background-color: #f2f2f2;
  z-index: 900;
}

.l-header__gloval_menu--Items {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding: 4px;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.l-header__gloval_menu--Items::-webkit-scrollbar {
  display:none;
}
.l-header__gloval_menu--Item {
  margin: 0 4px 0 0;
  display: inline-block;
  white-space: normal;
}
.l-header__gloval_menu--Item .gm_link {
  overflow: hidden;
  display: block;
  width: 131px;
  padding: 0 4px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
@media screen and (min-width: 1081px) {
  .l-header__gloval_menu--Items {
    padding: 4px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__gloval_menu {
    top: 54px;
  }
  .l-header__gloval_menu.active {
    display: none;
  }
  .l-header__gloval_menu--Items {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.l-header__navItem--status {
  display: none;
}
.l-header__navItem--status .member {
  padding-right: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #70a245;
}
.l-header__navItem--status .limit {
  font-size: 10px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-header__navItem--status {
    display: block;
    margin-top: 10px;
  }
}


/**
 * Footer
 */

.l-footer {
  position: relative;
  min-width: 950px;
  background: #fff;
}
.l-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(255,255,255,0.2) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(255,255,255,0.2) 100%);
}

.l-footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 28px 0 20px;
  width: 950px;
}
.l-footer__pageTop {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  bottom: 20px;
  right: 20px;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
.l-footer__pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #70a245;
}
.l-footer__pageTop img {
  width: 16px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__pageTop {
    display: none;
  }
}

.l-footer__columns {
  display: flex;
  flex-wrap: wrap;
}

.l-footer__column {
  box-sizing: border-box;
  border-left: 2px solid #ccc;
  padding: 0 0 12px 18px;
  width: 220px;
}

.l-footer__column--foundation {
  width: 290px;
}
.l-footer__sns {
  display: flex;
  flex-direction: row-reverse;
  align-self: flex-end;
  width: calc( 100% - 660px );
}

.l-footer__links a {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: currentColor;
}

.l-footer__links a:hover,
.l-footer__links a:focus {
  text-decoration: underline;
}

.l-footer__links > li {
  padding: 5px 0 4px;
  font-size: 14px;
}
.l-footer__links > li:first-child {
  padding-top: 0;
}

.l-footer__column--foundation .l-footer__links > li {
  padding: 5px 0;
  font-size: 12px;
}

.l-footer__links-title {
  background-color: #e7e7e7;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.l-footer__copyright {
  height: 32px;
  background-color: #323333;
  text-align: center;
}

.l-footer__copyright small {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 32px;
  color: #b4b3b3;
}

.l-footer__sns .l-footer__links {
  display: flex;
  align-items: center;
}

.l-footer__sns .l-footer__social {
  display: inline-block;
  margin-right: 8px;
  padding: 0;
}

.l-footer__social img {
  width: 20px;
}

.l-footer__links > .l-footer__social--koudoku {
  margin-top: 3px;
  margin-left: 10px;
  line-height: 1;
}

.l-footer__social--koudoku img {
  width: 14px;
  margin-right: 5px;
}

.l-footer__corporateLogo {
  margin: 60px 0 0;
  width: 100%;
}

.l-footer__corporateLogo__list {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 950px;
}

.l-footer__corporateLogo__item {
  margin-right: 44px;
  width: 100%;
}

.l-footer__corporateLogo__item--sentankyo {
  max-width: 131px;
}
.l-footer__corporateLogo__item--jigyo {
  max-width: 228px;
}
.l-footer__corporateLogo__item--mics {
  max-width: 178px;
}
.l-footer__corporateLogo__item--sentanonline {
  max-width: 151px;
}
.l-footer__corporateLogo__item--sdg {
  max-width: 107px;
}

.l-footer__corporateLogo__item:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Components
   ========================================================================== */

.c-title-lv1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 15px 0 26px 0;
  padding-bottom: 8px;
  border-bottom: solid 2px #323333;
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.c-title-lv1 .logout_link {
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-title-lv1 {
    margin: 6px 0 12px 0;
    font-size: 24px;
  }
}


/**
 * Heading Lv2
 */

.c-hdg-lv2 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 26px;
  border-radius: 5px;
  padding: 16px 18px;
  width: 100%;
  background: #fff;
}

.c-hdg-lv2__title {
  font-size: 16px;
  font-weight: bold;
  color: #70a245;
}


.c-page_title-lv2 {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  color: #323333;
}
.c-page_subtitle-lv2 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: solid 2px #323333;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #323333;
}
.c-page_subtitle-mypage-lv2 {
  margin-bottom: 26px;
  padding-bottom: 8px;
  border-bottom: solid 4px #70a245;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #323333;
}
@media screen and (max-width: 768px) {
  .c-page_title-lv2 {
    margin-bottom: 13px;
    font-size: 20px;
  }
  .c-page_subtitle-lv2 {
    margin-bottom: 12px;
    border-bottom: solid 1px #323333;
    font-size: 18px;
  }
  .c-page_subtitle-mypage-lv2 {
    margin-bottom: 13px;
    padding-bottom: 8px;
    border-bottom: solid 2px #70a245;
    font-size: 18px;
  }
}



/**
 * Heading Lv3
 */

.c-hdg-lv3 {
  position: relative;
  margin-bottom: 14px;
  padding: 8px 12px 7px 15px;
  background: #f4f4f4;
}

.c-hdg-lv3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #5dcbdb;
}

.c-hdg-lv3__title {
  font-size: 15px;
  font-weight: bold;
}


.c-page_subtitle-lv3 {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #323333;
}


/**
 * Heading Lv4
 */

.c-hdg-lv4 {
  margin-bottom: 14px;
  border-bottom: 1px solid #5dcbdb;
  padding: 0 0 5px 3px;
  font-size: 14px;
  font-weight: bold;
}

/**
 * Artile Heading
 */

.c-hdg-article {
  margin-bottom: 9px;
  border-bottom: 3px solid #000;
  padding: 0 0 5px;
}

.c-hdg-article__title {
  margin: 10px 0 33px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.64px;
}

.c-hdg-article__title-space {
  margin: 5px 0 33px 0;
}

.c-hdg-article__meta {
  margin: 0 !important;
}

.c-hdg-article__meta::after {
  display: table;
  content: "";
  clear: both;
}

.c-hdg-article__meta li {
  font-size: 16px;
}

.c-hdg-article__meta a {
  color: currentColor;
}

.c-hdg-article__columnist {
  float: left;
}

.c-hdg-article__published {
  float: right;
}

.c-hdg-article__ruby {
  font-size: 15px;
  font-weight: normal;
}

/**
 * Aside Heading
 */

.c-hdg-aside {
  margin-bottom: 12px;
  font-size: 13px;
}

/**
 * Text
 */

.c-text {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
}

.u-display-sp {
  display: none;
}

/**
 * Strong
 */

.c-text-strong {
  font-weight: bold;
}

.c-text-strong.-caution {
  color: #c00;
}

/**
 * Tag
 */

.c-tag {
  display: inline-block;
  border-radius: 2px;
  padding: 3px 8px 4px;
  background: #5dcbdb;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.c-tag.-premium {
  background: #b29658;
}

.c-tag.-tieup {
  background: #3e3e3e;
}

/**
 * List
 */

.c-list {
  margin: 0 0 14px 15px;
  font-size: 14px;
  line-height: 1.4;
}

.c-list li {
  position: relative;
}

.c-list li + li {
  margin-top: 8px;
}

.c-list li::before {
  position: absolute;
  left: 0;
}

.c-list > li {
  padding-left: 15px;
}

.c-list > li::before {
  top: 0.4em;
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #5dcbdb;
}

/**
 * SNS Button list
 */

.c-list-snsBtns {
  display: flex;
}

.c-list-snsBtns.-right {
  margin: 0 0 0 auto;
}

.c-list-snsBtns.-bottom {
  justify-content: flex-end;
  margin: 10px 0 15px 0;
}

.c-list-snsBtns > li + li {
  margin-left: 14px;
}

.c-list-snsBtns #btn_print {
  height: 30px;
  border: none;
  background: #3E3E3E;
  width: 70px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.c-list-snsBtns #btn_print:hover,
.c-list-snsBtns #btn_print:focus {
  background: #3E3E3E;
}

/**
 * Link
 */

.c-link {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  font-size: 13px;
}

.c-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-width: 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #777;
  transform: translateY(-50%);
}

.c-sec-article__contentInner .c-link {
  font-size: 16px;
}

/**
 * Topic Path
 */

.c-link-topicPath {
  margin-bottom: 16px;
  font-size: 12px;
}

.c-link-topicPath a {
  text-decoration: none;
  color: currentColor;
}

.c-link-topicPath a:hover,
.c-link-topicPath a:focus {
  text-decoration: underline;
}

/**
 * Login Links
 */

.c-link-login {
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
}

.c-link-login > li {
  width: 270px;
}

.c-link-login > li + li {
  margin-left: 20px;
}

.c-link-login-caution {
  margin: -30px 0 40px;
}

@media screen and (max-width: 950px) {
  .c-link-login-caution {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .c-link-login-caution {
    text-align: left;
  }
}

/**
 * Tag Links
 */

.c-link-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -22px;
}

.c-link-tags > li {
  margin: 8px 0 0 22px;
}

.c-link-tags a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  color: currentColor;
}

.c-link-tags a::before {
  content: "#";
}

.c-link-tags a:hover,
.c-link-tags a:focus {
  text-decoration: underline;
}

/**
 * Link List
 */

.c-link-list {
  font-size: 15px;
}

.c-link-list li {
  font-size: 16px;
}

.c-link-list li + li {
  margin-top: 10px;
}

.c-link-list li.-no-style a {
  padding-left: 0;
}

.c-link-list li.-no-style a:before {
  display: none;
}

.c-link-list a,
.c-link-list span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 14px;
  text-decoration: none;
  color: currentColor;
}

.c-link-list a:before,
.c-link-list span:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  border-width: 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #777;
  transform: translateY(-62%);
}

.c-link-list a {
  color: #039;
  text-decoration: underline;
}

.c-link-list a:hover,
.c-link-list a:focus {
  text-decoration: none;
}

/**
 * Article Links
 */

.c-link-articles {
  margin-bottom: 28px;
}

.c-link-articles > li a {
  padding: 16px;
  box-sizing: border-box;
  background-color: #f2f2f2;
}

/*
.c-link-articles > li:first-child a {
  padding-top: 0;
}*/

/**
 * Article Link
 */

.c-link-article a {
  display: flex;
  flex-direction: row-reverse;
  padding: 14px 2px 15px;
  text-decoration: none;
  color: currentColor;
}

.c-link-article__img {
  border: 1px solid #e0e0e0;
  min-width: 90px;
  width: 90px;
  height: 90px;
  transition: opacity 0.3s ease;
}

.c-link-article__img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

.c-link-article a:hover .c-link-article__img,
.c-link-article a:focus .c-link-article__img {
  opacity: 0.8;
}

.c-link-article__content {
  flex-grow: 2;
  margin-left: 14px;
  width: calc(100% - 90px);
}

.c-link-article__title {
  margin-bottom: 6px;
  display: block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-link-article__metas li{
  margin: 3px 8px 0 0;
  display: inline-block;
}

.c-link-article__published,
.c-link-article__columnist {
  font-size: 13px;
  color: #777;
}

.c-link-article a:hover .c-link-article__title,
.c-link-article a:focus .c-link-article__title {
  text-decoration: underline;
}

/**
 * Back Number Block
 */

.c-link-backNumbers {
  display: flex;
  flex-wrap: wrap;
}

.c-link-backNumbers > .c-link-backNumberItem {
  width: 145px;
  margin-right: 12px;
  margin-bottom: 16px;
}
.c-link-backNumberItem:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-link-backNumbers {
  }
  .c-link-backNumbers > .c-link-backNumberItem {
    width: calc( (100% - 16px) / 2 );
    margin-right: 16px;
  }
  .c-link-backNumberItem:nth-child(2n) {
    margin-right: 0;
  }
}


/**
 * Back Number Item
 */

.c-link-backNumberItem > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-bottom: 8px;
  border-bottom: solid 1px #ccc;
  color: currentColor;
  text-decoration: none;
}
.p-top-backNumber .c-link-backNumberItem > a {
  padding-bottom: 0;
  border-bottom: none;
}

.c-link-backNumberItem > a:hover .c-link-backNumberItem__title,
.c-link-backNumberItem > a:focus .c-link-backNumberItem__title {
  text-decoration: underline;
}

.c-link-backNumberItem__thumbnail {
  margin-bottom: 7px;
  text-align: center;
}

.c-link-backNumberItem__thumbnail img {
  box-sizing: border-box;
  width: 125px;
  height: 180px;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

.c-link-backNumberItem__number,
.c-link-backNumberItem__title {
  display: block;
}

.c-link-backNumberItem__number {
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-link-backNumberItem__title {
  font-size: 14px;
  font-weight: bold;
  color: #039;
  line-height: 1.6;
}

.c-link-backNumberItem__read {
  position: relative;
  display: block;
  padding-right: 12px;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
}

.c-link-backNumberItem__read:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 4px;
  height: 8px;
  background: url("/assets/img/common/icon_arrow_r.svg") left top no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.c-link-backNumberItem__text {
  display: inline-block;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: left;
}

/**
 * Back Number Tab
 */
.c-backNumbers__tab {
  display: flex;
  margin-top: -26px;
  margin-bottom: 32px;
  padding: 8px 0 7px;
  border-bottom: solid 2px #333;
  overflow-x: auto;
}
.c-backNumbers__tabItem {
  margin-right: 8px;
}
.c-backNumbers__tabItem + .c-backNumbers__tabItem {
  padding-left: 8px;
  border-left: solid 1px #ccc;
}
.c-backNumbers__tabItem a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #ccc;
}
.c-backNumbers__tabItem.is-selected a {
  color: #333;
}
.c-backNumbers__tab--bottom {
  margin-top: 32px;
  border-top: solid 2px #333;
}
@media screen and (max-width: 768px) {
  .c-backNumbers__tab {
    justify-content: center;
    margin-top: -12px;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .c-backNumbers__tab--bottom {
    margin-top: 0;
    margin-bottom: 0;
  }
}


/**
 * Pager
 */

.c-link-pager {
  display: flex;
  justify-content: center;
  margin: 42px 0 32px;
}

.c-link-pager li {
  margin: 0;
}

.c-link-pager li + li {
  margin-left: 6px;
}

.c-link-pager .-prev,
.c-link-pager .-next {
  position: relative;
}
.c-link-pager .-prev a,
.c-link-pager .-prev span,
.c-link-pager .-next a,
.c-link-pager .-next span {
  color: transparent;
}
.c-link-pager a,
.c-link-pager span {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 4px;
  min-width: 30px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.c-link-pager .-prev a,
.c-link-pager .-next a,
.c-link-pager .-prev span,
.c-link-pager .-next span {
  padding: 1px 7px 6px;
  font-size: 24px;
}
.c-link-pager .-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 12px;
  background: url(/assets/img/common/icon_left_gray.svg);
  background-size: 100%;
}
.c-link-pager .-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 12px;
  background: url(/assets/img/common/icon_right_gray.svg);
  background-size: 100%;
}

.c-link-pager a {
  border: 1px solid #70a245;
  color: #70a245;
  transition: background 0.3s ease;
  text-decoration: none;
}

.c-link-pager a:hover,
.c-link-pager a:focus {
  background: #f8ffee;
}
.c-link-pager .-prev a,
.c-link-pager .-next a {
  border: 1px solid #ccc;
}

.c-link-pager span {
  border: 1px solid #ccc;
  color: #ccc;
}

.c-link-pager span[aria-current="page"] {
  border: 1px solid #70a245;
  background: #70a245;
  font-weight: bold;
  color: #fff;
}

.c-link-pager .-omission span {
  position: relative;
  top: -3px;
  border: none;
  min-width: 0;
  color: #484848;
}

/**
 * Page Navigation
 */

.c-link-pageNav {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 24px -24px;
}

.c-link-pageNav > li {
  margin: 8px 0 0 24px;
}

.c-link-pageNav a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 13px;
  text-decoration: none;
  color: currentColor;
}

.c-link-pageNav a:before {
  position: absolute;
  top: 40%;
  left: 0;
  content: "";
  border-width: 5px 4px;
  border-style: solid;
  border-color: #777 transparent transparent;
}

.c-link-pageNav a:hover,
.c-link-pageNav a:focus {
  text-decoration: underline;
}

/**
 * Author Links
 */

.c-link-authors {
  display: flex;
  flex-wrap: wrap;
}

.c-link-authors > li {
  position: relative;
  width: calc( ( 100% - 16px ) / 2 );
  margin-bottom: 16px;
}
.c-link-authors .c-link-author:nth-child(odd) {
  margin-right: 16px;
}
.c-link-authors .c-link-author::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #70a245 transparent transparent;
}
@media screen and (max-width: 768px) {
  .c-link-authors > li {
    width: 100%;
  }
  .c-link-authors .c-link-author:nth-child(odd) {
    margin-right: 0;
  }
}


/**
 * Author Link
 */

.c-link-author > a {
  position: relative;
  display: block;
  min-height: 60px;
  padding: 8px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  text-decoration: none;
  color: currentColor;
}

.c-link-author > a:hover .c-link-author__name,
.c-link-author > a:focus .c-link-author__name {
  text-decoration: underline;
}

.c-link-author > a:hover .c-link-author__img,
.c-link-author > a:focus .c-link-author__img {
  opacity: 0.8;
}

.c-link-author__img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.c-link-author__name {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
  font-size: 20px;
  font-weight: 500;
}

.c-link-author__position {
  font-size: 14px;
  font-style: normal;
  color: #333;
}

/**
 * Tab Link
 */

.c-link-tabs {
  display: flex;
}

.c-link-tabs li {
  margin-bottom: 0;
}

.c-link-tabs li + li {
  margin-left: 2px;
}

.c-link-tabs a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 16px 11px;
  min-width: 88px;
  background: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: currentColor;
}

.c-link-tabs a:hover:before,
.c-link-tabs a:focus:before {
  opacity: 0.3;
}

.c-link-tabs + .c-box-container {
  margin-top: 0;
}

.c-link-tabs a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #70a245;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.c-link-tabs .is-selected a {
  font-weight: bold;
}

.c-link-tabs .is-selected a:before {
  opacity: 1;
}

/**
 * Button
 */

.c-btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 13px 0 12px 11px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.015em;
  color: #000;
  cursor: pointer;
  outline: none;
  transition: background 0.1s ease;
  -webkit-appearance: none;
}

.c-btn:hover,
.c-btn:focus {
  text-decoration: none;
}

.c-btn:disabled {
  background: #c9c9c9 !important;
  cursor: default;
}

.c-btn.-primary {
  box-sizing: border-box;
  background: #70a245;
  -moz-box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  -webkit-box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  -ms-box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  border-radius: 0;
  color: #fff;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .c-btn.-primary {
    height: auto;
    display: block;
  }
}

.c-btn.-primary::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 8px;
  height: 16px;
  background: url(/assets/img/common/icon_left_white.svg);
  background-size: 100%;
}

.c-btn.-primary:hover,
.c-btn.-primary:focus {
  opacity: .7;
}

.c-btn.-secondary {
  background: #3e3e3e;
  -moz-box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  -webkit-box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  -ms-box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  border-radius: 0;
  line-height: 24px;
  color: #fff;
}

.c-btn.-secondary:hover,
.c-btn.-secondary:focus {
  background: #636363;
}
@media screen and (max-width: 768px) {
  .c-btn.-secondary {
    min-height: 45px;
    line-height: 1;
  }
}

.c-btn.-weak {
  background: #bababa;
  color: #fff;
}

.c-btn.-weak:hover,
.c-btn.-weak:focus {
  background: #a0a0a0;
}

.c-btn.-amazon {
  background: #ffce00;
  color: #000;
}

.c-btn.-amazon:hover,
.c-btn.-amazon:focus {
  background: #ffe888;
}

.c-btn.-regular {
  background: #5dcbdb;
  color: #fff;
}

.c-btn.-regular:hover,
.c-btn.-regular:focus {
  background: #70a245;
}

.c-btn.-premium {
  background: #b29658;
  color: #fff;
}

.c-btn.-premium:hover,
.c-btn.-premium:focus {
  opacity: .7;
}

.c-btn.-small {
  padding: 9px 4px 7px;
  width: auto;
  min-width: 120px;
  font-size: 11px;
  text-align: center;
}

.c-btn.-outline {
  background: transparent;
  padding: 10px 10px 8px;
}

.c-btn.-outline.-primary {
  border: 2px solid #ff776c;
  color: #ff776c;
}

.c-btn.-outline.-primary:hover,
.c-btn.-outline.-primary:focus {
  background: #fff4f3;
}

.c-btn.-outline.-secondary {
  border: 2px solid #3e3e3e;
  color: #3e3e3e;
}

.c-btn.-outline.-secondary:hover,
.c-btn.-outline.-secondary:focus {
  background: #f0f0f0;
}

.c-btn.-outline.-weak {
  border: 2px solid #bababa;
  color: #bababa;
}

.c-btn.-weak.-outline:hover,
.c-btn.-weak.-outline:focus {
  background: #f0f0f0;
}

.c-btn.-return {
  display: block;
  max-width: 218px;
  margin: 24px auto 0;
  padding: 0;
  border-radius: 50px;
  color: #fff;
}
.c-btn.-return:hover,
.c-btn.-return:focus {
  opacity: .7;
}

.c-btn.-return input[type="button"] {
  appearance: none;
  display: block;
  margin: 0 auto;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #fff;
  cursor: pointer;
}

.c-btn.-return a,
.c-btn.-return label {
  position: relative;
  display: block;
  width: 218px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  background: #70a245;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
.c-btn.-return a::before,
.c-btn.-return label::before {
  content: '';
  position: absolute;
  right: 15px;
  left: unset;
  width: 18px;
  height: 16px;
  background: url(/assets/img/common/icon_return.svg) no-repeat center top;
  background-size: 100%;
  border: none;
}
.c-btn.-return label::before {
  top: 50%;
  transform: translateY(-50%);
}

/**
 * News Box
 */

.c-box-news {
  border-radius: 3px;
  padding: 22px 15px 20px;
  background: #fff;
  position: relative;
}

.c-box-news__header {
  position: relative;
  display: flex;
  margin-bottom: 14px;
  width: 100%;
}

.c-box-news__title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #5dcbdb;
}

.c-box-news__date {
  display: inline-block;
  padding-left: 28px;
  font-size: 12px;
}

.c-box-news__indexLink {
  position: absolute;
  top: 22px;
  right: 15px;
}

.c-box-news__links > li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  white-space: normal;
}

.c-box-news__links > li + li {
  margin-top: 8px;
}

.c-box-news__links > li:before {
  position: absolute;
  top: 0.6em;
  left: 0;
  content: "";
  background: url(/assets/img/common/icon_arrow_r.svg);
  background-size: 100% auto;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.c-box-news__links a {
  text-decoration: none;
  color: currentColor;
}

.c-box-news__links a:hover,
.c-box-news__links a:focus {
  text-decoration: underline;
}

.c-card__name--list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-card__name--cassette {
  width: calc( ( 100% - 16px ) / 2 );
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 12px;
  box-sizing: border-box;
  background-color: #f1f1f1;
}
.c-card__name--cassette:nth-child(2n) {
  margin-right: 0;
}

.c-card__name--cassette a {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  color: #333;
  letter-spacing: 0.1em;
}

.c-card__name--cassette a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-card__name--list {
    display: block;
  }
  .c-card__name--cassette {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
    padding: 12px;
  }
  .c-card__name--cassette a {
    font-size: 15px;
  }
}


.c-card__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.c-card__cassette {
  position: relative;
  width: calc( ( 100% - 16px ) / 2 );
  margin-bottom: 16px;
  background-color: #f1f1f1;
}

.c-card__cassette .card_detail {
 height: 80px;
}

.c-card__cassette .card_detail-narrow {
  height: 30px;
 }

.c-card__cassette:nth-child(2n) {
  margin-right: 0;
}
.c-card__cassette.related_more_article {
  display: none;
}
.c-card__cassette a {
  display: block;
  padding: 12px 12px 32px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  text-decoration: none;
  color: #323333;
}
.c-card__cassette a:hover {
  text-decoration: underline;
}

.c-card__cassette .card_title {
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.1em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-card__cassette .card_name {
  overflow: hidden;
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-card__cassette .card_position {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-card__cassette .card_image {
  overflow: hidden;
  width: 100%;
  height: 141px;
  margin: 24px 0 16px;
}
.c-card__cassette a:hover .card_image img {
  opacity: .7;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: transform .5s;
}
.c-card__cassette .card_category {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 24px;
  margin: 0 0 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-card__list {
    display: block;
  }
  .c-card__cassette {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .c-card__cassette a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px;
  }
  .c-card__cassette .card_detail {
    overflow: hidden;
    width: 68%;
    height: 90px;
  }
  .c-card__cassette .card_title {
    font-size: 15px;
  }
  .c-card__cassette .card_image {
    width: 30%;
    height: auto;
    margin: 0 0 0 16px;
  }
  .c-card__cassette .card_authors {
    order: 3;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    text-overflow: ellipsis;
  }
  .c-card__cassette .card_name {
    display: inline;
    font-size: 11px;
  }
  .c-card__cassette .card_position {
    display: inline;
    font-size: 11px;
  }
  .c-card__cassette .card_category {
    display: none;
  }
}

.c-card__pickup {
  margin-bottom: 16px;
}
.c-card__pickup a {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px;
  box-sizing: border-box;
  background-color: #333;
  text-decoration: none;
  color: #333;
}
.c-card__pickup .pickup_category {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 24px;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #323333;
  text-align: center;
}
.c-card__pickup .pickup_detail {
  width: 50%;
  padding-top: 24px;
}
.c-card__pickup .pickup_badge {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 5px;
  background-color: #70a245;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}

.c-card__pickup .card_title {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #fff;
}
.c-card__pickup .card_authors .card_name {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.c-card__pickup .card_authors .card_position {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.c-card__pickup .card_image {
  width: 48%;
  margin: 0 0 0 16px;
}
.icon_key {
  position: absolute;
  right: 1px;
  bottom: 1px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
}
.icon_key img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 10px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .c-card__pickup a {
    display: block;
  }
  .c-card__pickup .pickup_detail {
    width: 100%;
    padding-top: 0;
  }
  .c-card__pickup .card_image {
    width: 100%;
    margin: 24px 0 8px 0;
  }
  .c-card__pickup .card_title {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .c-card__pickup .card_authors {
    display: flex;
    align-items: flex-end;
  }
  .c-card__pickup .card_authors .card_name {
    margin-right: 8px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .c-card__pickup .card_authors .card_position {
    font-size: 10px;
  }
}



.c-card-wide__list {
  width: 100%;
}
.c-card-wide__cassette {
  position: relative;
  margin-bottom: 8px;
  background-color: #f1f1f1;
}
.c-card-wide__cassette a {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  text-decoration: none;
  color: #323333;
}
.c-card-wide__cassette a:hover {
  text-decoration: underline;
}
.c-card-wide__cassette .card_detail {
  width: calc( 100% - 138px );
}
.c-card-wide__cassette .card_title {
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-card-wide__cassette .card_date {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.c-card-wide__cassette .card_image {
  overflow: hidden;
  width: 128px;
  margin: 0 16px 0 0;
}
.c-card-wide__cassette a:hover .card_image img {
  opacity: .7;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: transform .5s;
}
@media screen and (max-width: 768px) {
  .c-card-wide__list {
    display: block;
  }
  .c-card-wide__cassette {
    width: 100%;
  }
  .c-card-wide__cassette a {
    flex-direction: row-reverse;
  }
  .c-card-wide__cassette .card_detail {
    width: 68%;
  }
  .c-card-wide__cassette .card_title {
    font-size: 15px;
  }
  .c-card-wide__cassette .card_image {
    width: 30%;
    height: auto;
    margin: 0 0 0 16px;
    text-align: center;
  }
  .c-card-wide__cassette .card_image img {
    max-height: 64px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
  }
  .c-card-wide__cassette .card_name {
    overflow: hidden;
    display: inline;
    font-size: 11px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.c-title-theme {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #ccc;
  line-height: 1.4;
}
.c-title-theme .tag {
  display: block;
  margin: 16px 20px 0 0;
  padding-right: 20px;
  border-right: solid 1px #333;
  font-size: 14px;
  white-space: nowrap;
}
.c-title-theme .page_title {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
.theme_detail {
  margin-bottom: 24px;
}
.theme_detail-text {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.4;
}
.theme_detail-attention {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-title-theme {
    display: block;
  }
  .c-title-theme .tag {
    margin: 0 0 12px 0;
  }
  .c-title-theme .page_title {
    font-size: 24px;
  }
  .theme_detail-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .theme_detail-attention {
    line-height: 2;
  }
}


/**
 * Related Box
 */

.c-box-related {
  margin-top: 32px;
}

.c-box-related__title {
  border-bottom: 1px solid #d1d1d1;
  padding: 0 3px 5px;
  font-size: 20px;
  font-weight: bold;
}

.c-box-related__content {
  padding: 18px 3px 0;
}

.c-box-related .c-btn {
  padding: 5px 4px;
  min-width: 90px;
}

/**
 * Register Box
 */

.c-box-register {
  padding: 0;
  background: #fff;
}

.c-box-register__title {
  margin-bottom: 16px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.c-box-register__inputs {
  margin-bottom: 8px;
}

.c-box-register__inputs > li + li {
  margin-top: 10px;
}

.c-box-register__note {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
}
#side .c-box-register__note a {
  padding-left: 5px;
  text-decoration: underline;
  color: #70a245;
}

.c-box-register__submit {
  margin-bottom: 10px;
}

.c-box-register .c-form-input {
  padding: 6px 6px 5px;
  background-color: #f2f2f2;
  border: solid 1px #ccc;
  border-radius: 0;
  font-size: 14px;
}
.c-side-member__read {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
}



/**
 * Sns Box
 */

.c-box-sns__title {
  margin-bottom: 16px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-side-sns__block {
    padding: 0 12px;
    box-sizing: border-box;
  }
}

/**
 * Container Box
 */

.c-box-container {
  margin-top: 10px;
  padding: 18px 0 20px;
  background: #fff;
}

.c-box-container--article {
  margin: 10px auto 0 auto;
  max-width: 620px;
  line-height: 1.6;
}

/**
 * Link Box
 */

.c-box-link {
  padding: 18px 0 20px;
  background: #fff;
  margin-top: 10px;
  line-height: 1.6;
  margin: 10px auto 0 auto;
  max-width: 620px;
}

.c-box-link__title {
  border-bottom: 1px solid #d1d1d1;
  padding: 0 3px 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

/**
 * Author Box
 */

.c-sec-author {
  max-width: 620px;
  margin: 0 auto 55px auto;
}

.c-box-author {
  display: flex;
  padding: 16px;
  box-sizing: border-box;
  background: #f2f2f2;
}

.c-box-author__content,
.c-box-author__img {
  overflow: hidden;
  vertical-align: top;
}

.c-box-author__content {
  position: relative;
  width: 100%;
  min-height: 168px;
}

.c-box-author__img {
  width: 100%;
  white-space: nowrap;
}

.c-box-author__img img {
  max-width: none;
}

.c-box-author__header {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.c-box-author__header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}


.c-box-author__content-wrap {
  display: flex;
  justify-content: space-between;
}
.c-box-author__detail {
  width: 44%;
}

.c-box-author__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.c-box-author__position {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-style: normal;
}
.c-box-author__position i {
  font-style: normal;
}

.c-box-author__profile {
  width: 52%;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
}
.c-box-author__img img {
  width: 100%;
}
.c-sec-author .c-btn.-isPC {
  display: block;
}
.c-sec-author .c-btn.-isSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-box-author__content-wrap {
    display: block;
  }
  .c-box-author__detail {
    width: 100%;
  }
  .c-sec-author {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .c-box-author__profile {
    width: 100%;
  }
}

/**
 * プロフィールボックス
 */

.c-box-profile {
  border: 1px solid #ccc;
  padding: 25px;
  margin-top: 32px;
}

.c-box-profile__title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.64px;
  font-weight: bold;
}

.c-box-profile__content {
  display: table;
  width: 100%;
  direction: rtl;
}

.c-box-profile__text,
.c-box-profile__img {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}

.c-box-profile__text {
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
}

.c-box-profile__img img {
  max-width: none;
  width: 125px;
}

.c-box-profile__name {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}

.c-box-profile__position {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
  font-style: normal;
}

.c-box-profile__description {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-box-profile__text {
    padding-left: 0;
  }
}

/**
 * Monthly
 */

.c-box-monthly {
  padding: 20px 0 40px;
  background: #fff;
  max-width: 620px;
  margin: 0 auto;
}

.c-box-monthly__header {
  position: relative;
  box-sizing: border-box;
  margin-bottom: -100px;
  padding: 130px 0 35px;
  min-height: 236px;
  background: url(/assets/img/archives/monthly__header_bg_pc.png);
  background-size: 100% 100%;
  text-align: center;
}
.c-box-monthly__container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.c-box-monthly__head {
  width: 178px;
}
.c-box-monthly__detail {
  width: calc( 100% - 200px );
  max-width: 620px;
  margin-left: 59px;
}


.c-box-monthly__img img {
  width: 168px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.c-box-monthly__title {
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.c-box-monthly__detail-title {
  margin: 0 auto 20px;
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color: #fff;
}

.c-box-monthly__content {
  margin-top: 30px;
}

.c-box-monthly__items {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -20px;
}

.c-box-monthly__items > .c-box-monthlyItem {
  margin: 30px 0 0 20px;
  width: 180px;
}

.c-box-monthly__link {
  margin-top: 32px;
  text-align: right;
}

.c-box-monthly__lead {
  min-height: 183px;
}
.c-box-monthly__lead > img {
  max-width: 340px;
}
.c-box-monthly__lead .features_read-big {
  display: flex;
  margin-bottom: 20px;
}
.c-box-monthly__lead .features_read-big .big_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  margin-right: 12px;
  background-color: #333;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.c-box-monthly__lead .features_read-big .big_text {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.c-box-monthly__lead .features_read-list {
  counter-reset: features_number 0;
}
.c-box-monthly__lead .features_read-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 76px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
.c-box-monthly__lead .features_read-list li:last-child {
  margin-bottom: 0;
}
.c-box-monthly__lead .features_read-list li::before {
  content: '特集';
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  height: 20px;
  padding: 0 8px 1px;
  background-color: #333;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
.c-box-monthly__lead .features_read-list li::after {
  counter-increment: features_number 1;
  content: counter(features_number) '';
  position: absolute;
  top: 50%;
  left: 46px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-box-monthly__lead .features_read-big {
    display: block;
  }
  .c-box-monthly__lead .features_read-big .big_title {
    min-height: 60px;
    margin-bottom: 8px;
  }
  .c-box-monthly__lead .features_read-big .big_text {
    font-size: 20px;
    line-height: 30px;
  }
  .c-box-monthly__lead .features_read-list li {
    margin-bottom: 16px;
    padding-top: 24px;
    padding-left: 0;
    font-size: 16px;
  }
  .c-box-monthly__lead .features_read-list li::before {
    top: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .c-box-monthly__lead .features_read-list li::after {
    top: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}





.c-box-monthly__beforeLink {
  position: absolute;
  top: 50%;
  right: 102%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
}
.c-box-monthly__beforeLink:hover {
  color: #fff;
}
.c-box-monthly__beforeLink::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -32px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 23px;
  background: url(/assets/img/common/icon_right_white.svg);
  background-size: 100% 100%;
}
.c-box-monthly__afterLink {
  position: absolute;
  top: 50%;
  left: 102%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
}
.c-box-monthly__afterLink:hover {
  color: #fff;
}
.c-box-monthly__afterLink::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 23px;
  background: url(/assets/img/common/icon_left_white.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 950px) {
  .c-box-monthly__container {
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .c-box-monthly__header {
    padding: 104px 12px 25px 12px;
    background: url(/assets/img/archives/monthly__header_bg_sp.png) no-repeat;
    background-size: 100% 100%;
  }
  .c-box-monthly__container {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .c-box-monthly__head {
    width: 178px;
    margin: 0 auto 35px;
  }
  .c-box-monthly__detail {
    width: 100%;
    margin-left: 0;
  }


  .c-box-monthly__beforeLink {
    top: 36%;
    right: unset;
    left: 24px;
    font-size: 13px;
  }
  .c-box-monthly__beforeLink::before {
    content: '';
    top: -24px;
    right: unset;
    left: 0;
  }
  .c-box-monthly__afterLink {
    top: 36%;
    right: 24px;
    left: unset;
    font-size: 13px;
  }
  .c-box-monthly__afterLink::before {
    content: '';
    top: -24px;
    right: 0;
    left: unset;
  }

}

/**
 * Monthly Item
 */

.c-box-monthlyItem a {
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding-bottom: 11px;
  height: 100%;
  color: #000;
  text-decoration: none;
}

.c-box-monthlyItem a:hover .c-box-monthlyItem__title,
.c-box-monthlyItem a:focus .c-box-monthlyItem__title {
  text-decoration: underline;
}

.c-box-monthlyItem__thumbnail {
  margin-bottom: 12px;
}

.c-box-monthlyItem__thumbnail img {
  width: 180px;
  height: 145px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

.c-box-monthlyItem__title {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.c-box-monthlyItem__columnist {
  display: inline-block;
  margin-top: auto;
  font-size: 12px;
}

/**
 * Normal Section
 */

.c-sec {
  padding: 18px 40px 20px;
  background: #fff;
}

/**
 * Article section
 */

.c-sec-article {
  position: relative;
  word-break: break-all;
  max-width: 620px;
  margin: 0 auto;
}

.c-sec-article#premium {
  border-color: #b29658;
}

.c-sec-article__container > *:last-child {
  margin-bottom: 0 !important;
}

.c-sec-article__tag {
  position: static;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #70a245;
}

.c-sec-article__feature {
  position: static;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #70a245;
}

#premium .c-sec-article__tag {
  color: #b29658;
}

.c-sec-article__content {
  /*margin-top: 40px;*/
  letter-spacing: 0.64px;
  line-height: 1.8;
}

.c-sec-article__contentInner > *:first-child {
  margin-top: 0;
}

.c-sec-article__contentInner h2 {
  margin: 32px 0 30px;
  font-size: 24px;
  font-weight: bold;
}

.c-sec-article__contentInner h3 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: bold;
}

.c-sec-article__contentInner h4 {
  margin: 16px 0 8px;
  font-size: 15px;
  font-weight: bold;
}

.c-sec-article__contentInner p {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;
  word-break: break-all;
}

.c-sec-article__contentInner p a {
  color: #003399;
  text-decoration: underline;
}

.c-sec-article__contentInner p a:hover {
  color: #003399;
  text-decoration: none;
}

.c-sec-article__contentInner table {
  font-size: 16px;
  margin: 30px 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.c-sec-article__contentInner table th,
.c-sec-article__contentInner table td {
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 1.8;
}

.c-sec-article__contentInner table th {
  background: #eee;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}

.c-sec-article__contentInner table td {
  padding: 15px;
  margin: 0px;
  font-size: 16px;
  background: white;
}

.c-sec-article__contentInner .ib {
  padding: 0px;
  text-align: center;
}

.c-sec-article__contentInner .ib p.cap {
  font-size: 90%;
  line-height: 1.4em;
  clear: both;
  text-indent: 0px;
  text-align: center;
  padding-bottom: 5px;
}

.c-sec-article__contentInner .ib img {
  margin: 0px auto 5px auto;
  padding: 0px;
  float: none;
}

.c-sec-article__contentInner .readmore p {
  text-align: center;
}

.c-sec-article__contentInner .pager {
  margin: 40px 0;
  text-align: center;
  font-size: 0px;
}

.c-sec-article__contentInner .pager > span,
.c-sec-article__contentInner .pager > a {
  display: inline-block;
  margin-left: 6px;
  border: 1px solid #5dcbdb;
  padding: 6px 7px 5px;
  font-size: 15px;
  text-decoration: none;
}

.c-sec-article__contentInner .pager > span {
  background: #5dcbdb;
  font-weight: bold;
  color: #fff;
}

.c-sec-article__contentInner .pager > a {
  color: #5dcbdb;
  transition: background 0.3s ease;
}

.c-sec-article__contentInner .pager > a:hover,
.c-sec-article__contentInner .pager > a:focus {
  background: #eafcff;
}

.c-sec-article__contentInner .pager > *:first-child {
  margin-left: 0;
}

.c-sec-article__contentInner hr {
  display: block;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ccc;
  margin: 45px auto;
  width: 88%;
}

.c-sec-article__contentInner .img_box_right {
  float: right;
  padding: 0 0 15px 40px;
  width: 250px;
  text-align: right;
}

.c-sec-article__contentInner .img_box_right img {
  margin-bottom: 10px;
}

.c-sec-article__contentInner .img_box_right p.cap {
  font-size: 12px;
  line-height: 16px;
  clear: both;
  text-indent: 0px;
  padding-left: 15px;
}

.c-sec-article__contentInner .ib p.cap {
  font-size: 12px;
  line-height: 16px;
  clear: both;
  text-indent: 0px;
  text-align: center;
}

.c-sec-article__contentInner .img_box_left {
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 265px;
  text-align: left;
}

.c-sec-article__contentInner .img_box_left p.cap {
  font-size: 12px;
  line-height: 16px;
  clear: both;
  text-indent: 0px;
  padding-right: 15px;
}

.c-sec-article__contentInner .img_box_left img {
  padding-right: 15px;
  padding-bottom: 10px;
}

.c-sec-article__contentInner .article_lead {
  padding: 25px;
  border: solid 1px #000000;
}

.c-sec-article__contentInner .article_profile_name {
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 0 0 5px;
}

.c-sec-article__contentInner .image_caption {
  font-size: 13px;
  color: #444;
  margin-bottom: 0;
}

.c-sec-article__contentInner .image_provision {
  font-size: 13px;
  color: #777;
  text-align: right;
  margin-bottom: 0;
}

.c-sec-article__contentInner .article_image_large img {
  margin-bottom: 10px;
}

.c-sec-article__contentInner .article_image_small:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.c-sec-article__contentInner .article_list_large,
.c-sec-article__contentInner .article_list_number {
  margin: 30px 0 30px 20px;
}

.c-sec-article__contentInner .article_list_small {
  margin: 15px 0 30px 20px;
}

.c-sec-article__contentInner li {
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
}

.c-sec-article__contentInner .article_list_large li,
.c-sec-article__contentInner .article_list_number li {
  font-size: 16px;
}

.c-sec-article__contentInner .article_list_small li {
  font-size: 14px;
}

.c-sec-article__contentInner li::before {
  position: absolute;
  left: 0;
}

.c-sec-article__contentInner .article_list_large > li::before,
.c-sec-article__contentInner .article_list_small > li::before {
  left: 4px;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #8db56a;
}

.c-sec-article__contentInner .article_list_large > li::before {
  top: 10px;
}

.c-sec-article__contentInner .article_list_small > li::before {
  top: 8px;
}

.c-sec-article__contentInner .article_list_large > li + li,
.c-sec-article__contentInner .article_list_small > li + li {
  margin-top: 7px;
}

.c-sec-article__contentInner .article_list_number {
  counter-reset: number;
}

.c-sec-article__contentInner .article_list_number > li {
  counter-increment: number;
}

.c-sec-article__contentInner .article_list_number > li::before {
  top: 0;
  content: counter(number) ".";
  border-radius: 50%;
}

.c-sec-article__contentInner .article_list_number > li + li {
  margin-top: 10px;
}

.c-sec-article__contentInner .article_question {
  color: #023172;
  font-weight: bold;
  margin: 30px 0;
}

.c-sec-article__contentInner .article_case {
  padding: 25px;
  border: solid 1px #8db56a;
  margin-bottom: 15px;
}

.c-sec-article__contentInner .article_case_title {
  font-weight: bold;
  margin-bottom: 0;
}

.c-sec-article__contentInner .article_case p:last-child {
  margin-bottom: 0;
}

.c-sec-article__contentInner .article_caption {
  color: #444;
}

.c-sec-article__contentInner .article_source {
  margin-bottom: 15px;
}

.c-sec-article__contentInner .article_image_large {
  text-align: center;
  margin-bottom: 20px;
}

.c-sec-article__contentInner .article_image_small {
  margin-bottom: 30px;
}

.c-sec-article__contentInner .article_image_small:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.c-sec-article__contentInner .article_image_small > p:last-child {
  margin-bottom: 0;
}

.c-sec-article__contentInner .article_image_large_cap {
  margin-bottom: 30px;
}

.c-sec-article__contentInner .article_image_large_cap img {
  margin-bottom: 10px;
}

.c-sec-article__contentInner .article_image_small_cap {
  margin-bottom: 30px;
}

.c-sec-article__contentInner .article_image_small_cap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.c-sec-article__contentInner .article_image_small_cap > p:last-child {
  margin-bottom: 0;
}

.c-sec-article__contentInner .article_talk {
  margin-bottom: 40px;
}

.c-sec-article__contentInner .article_note {
  font-size: 13px;
  color: #444;
  margin: -20px 0 40px;
}

.c-sec-article__contentInner sup {
  font-size: 13px;
}

.c-sec-article__contentInner .first-speaker--orange {
  color: #f90;
}

.c-sec-article__contentInner .second-speaker--blue {
  color: #00f;
}

.c-sec-article__contentInner .first-speaker_group--green {
    color: #090;
}

.c-sec-article__contentInner .caption {
    font-size: 13px;
    line-height: 1.4em;
    text-align: center;
}

.c-sec-article__contentInner .text_right {
    text-align: right;
}

.c-sec-article__contentInner .pcwidth400 {
    max-width: 400px;
    margin: auto;
    margin-bottom: 10px;
}

.c-sec-article__contentInner .box-profile {
  margin: 20px 0px 20px 0;
  padding: 30px;
  background-color: #f6f6f6;
  border: solid 1px #333;
}

.c-sec-article__contentInner .box-profile .overview {
  margin-bottom: 20px;
}

.js-content {
  margin: 0 auto;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  padding: 40px 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}
.c-sec-article__contentInner .modal__content img {
  max-height: calc(100vh - 80px);
}
.js-modal-open {
  cursor: pointer;
}
.js-modal-close {
  text-decoration: none;
}
.js-modal-close:hover {
  text-decoration: none;
}
.js-modal-close:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 12px;
  color: #111;
}

/**
 * Aside section
 */

.c-sec-aside {
  border-top: 3px solid #000;
  padding: 6px 0 3px;
}

/**
 * Fix menu
 */
.fixMenu {
  position: fixed;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 88px;
  z-index: 800;
	transition: .5s;
}
.fixMenu.-on {
  top: calc( 100% - 24px );
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fixMenu .fixMenu__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
  margin: 0 0 0 auto;
  background-color: #70a245;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.fixMenu .fixMenu__btn img {
  width: 8px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fixMenu.-on .fixMenu__btn img {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.fixMenu .fixMenu__list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  box-sizing: border-box;
  background-color: #70a245;
}
.fixMenu .fixMenu__item {
  border-bottom: solid 1px #8db56a;
}
.fixMenu .fixMenu__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.fixMenu .fixMenu__list a:hover {
  opacity: .7;
}
.fixMenu .fixMenu__list span {
  position: relative;
  margin-top: 28px;
}
.fixMenu .fixMenu__item span::before {
  content: '';
  position: absolute;
  top: -28px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
.fixMenu .fixMenu__item.item_home span::before {
  top: -26px;
  background: url(/assets/img/common/icon_home.svg);
  background-size: 100%;
}
.fixMenu .fixMenu__item.item_news span::before {
  background: url(/assets/img/common/icon_news_white.svg);
  background-size: 100%;
}
.fixMenu .fixMenu__item.item_feature span::before {
  background: url(/assets/img/common/icon_star_white.svg);
  background-size: 100%;
}
.fixMenu .fixMenu__item.item_event span::before {
  background: url(/assets/img/common/icon_check_white.svg);
  background-size: 100%;
}
.fixMenu .fixMenu__item.item_movie span::before {
  width: 32px;
  background: url(/assets/img/common/icon_movie.svg);
  background-size: 100%;
}
.fixMenu .fixMenu__item.item_login span::before {
  background: url(/assets/img/common/navi_login_white.svg);
  background-size: 100%;
}
.fixMenu .fixMenu__item.item_mypage span::before {
  width: 21px;
  background: url(/assets/img/common/navi_newentry_white.svg);
  background-size: 100%;
}
@media screen and (min-width: 950px) {
  .fixMenu {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 950px) {
  .fixMenu {
    width: 70px;
  }
  .fixMenu .fixMenu__list a {
    height: 60px;
    font-size: 12px;
  }
  .fixMenu .fixMenu__list span {
    margin-top: 28px;
  }
  .fixMenu .fixMenu__item span::before {
    top: -25px;
    width: 16px;
    height: 16px;
  }
  .fixMenu .fixMenu__item.item_movie span::before {
    width: 32px;
  }
  .fixMenu .fixMenu__item.item_mypage span::before {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fixMenu {
    position: fixed;
    top: unset;
    right: 0;
    bottom: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    opacity: 0;
    transition: .5s;
  }
  .fixMenu .fixMenu__btn {
    width: 20px;
    height: 16px;
    margin: 0 auto 0 0;
  }
  .fixMenu .fixMenu__list {
    flex-direction: row;
    padding: 8px 0;
  }
  .fixMenu .fixMenu__item {
    width: calc( 100% / 5 );
    border-bottom: none;
  }
  .fixMenu .fixMenu__item + .fixMenu__item {
    border-left: solid 1px #8db56a;
  }
  .fixMenu .fixMenu__list a {
    height: 44px;
    font-size: 12px;
  }
  .fixMenu .fixMenu__list span {
    margin-top: 23px;
  }
  .fixMenu .fixMenu__item span::before {
    content: '';
    position: absolute;
    top: -23px;
    width: 16px;
    height: 16px;
  }
  .fixMenu .fixMenu__item.item_movie span::before {
    width: 21px;
  }
  .fixMenu .fixMenu__item.item_mypage span::before {
    width: 14px;
  }
}




@media screen and (max-width: 768px) {
  .c-oms_content {
    padding: 0 12px;
    box-sizing: border-box;
  }
}
/**
 * tos page
 */
.c-tos__block {
  margin-bottom: 2em;
  line-height: 1.8;
}
.c-tos__block dt {
  font-size: 16px;
  font-weight: bold;
}
.c-tos__block dd {
  font-size: 16px;
  font-weight: 500;
}
.c-tos__block dd > p {
  margin-bottom: 1em;
}
.c-tos__block dd li {
  margin-bottom: 5px;
  margin-left: 1.5em;
  line-height: 1.4;
  list-style: inside;
  text-indent: -1.5em;
}
.c-tos__read {
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-tos__block dt {
    font-size: 14px;
  }
  .c-tos__block dd {
    font-size: 14px;
  }
}

/**
 * dealings page
 */
.c-dealings__block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}
.c-dealings__block dt {
  width: 42%;
  max-width: 192px;
  min-height: 24px;
  padding: 3px 0 5px 7px;
  box-sizing: border-box;
  background-color: #70a245;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
}
.c-dealings__block dd {
  width: calc( 100% - 208px);
  margin-left: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  vertical-align: middle;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-dealings__block {
    display: block;
  }
  .c-dealings__block dt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .c-dealings__block dd {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
}
/**
 * privacyPolicy page
 */
.c-privacyPolicy p {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.c-privacyPolicy .bold {
  font-weight: bold;
}
.c-privacyPolicy .number_list {
  margin-bottom: 30px;
}
.c-privacyPolicy .number_list li {
  margin-left: 1.2em;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  list-style: decimal;
  line-height: 1.8;
}
.c-privacyPolicy .c-page_subtitle-lv3 {
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-privacyPolicy p {
    font-size: 14px;
  }
}

/**
 * faq page
 */

.question_container {
  margin-bottom: 50px;
  border-bottom: solid 1px #ccc;
}
.c-faq__block {
  margin-bottom: 50px;
  line-height: 1.8;
}
.c-faq__block dt {
  margin: 10px 0 10px 1em;
  font-size: 16px;
  font-weight: bold;
}
.c-faq__block dd {
  margin: 0 0 2em 2em;
  font-size: 15px;
  font-weight: 500;
}
.c-faq__block dd > p {
  margin-bottom: 1em;
}
.qlist li {
  margin-bottom: 8px;
  margin-left: 1em;
}
.qlist li a {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-faq__block dt {
    font-size: 14px;
  }
  .c-faq__block dd {
    font-size: 14px;
  }
}

/**
 * sumally page
 */
 .p-sumally .sumally--wide_image {
  width: 100%;
  margin: 0 auto 20px;
 }
 .p-sumally .sumally--wide_image img {
   max-width: 100%;
 }
 .p-sumally .sumally--read_text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
 }
 .sumally--news_list {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
 }
 .sumally--news_list .news_list--cassette {
  margin-bottom: 10px;
  padding: 12px;
  box-sizing: border-box;
  background-color: #f1f1f1;
 }
 .sumally--news_list .news_list--cassette a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  color: #333;
 }
 .sumally--news_list .news_list--cassette a:hover {
   text-decoration: underline;
 }
 .p-sumally .c-card__list {
   margin-bottom: 20px;
 }
 .sumally--news_wide_list .news_wide_list--cassette {
  display: flex;
  margin-bottom: 15px;
  padding: 12px 6px 12px 12px;
  box-sizing: border-box;
  background-color: #f1f1f1;
 }

 @media screen and (max-width: 768px) {
  .sumally--news_wide_list .news_wide_list--cassette {
    font-size: 14px;
    height: 90px;
    padding: 12px 0px 12px 12px;
  }
}

 .sumally--news_wide_list .news_wide_list--cassette a {
   display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 1.4em;
 }

 .sumally--news_wide_list .card_image {
  width: 50%;
  margin-right: 3%;
  overflow: hidden;
 }
 .sumally--news_wide_list .card_image img {
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  height: 141px;
 }
 .sumally--news_wide_list a:hover .card_image img {
  opacity: .7;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform .5s;
 }
 .sumally--news_wide_list .card_detail {
  width: 46%;
  position: relative;
 }
 .sumally--news_wide_list .card_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
 }
 .sumally--feature_list .feature_list--cassette {
   width: 100%;
   margin-bottom: 20px;
}
.sumally--feature_list .feature_list--cassette .card_title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.sumally--feature_list .feature_list--cassette a:hover {
  opacity: .7;
}
.sumally--feature_list .feature_list--cassette .card_image {
  margin: 0 auto;
}

.p-sumally .c-card__cassette {
  padding: 12px;
  box-sizing: border-box;
  padding: 12px 12px 20px;
}

.p-sumally .c-card__cassette a {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}

 @media screen and (max-width: 768px) {
  .sumally--news_wide_list .card_title {
    font-size: 15px;
  }
  .sumally--news_wide_list .card_image {
    width: 30%;
    margin-right: 3%;
  }
  .sumally--news_wide_list .card_image img {
   height: auto;
  }
  .sumally--news_wide_list .card_detail {
   width: 66%;
  }
  .p-sumally .c-card__cassette {
    display: flex;
    justify-content: space-between;
    height: 90px;
  }
  .p-sumally .c-card__cassette .card_title {
    width: 90%;
  }
  .p-sumally .c-card__cassette .card_image {
    width: 30%;
    margin: 0;
  }
 }


/**
 * Input
 */

.c-form-input {
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  padding: 6px 13px 5px;
  width: 100%;
  background: #fff;
  font-size: 12px;
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
}

.c-form-input::placeholder,
.c-form-input:-ms-input-placeholder,
.c-form-input::-ms-input-placeholder {
  color: #e3e3e3;
}

.c-form-input.-border {
  border: 1px solid #e1e1e1;
}

/**
 * Textarea
 */

.c-form-textarea {
  border-radius: 3px;
  box-sizing: border-box;
  border: none;
  padding: 6px 13px 5px;
  width: 100%;
  height: 200px;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  vertical-align: top;
}

.c-form-textarea.-border {
  border: 1px solid #e1e1e1;
}

/**
 * Form Layout
 */

.c-form-layout {
  margin: 0;
  border: none;
}

.c-form-layout tr th {
  padding-top: 19px;
  border-top: 1px solid #e0e0e0;
}
.c-form-layout tr:last-child th {
  border-bottom: 1px solid #e0e0e0;
}

.c-form-layout tr td {
  padding-top: 14px;
  border-top: 1px solid #e0e0e0;
}
.c-form-layout tr:last-child td {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .c-form-layout tr th,
  .c-form-layout tr td {
    border-top: none;
  }
  .c-form-layout tr + tr td {
    border-top: none;
  }
  .c-form-layout .bdn {
    border: none !important;
  }
}

.c-form-layout th,
.c-form-layout td {
  border: none;
  padding-bottom: 14px;
  background: transparent;
  vertical-align: top;
}

.c-form-layout th {
  padding-top: 13px;
  padding-right: 12px;
  padding-left: 3px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-form-layout th {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-form-layout td {
  padding-left: 12px;
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .c-form-layout td {
    padding: 10px 0;
  }
}

.c-form-layout__child + .c-form-layout__child {
  margin-top: 18px;
}

.c-form-layout__note {
  margin-top: 6px;
  font-size: 12px;
}

.c-form-layout__label {
  display: block;
  margin: 0 6px 0 0;
  white-space: nowrap;
}

.c-form-layout__item {
  display: flex;
  align-items: center;
}

.c-form-layout__item.-vertical {
  display: block;
}

.c-form-layout__item.-vertical .c-form-input {
  width: 100%;
}

.c-form-layout__item.-vertical .c-form-layout__label {
  margin: 0 0 4px;
}

.c-form-layout__item + .c-form-layout__item {
  margin-top: 12px;
}

.c-form-layout .attention {
  margin-bottom: 6px;
  font-size: 13px;
  color: #c00;
}

/**
 * Magazine Box
 */

.c-side-magazine {
  border-radius: 3px;
  padding: 18px 21px 20px;
  background: #fff;
}

.c-side-magazine__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  width: 100%;
}

.c-side-magazine__title {
  font-size: 14px;
  font-weight: bold;
}

.c-side-magazine__content {
  position: relative;
}

.c-side-magazine__link {
  display: table;
  width: 100%;
}

.c-side-magazine__label,
.c-side-magazine__img {
  display: table-cell;
  vertical-align: top;
}

a .c-side-magazine__label {
  color: #4e66b3;
}

.c-side-magazine__label {
  font-size: 12px;
  line-height: 1.6;
}

.c-side-magazine__img {
  width: 120px;
  height: 160px;
}

.c-side-magazine__img img {
  width: 120px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.c-side-magazine__btns {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-side-magazine__btns li {
  margin-bottom: 0;
}

.c-side-magazine__btns li + li {
  margin-top: 13px;
}


/**
 * Subscribe box
 */
.c-side-subscribe {
  margin-top: 20px;
  margin-bottom: 30px;
}
.c-side-subscribe__title {
  margin-bottom: 16px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.c-side-subscribe__read {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 140%;
}

.c-side-subscribe__contents {
  margin-top: 30px;
  background: rgb(141,181,106);
  background: -moz-linear-gradient(320deg,  rgba(141,181,106,1) 46%, rgba(112,162,69,1) 46%);
  background: -webkit-linear-gradient(320deg,  rgba(141,181,106,1) 46%,rgba(112,162,69,1) 46%);
  background: linear-gradient(125deg,  rgba(141,181,106,1) 46%,rgba(112,162,69,1) 46%);
}
.c-side-subscribe__contents a {
  position: relative;
  display: block;
  padding: 21px 20px 12px;
  box-sizing: border-box;
}
.c-side-subscribe__contents a::after {
  content: '';
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 8px;
  height: 16px;
  background: url(/assets/img/common/icon_left_white.svg);
  background-size: 100%;
}
.c-side-subscribe__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.015em;
  color: #fff;
}
.c-side-subscribe__benefits {
  display: inline-block;
  letter-spacing: 0.05em;
}
.c-side-subscribe__subtitle-name {
  margin-left: 10px;
  letter-spacing: 0.08em;
}
.c-side-subscribe__detail {
  display: table;
  margin: 20px;
}
.c-side-subscribe__detail-magazine {
  display: table-cell;
  width: 30%;
}
.c-side-subscribe__detail-plus {
  display: table-cell;
  width: 2.5rem;
  vertical-align: middle;
  font-size: 25px;
  font-weight: bold;
  color: #5CCBDA;
  text-align: center;
  padding-top: 20px;
}
.c-side-subscribe__detail-online {
  display: table-cell;
  width: calc(70% - 2.5rem);
}
.c-side-subscribe__detail-title {
  font-size: 14px;
  color: #707070;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.c-side-subscribe__detail-online .c-side-subscribe__detail-title {
  margin-left: 15px;
}
.c-side-subscribe__magazine,
.c-side-subscribe__mockup {
  text-align: center;
}
.c-side-subscribe__magazine img {
  box-shadow: -2px 1px 6px 0 rgba(0, 0, 0, 0.4);
  height: 150px;
}
.c-side-subscribe__notice {
  text-align: center;
  margin: 16px 0 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}

/**
 * Backnumber_search box
 */
 .c-side-backnumber_search {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
.c-side-backnumber_search__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
.c-side-backnumber_search--select {
  display: flex;
}
.c-side-backnumber_search--select select {
  display: block;
  width: calc( 100% - 40px );
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: #333;
  font-size: 16px;
  color: #fff;
}
.c-side-backnumber_search--select select {
  display: block;
  width: calc( 100% - 40px );
  padding: 10px 12px;
  box-sizing: border-box;
  background-color: #333;
  border: none;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.c-side-backnumber_search--select button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #70a245;
  border: none;
}
.c-side-backnumber_search--select button img {
  width: 18px;
}
.c-side-backnumber_search--contents {
  padding: 12px;
  background-color: #f2f2f2;
}
.c-side-backnumber_search .c-side-icon_title {
  padding-left: 28px;
  letter-spacing: 0.1em;
}
.backnumber_search__recommend .title {
  margin-top: 4px;
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.backnumber_search__recommend .recommend_list {
  display: flex;
  justify-content: center;
}
.backnumber_search__recommend .recommendItem {
  width: 40%;
}
.backnumber_search__recommend .recommendItem:first-child {
  margin-right: 20px;
}
.backnumber_search__recommend .recommendItem a {
  color: #333;
}
.backnumber_search__recommend .recommendItem__number {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.backnumber_search__recommend .recommendItem__thumbnail {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.backnumber_search__recommend .recommendItem__text {
  text-align: left;
}
.backnumber_search__notice {
  margin-top: 20px;
}
.backnumber_search__notice .title {
  position: relative;
  padding: 3px 10px 4px 28px;
  background-color: #f0134d;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
.backnumber_search__notice .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('../img/common/icon_exclamation.svg') no-repeat center top;
  background-size: 100%;
}
.backnumber_search__notice .title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.backnumber_search__notice .text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.backnumber_search__notice .notice_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.backnumber_search__notice .notice_container .notice__text {
  width: 58%;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-side-backnumber_search {
    padding: 12px 12px 0;
    box-sizing: border-box;
  }
}



/**
 * Ranking box
 */
.c-side-ranking {
  margin-bottom: 20px;
}
.c-side-ranking__container {
	display: flex;
  justify-content: flex-end;
	flex-wrap: wrap;
  margin-top: -50px;
}
.c-side-ranking__container::after {
	content: '';
	order: -1;
	display: block;
	width: 100%;
	height: 3px;
}
.c-box-ranking__title {
  margin-bottom: 16px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
}
.c-side-ranking__container .tabLabel {
	order: -1;
	padding: 0 12px 1px;
  border-left: solid 1px #b3b3b3;
	transition: .5s ;
  font-size: 16px;
	color: #b3b3b3;
	cursor: pointer;
  z-index: 100;
}
.c-side-ranking__container .tabLabel:nth-of-type(1){
  border-left: none;
}
.c-side-ranking__container .tabLabel:nth-last-of-type(1){
  margin-right: 0;
	padding: 0 0 1px 12px;
}
.c-side-ranking__container input {
	display: none;
}
.c-side-ranking__container .content {
	overflow: hidden;
	opacity: 0;
	width: 100%;
	height: 0;
}
.c-side-ranking__container input:checked + .tabLabel {
	color: #333;
}
.c-side-ranking__container input:checked + .tabLabel + .content {
	overflow: auto;
	height: auto;
	transition: .5s opacity;
	opacity: 1;
}
.c-side-ranking__list {
  margin-top: 14px;
}
.c-side-ranking__item {
  border-bottom: solid 1px #ccc;
}
.c-side-ranking__item a {
  position: relative;
  display: block;
  padding: 12px 12px 12px 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #333;
}
.c-side-ranking__item:nth-child(1) a {
  font-weight: bold;
}

.c-side-ranking__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border-radius: 23px;
  text-align: center;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.c-side-ranking__item:nth-child(1) a::before {
  content: '1';
  background-color: #dbb400;
  color: #fff;
}
.c-side-ranking__item:nth-child(2) a::before {
  content: '2';
  background-color: #bdc3c9;
  color: #fff;
}
.c-side-ranking__item:nth-child(3) a::before {
  content: '3';
  background-color: #bf9224;
  color: #fff;
}
.c-side-ranking__item:nth-child(4) a::before {
  content: '4';
  font-weight: normal;
  color: #333;
}
.c-side-ranking__item:nth-child(5) a::before {
  content: '5';
  font-weight: normal;
  color: #333;
}
.c-side-ranking__item:nth-child(1) a::after {
  content: '';
  position: absolute;
  top: calc( 50% - 18px );
  left: 5px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: url('../img/common/icon_ranking_king.svg') no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .c-side-ranking {
    padding: 0 12px;
    box-sizing: border-box;
  }
}





/**
 * Member box
 */

.c-side-member {
  margin-bottom: 40px;
  border-color: #000;
  border-style: solid;
  border-width: 0 0 0 4px;
  padding: 16px 20px 18px;
  background: #fff;
}
@media screen and (max-width: 950px) {
 .c-side-member {
  width: 260px;
  margin: 0 auto;
}
}
@media screen and (max-width: 480px) {
  .c-side-member {
  display: none;
 }
 }

.c-side-member.-temporary {
  border-color: #bababa;
}

.c-side-member.-premium {
  border-color: #70a245;
}

.c-side-member__header {
  position: relative;
  margin-bottom: 6px;
}


.c-side-member__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #70a245;
}

.c-side-member.-temporary .c-side-member__title {
  color: #ff685c;
}

.c-side-member__message {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.c-side-member__btns {
  display: flex;
}

.c-side-member__btns > li + li {
  margin-left: 15px;
}

.c-side-member__btns .c-btn {
  padding: 6px 40px 9px;
  background-color: #70a245;
  border-radius: 50px;
  font-size: 16px;
}
.c-side-member__btns .c-btn::after {
  right: 10px;
  width: 4px;
  height: 8px;
}

.c-side-member__btns .c-btn.-outline {
  padding: 6px 16px 5px;
}

/**
 * SNS Link
 */
.c-side-sns {
  margin: 20px 0 40px;
  text-align: center;
}
.c-side-sns__link {
  display: inline-block;
  margin-right: 20px;
  width: 42px;
  height: 42px;
}


/**
 * Event box
 */
.c-side-event__title {
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
}
.c-side-event__articles {
  padding: 0 12px;
  background: #fff;
  border-bottom: solid 1px #333;
}
.c-side-event__article + .c-side-event__article {
  border-top: 1px solid #e6e6e6;
}
.c-side-event__article a {
  display: flex;
  flex-direction: row-reverse;
  padding: 12px 0;
  text-decoration: none;
  color: currentColor;
}
.c-side-event__article-title {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.c-side-event__article-status {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #808080;
}
.c-side-event__article-img {
  min-width: 84px;
  width: 84px;
  height: 84px;
}
.c-side-event__article-content {
  position: relative;
  flex-grow: 2;
  margin-left: 14px;
  width: calc(100% - 90px);
}
.c-side-event__article-img {
  min-width: 84px;
  width: 84px;
  height: 84px;
}
.c-side-event__article-img img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.c-side-event__article a:hover .c-side-event__article-img,
.c-side-event__article a:focus .c-side-event__article-img {
  opacity: 0.8;
}
.c-side-event__article a:hover .c-side-event__article-title,
.c-side-event__article a:focus .c-side-event__article-title {
  text-decoration: underline;
}

/**
 * Book box
 */
 .c-box-books__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
}
.c-side-books {
  margin-bottom: 20px;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #333;
}
.c-side-books__link + .c-side-books__link {
  border-top: 1px solid #4d4d4d;
}
.c-side-books__link {
  padding: 16px 0;
}
.c-side-books__link a {
  display: flex;
  color: #fff;
}
.c-side-books__link--img {
  width: 100%;
  max-width: 67px;
  margin: 0;
}
.c-side-books__link:nth-child(1) .c-side-books__link--img {
  width: 100%;
  max-width: 77px;
}
.c-side-books__link--img + .c-side-books__link--img {
  margin-left: 16px;
}
.c-side-books__link--detail {
  margin-left: 16px;
}
.c-side-books__link--new {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 4px;
  border: solid 1px #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-side-books__link--read {
  margin-bottom: 10px;
  font-size: 12px;
}
.c-side-books__link--title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-side-books__block {
    padding: 0 12px;
    box-sizing: border-box;
  }
}




.c-side-icon_title {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.c-side-icon_title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
}
.c-side-sns__block .c-side-icon_title::before {
  background: url('../img/common/icon_news.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-subscribe .c-side-icon_title::before {
  width: 14px;
  background: url('../img/common/icon_koudoku.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-backnumber_search .c-side-icon_title::before {
  width: 23px;
  background: url('../img/common/icon_eye.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-ranking .c-side-icon_title::before {
  background: url('../img/common/icon_ranking.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-event .c-side-icon_title::before {
  width: 14px;
  background: url('../img/common/icon_check.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-books__block .c-side-icon_title::before {
  width: 14px;
  background: url('../img/common/icon_check.svg') no-repeat center top;
  background-size: 100%;
}

.c-side-icon_title .title {
  display: inline-block;
}




/**
 * mailMagazine box
 */
.c-side-mailMagazine {
  margin-bottom: 30px;
}
.c-side-mailMagazine__item + .c-side-mailMagazine__item {
  margin-top: 12px;
}
.c-side-mailMagazine__item img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-side-mailMagazine {
    display: none;
  }
}
/**
 * movie box
 */
.c-side-movie {
  margin-bottom: 30px;
}
.c-side-movie__item + .c-side-movie__item {
  margin-top: 12px;
}
.c-side-movie__item img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-side-movie {
    padding: 0 12px;
    box-sizing: border-box;
  }
}
/**
 * seminar box
 */
.c-side-seminar {
  margin-bottom: 30px;
}
.c-side-seminar__item + .c-side-seminar__item {
  margin-top: 12px;
}
.c-side-seminar__item img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-side-seminar {
    padding: 0 12px;
    box-sizing: border-box;
  }
}
/**
 * recommended box
 */
.c-side-recommended {
  margin-bottom: 30px;
}
.c-side-recommended .c-side-icon_title2 {
  margin-bottom: 0;
}
.c-side-recommended__item {
  margin: 0;
  padding: 12px 0;
  border-bottom: solid 1px #ccc;
}
.c-side-recommended__item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
#side .c-side-recommended__item a:hover {
  text-decoration: underline;
}
.c-side-recommended__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-color: #000;
  border-radius: 50px;
}
.c-side-recommended__item a::after {
	content: "\f105";
  position: absolute;
  top: 50%;
  left: 8px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}
.c-side-recommended__article-img {
  width: 84px;
}
.c-side-recommended__article-img img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.c-side-recommended__item .title {
  display: block;
  width: 100%;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .c-side-recommended {
    padding: 0 12px;
    box-sizing: border-box;
  }
}
/**
 * feature box
 */
.c-side-feature {
  margin-bottom: 30px;
}
.c-side-feature__item + .c-side-feature__item {
  margin-top: 12px;
}
.c-side-feature__item img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-side-feature {
    padding: 0 12px;
    box-sizing: border-box;
  }
}
/**
 * backnumber_list box
 */
.c-side-backnumber_list {
  margin-bottom: 30px;
}
.c-side-backnumber_list__content {
  padding: 16px 18px;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
.c-side-backnumber_list__list {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.c-side-backnumber_list__item {
  text-align: center;
}
.c-side-backnumber_list__item:last-child {
  margin-left: 16px;
}
.c-side-backnumber_list__item__thumbnail {
  margin-bottom: 6px;
}
.c-side-backnumber_list__item__number {
  font-size: 12px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-side-backnumber_list {
    padding: 0 12px;
    box-sizing: border-box;
  }
}
/**
 * bannerBooks box
 */
.c-side-bannerBooks {
  margin-bottom: 30px;
}
.c-side-bannerBooks__item + .c-side-bannerBooks__item {
  margin-top: 12px;
}
.c-side-bannerBooks__item img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-side-bannerBooks {
    padding: 0 12px;
    box-sizing: border-box;
  }
}


.c-side-icon_title2 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 14px 18px;
  border-bottom: solid 1px #333;
  font-size: 14px;
  font-weight: bold;
}
.c-side-icon_title2::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
}
.c-side-mailMagazine .c-side-icon_title2 {
  padding-left: 20px;
}
.c-side-mailMagazine .c-side-icon_title2::before {
  width: 16px;
  background: url('../img/common/icon_mail.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-movie .c-side-icon_title2::before {
  background: url('../img/common/icon_check.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-seminar .c-side-icon_title2::before {
  background: url('../img/common/icon_check.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-ranking .c-side-icon_title2::before {
  background: url('../img/common/icon_ranking.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-recommended .c-side-icon_title2::before {
  background: url('../img/common/icon_ranking.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-recommended .c-side-icon_title2::before {
  background: url('../img/common/icon_star.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-feature .c-side-icon_title2::before {
  background: url('../img/common/icon_star.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-bannerBooks .c-side-icon_title2::before {
  background: url('../img/top/icon_book.svg') no-repeat center top;
  background-size: 100%;
}
.c-side-backnumber_list .c-side-icon_title2::before {
  background: url('../img/common/navi_backnumber.svg') no-repeat center top;
  background-size: 100%;
}




/**
 * banner box
 */
.c-side-banner {
  margin-bottom: 15px;
}

/* ==========================================================================
   Projects
   ========================================================================== */

/* Top
   ----------------------------------------------------------------- */

.p-top-mv {
  display: flex;
  width: 100%;
  margin-top: -22px;
  margin-bottom: 22px;
}
.p-top-mv__list {
  margin: 0;
}
.p-top-mv .p-top-mv__link {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}
.p-top-mv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 0;
}
.p-top-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-top-mv__sliders img {
  height: 420px !important;
}
.p-top-mv__container {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
  z-index: 1;
}
.p-top-mv__detail {
  color: #fff;
}
.p-top-mv__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 15%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 15%,rgba(0,0,0,0.8) 100%);
  z-index: 10;
}
.p-top-mv__detail .p-top-mv__category {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #333;
}
.p-top-mv__detail .p-top-mv__title {
  position: relative;
  width: 64%;
  margin-bottom: 8px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
}
.p-top-mv__detail .p-top-mv__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 6px;
  background-color: #70a245;
}
.p-top-mv__detail .p-top-mv__meta {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  padding-top: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    margin-top: -18px;
    margin-bottom: 0;
  }
  .p-top-mv__detail .p-top-mv__title {
    width: 90%;
    padding-bottom: 16px;
  }
}

.p-top-mv__slider {
  width: 60%;
}
.p-top-mv__slider .p-top-mv__link {
  display: flex;
  align-items: flex-end;
  min-height: 420px;
}
.p-top-mv__slider .p-top-mv__container {
  padding-left: calc( (100vw - 960px) / 2 );
  padding-bottom: 20px;
}
.p-top-mv__slider .p-top-mv__detail .p-top-mv__category {
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
}
.p-top-mv__slider .p-top-mv__detail .p-top-mv__title {
  font-size: 28px;
}
.p-top-mv__slider .p-top-mv__detail .p-top-mv__meta {
  margin-top: 5px;
  padding-top: 15px;
  font-size: 16px;
}
.p-top-mv__slider .p-top-mv__detail .p-top-mv__meta::after {
  width: 48px;
  height: 8px;
}
@media screen and (max-width: 950px) {
  .p-top-mv__slider .p-top-mv__container {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__slider {
    width: 100%;
  }
  .p-top-mv__slider .p-top-mv__link {
    min-height: 375px;
  }
  .p-top-mv__slider .p-top-mv__detail .p-top-mv__category {
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .p-top-mv__slider .p-top-mv__detail .p-top-mv__title {
    font-size: 24px;
  }
  .p-top-mv__slider .p-top-mv__detail .p-top-mv__meta {
    margin-top: 5px;
    padding-top: 15px;
    font-size: 12px;
  }
  .p-top-mv__slider .p-top-mv__detail .p-top-mv__meta::after {
    width: 36px;
    height: 6px;
  }
}


.p-top-mv .p-top-mv__second {
  width: 40%;
}
.p-top-mv .p-top-mv__second-container {
  height: 100%;
}
.p-top-mv .p-top-mv__second-container .p-top-mv__list {
  height: 50%;
}
.p-top-mv_sub {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-mv .p-top-mv__second {
    display: none;
  }
  .p-top-mv_sub {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 210px;
    margin-bottom: 20px;
  }
  .p-top-mv_sub .p-top-mv__link {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
  }
}


.p-top__title {
  position: relative;
  margin-bottom: 24px;
  padding: 0 0 8px 36px;
  border-bottom: solid 2px #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.p-top__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 24px;
}
.p-top__title--news::before {
  background: url('../img/top/icon_news.svg') no-repeat center top;
  background-size: 100%;
}
.p-top__title--monthly::before {
  background: url('../img/top/icon_book.svg') no-repeat center top;
  background-size: 100%;
}
.p-top__title--backNumber {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
.p-top__title--link {
  position: absolute;
  right: 0;
}
.p-top__title--link a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.p-top__title--link a:hover {
  text-decoration: underline;
}

.p-top-news__date {
  display: inline-block;
  font-size: 14px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-top__title {
    margin-bottom: 12px;
    padding: 0 0 8px 0;
    border-bottom: solid 1px #333;
    font-size: 18px;
  }
  .p-top__title::before {
    content: '';
    width: 0;
    height: 0;
  }
}

.c-top-link {
  margin: 16px 0 40px auto;
  text-align: right;
}
.c-top-link.related_more_article {
  display: none;
}
.c-top-link a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.c-top-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-top-link {
    margin: 26px 0 0 auto;
  }
}

/**
 * News Block
 */

.p-top-news {
  margin-bottom: 40px;
  max-width: 620px;
  margin: 0 auto;
}

.p-top-monthly {
  max-width: 620px;
  margin: 0 auto;
}

.p-top-monthly__readMore {
  width: 100%;
  margin: 32px auto 30px;
  text-align: center;
}
.p-top-monthly__readMore .readMore_button {
  position: relative;
  display: inline-block;
  padding-top: 48px;
  cursor: pointer;
}
.p-top-monthly__readMore .readMore_button:hover {
opacity: .7;
}
.p-top-monthly__readMore .readMore_button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url('../img/common/icon_readmore.svg') no-repeat center top;
  background-size: 100%;
}
.p-top-monthly__readMore .readMore_button button {
  appearance: none;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-news .c-top-link {
    margin: 20px 0 40px auto;
  }
  .card_position {
    overflow: visible;
    white-space: pre-wrap;
  }
}





/**
 * BackNumber Block
 */

.p-top-backNumber .flexslider {
  display: block;
  padding: 16px 34px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.p-top-backNumber .c-link-backNumbers {
  position: relative;
  display: block;
}
.p-top-backNumber .c-link-backNumberItem {
  max-width: 125px;
}
.p-top-backNumber .slick-arrow {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #808080;
  font-size: 0;
  cursor: pointer;
}
.p-top-backNumber .slick-prev::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 768px) {
  .p-top-backNumber {
    padding: 0 12px;
    box-sizing: border-box;
  }
}

/**
 * Search Block
 */

 /*
.p-top-search {
  background-color: #f2f2f2;
}*/


/**
 * Tags
 */

 /*
.p-top-tags {
  border-radius: 3px;
  padding: 22px 15px 20px;
  background: #fff;
}

.p-top-tags__list > li + li {
  margin-top: 12px;
}

.p-top-tags__list a {
  font-size: 14px;
  text-decoration: none;
  color: currentColor;
}

.p-top-tags__list a:hover,
.p-top-tags__list a:focus {
  text-decoration: underline;
}
*/

/* Authors
   ----------------------------------------------------------------- */

/**
 * section
 */

.p-authors-sec {
  margin-top: 32px;
  margin-bottom: 36px;
}

/* Login
   ----------------------------------------------------------------- */

.c-sec.p-login #undercolumn_login {
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .c-sec.p-login #undercolumn_login {
    width: auto;
    margin: 0 15px;
  }
}

/**
 * section
 */

.c-sec.p-login {
  padding: 18px 0;
}
@media screen and (max-width: 480px) {
  .c-sec.p-login {
    padding: 18px 10px;
  }
}

.p-login__sec {
  width: 540px;
  margin: 52px auto 0 auto;
}
@media screen and (max-width: 600px) {
  .p-login__sec {
    width: 100%;
  }
}

.p-login__message {
  margin-bottom: 14px;
  line-height: 1.6;
}

.p-login__form {
  margin-bottom: 14px;
  padding: 10px 12px 5px;
  background: #f4f4f4;
}

.p-login__btn {
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-login__btn {
    display: flex;
    justify-content: center;
  }
}

.p-login__btn .c-btn {
  max-width: 240px;
}

/* Terms & policy
   ----------------------------------------------------------------- */

.p-terms {
  max-width: 620px;
  margin: 0 auto;
}

.p-terms__content > *:last-child {
  margin-bottom: 0 !important;
}

.p-terms__content h2 {
  margin: 32px 0 12px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 3px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.p-terms__content h3 {
  margin: 22px 0 10px;
  font-size: 15px;
  font-weight: bold;
}

.p-terms__content h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
}

.p-terms__content p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
}

.p-terms__content ul,
.p-terms__content ol {
  margin: 0 0 12px 14px;
}

.p-terms__content ol {
  counter-reset: number;
}

.p-terms__content ul li,
.p-terms__content ol li {
  position: relative;
  font-size: 13px;
  line-height: 1.7;
}

.p-terms__content ul li {
  padding-left: 16px;
}

.p-terms__content ol li {
  padding-left: 18px;
  counter-increment: number;
}

.p-terms__content ul li:before {
  position: absolute;
  top: 0.6em;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #5dcbdb;
}

.p-terms__content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
}

.p-terms__content ul li + li,
.p-terms__content ol li + li {
  margin-top: 6px;
}

.p-terms__content table {
  border-collapse: collapse;
}

.p-terms__content table th,
.p-terms__content table td {
  padding: 8px 12px 7px;
  font-size: 13px;
}

.p-terms__content table th {
  font-weight: bold;
}

.c-oms_content {
  max-width: 620px;
  margin: 0 auto;
}

/* News
   ----------------------------------------------------------------- */

.p-news__empty {
  padding: 24px 0 38px;
  font-size: 14px;
}

/* Authors
   ----------------------------------------------------------------- */

/**
 * Nav
 */

.p-authors-nav {
  padding: 0;
  background: #fff;
}

/* Contact
   ----------------------------------------------------------------- */

.p-contact > *:last-child {
  margin-bottom: 0 !important;
}

.p-contact__message {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.p-contact_read {
  margin-bottom: 20px;
}
.p-contact_read p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all;
}

/* Search
   ----------------------------------------------------------------- */

/**
 * Search Form
 */

.p-search-form {
  padding: 20px 40px;
  background: #f2f2f2;
}

.p-search-form__firld {
  position: relative;
}
.c-form-searchBtn {
  position: absolute;
  right: 0;
  top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  display: block;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 4px 4px;
  background: transparent;
  vertical-align: top;
  cursor: pointer;
}
.c-form-searchBtn::after {
  content: '';
  position: absolute;
  right: 38px;
  top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: #ccc;
}
.c-form-searchBtn-btn {
  display: block;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.c-form-searchBtn img {
  width: 20px;
}



.p-search-form .c-form-input {
  padding: 6px 12px;
  border: 1px solid #333;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  -ms-box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  box-shadow: 1px 1px 0px 0px rgba(230, 230, 230, 1);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.p-search-form .-term .c-form-input {
  background-color: #333;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.p-search-form__items {
  margin-bottom: 18px;
}

.p-search-form__items > li {
  margin-bottom: 0;
}

.p-search-form__items > li + li {
  margin-top: 14px;
}

.p-search-form__label,
.p-search-form__title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.p-search-form__items .-term {
  display: flex;
  margin-top: 8px;
}
.p-search-form__dateLabel {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.p-search-form__dateLabel::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 30px;
  border-radius: 8px;
  background-color: #333;
  cursor: pointer;
  pointer-events: none;
}
.p-search-form__dateLabel::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #fff transparent transparent transparent;
  cursor: pointer;
  pointer-events: none;
}

.p-search-form__mark {
  position: relative;
  top: 7px;
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}

.p-search-form__btn {
  text-align: center;
}
.p-search-form__btn--label {
  position: relative;
  display: inline-block;
  padding-top: 48px;
  cursor: pointer;
}
.p-search-form__btn--label::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/common/icon_search_green.svg) no-repeat center top;
  background-size: 100%;
  cursor: pointer;
}
.p-search-form__btn button {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}




/**
 * Counter
 */
 .p-subpage.p-search--top {
  margin-bottom: 16px;
}

.p-search-form {
  margin-bottom: 28px;
}
.p-search--top .p-search-form {
  margin-bottom: 0;
}

.p-search-counter {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
.p-search-counter .number {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.p-search-content {
  margin-bottom: 32px;
  max-width: 620px;
  margin: 0 auto;
}


/* Mypage
   ----------------------------------------------------------------- */

/**
 * Mypage Lead
 */

.p-mypage-lead {
  margin-bottom: 22px;
  font-size: 14px;
}

/**
 * Mypage Message
 */

.p-mypage-message {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
}

.p-mypage-message-success {
  background: #e2ecda;
  padding: 12px 12px 14px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-mypage-message {
    font-size: 14px;
  }
  .p-mypage-message-success {
    padding: 12px 12px 14px;
    font-size: 16px;
    text-align: center;
  }
}

/**
 * Mypage Link
 */

.p-mypage-link {
  margin-bottom: 14px;
}

.p-mypage-link .c-link {
  font-size: 14px;
}

/**
 * Mypage Nav
 */

.p-mypage-nav {
  margin-bottom: -10px;
  padding-bottom: 16px;
  border-bottom: solid 2px #333;
}
.p-mypage-nav > li {
  display: flex;
}
@media screen and (max-width: 480px) {
  .p-mypage-nav > li {
    display: block;
  }
}

.p-mypage-nav__link {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .p-mypage-nav__link {
    margin-bottom: 10px;
  }
}

.p-mypage-nav__link {
  min-width: 124px;
}

.p-mypage-nav__description {
  margin-left: 18px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .p-mypage-nav__description {
    margin-left: 0;
  }
}

.p-mypage-nav__description p + p {
  margin-top: 12px;
}

/**
 * Mypage Form
 */

 .p-mypage-form__table .required {
  background-color: #6c9c45;
 }

.p-mypage-form .c-form-input {
  padding: 6px 12px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.4;
}
.p-mypage-form__table select {
  padding: 6px 12px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.4;
}

.p-mypage-form__table {
  width: 100%;
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .p-mypage-form__table th,
  .p-mypage-form__table td {
    display: block;
    text-align: left;
  }
}

.p-mypage-complete__link {
  width: 200px;
  margin: 0 auto 40px;
}


.p-mypage-form__btn {
  text-align: center;
  display: flex;
  justify-content: center;
}

.p-mypage-form__btn .c-btn {
  width: 180px;
}
.mypage_mail-btn .c-btn {
  width: 156px;
  margin: 0 auto;
  padding: 8px 0 9px 1em;
  box-sizing: border-box;
  border-radius: 50px;
  box-shadow: none;
  letter-spacing: 1em;
  text-align: center;
}
.mypage_mail-btn .c-btn::after {
  content: '';
  width: 0;
  height: 0;
  background: none;
}

.p-mypage-social-account__table {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
}
.p-mypage-social-account__table-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 14px 12px 12px;
  border: solid 1px #ccc;
}
.p-mypage-social-account__table-box .sns_name {
  position: relative;
  width: 36%;
  padding-left: 56px;
  box-sizing: border-box;
}
.p-mypage-social-account__table-box .sns_name::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.p-mypage-social-account__table-box .sns-facebook::before {
  background: url('../img/common/icon_facebook.svg') no-repeat center center;
  background-size: 100%;
}
.p-mypage-social-account__table-box .sns-twitter::before {
  background: url('../img/common/icon_twitter.svg') no-repeat center center;
  background-size: 100%;
}
.p-mypage-social-account__table-box .sns_connect {
  width: 40%;
}
.p-mypage-social-account__table-box .sns_connect span {
  position: relative;
  padding-left: 34px;
}
.p-mypage-social-account__table-box .sns_connect span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.p-mypage-social-account__table-box .sns_connect span.on::before {
  background: url('../img/common/icon_check.svg') no-repeat center center;
  background-size: 100%;
}
.p-mypage-social-account__table-box .sns_connect span.off::before {
  background: url('../img/common/icon_nonconnect.svg') no-repeat center center;
  background-size: 100%;
}
.p-mypage-social-account__table-box .sns_connect span.on {
  color: #70a245;
}
.p-mypage-social-account__table-box .sns_btn {
  width: 112px;
}
.p-mypage-social-account__table-box .sns_btn button {
  position: relative;
  padding: 4px 8px 5px;
  background-color: #fff;
  border: solid 1px #70a245;
  border-radius: 0;
  text-align: right;
  color: #70a245;
}
.p-mypage-social-account__table-box .sns_btn button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background: url('../img/common/icon_plus.svg') no-repeat center center;
  background-size: 100%;
}
.p-mypage-social-account__table-box .sns_btn button:hover {
  background-color: #fff;
  opacity: .7;
}
.p-mypage-social-account__table-box .sns_btn a {
  position: relative;
  padding: 6px 8px 7px;
  border-radius: 0;
  text-align: right;
}
.p-mypage-social-account__table-box .sns_btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 4px;
  background: url('../img/common/icon_minus.svg') no-repeat center center;
  background-size: 100%;
}
.p-mypage-social-account__table-box .sns_btn a::after {
  content: '';
  width: 0;
  height: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .p-mypage-social-account__table-box .sns_name {
    width: 44%;
    padding-left: 48px;
  }
  .p-mypage-social-account__table-box .sns_connect {
    width: 30%;
  }
  .p-mypage-social-account__table-box .sns_connect span {
    padding-left: 24px;
  }
  .p-mypage-social-account__table-box .sns_btn button {
    position: relative;
    padding: 4px 8px 5px;
    background-color: #fff;
    border: solid 1px #70a245;
    border-radius: 0;
    text-align: right;
    color: #70a245;
  }
  .p-mypage-social-account__table-box .sns_btn a {
    background-color: #70a245;
    color: #fff;
  }
}


.p-mypage-social-account__table tr {
  margin-bottom: 16px;
  border: solid 1px #ccc;
}

.p-mypage-social-account__table th,
.p-mypage-social-account__table td {
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .p-mypage-social-account__table th,
  .p-mypage-social-account__table td {
    display: block;
    text-align: left;
  }
}

/**
 * Nav
 */

.p-mypage-nav {
  display: flex;
  flex-wrap: wrap;
}
.p-mypage-nav li {
  width: calc( (100% - 16px) / 3 );
  margin-right: 8px;
  margin-bottom: 8px;
}
.p-mypage-nav li + li {
  margin-top: 0;
}
.p-mypage-nav li:nth-child(3n) {
  margin-right: 0;
}
.p-mypage-nav li a {
  display: block;
  width: 100%;
  height: 32px;
  padding-left: 11px;
  box-sizing: border-box;
  background-color: #ccc;
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
  color: #4d4d4d;
}
.p-mypage-nav li a::before {
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
}
.p-mypage-nav li a:hover {
  opacity: .7;
}
.p-mypage-nav li.active a {
  background-color: #70a245;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mypage-nav {
    justify-content: space-between;
  }
  .p-mypage-nav li {
    width: calc( (100% - 8px) / 2 );
  }
  .p-mypage-nav li {
    margin-right: 0;
  }
  .p-mypage-nav li a {
    line-height: unset;
  }
}

.p-mypage-mail_complete {
  padding: 30px 12px;
  box-sizing: border-box;
  border: solid 6px #70a245;
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #70a245;
}
.p-mypage-mail_complete br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-mypage-mail_complete {
    padding: 20px 12px;
    box-sizing: border-box;
    border: solid 4px #70a245;
    font-size: 20px;
  }
  .p-mypage-mail_complete br {
    display: block;
  }
}

/**
 * Mypage Edit Link
 */

.p-mypage-edit-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 20px 0;
}
.p-mypage-edit-link .address_link {
  position: relative;
  display: block;
  width: 140px;
  padding: 5px 0;
  background-color: #fff;
  border: solid 1px #70a245;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  color: #70a245;
}
.p-mypage-edit-link .address_link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: url('../img/common/icon_right_green.svg') no-repeat center center;
  background-size: 100%;
}
.p-mypage-edit-link .address_link:hover {
  opacity: .7;
}

.p-mypage-edit-link .refusal_link {
  position: relative;
  display: block;
  width: 160px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  color: #999;
}
.p-mypage-edit-link .refusal_link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: url('../img/common/icon_right_dark_gray.svg') no-repeat center center;
  background-size: 100%;
}
.p-mypage-edit-link .refusal_link:hover {
  opacity: .7;
}


/* Refusal
   ----------------------------------------------------------------- */

/**
 * Message
 */

.p-refusal-message {
  margin-bottom: 14px;
}

.p-refusal-message strong {
  color: #c00;
}

/**
 * Box 退会手続き
 */

.p-refusal-box {
  border: 1px solid #d0d0d0;
  padding: 13px 14px;
}

.p-refusal-box__message {
  position: relative;
  margin-bottom: 16px;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
}
.p-refusal-box__message::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url('../img/common/icon_attention.svg') no-repeat center center;
  background-size: 100%;
}

.p-refusal-box__btns {
  display: flex;
  justify-content: center;
}

.p-refusal-box__btns > li {
  width: 220px;
}

.p-refusal-box__btns > li + li {
  margin-left: 12px;
}
.p-refusal-big_text {
  margin-top: -12px;
  margin-bottom: 12px;
  padding-bottom: 14px;
  border-bottom: solid 4px #70a245;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-refusal-big_text span {
  color: #70a245;
}
.p-refusal-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 140%;
}

@media screen and (max-width: 678px) {
  .p-refusal-box__message {
    padding: 60px 0 24px 0;
    border-bottom: solid 1px #ccc;
  }
  .p-refusal-box__message::before {
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
  .p-refusal-big_text {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-refusal-box__btns {
    display: block;
    justify-content: initial;
    padding: 8px 0;
  }
  .p-refusal-box__btns > li {
    width: 220px;
    margin: 0 auto;
  }
  .p-refusal-box__btns > li + li {
    margin: 10px auto 0 auto;
  }
  .p-refusal-big_text {
    border-bottom: solid 2px #70a245;
    font-size: 18px;
  }
}

.p-refusal-box__btns .c-btn {
  min-width: 134px;
  max-width: 240px;
  padding: 6px;
  background-color: #70a245 !important;
  border-radius: 50px;
  line-height: 1.3;
}
.p-refusal-box__btns .c-btn::after {
  right: 12px;
  width: 4px;
  height: 8px;
}

/* Entry
   ----------------------------------------------------------------- */

/**
 * Entry Form
 */
.p-entry-form {
  width: 540px;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .p-entry-form {
    width: 100%;
  }
}

.p-entry-form .c-form-input {
  padding: 6px 12px;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 1.4;
}

.p-entry-form__table {
  margin-bottom: 14px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-entry-form__table {
    width: 100%;
  }
  .p-entry-form__table th,
  .p-entry-form__table td {
    display: block;
    text-align: left;
  }
}

.p-entry-form__btn {
  text-align: center;
}

.p-entry-form__btn .c-btn {
  width: 240px;
}

/**
 * Entry Complete Box
 */

.p-entry-complete__btn {
  margin-top: 32px;
  text-align: center;
}

.p-entry-complete__btn .c-btn {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-entry-complete__btn .c-btn {
    width: 100%;
  }
}


.p-forgot .p-login__btn .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-forgot .c-form-layout tr th  {
    padding-bottom: 8px;
  }
}



/* Shopping
   ----------------------------------------------------------------- */

/**
 * Shopping Form
 */

.p-shopping-form .c-form-input {
  padding: 6px 12px;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 1.4;
}

.p-shopping-form__table {
  margin-bottom: 14px;
}

.p-shopping-form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-shopping-form__btn {
    float: none;
  }
  .p-shopping-form__btn a.c-btn.-primary.-small {
    display: block;
    width: 155px;
    margin: 10px auto;
  }
}

.p-shopping-form__btn .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  min-height: 51px;
  border-radius: 0;
}
.p-shopping-form__btn .c-btn + .c-btn {
  margin-left: 12px;
}
.p-shopping-form__btn .c-btn input {
  appearance: none;
  margin: 5px 0 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-shopping-form__btn .c-btn {
    min-height: 45px;
  }
  .p-shopping-form__btn .c-btn input {
    margin: 0;
  }
  .p-shopping-form__btn .c-btn.-small {
    padding: 9px 4px 7px;
  }
}
@media screen and (max-width: 480px) {
  .p-shopping-form__btn .c-btn {
    width: 200px;
  }
}

.p-shopping-form__btn .c-btn .-small {
  width: 155px;
  display: inline-block;
}

/**
   * src/public/assets/packages/default/cssより移動
   */

.attention {
  color: #f00;
}

/**
   * 追加
   */
.infomation {
  margin-bottom: 15px;
}

#google_image_div {
  display: none;
}

.login_area {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .login_area {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-main-top-banner {
    display: none;
    opacity: 0;
  }
}

/**
   * 購入履歴一覧 table
   */

.c-table-lv1 {
  margin: 15px auto 20px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.c-table-lv1 th {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-weight: bold;
}
.c-table-lv1 td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.c-table-lv1 td textarea#reason {
  width: 98%;
  height: 150px;
  -webkit-appearance: none;
}
@media screen and (max-width: 480px) {
  .c-table-lv1.u-table-width {
    width: auto;
  }
  .c-table-lv1 th {
    padding: 4px;
    font-size: 10px;
  }
  .c-table-lv1 td {
    padding: 4px;
    font-size: 11px;
  }
  .c-table-lv1 td.alignC.u-fontsize-small {
    font-size: 10px;
  }
  .u-tdwidth-10 {
    width: 10%;
  }
  .u-tdwidth-20 {
    width: 20%;
  }
}

.mypage_history-notHistry {
  font-size: 14px;
}
.mypage_history-table {
  width: 100%;
  margin-top: -26px;
}
.mypage_history-table__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
}
.mypage_history-table__block.gray {
  background-color: #e6e6e6;
}
.mypage_history-table__block.wide {
  padding-left: 0;
}
.mypage_history-table__block .thmbnail {
  width: 96px;
  text-align: center;
}
.mypage_history-table__block .thmbnail img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}
.mypage_history-table__block .detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 15px;
}
.mypage_history-table__block.wide .detail {
  width: calc( 100% - 138px );
}
.mypage_history-table__block .detail-main {
  width: 250px;
}
.mypage_history-table__block .detail_name {
  margin-top: -5px;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
}
.mypage_history-table__block .detail_day {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}
.mypage_history-table__block .detail_id {
  font-size: 14px;
  font-weight: 500;
}
.mypage_history-table__block .detail_card {
  position: relative;
  margin-top: 8px;
}
.mypage_history-table__block .detail_card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 14px;
  background: url('../img/common/icon_card.svg') no-repeat center center;
  background-size: 100%;
}
.mypage_history-table__block .detail_card a {
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}
.mypage_history-table__block .detail_card a:hover {
  text-decoration: underline;
}
.mypage_history-table__block .detail-sub-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}
.mypage_history-table__block .detail-sub {
  text-align: right;
}
.mypage_history-table__block .detail-sub .detail_status {
  display: inline-block;
  margin-bottom: 16px;
  padding: 2px 4px 3px;
  border: solid 1px #333;
  font-size: 14px;
  line-height: 1;
}
.mypage_history-table__block .detail-sub .detail-buttons {
  display: flex;
  gap: 10px;
}
.mypage_history-table__block .detail-sub .detail-buttons .detail_link {
  position: relative;
  display: block;
  width: 70px;
  padding: 2px 0 3px;
  background-color: #70a245;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.mypage_history-table__block .detail-sub .detail-buttons .detail_link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: url('../img/common/icon_left_white.svg') no-repeat center center;
  background-size: 100%;
}
.mypage_history-table__block .detail-sub .detail-buttons .detail_link:hover {
  opacity: .7;
}
.mypage_history-table__block .detail-sub .detail-buttons .address_link {
  position: relative;
  display: block;
  width: 120px;
  padding: 2px 0 3px;
  background-color: #fff;
  border: solid 1px #70a245;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  color: #70a245;
}
.mypage_history-table__block .detail-sub .detail-buttons .address_link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: url('../img/common/icon_right_green.svg') no-repeat center center;
  background-size: 100%;
}
.mypage_history-table__block .detail-sub .detail-buttons .address_link:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .mypage_history-table {
    margin-top: 0;
  }
  .mypage_history-table__block {
    width: calc( 100% + 24px );
    margin-left: -12px;
    padding: 12px;
  }
  .mypage_history-table__block .detail {
    display: block;
  }
  .mypage_history-table__block .detail-main {
    width: 100%;
  }
  .mypage_history-table__block .detail-sub-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    gap: 10px;
  }
  .mypage_history-table__block .detail-sub {
    text-align: left;
    margin-top: 10px;
  }
  .mypage_history-table__block .detail-sub .detail_status {
    margin-bottom: 10px;
  }
}






/* 購入履歴一覧/詳細
---------------------- ------------------------- */
.message-success {
  background: #e2ecda;
  padding: 12px 12px 14px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message-success {
    padding: 12px 12px 14px;
    font-size: 16px;
    text-align: center;
  }
}
.mycondition_area {
  margin: 0 auto 20px 0;
  padding: 10px;
  border: solid 1px #ccc;
  width: 97%;
  background: #f9f9f9;
}

.mycondition_area .p-shopping-form__btn {
  float: right;
}
@media screen and (max-width: 480px) {
  .mycondition_area .p-shopping-form__btn {
    float: none;
  }
}

.mycondition_area p {
  float: left;
  font-size: 11px;
}
@media screen and (max-width: 480px) {
  .mycondition_area p {
    float: none;
    font-size: 14px;
    line-height: 160%;
  }
}

.mycondition_area .btn {
  width: 160px;
  margin-top: 15px;
  float: right;
}

.add_address {
  margin-bottom: 20px;
}

.mycondition_area .st {
  font-weight: bold;
}

.mypage_detail--container {
  margin-bottom: 40px;
  border-bottom: solid 4px #70a245;
}
.mypage_detail-autoCharge {
  margin-bottom: 24px;
  padding: 15px 18px 14px;
  box-sizing: border-box;
  background-color: #e2ecda;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #333;
}
.mypage_detail-mycondition_area {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px;
  border-bottom: solid 1px #e6e6e6;
  font-size: 16px;
  font-weight: 500;
}
.mypage_detail-mycondition_area .detail {
  width: calc( 100% - 208px );
}
.mypage_detail-mycondition_area .detail p {
  margin-bottom: 16px;
  line-height: 1;
}
.mypage_detail-mycondition_area .detail p:last-child {
  margin-bottom: 0;
}
.mypage_detail-mycondition_area .detail p > span {
  display: inline-block;
  width: 113px;
}
.mypage_detail-mycondition_area--btn {
  width: 208px;
}
.mypage_detail-mycondition_area--btn.address {
  width: 160px;
}
.mypage_detail-shopping_area--btn {
  width: 208px;
}
.mypage_detail-mycondition_area--btn .c-btn,
.mypage_detail-shopping_area--btn .c-btn {
  padding: 3px 0 4px;
  background-color: #70a245;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.mypage_detail-mycondition_area--btn .c-btn::after,
.mypage_detail-shopping_area--btn .c-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 4px;
  height: 8px;
  background: url(/assets/img/common/icon_left_white.svg);
  background-size: 100%;
}
.c-btn--disabled {
  padding: 3px 0 4px;
  background-color: #ccc;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.mypage_detail-shopping_area.btn-container {
  justify-content: flex-end;
}
.mypage_detail-mycondition_area--btn .c-btn + .c-btn {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .mypage_detail-autoCharge {
    font-size: 16px;
    text-align: center;
  }
  .mypage_detail-mycondition_area {
    display: block;
    padding: 0;
  }
  .mypage_detail-mycondition_area .detail {
    width: 100%;
    margin-bottom: 40px;
  }
  .mypage_detail-mycondition_area--btn {
    width: 228px;
    margin: 0 auto 40px;
  }
  .mypage_detail-mycondition_area--btn.address {
    width: 180px;
    margin: 0;
  }
  .mypage_detail-mycondition_area--btn .c-btn {
    padding: 12px 0 13px;
  }
  .mypage_detail-mycondition_area--btn.address .c-btn {
    padding: 3px 0 4px;
  }
  .mypage_detail-mycondition_area--btn .c-btn + .c-btn {
    margin-top: 32px;
  }
  .mypage_detail-mycondition_area--btn .c-btn::after {
    width: 6px;
    height: 12px;
  }
}
.mypage_detail-shopping_area {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: solid 1px #e6e6e6;
}
.mypage_detail-shopping_area:last-child {
  border-bottom: none;
}
.mypage_detail-shopping_area .title {
  width: 40%;
  margin-bottom: 24px;
  font-weight: bold;
}
.mypage_detail-shopping_area .title .meta {
  display: block;
  font-size: 16px;
}
.mypage_detail-shopping_area .title .name {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.mypage_detail-shopping_area .title .text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.4;
}
.mypage_detail-shopping_area .title .text_red {
  color: #f76255;
}
.mypage_detail-shopping_area .title .text_repletion {
  margin-top: 12px;
}
.mypage_detail-shopping_area .p-mypage-form {
  width: 50%;
}
.mypage_detail-shopping_area .p-mypage-form .p-form-table {
  width: 100%;
}
.mypage_detail-shopping_area .detail_table {
  width: 60%;
  font-size: 16px;
  font-weight: 500;
}
.mypage_detail-shopping_area .detail_table li {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.mypage_detail-shopping_area .detail_table li .meta {
  width: 44%;
  font-size: 16px;
  text-align: right;
}
.mypage_detail-shopping_area .detail_table li .number {
  width: 56%;
  font-size: 16px;
  text-align: left;
  word-break : break-all;
}

.mypage_detail-shopping_area.total_price-box::before {
  content: '.';
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .mypage_detail-shopping_area {
    display: block;
  }
  .mypage_detail-shopping_area.detail_name-box {
    display: block;
  }
  .mypage_detail-shopping_area.detail_name-box .title {
    width: 100%;
  }
  .mypage_detail-shopping_area.detail_name-box .detail_table {
    width: 100%;
  }
  .mypage_detail-shopping_area.detail_name-box .detail_table li {
    display: block;
  }
  .mypage_detail-shopping_area .detail_table li:last-child {
    margin-bottom: 0;
  }
  .mypage_detail-shopping_area.total_price-box {
    display: block;
  }
  .mypage_detail-shopping_area.total_price-box::before {
    content: '';
    font-size: 0;
  }
  .mypage_detail-shopping_area.total_price-box .detail_table {
    width: 100%;
  }
  .mypage_detail-shopping_area.total_price-box .detail_table li {
    display: block;
  }
  .mypage_detail-shopping_area .title {
    width: 100%;
  }
  .mypage_detail-shopping_area .p-mypage-form {
    width: 100%;
  }
  .mypage_detail-shopping_area .detail_table {
    width: 100%;
  }
  .mypage_detail-shopping_area .detail_table li .meta {
    width: 48%;
    text-align: left;
  }
  .mypage_detail-shopping_area .detail_table li .number {
    width: 52%;
    margin-left: .5em;
    text-indent: -.5em;
  }
}







/* 下層コンテンツ */
#undercolumn {
  width: 100%;
  margin: 0 0 20px 0;
}


.p-subpage {
  margin-bottom: 64px;
  max-width: 620px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-subpage {
    margin-bottom: 40px;
  }
}

/* ==============================================
▼MYページ contents.cssより移動
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
  width: 100%;
}

div#mynavi_area {
  width: 100%;
}

div#mycontents_area {
  width: 100%;
}
div#mynavi_area .mynavi_list {
  margin-bottom: 20px;
  width: 100%;
}
div#mynavi_area .mynavi_list li {
  margin: 0 15px 5px 0;
  padding-left: 15px;
  float: left;
  background: url('../img/icon/ico_arrow_01.gif') no-repeat left ;
  font-size: 120%;
}

div#mynavi_area div.point_announce {
  margin-bottom: 30px;
  padding: 10px;
  border: solid 1px #ffcc62;
  background-color: #fffaf0;
}
div#mynavi_area div.point_announce p {
  padding-left: 20px;
  background: url('../img/icon/ico_point.gif') no-repeat left ;
}

div#mycontents_area p.inforamtion {
  margin-bottom: 20px;
}

div#mypagecolumn h4 {
  margin: 10px auto;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 120%;
}


/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
  margin: 0 auto 20px 0;
  padding: 10px;
  border: solid 1px #ccc;
  width: 97%;
  background: #f9f9f9;
}
div#mycontents_area div.mycondition_area p {
  float: left;
}
div#mycontents_area div.mycondition_area .btn {
  width: 160px;
  margin-top: 15px;
  float: right;
}
.add_address {
  margin-bottom: 20px;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
}

div#mycontents_area .message_area p {
  margin-bottom: 20px;
}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
  width: 100%;
}

div#undercolumn_entry .kiyaku_text {
  margin: 20px auto;
  padding: 10px;
  border: solid 1px #ccc;
  width: 94%;
  background: #fff;
}


/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
  margin: 0 auto;
  width: 100%;
}

div#undercolumn_login .login_area {
  margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
  margin: 15px auto 15px auto;
  padding: 15px 20px 10px 20px;
  background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox .btn_area {
  margin-top: 0;
}

div#undercolumn_login .login_area_border {
  float: left;
  width: 4px;
  height: 16px;
  margin-top: 8px;
  margin-right: 10px;
  background-color: #af3435;
}

div#undercolumn_login .usage_manual {
  width: 99%;
  height: 100px;
}


/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
  width: 80%;
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
}

div#undercolumn_error .message_area .error {
  padding: 120px 0;
}


/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.pagenumber_area {
  padding-bottom: 10px;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}
.pagecond_area {
  margin-bottom: 20px;
  padding: 10px;
}
.pagenumber_area {
  margin: 20px 0;
}
.pagecond_area {
  border: 1px solid #ccc;
}
.pagenumber_area .navi {
  width: 100%;
  text-align: left;
}
.pagenumber_area .navi li {
  display: inline;
}
.pagenumber_area .change {
  float: right;
  text-align: right;
  white-space: nowrap;
}


/* レイアウト
----------------------------------------------- */
div.list_area {
  padding: 0 0 30px 0;
  width: 100%;
  overflow: auto;
}

div.listphoto {
  float: left;
}

/* メインカラム用 1カラム時*/
#one_maincolumn div.listrightbloc {
  float: right;
  width: 74%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right div.listrightbloc,
#two_maincolumn_left div.listrightbloc {
  float: right;
  width: 80%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
  float: right;
  width: 74%;
}


/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
}
div.listrightbloc ul.status_icon li {
  margin-right: 5px;
  float: left;
}

/* 商品名 */
div.listrightbloc h3 {
  font-weight: bold;
  font-size: 120%;
}

/* コメント */
div.listrightbloc .listcomment {
  margin: 0 0 10px 0;
  text-align: left;
}

/* 商品詳細を見る */
div.listrightbloc .detail_btn {
  margin-bottom: 20px;
}

/* 価格 */
div.listrightbloc .pricebox {
  margin: 0 0 10px 0;
}

/* 買い物かご */
div.listrightbloc .cart_area {
  padding: 10px;
  border: 1px solid #cef0f4;
  background-color: #ecf5ff;
  width: 94%;
}

/* 規格 */
div.listrightbloc .classlist {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}
div.listrightbloc dl {
  width: 100%;
}
div.listrightbloc dt {
  display: inline-block;
  vertical-align: top;
}
div.listrightbloc dd {
  padding-bottom: 10px;
  display: inline-block;
}
div.listrightbloc dd p.attention {
  margin-top: 5px;
}

/* カゴに入れる */
div.listrightbloc .cartin {
  margin: 0;
  float :right;
}
div.listrightbloc .cartin .quantity {
  padding: 3px 10px 0 0;
  width: 150px;
  float :left;
  text-align: right;
}
div.listrightbloc .cartin .quantity .box {
  width: 70px;
}
div.listrightbloc .cartin_btn {
  width: 160px;
  float :left;
}


/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

  tplファイルのマークアップが同じ項目
  *1カラム時 [one_maincolumn]
  *2カラム時 [two_maincolumn_left]
             [two_maincolumn_right]
  *3カラム時 [three_maincolumn]

----------------------------------------------- */
#detailarea,
.sub_area {
  margin-bottom: 20px;
  width: 100%;
}

/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
  width: 37%;
  float: left;
}
#one_maincolumn #detailrightbloc {
  width: 63%;
  float: right;
}
#one_maincolumn div.subtext {
  margin-bottom: 20px;
  float: left;
  width: 69%;
}
#one_maincolumn div.subphotoimg {
  float: right;
  width: 25%;
  text-align: right;
}
#one_maincolumn p.subtext {
  margin-bottom: 20px;
}

/* 2カラム用 */
#two_maincolumn_left div#detailphotobloc,
#two_maincolumn_right div#detailphotobloc {
  float: left;
  width: 37%;
}
#two_maincolumn_left #detailrightbloc,
#two_maincolumn_right #detailrightbloc {
  float: right;
  width: 63%;
}
#two_maincolumn_left div.subtext,
#two_maincolumn_right div.subtext {
  margin-bottom: 20px;
  float: left;
  width: 73%;
}
#two_maincolumn_left p.subtext,
#two_maincolumn_right p.subtext {
  margin-bottom: 20px;
}
#two_maincolumn_left div.subphotoimg,
#two_maincolumn_right div.subphotoimg {
  float: right;
  width: 25%;
  text-align: right;
}

/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
  float: left;
  width: 49%;
}
#three_maincolumn #detailrightbloc {
  float: right;
  width: 50%;
}
#three_maincolumn div.subtext {
  margin-bottom: 20px;
  float: left;
  width: 63%;
}
#three_maincolumn p.subtext {
  margin-bottom: 20px;
}
#three_maincolumn div.subphotoimg {
  float: right;
  width: 35%;
  text-align: right;
}

/* 商品情報 各種設定
----------------------------------------------- */
#detailrightbloc h2 {
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  color: #666;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
  font-weight: bold;
  font-size: 160%;
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}
#detailrightbloc .main_comment {
  margin-bottom: 20px;
}

/* 商品コード */
#detailrightbloc .product_code dt,
#detailrightbloc .product_code dd {
  display: inline;
}

/* 商品ステータス */
#detailrightbloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
}
#detailrightbloc ul.status_icon li {
  margin-right: 5px;
  margin-bottom: 3px;
  float: left;
}

/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
  display: inline;
}

/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
  display: inline;
}

/* ポイント */
#detailrightbloc .point dt,
#detailrightbloc .point dd {
  display: inline;
}

/* 規格 */
#detailrightbloc div.classlist {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}
#detailrightbloc .classlist {
  margin-bottom: 5px;
}
#detailrightbloc ul {
  margin-bottom: 10px;
  width: 100%;
}
#detailrightbloc ul li {
  vertical-align: top;
  float: left;
}

/* メーカー */
#detailrightbloc .maker dt,
#detailrightbloc .maker dd {
  display: inline;
}

/* メーカーURL */
#detailrightbloc .comment1 dt,
#detailrightbloc .comment1 dd {
  display: inline;
}

/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
  margin-left: 1em;
}

/* 買い物かご */
#detailrightbloc .cart_area {
  padding: 10px;
  background-color: #ecf5ff;
  border: 1px solid #cef0f4;
}
#detailrightbloc .quantity dt,
#detailrightbloc .quantity dd {
  display: inline;
}
#detailrightbloc .cartin {
  text-align: center;
}
#detailrightbloc .cartin_btn {
  text-align: center;
}
#detailrightbloc .favorite_btn {
  text-align: center;
  margin-top: 10px;
}


/* お客様の声
----------------------------------------------- */
div#customervoice_area {
  clear: both;
  padding: 35px 0 0 0;
}

div#customervoice_area h2 {
  margin-bottom: 20px;
  padding: 6px 0 8px 10px;
  border-top: solid 1px #f90;
  background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
}

div#customervoice_area .review_bloc {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
  padding-top: 3px;
  margin-right: 10px;
  float: left;
}

div#customervoice_area review_bloc .review_btn {
  float: right;
  width: 160px;
}

div#customervoice_area ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

div#customervoice_area .voicetitle {
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}

div#customervoice_area .voicedate {
  margin-bottom: 10px;
}


/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */
div#whobought_area {
  clear: both;
  padding: 35px 0 0 0;
}

div#whobought_area h2 {
  border-top: solid 1px #f90;
  background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
  padding: 5px 0 8px 10px;
  font-size: 14px;
}


/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart .point_announce {
  padding: 20px;
  margin-bottom: 20px;
  border: solid 1px #ffcc62;
  background: #fffaf0;
  font-size: 120%;
  text-align: center;
  line-height: 140%;
}
div#undercolumn_cart .totalmoney_area {
  margin-bottom: 20px;
}

div#undercolumn_cart p {
  margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
  padding: 3px;
  display: inline;
}

div#undercolumn .empty {
  text-align: left;
}

div.form_area {
  margin-bottom: 30px;
}


/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
}

.flow_area {
  text-align: center;
  margin-bottom: 20px;
}

.flow_area_center {
  display: inline-block
}

.flow_card {
  float: left;
  background-color: #ededed;
  border-style: solid;
  border-width: 2px;
  border-color: #cacaca;
  width: 105px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.flow_card_select {
  float: left;
  background-color: #70a245;
  border-style: solid;
  border-width: 2px;
  border-color: #70a245;
  width: 105px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  color: #fff;
}

.flow_card_arrow {
  float: left;
  width: 30px;
  text-align: center;
  color: #70a245;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .flow_area {
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .flow_card,.flow_card_select {
    font-size: 11px;
    width: 69px;
  }

  .flow_card_arrow {
    width: 20px;
  }

  .flow_card_arrow .icon.is-small i {
    font-size: 10px;
  }
}

div#undercolumn_customer th em {
  color: #000;
  font-weight: bold;
}

.complete_area {
  margin: 20px 0;
}

.complete_area p {
  line-height: 160%;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping h3.c-hdg-lv3__title {
  margin-bottom: 10px;
  font-size: 16px;
}

div#undercolumn_shopping .pay_area {
  margin: 0 auto 30px;
  width: 100%;
}

div#undercolumn_shopping .pay_area02 {
  margin: 40px auto 30px auto;
}

div#undercolumn_shopping .pay_area02 .txtarea {
  margin: 5px 0 0 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 99%;
  height: 150px;
}

div#undercolumn_shopping .pay_area02 .select-msg {
  margin-bottom: 10px;
}

div#undercolumn_shopping .pay_area02 .required, div#undercolumn_shopping .pay_area02 .not_required {
  float: none;
  background-color: #70a245;
}

div#undercolumn_shopping .pay_area_border {
  float: left;
  width: 4px;
  height: 16px;
  margin-top: 8px;
  margin-right: 10px;
  background-color: #5dcbdb;
}

div#undercolumn_shopping .point_area {
  margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
  padding: 20px;
  border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
  margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
  margin-bottom: 5px;
}

div#undercolumn_shopping select {
  border: 1px solid #CCC;
  font-size: 16px;
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
  margin-bottom: 10px;
  width: 100%;
}

#address_area .information {
  width: 65%;
  float: left;
}

#undercolumn_shopping .information {
  margin-bottom: 15px;
}

#address_area .add_multiple {
  padding: 15px 10px;
  border: 1px solid #ffcc62;
  float: right;
  width: 30%;
  color: #555;
  background: #fffaf0;
  text-align: center;
  font-weight: bold;
}

#address_area .add_multiple p {
  margin-bottom: 10px;
}

#address_area p.addbtn {
  font-weight: bold;
  font-size: 10px;
}


/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
  margin: 0 auto;
  padding: 5px;
  border: solid 1px #333;
  width: 566px;
}


/* 行揃え common.cssより移動
----------------------------------------------- */
.alignC {
  text-align: center;
}
.alignR {
  text-align: right;
}
.alignL {
  text-align: left;
}
.pricetd em {
  font-weight: bold;
}
#undercolumn_shopping input[type='text'] ,
#undercolumn_shopping input[type='email'] ,
#undercolumn_shopping input[type='password'] ,
#undercolumn_shopping.select {
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    padding: 6px 13px 5px;
    width: 100%;
    background: #fff;
    font-size: 12px;
}

@media screen and (min-width: 769px) {
  /*
  .l-header__content {
    display: none;
    opacity: 0;
  }
*/
  .is-pc {
    display: none!important;
    opacity: 0;
  }
}

@media screen and (max-width: 950px) {
  .l-header {
    min-width: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .l-header__logo {
    width: 230px;
  }
  .l-header__column {
    width: calc(100% - 230px);
  }
  .l-header__inner {
    width: 100%;
  }

  .l-main-top-banner {
    display: none;
    opacity: 0;
  }

  #cont #mainCont {
    width: 100%;
    float: none;
  }
  #cont {
    padding: 0 15px;
    margin: 0 auto 22px;
  }
  #cont #side {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .c-side-member {
    display: none;
    opacity: 0;
  }
  .c-box-register {
    display: none;
    opacity: 0;
  }
  .c-side-magazine,
  .c-side-event,
  .c-side-subscribe {
    width: 300px;
    margin: 20px auto;
    box-sizing: border-box;
  }
  .c-side-sns {
    width: 300px;
    margin: 20px auto;
    text-align: center;
  }
  .c-side-sns__link {
    margin-right: 25px;
  }
  .c-side-sns__link:last-child {
    margin-right: 0;
  }
  .c-side-banner {
    display: block;
    margin: 15px auto;
    text-align: center;
  }
  .c-box-monthly__header img {
    max-width: 96%;
  }
  .c-box-monthly__lead {
    text-align: left;
    min-height: 150px;
  }
  .c-box-monthly__items > .c-box-monthlyItem {
    width: calc(100%/4 - 20px);
  }
  .wrap {
    width: 100%;
  }
  .c-box-container {
    padding: 15px;
  }
  .c-box-container--article {
    padding: 18px 40px 20px;
  }
  .p-search-form {
    padding: 18px 18px 20px;
  }
  .l-footer {
    min-width: auto;
    margin-bottom: 60px;
    padding: 10px 0 0;
  }
  .l-footer__inner {
    width: 100%;
    padding: 0;
  }
  .l-footer__column {
    width: calc(100% / 3);
  }
  .l-footer__sns {
    position: absolute;
    right: 0;
    bottom: 130px;
    width: 100%;
  }
  .l-footer__column--foundation {
    display: none;
  }
  /**
   * Nav
   */
  .p-authors-nav {
    padding: 14px 18px;
  }
}

@media screen and (max-width: 768px) {
  body.non {
    background-color: #f4f4f4;
  }
  .wrap {
    width: 100%;
  }

  #cont {
    padding-top: 10px;
  }

  #cont #mainCont {
    margin-bottom: 35px;
    width: 100%;
  }
  #foot .toTop {
    margin-bottom: 10px;
  }

  /* ==========================================================================
     Layout
     ========================================================================== */
  .l-header__utility {
    display: none;
    opacity: 0;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-top: 5px solid #70a245;
    padding: 13px 15px 12px;
    width: 100%;
    background: #fff;
    z-index: 900;
  }
  .l-header__inner {
    padding: 0;
  }
  .l-header__logo {
    width: 170px;
  }


  .icon__mark {
    display: block;
    position: relative;
  }

  .icon__mark::before,
  .icon__mark::after {
    content: '';
    display: block;
    width: 13px;
    height: 3px;
    border-radius: 5px;
    background: #5DCBDA;
    position: absolute;
    left: -21px;
    top: calc(50% + 11px);
    transform: translateY(-50%);
    transition: .5s;
  }

  .icon__mark::after {
    background: #5DCBDA;
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }

  .l-header__navItem-icon.is-open > .icon__mark::after {
    transform: rotate(180deg);
    transition: .5s;
  }
  .l-header__navItem-icon.is-open > .icon__mark::before {
    opacity: 0;
    transition: .5s;
  }

  #cont #side.mypage_sideBar {
    display: none;
  }

  .l-footer__links {
    padding: 0;
  }
  .l-footer__links > li {
    margin-bottom: 0;
    padding: 0;
    border-bottom: solid 1px #e6e6e6;
  }
  .l-footer__links a {
    display: block;
    padding: 12px 8px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: currentColor;
  }
  .l-footer__links a:hover {
    text-decoration: none;
  }
  .l-footer__column {
    width: 100%;
    border: none;
    padding: 0;
  }
  .l-footer__column:first-child .l-footer__links li:first-child a {
    padding-top: 5px;
  }
  .l-footer__sns {
    display: none;
  }
  .l-footer__corporateLogo {
    margin: 10px 0;
  }
  .l-footer__corporateLogo__item {
    margin-right: 20px;
  }
  .l-footer__corporateLogo__item:last-child {
    margin-right: 0;
  }


  /* ==========================================================================
     Components
     ========================================================================== */

  /**
   * Heading Lv3
   */

  .c-hdg-lv3 {
    position: relative;
    margin-bottom: 14px;
    padding: 8px 12px 7px 15px;
    background: #f4f4f4;
  }

  .c-hdg-lv3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #5dcbdb;
  }

  .c-hdg-lv3__title {
    font-size: 15px;
    font-weight: bold;
  }

  /**
   * Heading
   */

  .c-hdg-article {
    margin-bottom: 8px;
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
  }

  .c-hdg-article__title {
    margin: 5px 0 18px 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.64px;
  }

  .c-hdg-article__meta {
    font-size: 12px;
  }

  .c-hdg-article__meta:after {
    display: table;
    content: "";
    clear: both;
  }

  .c-hdg-article__meta li {
    font-size: 14px;
  }

  .c-hdg-article__meta a {
    color: currentColor;
  }

  .c-hdg-article__columnist {
    float: left;
  }

  .c-hdg-article__published {
    float: right;
  }

  .c-hdg-article__ruby {
    font-size: 12px;
    font-weight: normal;
  }

  /**
   * Aside Heading
   */

  .c-hdg-aside {
    margin-bottom: 12px;
    font-size: 13px;
  }

  /**
   * Button
   */

  .c-btn {
    display: block;
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
    /*padding: 21px 12px 20px;*/
    width: 100%;
    background: #3e3e3e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: inherit;
  }

  .c-btn:hover,
  .c-btn:focus {
    text-decoration: none;
    color: #fff;
  }

  .c-btn.-small {
    padding: 8px 16px 7px;
  }


  .c-btn.-primary:hover,
  .c-btn.-primary:focus {
    color: #000;
  }

  .c-btn.-secondary {
    background: #3e3e3e;
    color: #fff;
  }

  .c-btn.-secondary:hover,
  .c-btn.-secondary:focus {
    color: #fff;
  }

  /*.c-btn.-weak {
    background: #bababa;
    color: #fff;
  }*/

  .c-btn.-weak:hover,
  .c-btn.-weak:focus {
    color: #fff;
  }

  .c-btn.-amazon {
    background: #ffce00;
    color: #000;
  }

  .c-btn.-amazon:hover,
  .c-btn.-amazon:focus {
    color: #000;
  }

  .c-btn.-regular {
    background: #5dcbdb;
    color: #fff;
  }

  .c-btn.-regular:hover,
  .c-btn.-regular:focus {
    color: #fff;
	}

  /**
   * Tag
   */

  .c-tag {
    display: inline-block;
    border-radius: 2px;
    padding: 3px 8px 4px;
    background: #5dcbdb;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    color: #fff;
  }

  .c-tag.-premium {
    background: #b29658;
  }

  .c-tag.-tieup {
    background: #3e3e3e;
  }

  /**
   * Link
   */

  .c-link {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 14px;
  }

  .c-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    border-width: 4px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #777;
    transform: translateY(-50%);
  }

  /**
   * Topic Path
   */

  .c-link-topicPath {
    padding: 0 15px 0px 0;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .c-link-topicPath a {
    text-decoration: none;
    color: currentColor;
  }

  /**
   * Login Links
   */

  .c-link-login {
    margin: 20px 0 70px;
    display: block;
  }

  .c-link-login > li {
    margin: 0 auto;
    width: 250px;
  }

  .c-link-login > li + li {
    margin: 20px auto 0;
  }

  .c-link-login .c-btn {
    padding: 13px 10px 12px;
    line-height: 1.2;
    height: auto;
  }

  /**
   * Link List
   */

  .c-link-list {
    font-size: 15px;
  }

  .c-link-list li {
    font-size: 16px;
    line-height: 1.6;
  }

  .c-link-list li.-no-style a {
    padding-left: 0;
  }

  .c-link-list li.-no-style a:before {
    display: none;
  }

  .c-link-list a,
  .c-link-list span {
    position: relative;
    display: block;
    padding: 6px 0 5px 14px;
    text-decoration: none;
    color: currentColor;
  }

  .c-link-list a {
    text-decoration: underline;
  }

  .c-link-list a:before,
  .c-link-list span:before {
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
    border-width: 4px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #777;
    transform: translateY(-62%);
  }

  /**
   * Article Links
   */

  .c-link-articles {
    margin-bottom: 28px;
  }



  /**
   * Article Link
   */

  .c-link-article a {
    display: flex;
    flex-direction: row;
    padding: 14px 2px 15px;
    text-decoration: none;
    color: currentColor;
  }

  .c-link-article__img {
    border: 1px solid #e0e0e0;
    min-width: 70px;
    width: 70px;
    height: 70px;
    transition: opacity 0.3s ease;
  }

  .c-link-article__img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
  }

  .c-link-article__content {
    flex-grow: 2;
    margin-right: 14px;
    margin-left: 0;
    width: calc(100% - 70px);
  }

  .c-link-article__title {
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    width: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .c-link-article__metas {
    margin: -4px 0 0 0;
  }

  .c-link-article__metas li {
    margin: 3px 5px 0 0;
  }

  .c-link-article__metas .-full {
    width: 100%;
  }

  .c-link-article__published,
  .c-link-article__columnist {
    font-size: 12px;
    color: #777;
  }

  /**
   * Pager
   */

  .c-link-pager {
    position: relative;
    display: flex;
    padding-bottom: 48px;
    margin: 42px 0 32px -2.86%;
  }

  .c-link-pager li {
    margin: 0 0 0 2.78%;
    width: 8.3%;
  }

  .c-link-pager a,
  .c-link-pager span {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 0;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    text-align: center;
  }

  .c-link-pager .-prev,
  .c-link-pager .-next {
    position: absolute;
    bottom: 0;
    width: 48%;
  }

  .c-link-pager .-prev a,
  .c-link-pager .-next a,
  .c-link-pager .-prev span,
  .c-link-pager .-next span {
    width: 100%;
  }

  .c-link-pager .-prev {
    left: 0;
  }

  .c-link-pager .-next {
    right: 0;
  }

  .c-link-pager .-prev a,
  .c-link-pager .-next a,
  .c-link-pager .-prev span,
  .c-link-pager .-next span {
    padding: 1px 7px 6px;
    font-size: 24px;
  }

  .c-link-pager a {
    border: 1px solid #70a245;
    color: #70a245;
    transition: background 0.3s ease;
    text-decoration: none;
  }

  .c-link-pager a:hover,
  .c-link-pager a:focus {
    background: #eafcff;
  }

  .c-link-pager span {
    border: 1px solid #e4e4e4;
    color: #e4e4e4;
  }

  .c-link-pager span[aria-current="page"] {
    border: 1px solid #70a245;
    background: #70a245;
    font-weight: bold;
    color: #fff;
  }

  .c-link-pager .-omission span {
    border: none;
    min-width: 0;
    color: #484848;
  }

  /**
   * SNS Button list
   */

  .c-list-snsBtns {
    display: flex;
  }

  .c-list-snsBtns.-right {
    justify-content: flex-end;
  }

  .c-list-snsBtns > li + li {
    margin-left: 14px;
  }

  /**
   * Tag Links
   */

  .c-link-tags {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0 -22px;
  }

  .c-link-tags > li {
    margin: 8px 0 0 22px;
  }

  .c-link-tags a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: currentColor;
  }

  .c-link-tags a:before {
    content: "#";
  }

  .c-link-tags a:hover,
  .c-link-tags a:focus {
    text-decoration: underline;
  }

  /**
   * Tab Link
   */

  .c-link-tabs {
    display: flex;
  }

  .c-link-tabs li {
    margin-bottom: 0;
  }

  .c-link-tabs li + li {
    margin-left: 2px;
  }

  .c-link-tabs a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 16px 11px;
    min-width: 88px;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    color: currentColor;
  }

  .c-link-tabs a:hover:before,
  .c-link-tabs a:focus:before {
    opacity: 0.3;
  }

  .c-link-tabs + .c-box-container {
    margin-top: 0;
  }

  .c-link-tabs a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #5dcbdb;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .c-link-tabs .is-selected a {
    font-weight: bold;
  }

  .c-link-tabs .is-selected a:before {
    opacity: 1;
  }

  /**
  * Container Box
  */

  .c-box-container {
    margin-top: 10px;
    padding: 22px 30px 20px;
    background: #fff;
  }

  /**
   * Article
   */

  .c-article {
    margin-bottom: 70px;
  }
  /**
  * Link Box
  */
  .c-box-link {
    margin-top: 10px;
    padding: 22px 12px 10px;
    box-sizing: border-box;
  }

  .c-box-link__title {
    border-bottom: 1px solid #d1d1d1;
    padding: 0 3px 5px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
  }

  /**
   * Author Box
   */

  .c-box-author {
    position: relative;
  }
  .c-box-author::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: transparent #70a245 transparent transparent;
  }

  .c-box-author__header {
    position: relative;
  }
  .c-box-author__header::after {
    width: 100%;
  }

  .c-box-author__position {
    max-width: 100%;
    font-style: normal;
  }

  .c-box-author__img {
    width: 90%;
    max-width: 300px;
    margin-bottom: 12px;
  }

  .c-box-author__profile {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  /**
   * プロフィールボックス
   */

  .c-box-profile {
    border: 1px solid #ccc;
    padding: 14px 14px 16px;
  }

  .c-box-profile__title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
  }

  .c-box-profile__content {
    display: flex;
    flex-direction: column-reverse;
  }

  .c-box-profile__img {
    margin-bottom: 12px;
    text-align: center;
  }

  .c-box-profile__img img {
    width: 125px;
  }

  .c-box-profile__name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .c-box-profile__position {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
  }

  .c-box-profile__description {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
  }

  /**
   * Monthly
   */

  .c-box-monthly {
    padding: 12px;
    background: #fff;
  }


  .c-box-monthly__links {
    margin-bottom: 19px;
  }

  /**
   * Monthly Item
   */

  .c-box-monthlyItem {
    margin: 0;
    border-bottom: 1px solid #ccc;
  }

  .c-box-monthlyItem a {
    display: flex;
    box-sizing: border-box;
    padding: 18px 0 13px;
    width: 100%;
    text-decoration: none;
    color: currentColor;
  }

  .c-box-monthlyItem__header {
    flex-grow: 2;
  }

  .c-box-monthlyItem__thumbnail {
    padding-left: 12px;
    min-width: 80px;
  }

  .c-box-monthlyItem__thumbnailImg {
    width: 80px;
    height: 60px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
  }

  .c-box-monthlyItem__title {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.7;
  }

  .c-box-monthlyItem__columnist {
    display: block;
    font-size: 12px;
    font-style: normal;
  }

  .c-box-monthly__items > .c-box-monthlyItem {
    width: calc(100%/3 - 20px);
  }

  /**
   * News
   */

  .c-box-news__indexLink {
    position: absolute;
  }


  /**
   * Related Box
   */

  .c-box-related__title {
    border-bottom: 1px solid #d1d1d1;
    padding: 0 3px 5px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
  }

  .c-box-related__content {
    padding: 12px 3px 0;
  }

  .c-box-related .c-btn.related_more {
    padding: 5px 4px;
    min-width: 90px;
    color: #fff;
    min-width: 250px;
  }
  .c-box-related .c-btn.related_more:hover {
    opacity: .8;
    background: #3e3e3e;
  }
  /**
   * Section
   */

  .c-sec {
    padding: 12px 30px 38px;
    background: #fff;
  }

  /**
   * Article Section
   */

  .c-sec-article {
    padding: 0 12px 38px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
  }

  .c-sec-article__container {
    position: relative;
  }

  .c-sec-article__content {
    letter-spacing: 0.64px;
    line-height: 1.6;
  }

  .c-sec-article__contentInner > h2 {
    margin: 30px 0 18px;
    font-size: 19px;
    font-weight: bold;
  }

  .c-sec-article__contentInner > h3 {
    margin: 23px 0;
    font-size: 17px;
    font-weight: bold;
  }

  .c-sec-article__contentInner > h4 {
    margin: 16px 0 8px;
    font-size: 14px;
    font-weight: bold;
  }

  .c-sec-article__contentInner p {
    margin: 20px auto;
    font-size: 16px;
    line-height: 1.8;
    max-width: 90%;
  }

  .c-sec-article__contentInner table {
    font-size: 16px;
    margin: 1em 0 2em 0;
    border: 1px solid #ccc;
    border-collapse: collapse;
  }

  .c-sec-article__contentInner table th,
  .c-sec-article__contentInner table td {
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.6;
  }

  .c-sec-article__contentInner table th {
    background: #eee;
    font-weight: bold;
  }

  .c-sec-article__contentInner .ib {
    margin-bottom: 15px;
    padding: 0px;
    text-align: center;
  }

  .c-sec-article__contentInner .ib p.cap {
    font-size: 90%;
    line-height: 1.4em;
    clear: both;
    text-indent: 0px;
    text-align: center;
  }

  .c-sec-article__contentInner .content .ib img {
    margin: 0px auto 5px auto;
    padding: 0px;
    float: none;
  }

  .c-sec-article__contentInner .pager {
    margin: 40px 0;
    text-align: center;
    font-size: 0px;
  }

  .c-sec-article__contentInner .pager > span,
  .c-sec-article__contentInner .pager > a {
    display: inline-block;
    margin-left: 6px;
    border: 1px solid #5dcbdb;
    padding: 6px 7px 5px;
    font-size: 15px;
    text-decoration: none;
  }

  .c-sec-article__contentInner .pager > span {
    background: #5dcbdb;
    font-weight: bold;
    color: #fff;
  }

  .c-sec-article__contentInner .pager > a {
    color: #5dcbdb;
    transition: background 0.3s ease;
  }

  .c-sec-article__contentInner .pager > a:hover,
  .c-sec-article__contentInner .pager > a:focus {
    background: #eafcff;
  }

  .c-sec-article__contentInner .pager > *:first-child {
    margin-left: 0;
  }

  .c-sec-article__content .readmore p {
    text-align: center;
  }

  #premium .c-sec-article__tag {
    color: #b29658;
  }

  .c-sec-article__contentInner .article_lead {
    padding: 12px;
    border: solid 1px #000000;
  }

  .c-sec-article__contentInner .article_profile_name {
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 15px 0 5px;
    color: #444;
  }

  .c-sec-article__contentInner img + .image_caption {
    margin-top: 15px;
  }

  .c-sec-article__contentInner .image_caption {
    font-size: 13px;
    color: #444;
    margin-bottom: 5px;
  }

  .c-sec-article__contentInner .image_caption {
    font-size: 13px;
    color: #444;
    margin-bottom: 5px;
  }

  .c-sec-article__contentInner .image_caption.sp-none {
    display: none;
  }

  .c-sec-article__contentInner .image_provision {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
  }

  .c-sec-article__contentInner .article_list_large,
  .c-sec-article__contentInner .article_list_number {
    margin: 30px 0 30px 0;
  }

  .c-sec-article__contentInner .article_list_small {
    margin: 15px 0 30px 0;
  }

  .c-sec-article__contentInner li {
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
  }

  .c-sec-article__contentInner .article_list_large li,
  .c-sec-article__contentInner .article_list_number li {
    font-size: 16px;
  }

  .c-sec-article__contentInner .article_list_small li {
    font-size: 16px;
  }

  .c-sec-article__contentInner li::before {
    position: absolute;
    left: 0;
  }

  .c-sec-article__contentInner .article_list_large > li::before,
  .c-sec-article__contentInner .article_list_small > li::before {
    top: 7px;
    left: 0;
    content: "";
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #5dcbdb;
  }

  .c-sec-article__contentInner .article_list_large > li + li,
  .c-sec-article__contentInner .article_list_small > li + li {
    margin-top: 10px;
  }

  .c-sec-article__contentInner .article_list_number {
    counter-reset: number;
  }

  .c-sec-article__contentInner .article_list_number > li {
    counter-increment: number;
  }

  .c-sec-article__contentInner .article_list_number > li::before {
    top: 0;
    content: counter(number) ".";
    border-radius: 50%;
  }

  .c-sec-article__contentInner .article_list_number > li + li {
    margin-top: 15px;
  }

  .c-sec-article__contentInner .article_image_large_cap {
    margin-bottom: 30px;
  }

  .c-sec-article__contentInner .article_image_large_cap img {
    display: block;
    margin: 0 auto 15px;
  }

  .c-sec-article__contentInner .article_talk {
    margin-bottom: 25px;
  }

  .c-sec-article__contentInner .article_note {
    font-size: 13px;
    color: #444;
  }

  .c-sec-article__contentInner .article_image_small > p:last-child {
    margin-bottom: 0;
  }

  .c-sec-article__contentInner .article_question {
    color: #023172;
    font-weight: bold;
    margin: 0 0 30px 0;
  }

  .c-sec-article__contentInner .article_case {
    padding: 20px 15px;
    border: solid 1px #5dcbdb;
    margin-bottom: 15px;
  }

  .c-sec-article__contentInner .article_case_title {
    font-weight: bold;
    margin-bottom: 0;
  }

  .c-sec-article__contentInner .article_case p:last-child {
    margin-bottom: 0;
  }

  .c-sec-article__contentInner .article_caption {
    font-size: 14px;
    color: #444;
  }

  .c-sec-article__contentInner .article_image_large {
    text-align: center;
    margin-bottom: 30px;
  }

  .c-sec-article__contentInner sup {
    font-size: 13px;
  }

  .js-modal-open {
    pointer-events: none;
    display: block;
  }

  .modal {
    display: none;
  }

  /**
   * Aside Section
   */

  .c-sec-aside {
    border-top: 2px solid #000;
    padding-top: 6px;
  }

  /* ==========================================================================
     Projects
     ========================================================================== */

  /**
   * News
   */



  .p-top-news {
    padding: 12px 12px 0;
    box-sizing: border-box;
  }

  .p-top-news__header {
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    padding: 12px 60px 10px 0;
  }

  .p-top-news__title {
    font-size: 18px;
    font-weight: bold;
    color: #5dcbdb;
  }

  .p-top-news__updated {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    line-height: 1;
    transform: translateY(-50%);
  }

  .p-top-news__links > li {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
  }

  .p-top-news__links a {
    position: relative;
    display: block;
    padding: 12px 20px 11px 0;
    text-decoration: none;
    color: currentColor;
  }

  .p-top-news__links a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: url("/assets/img/common/icon_arrow_r.svg");
    background-size: 100% auto;
    transform: translateY(-50%);
  }

  .p-top-news__btn {
    margin-top: 15px;
  }

  .p-top-monthly {
    padding: 0 12px;
    box-sizing: border-box;
  }


  /**
   * Ads
   */

  .p-top-ads {
    padding: 40px 0 25px;
  }

  /* Authors
     ----------------------------------------------------------------- */

  /**
   * section
   */

  .p-authors-sec {
    margin-top: 22px;
  }

  /* ==========================================================================
     Utility
     ========================================================================== */

  /**
   * Text Align
   */

  .text-left {
    text-align: left !important;
  }

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

  .text-right {
    text-align: right !important;
  }

  .u-display-sp {
    display: inline-block;
  }

  /* Search
     ----------------------------------------------------------------- */

  /**
   * Header
   */

  .p-search-header {
    margin: 0 0 24px;
    border-bottom: 2px solid #5dcbdb;
    padding: 15px 30px 14px;
    background: #fff;
  }

  .p-search-header__title {
    font-size: 18px;
    font-weight: bold;
  }

  /**
   * Search Form
   */

  .p-search-form {
    margin-right: 12px;
    margin-left: 12px;
    padding: 18px 30px 20px;
    box-sizing: border-box;
  }
  .p-subpage .p-search-form {
    margin-right: 0;
    margin-left: 0;
  }

  .p-search-form .c-form-input {
    min-height: 30px;
    padding: 6px 12px;
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
  }

  .p-search-form__items {
    margin-bottom: 24px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .p-search-form__items > li {
    margin-bottom: 0;
  }

  .p-search-form__items > li + li {
    margin-top: 14px;
  }

  .p-search-form__label {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .p-search-form__title {
    display: block;
    text-align: center;
  }

  .p-search-form__items .-term {
    display: flex;
    flex-direction: column;
  }
  .p-search-form__dateLabel {
    width: 80%;
    min-height: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-search-form__mark {
    position: relative;
    top: unset;
    display: inline-block;
    margin: 10px 8px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
  }
  .p-search-form__mark::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 2px;
    height: 13px;
    background-color: #4d4d4d;
  }

  .p-search-form__btn {
    margin: 0 20px;
    padding-top: 24px;
    border-top: solid 1px #ccc;
  }




  /**
   * Counter
   */

  .p-search-form {
    margin-bottom: 28px;
  }

  .p-search-counter {
    font-size: 16px;
    font-weight: bold;
  }
  .p-search-counter .number {
    font-size: 32px;
  }

}

@media screen and (max-width: 620px) {


  /**
   * News
   */
  .p-top-tags {
    display: none;
    opacity: 0;
  }
  .p-top-news__column.c-box-news {
    padding: 40px 15px 20px;
  }
  .c-box-news {
    background: unset;
    margin: 0 15px;
  }
  .c-box-news__header {
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    padding: 12px 60px 10px 0;
    margin-bottom: 0;
    width: auto;
  }
  .c-box-news__title {
    font-size: 18px;
    font-weight: bold;
    color: #5dcbdb;
  }
  .c-box-news__date {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    line-height: 1;
    transform: translateY(-50%);
  }
  .c-box-news__links > li {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding-left: 0;
  }
  .c-box-news__links > li:before {
    content: none;
  }
  .c-box-news__links > li + li {
    margin-top: 0;
  }
  .c-box-news__links a {
    position: relative;
    display: block;
    padding: 12px 20px 11px 0;
    text-decoration: none;
    color: currentColor;
  }
  .c-box-news__links a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 16px;
    height: 16px;
    background: url('/assets/img/common/icon_arrow_r.svg');
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  .c-box-news__indexLink {
    margin-top: 15px;
    display: block;
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
    padding: 21px 12px 20px;
    width: 100%;
    background: #3e3e3e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
  }
  .c-box-news__indexLink:hover {
    color: #fff;
  }
  .c-link.c-box-news__indexLink:before {
    content: none;
  }
  .c-box-monthly__lead {
    min-height: 100px;
  }

  /**
   * Back Number Block
   */

  .p-top-backNumber .c-hdg-lv2 {
    border-bottom: 0;
    border-radius: 0;
    padding: 4px 0 40px;
  }
  .p-top-backNumber .c-link:hover {
    color: #fff;
  }
  .p-top-backNumber .c-link {
    margin: 0 30px 0;
    display: block;
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
    padding: 21px 12px 20px;
    width: 100%;
    background: #3e3e3e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
  }
  .p-top-backNumber .c-link:before {
    content: none;
  }
  .c-box-monthly__link.p-top-backNumber .c-link {
    margin: 15px 0 0 0;
  }

  /**
   * Monthly
   */


  .c-box-monthly__title {
    margin: 0 0 12px 0;
    font-size: 15px;
    font-weight: bold;
  }

  .c-box-monthly__header {
    border-radius: 0;
    background-color: transparent;
    min-height: initial;
  }

  .c-box-monthlyItem a {
    display: flex;
    box-sizing: border-box;
    padding: 18px 0 13px;
    width: 100%;
    text-decoration: none;
    color: currentColor;
    flex-direction: row-reverse;
    border-bottom: 0;
  }

  .c-box-monthlyItem__header {
    flex-grow: 2;
  }
  .c-box-monthlyItem__title {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.7;
  }

  .c-box-monthlyItem__columnist {
    display: block;
    font-size: 12px;
    font-style: normal;
  }

  .c-box-monthlyItem__thumbnail{
    padding-left: 12px;
    min-width: 80px;
  }
  .c-box-monthlyItem__thumbnail img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
  }
  .c-box-monthly__items{
    margin: 0;
  }
  .c-box-monthly__items > .c-box-monthlyItem {
    width: 100%;
    margin: 0;
  }
  .c-box-monthly__content {
    margin: 0;
  }
  .c-box-monthly__header img {
    max-width: 100%;
  }

  /**
  * Nav
  */
  .p-authors-nav {
    padding: 0 15px 15px;
  }


  /**
  * Article
  */
  .c-sec-article__contentInner .img_box_right {
    float: none;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .c-sec-article__contentInner .img_box_right img {
    width: 80% !important;
  }

  .c-sec-article__contentInner .article_image_small_cap {
    display: flex;
    flex-direction: column;
  }

  .c-sec-article__contentInner .article_image_small_cap .img_box_right {
    order: 2;
  }

  .c-sec-article__contentInner .article_image_small_cap p {
    order: 3;
  }

  .c-sec-article__contentInner .article_image_small_cap .article_image_small_lead {
    order: 1;
  }

  .c-sec-article__contentInner .img_box_right {
    width: 100%;
  }

  .c-sec-article__contentInner .article_image_small {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }

  .c-sec-article__contentInner .article_image_small p {
    order: 3;
  }

  .c-sec-article__contentInner .article_image_small .article_image_small_lead {
    order: 1;
  }

  .c-sec-article__contentInner .article_image_small .img_box_right {
    order: 2;
  }
}

/**
 * .c-box-container
 */

@media screen and (max-width: 600px) {
  .c-box-container {
    padding: 22px 18px 20px;
  }
  .c-box-container--article {
    padding: 22px 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .c-box-container {
    margin: 0;
    padding: 0;
  }
  .c-box-container--article {
    margin-top: 10px;
    padding: 22px 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  #cont {
    padding: 0;
  }
  #cont #mainCont {
    margin-bottom: 35px;
    width: 100%;
  }
  .p-subpage {
    padding: 0 12px 38px;
    background: #fff;
    box-sizing: border-box;
  }
  .p-subpage.--box {
    padding-bottom: 0;
  }
  .wrap {
    width: 100%;
  }
  .c-link-topicPath {
    padding: 0 15px 10px 15px;
    font-size: 11px;
    margin-bottom: 0;
  }
  .p-terms {
    padding: 0 12px 38px;
    background: #fff;
  }
  .c-hdg-lv2 {
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 2px solid #5dcbdb;
    border-radius: 0;
    padding: 12px 2px;
  }

  .p-top-backNumber .c-link {
    max-width: 100%;
    width: auto;
  }
  .p-search-form {
    padding: 18px 0 20px;
  }
  .p-search-content {
    padding: 15px;
  }

  .c-box-related .c-btn.related_more {
    width: 100%;
  }

  .l-footer__copyright small {
    font-size: 10px;
  }
  .l-footer__social {
    margin-right: 25px;
  }
  .l-footer__social img {
    width: 30px;
  }
  .l-footer__corporateLogo__list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  .l-footer__corporateLogo__item {
    margin-bottom: 20px;
    width: calc((100% - 50px)/2);
  }
  .l-footer__corporateLogo__item--sentankyo {
    margin: 0 25% 20px;
  }
}



/* ==========================================================================
		ログインページ
		========================================================================== */
.p-login {
	background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
}

.p-login .c-hdg-lv2 {
	padding: 16px 18px 16px 0;
	border-bottom: solid 2px #333;
	border-radius: 0;
}
.p-login .c-hdg-lv2__title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
@media screen and (max-width: 768px) {
	.p-login {
		padding: 0 12px 38px;
	}
	.p-login .c-hdg-lv2 {
		padding: 10px 18px 10px 0;
		border-bottom: solid 1px #333;
	}
	.p-login .c-hdg-lv2__title {
		font-size: 16px;
	}
}
.p-login .c-box-container {
	background-color: #f2f2f2;
	border: solid 1px #ccc;
}
.p-login-layout {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.p-login-layout__form {
	width: 547px;
}
.p-login-layout__form_input {
	max-width: 290px;
	margin: 12px auto 0;
}
.p-login-layout__form_input:first-child {
	margin-top: 0;
}
.p-entry-form .p-login-layout__form_input  .c-form-input {
	font-size: 14px;
}
.p-login-layout__form_memory {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}
.p-login-layout__form .p-login__btn {
	margin-top: 15px;
}
.p-login-layout__form .p-login__btn .c-btn {
	background-color: #70a245;
	border-radius: 50px;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.p-login-layout__form .p-login__btn .c-btn:hover,
.p-login-layout__form .p-login__btn .c-btn:focus {
	opacity: .6;
}
.p-login-layout__linklist {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.p-login-layout__linklist li + li {
	margin-top: 0;
	margin-left: 1em;
}
.p-login-layout__linklist a {
	position: relative;
	display: block;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #333;
}
.p-login-layout__linklist a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #70a245;
}
.p-login-layout__linklist .repletion_text {
	display: none;
}
@media screen and (max-width: 768px) {
	.p-login-layout {
		display: block;
		padding: 8px 20px 20px;
	}
	.p-login-layout__form {
		width: 100%;
	}
	.p-login-layout__form_input {
		max-width: 100%;
		width: 100%;
	}
	.p-login-layout__linklist {
		display: block;
	}
	.p-login-layout__linklist li + li {
		margin-top: 16px;
		margin-left: 0;
	}
	.p-login-layout__linklist .repletion_text {
		display: inline;
		padding: 0;
	}
	.p-login-layout__linklist .repletion_text::before {
		content: unset;
	}
}



.p-login-layout__sns {
	width: 364px;
	border-left: solid 1px #ccc;
	text-align: center;
}
.p-login-layout__sns .c-hdg-lv4 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.p-login-layout__sns .p-login__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	margin-top: 30px;
}
.p-login-layout__sns .p-login__btn .c-btn {
	max-width: 170px;
	margin-top: 20px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.p-login-layout__sns .p-login__btn .c-btn:first-child {
	margin-top: 0;
}
.c-btn.-sns_facebook {
	background: #1877f2 url('../img/common/icon_facebook_white.svg') no-repeat 10px center;
	background-size: 25px;
	color: #fff;
}
.c-btn.-sns_twitter {
	background: #1da1f2 url('../img/common/icon_twitter_white.svg') no-repeat 10px center;
	background-size: 24px;
	color: #fff;
}
.c-btn.-sns_facebook:hover,
.c-btn.-sns_facebook:focus,
.c-btn.-sns_twitter:hover,
.c-btn.-sns_twitter:focus {
	opacity: .6;
}
@media screen and (max-width: 768px) {
	.p-login-layout__sns {
		width: 100%;
		margin-top: 30px;
		padding-top: 26px;
		border-top: solid 1px #ccc;
		border-left: none;
		text-align: center;
	}
	.p-login-layout__sns .p-login__btn {
		display: flex;
    flex-direction: row;
		justify-content: space-between;
		margin-top: 20px;
	}
	.p-login-layout__sns .p-login__btn .c-btn {
		margin-top: 0;
		width: 47%;
	}
}
.p-login__sec.p-login-new_entry {
	width: 100%;
	margin-top: 24px;
	padding-top: 34px;
	padding-bottom: 40px;
	border-top: solid 2px #333;
	text-align: center;
}
.p-login-new_entry .c-hdg-lv4 {
	border: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.c-btn.-new_entry {
	max-width: 304px;
	margin: 0 auto;
	padding: 16px 0;
	background: #70a245 url('../img/common/icon_new_entry.svg') no-repeat 96% center;
	background-size: 8px 16px;
	border-radius: 0;
	box-shadow: 2px 2px 0px -1px rgba(230, 230, 230, 1);
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.c-btn.-new_entry:hover,
.c-btn.-new_entry:focus {
	opacity: .6;
}
.p-login-new_entry .repletion_text {
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-login-new_entry .c-hdg-lv4 {
		font-size: 16px;
	}
	.p-login-new_entry .p-login__btn {
		margin-bottom: 10px;
	}
	.p-login-new_entry .repletion_text {
		font-size: 12px;
	}
}

/**
 * corporation_pack page
 */
.corporation_pack #entry-corp {
  font-size: 14px;
  color: #444;
  line-height: 1.6em;
}
.corporation_pack #entry-corp h2.tit-page {
  font-size: 120%;
  text-align: center;
  color: #fff;
  padding: 6px 0 4px 0;
  margin: 70px 0 30px 0;
  position: relative;
  background: #444;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.corporation_pack #entry-corp h2.tit-page:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #DDD;
  top: 0px;
  left: 0;
  opacity: 0.2;
  -ms-filter: "alpha( opacity=20 )";
  filter: alpha(opacity=20);
  background: url("https://cdn.projectdesign.jp/uploads/corporation-pack/bg_slash.png") repeat-x 0 0;
}
.corporation_pack #entry-corp h2.tit-page:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #DDD;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  -ms-filter: "alpha( opacity=20 )";
  filter: alpha(opacity=20);
  background: url("https://cdn.projectdesign.jp/uploads/corporation-pack/bg_slash.png") repeat-x 0 0;
}
.corporation_pack #entry-corp .subtit-point {
  text-align: center;
  margin: 60px 0 20px 0;
}
.corporation_pack #entry-corp .area-prices {
  margin-top: 30px;
}
.corporation_pack #entry-corp p {
  text-align: center;
}
.corporation_pack #entry-corp .btn-corp {
  display: block;
  text-indent: -9999px;
  margin: 0 auto 20px auto;
  width: 417px;
  height: 81px;
  background: url("https://cdn.projectdesign.jp/uploads/corporation-pack/btn-corp.jpg") no-repeat 0 -81px;
}
.corporation_pack #entry-corp .btn-corp:hover {
  background-position: 0 0;
}
.corporation_pack #entry-corp .area-table {
  margin: 0 auto 30px auto;
  width: 500px;
}
.corporation_pack #entry-corp .area-table h4 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
  text-align: center;
}
.corporation_pack #entry-corp .area-table .tbl-corp {
  margin: 0 auto 10px auto;
  width: 500px;
}
.corporation_pack #entry-corp .area-table .tbl-corp thead tr th, .corporation_pack #entry-corp .area-table .tbl-corp thead tr td {
  background: #444444;
  color: #FFF;
  padding: 5px;
  border-left: 1px solid #FFF;
  text-align: center;
  font-size: 85%;
}
.corporation_pack #entry-corp .area-table .tbl-corp tbody tr th, .corporation_pack #entry-corp .area-table .tbl-corp tbody tr td {
  padding: 10px 15px;
}
.corporation_pack #entry-corp .area-table .tbl-corp tbody tr th {
  font-weight: bold;
  font-size: 85%;
}
.corporation_pack #entry-corp .area-table .tbl-corp tbody tr td {
  border-left: 1px solid #fff;
  text-align: right;
}
.corporation_pack #entry-corp .area-table .tbl-corp tbody tr .through {
  text-decoration: line-through;
  font-size: 85%;
  position: relative;
  left: -10px;
}
.corporation_pack #entry-corp .area-table .tbl-corp tbody tr .through:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 10px;
  top: 50%;
  margin-top: -4px;
  right: 0;
  margin-right: -15px;
  z-index: 10;
  background: url("https://cdn.projectdesign.jp/uploads/corporation-pack/bg-arrow-corp.png") no-repeat 0 0;
}
.corporation_pack #entry-corp .area-table .tbl-corp tbody tr .price-corp {
  color: #DD0000;
  position: relative;
  left: -10px;
}
.corporation_pack #entry-corp .area-table .attention {
  font-size: 85%;
  color: #444;
  text-align: left;
}
.corporation_pack #entry-corp .area-table .attention a {
  display: inline-block;
  margin-top: 20px;
  font-size: 117%;
  color: #B40000;
  text-decoration: underline;
}
.corporation_pack #entry-corp .list-process {
  width: 540px;
  margin: 0 auto 30px auto;
}
.corporation_pack #entry-corp .list-process li {
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 10px;
}
.corporation_pack #entry-corp .list-process li span {
  display: inline-block;
  margin-right: 5px;
  color: #B40000;
  font-size: 150%;
  font-weight: bold;
}
.corporation_pack #entry-corp .list-faq {
  margin-left: 20px;
}
.corporation_pack #entry-corp .list-faq dt {
  font-weight: bold;
  margin-bottom: 8px;
}
.corporation_pack #entry-corp .list-faq dt span {
  display: inline-block;
  margin-right: 5px;
  color: #B40000;
  font-size: 150%;
}
.corporation_pack #entry-corp .list-faq dd {
  margin-left: 1.4em;
  margin-bottom: 25px;
}
.corporation_pack h3.subtit-page {
  text-align: center;
  margin: 0px 0 25px 0;
}


/**
 * ads_magazine page
 */

.ads_magazine .heading-text {
  font-family: HiraKakuPro-W6, serif;
  font-size: 14px;
  color: #aaa;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  width: 450px;
  margin-top: 20px;
}
.ads_magazine #main-content-wrapper {
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
}
.ads_magazine .group:before,
.ads_magazine .group:after {
  content: " ";
  display: table;
}

.ads_magazine .group:after {
  clear: both;
}

.ads_magazine .group {
  zoom: 1;
  /* ie 6/7 */
}
.ads_magazine #main-content {
  width: 100%;
  padding: 9px 0 0 0;
}
.ads_magazine .module1-1 img:hover {
  opacity: 0.7;
}

.ads_magazine .module1.module1-1 {
  float: left;
  width: 280px;
  margin-left: 20px;
}
.ads_magazine .module1 .module1-div2.diff1-1 {
  background: url(images/bnr.png) no-repeat;
  height: 502px;
  width: 280px;
}

.ads_magazine .left-box {
  padding: 0 20px 0px;
  box-sizing: border-box;
}
.ads_magazine .bg-normal {
  background: #ffffff;
}
.ads_magazine .heading-text strong {
  font-size: 22px;
  color: #454545;
  margin-left: 10px;
  vertical-align: -1px;
}
.ads_magazine .parts01 {
  position: relative;
}

.ads_magazine .parts01 img {
  float: left;
  margin: 2px 8px 0 0;
}
.ads_magazine .parts02 {
  margin-top: 9px;
}

.ads_magazine .parts02 > p {
  line-height: 17px;
  margin: 15px auto 15px;
}

.ads_magazine .secondary-box {
  margin-top: 25px;
}
.ads_magazine .inner_left_box {
  float: left;
}

.ads_magazine .inner_left_box.mr25 {
  /* height: 200px; */
  overflow: hidden;
  margin-bottom: 30px;
}

.ads_magazine .inner_right_box {
  float: right;
  width: 352px;
}

.ads_magazine .inner_right_box .title {
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
}

.ads_magazine .inner_right_box .description {
  font-size: 13px;
  line-height: 160%;
}

.ads_magazine .inner_right_box2 {
  float: right;
  width: 415px;
}

.ads_magazine .inner_right_box2 .title {
  font-size: 20px;
  margin: 5px 0;
  font-weight: bold;
}

.ads_magazine .inner_right_box2 .description {
  font-size: 13px;
  line-height: 160%;
  margin-top: 20px;
}

.ads_magazine .inner_right_box_secondary .title {
  font-size: 24px;
  margin: 0 0 20px;
}

.ads_magazine .inner_right_box_secondary .description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  width: 390px;
  float: left;
}
.ads_magazine .module3 {
  margin: 20px auto 20px;
  float: right;
  color: #ff8f17;
}

.ads_magazine .module3 i {
  float: right;
  margin: 2px 1px 0 10px;
}
.ads_magazine .module3 p {
  font-size: 16px;
}
.ads_magazine .aligncenter,
.ads_magazine .alignnone,
.ads_magazine .page-after-content {
  clear: both;
}
.ads_magazine h1,
.ads_magazine h2,
.ads_magazine h3,
.ads_magazine h4,
.ads_magazine h5,
.ads_magazine h6 {
  margin: 0;
}

.ads_magazine h1 {
  font-size: 24px;
  padding: 10px 0 3px 0;
}

.ads_magazine h2 {
  font-size: 22px;
  padding: 0px 0 0 0;
}

.ads_magazine h3 {
  font-size: 20px;
  padding: 8px 0 5px 0;
}

.ads_magazine h4 {
  font-size: 18px;
  padding: 2px 0 1px 0;
}

.ads_magazine h5 {
  font-size: 16px;
  padding: 2px 0 1px 0;
}

.ads_magazine h6 {
  font-size: 14px;
  padding: 2px 0 1px 0;
}
.ads_magazine .table-normal {
  border-collapse: collapse;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  line-height: 1.5;
}

.ads_magazine .table-normal a {
  color: #008e8f;
}

.ads_magazine .tit-table {
  background: #f7f7f7;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.ads_magazine .tit-cont {
  padding: 15px 10px 10px 10px;
}

.ads_magazine .cont-table {
  padding: 10px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.ads_magazine .tit-table2 {
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.ads_magazine .btn-lg {
  background-image: linear-gradient(#7dc639, #68a232);
  border: 1px solid #368941;
  border-radius: 5px;
  box-shadow: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
.ads_magazine .btn-lg:hover {
  background-image: linear-gradient(#57b948, #3e8f40);
}

.c-page-movie__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.c-page-movie__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
