@charset "utf-8";
html>/**/body {
  font-size: 16px;
  line-height: 1.4;
  color: #333
} /* except Win IE */
ul.none, li.none, dd.none, td.none {
  border: none!important;
  background: none!important;
  list-style: none!important;
}
li.none01 {
  border: none!important;
}
.noindent {
  margin: 0!important;
}
.drt {
  display: none
}
.err {
  color: #F00;
  margin-bottom: 10px;
}
/*link*/
a:link {
  color: #0066CC;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #832DAB;
  text-decoration: none
}
a:active, a:focus {
  color: #0066CC;
}
html {
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #FFF;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  border: none;
  min-width: 320px
}
header {
  border-bottom: 1px solid #ccc;
}
header .inner {
  height: 44px;
  background: #fff;
  clear: both;
  margin: 0 10px
}
header h1 {
  height: 18px;
  background: url(../img/pp_sprite.png) no-repeat top left;
  background-size: 224px auto;
  -webkit-background-size: 224px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin: 10px 0 0 0
}
header h1 a {
  display: block;
  height: 18px;
  width: 224px
}
header .okw_links {
  display: none
}
footer {
  border-top: 1px solid #ccc;
  background: #FFF;
  padding: 16px 0 0;
  text-align: center;
  font-size: 11px;
}
footer .corp a {
  display: block;
  width: 134px;
  height: 32px;
  background: url(http://entame.okwave.jp/common/images/cojp_logo.svg) no-repeat;
  _background: url(http://entame.okwave.jp/common/images/cojp_logo.gif) no-repeat; 
  background-size: 134px auto;
  -webkit-background-size: 134px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 8px auto 16px;
}
.btn_area {
  text-align: center;
}
.btn_area a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  position: relative;
  background-color: rgba(255, 150, 10, 1.0);
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 rgba(200, 100, 0, 1.0);
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 30px auto 20px;
  padding: 0 20px;
}
.btn_area a:hover {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  background-color: rgba(220, 120, 4, 1.0);
  box-shadow: 0 3px 0 rgba(160, 70, 0, 1.0);
}
.btn_area a:active {
  top: 3px;
  box-shadow: none;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
}
.btn_area a::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #ffffff;
}
.btn_area a::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: rgba(255, 150, 10, 1.0);
}
.btn_area a:hover::after {
  background: rgba(220, 120, 0, 1.0);
}
.btn_area a,
.btn_area a::before,
.btn_area a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main_area h1 {
  text-align: center
}
.main_area h1 span {
  overflow: hidden;
  display: none
}
.main_area h1 img {
  width: 100%;
  height: auto;
  max-width: 640px;
}
.themetop .main_area h1 span {
  display: block;
  font-size: 12px;
  padding: 8px;
  text-align: left
}
.themetop .main_area h1 img {
  display: none
}
.main_area .list {
  border-bottom: 1px solid #ccc
}
.main_area .list li {
  display: table;
  height: 32px;
  width: 100%;
}
.main_area .list li a {
  padding: 16px 25px 16px 8px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background: #f7f7f7 url(../img/arrow.png) right 50% no-repeat;
  background-size: 16px auto;
  -webkit-background-size: 16px auto;
  border-top: #e5e5e5 1px solid;
  }
.main_area .list li a span {
  margin-right: 4px;
}
.themetop .main_area .list {
  display: none
}
.footernavi {
  margin: -16px 0 0 0;
  padding: 0;
  font-size: 14px;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: #ddd 1px solid;
  border-top: #ddd 1px solid;
  background-color: #f7f7f7
}
.footernavi .prev {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 50%;
  background: #f7f7f7 url(../img/arrow_l.png) left 50% no-repeat;
  background-size: 16px auto;
  -webkit-background-size: 16px auto;
}
.footernavi .next {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 50%;
  background: #f7f7f7 url(../img/arrow.png) right 50% no-repeat;
  background-size: 16px auto;
  -webkit-background-size: 16px auto;
  border-left: #ddd 1px solid;
}
.footernavi .next a {
  display: block;
  padding: 16px 32px 16px 8px;
}
.footernavi .prev a {
  display: block;
  padding: 16px 8px 16px 32px;
}
.footernavi br {
  display: none
}
.top {
  text-align: center;
  margin: 16px 0;
  font-size: 11px
}
article {
  padding-bottom: 64px;
  position: relative;
}
/*menu*/
.menu {
  font-size: 10px;
  float: right
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  height: 44px;
  display: table
}
.menu li {
  padding-left: 8px;
  display: table-cell;
  vertical-align: middle
}
.menu li:first-child {
  padding: 0;
}
.main_area .txt_area {
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 8px 16px;
}
.cap {
  text-align: center;
  margin-top: 10px;
  color: #666666
}
section h2 {
  font-weight: bold;
  padding: 0 8px 8px
}
section h3 {
  font-weight: bold;
  margin-top: 24px;
  padding: 0 8px 4px
}
.themetop .contents_area h2 {
  color: #222;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  background: none;
  margin: 16px 8px;
  padding: 0
}
.themetop .q_list {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 12px;
  border-bottom: #ccc 2px solid;
  line-height: 1.2
}
.themetop .q_list li {
  border-top: #e3e3e3 1px solid;
}
.themetop .q_list li a {
  display: block;
  padding: 10px 24px 10px 8px;
  background: #fff url(../img/arrow_b.png) right 50% no-repeat;
  background-size: 16px auto;
  -webkit-background-size: 16px auto
}
.themetop .q_list li a span {
  font-size: 120%;
  font-weight: bold;
  color: #ff942c;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 2px;
  display: inline-block
}
.contents_area h2 {
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  background: #000;
  margin-bottom: 16px;
  padding: 8px
}
.contents_area h2 span {
  margin-right: 4px;
  font-weight: bold;
}
.contents_area p.txt_area {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  padding: 0 8px;
}
.contents_area .img_area {
  text-align: center;
  margin-bottom: 16px
}
.contents_area .img_area img {
  max-width: 300px;
  margin: 0 auto
}
.q_list {
  font-size: 14px;
  border: #ccc 1px solid;
  margin: 0 8px 32px 8px
}
.q_list li {
  border-top: #ccc 1px dotted
}
.q_list li:first-child {
  border-top: none
}
.q_list li a:link {
  padding: 8px 25px 8px 8px;
  display: block;
  text-decoration: none;
  background: url(../img/arrow.png) right 50% no-repeat;
  background-size: 16px auto;
  -webkit-background-size: 16px auto
}
.q_list li a em {
  font-style: normal;
  color: #E69E3A;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  display: inline-block;
  line-height: 21px;
  padding-right: 5px;
}
.q_list li a span {
}
a.btn, a:visited.btn {
  clear: both;
  min-height: 48px;
  line-height: 1.2;
  margin: 0 24px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #ff9900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9900), color-stop(0.00, #f9c71c));
  background: -webkit-linear-gradient(#f9c71c, #ff9900);
  background: linear-gradient(#f9c71c, #ff9900);
  position: relative;
  padding: 12px 24px 8px 16px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none
}
a:hover.btn {
  color: #fff;
  text-decoration: none
}
a.btn:before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 5px transparent solid;
  border-right-width: 0;
  border-left-color: #FFF;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
}
.box_n_btn a.btn {
  margin: 0 auto;
  padding: 0;
  line-height: 48px
}
/*BNR*/
.sml_bnr {
}
.lg_bnr {
  margin: 16px 0
}
.lg_bnr img {
  width: 300px;
  height: auto;
}
.sml_bnr a {
  display: block;
  margin: 0 auto;
  width: 320px;
}
.sml_bnr img {
  width: 320px;
  height: auto
}
.lg_bnr a {
  display: block;
  margin: 0 auto;
  width: 300px;
}
.rightad {
  display: none
}
/*SNS*/
.sns_area {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 1px solid #ccc;
  height: 64px;
  font-size: 12px;
  text-align: center;
}
.sns_area ul {
  display: inline-block;
}
.sns_area li {
  float: left;
  margin: 0 8px;
}
.sns_area .tw_icon, .sns_area .fb_icon, .sns_area .gp_icon {
  line-height: 64px;
  position: relative;
  padding-left: 36px;
}
.sns_area .tw_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 8px;
  width: 24px;
  height: 24px;
  background: url(../img/pp_sprite.png) no-repeat -26px -51px;
  background-size: 288px auto;
}
.sns_area .fb_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 8px;
  width: 24px;
  height: 24px;
  background: url(../img/pp_sprite.png) no-repeat 0 -51px;
  background-size: 288px auto;
}
.sns_area .gp_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 8px;
  width: 24px;
  height: 24px;
  background: url(../img/pp_sprite.png) no-repeat -51px -51px;
  background-size: 288px auto;
}
.pt_link {
  display: none;
}
/*theme*/
.theme_qa_area {
  overflow: hidden;
  margin-top: -8px;
  margin-bottom: 24px;
  border-bottom: #ddd 1px solid
}
.theme_qa_area h2 {
  background: #000;
  padding: 8px;
  color: #FFF;
  font-weight: bold
}
.theme_qa_area h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  background: none;
  height: auto;
  width: auto;
  margin: 0 8px;
  padding: 0
}
.theme_qa_area h3 span {
  font-size: 120%;
  color: #ff942c;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 5px;
}
.box_q_detail {
  padding: 8px;
  font-size: 14px;
  line-height: 1.6
}
.box_q_info {
  font-size: 80%;
  color: #999;
  margin: 16px 0 0 0;
  clear: both
}
.box_q_info .box_q_user {
  float: left
}
.box_q_info .box_q_data {
  float: right
}
.box_a_detail {
  background: #ecf1f7;
  margin: 8px 0 0 0;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden
}
.box_a_detail .txt_a {
  margin-top: 4px;
}
.box_a_detail_title {
  font-size: 16px;
  font-weight: bold;
  color: #000
}
.box_a_detail_title span {
  font-size: 120%;
  color: #4e8bd7;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 5px
}
.box_n {
  margin: 16px 16px 32px 16px;
  padding: 16px;
  background: #feffe7;
  clear: both;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25)
}
.box_n_title {
  font-size: 16px;
  font-weight: bold;
  color: #000
}
.txt_n {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
  color: #333
}
.box_n_btn {
  margin: 16px 0 0 0
}
.box_n iframe {
  margin-top : 10px
}
@media screen and (max-width: 400px) {
  @charset "utf-8";
  .menu {
    margin: 6px 0 0 0
  }
  .menu ul {
    height: auto;
    display: block
  }
  .menu li {
    display: block
  }
  .menu li a {
    display: block;
    line-height: 1.6
  }
  header h1 {
    background-size: 204px auto;
    -webkit-background-size: 204px auto;
    height: 16px;
  }
  header h1 a {
    height: 16px;
  }
}


@media screen and (min-width: 640px) {
  @charset "utf-8";
  a:hover {
    color: #209dd6;
    text-decoration: underline
  }
  .container {
    background: #ddd
  }
  img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
  }
  html>/**/body {
    font-size: 14px;
    line-height: 1.2;
  }
  header .inner {
    width: 610px;
    margin: 0 auto;
  }
  footer .inner {
    width: 610px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 24px;
  }
  footer .copy {
    float: left
  }
  footer .corp {
    float: right;
    margin: 0
  }
  .main_area .txt_area {
    padding: 16px;
  }
  article {
    width: 610px;
    margin: 0 auto;
    background: #fff;
  }
  .lg_bnr {
    width: 610px;
    margin: 0 auto;
    padding: 16px 0;
    background: #fff
  }
  .rightad {
    display: block;
    margin: 16px auto 32px auto;
    width: 300px
  }
  .contents_area p.txt_area {
    padding: 0 16px
  }
  .button_toggle {
    display: none
  }
  .menu {
    font-size: 14px;
  }
  .menu a {
    padding: 0 10px;
  }
  .menu a:hover {
    background: none
  }
  a.btn {
    line-height: 48px;
    padding: 0;
    text-align: center;
    margin: 0 24px
  }
  section h2 {
    padding: 0 16px 8px;
  }
  .box_n_title {
    font-size: 18px
  }
  .txt_n {
    margin-top: 10px
  }
  .btn_area img {
    width: auto;
    height: auto  
  }
}
 @media screen and (min-width: 930px) {
  @charset "utf-8";
  html>/**/body {
    font-size: 14px;
    line-height: 1.6;
  }
  .container {
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff
  }
  img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
  }
  .main_area h1 img {
    width: 608px;
    border: #ccc 1px solid;
    border-bottom: none
  }
  header .inner {
    width: 930px;
    margin: 0 auto;
    position: relative;
    padding: 12px 8px 12px 0;
    height: 36px;
  }
  footer .inner {
    width: 930px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 24px;
  }
  .pt_link {
    clear: both;
    font-size: 11px;
    display: block;
    float: right;
    margin-bottom: 24px;
  }
  header h1 {
    height: 36px;
    background: url(../img/pp_sprite.png) no-repeat;
    background-size: 436px auto;
    margin: 0
  }
  header h1 a {
    float: left;
    width: 436px;
    height: 38px;
  }
  .menu ul {
    display: block;
    height: 36px;
  }
  .menu ul li {
    line-height: 36px
  }
  article {
    margin-top: 16px;
    width: 610px;
    float: left;
    border: none;
    padding: 0;
  }
  .lg_bnr {
    width: 300px;
    border: none;
    float: right;
    margin: 16px 0 0;
    padding: 0;
  }
  .rightad {
    display: block;
    margin: 16px 0 0 0
  }
  .themetop .sns_area {
    float: right;
    width: auto
  }
  .themetop .main_area .list {
    display: block;
    clear: both
  }
  .main_area {
    margin-bottom: 24px;
  }
  .main_area .txt_area {
    padding: 16px 0 0;
    font-size: 14px;
  }
  .main_area .list {
    border: 1px solid #ccc;
    display: table
  }
  .main_area .list li {
    border-left: 1px solid #ccc;
    display: table-cell;
    width: 33%;
    vertical-align: middle;
    line-height: 1.4
  }
  .main_area .list li:first-child {
    border-left: none
  }
  .main_area .list li a span {
    margin-right: 0
  }
  .main_area .list li a {
    font-size: 14px;
    font-weight: normal;
    padding: 8px 25px 8px 8px;
    border: none;
    background: #fff url(../img/arrow.png) right 50% no-repeat;
    background-size: 16px auto;
    -webkit-background-size: 16px auto
  }
  .main_area .list li.active a {
    background: #f7f7f7 url(../img/arrow.png) right 50% no-repeat;
    background-size: 16px auto;
    -webkit-background-size: 16px auto
  }
  .main_area .list li a:visited {
    text-decoration: none;
    color: #333
  }
  .main_area .list li a:hover {
    text-decoration: underline;
  }
  .themetop .main_area h1 {
    width: 350px;
    float: left;
    margin-top: -24px;
    padding-bottom: 8px;
    line-height: 1.4
  }
  .themetop .main_area h1 span {
    display: block;
    padding: 0
  }
  .sns_area {
    position: relative;
    height: auto;
    overflow: hidden;
    border-bottom: none;
    margin-bottom: 4px;
  }
  .sns_area ul {
    float: right
  }
  .sns_area li {
    margin: 0 0 0 16px;
  }
  .sns_area .tw_icon, .sns_area .fb_icon, .sns_area .gp_icon {
    line-height: 24px;
    padding-left: 28px;
  }
  .sns_area .tw_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: url(../img/pp_sprite.png) no-repeat -19px -37px;
    background-size: 208px auto;
  }
  .sns_area .fb_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: url(../img/pp_sprite.png) no-repeat 0 -37px;
    background-size: 208px auto;
  }
  .sns_area .gp_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: url(../img/pp_sprite.png) no-repeat -38px -37px;
    background-size: 208px auto;
  }
  section#p01, section#p02, section#p03 {
    margin-bottom: 24px;
  }
  .contents_area {
    overflow: hidden;
    padding: 0;
  }
  .contents_area h2 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .themetop .contents_area h2 {
    margin: 0;
    padding: 0;
    margin: 0 -24px 8px -24px;
    width: 610px;
    font-size: 36px;
    border: none;
    background: none;
    color: #222
  }
  .themetop .q_list {
    margin: 0;
    padding: 0;
    margin: 0 -24px 8px -24px;
    width: 610px;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: none
  }
  .themetop .q_list li {
    border-top: none
  }
  .themetop .q_list li a:link {
    display: block;
    padding: 0;
    font-weight: normal;
    background: none
  }
  .themetop .q_list li a:visited {
    color: #832DAB
  }
  .contents_area .img_area {
    margin-bottom: 24px;
    float: left;
  }
  .contents_area .img_area img {
    width: 200px;
    height: auto;
  }
  .contents_area p.txt_area {
    padding: 0 0 0 16px;
    overflow: hidden;
    font-size: 13px;
  }
  /*theme*/
  .theme_qa_area {
    margin: 0 0 24px 0;
    padding: 16px;
    border: #ddd 1px solid
  }
  .box_q_detail {
    margin-top: 16px;
    padding: 0
  }
  .box_q_info {
    text-align: right;
    margin: 8px 0 0 0
  }
  .box_q_info .box_q_user {
    float: none;
    display: inline
  }
  .box_q_info .box_q_data {
    float: none;
    display: inline;
    margin-left: 10px
  }
  .box_a_detail {
    margin-top: 16px;
    padding: 10px 16px 16px 16px
  }
  .box_a_detail_title {
    font-size: 18px
  }
  .box_n {
    margin: 16px 0 0 0;
    padding: 16px;
    border: #f4e591 1px solid;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
  }
  .theme_qa_area h3 {
    font-size: 24px;
    margin: 0
  }
  section h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    background: #f0f0f0;
    height: 26px;
    line-height: 28px;
    padding: 0 0 0 20px;
    width: 588px
  }
  a.btn {
    margin: 0 auto;
    padding: 0;
    height: 48px;
    line-height: 48px
  }
  a:visited.btn {
    color: #fff;
    text-decoration: none
  }
  a:hover.btn {
    background: #fcb449;
    color: #fff;
    text-decoration: none
  }
  .q_list {
    font-size: 16px;
    border: none;
    margin: 0
  }
  .q_list li:first-child {
    border-top: none
  }
  .q_list li a:link {
    padding: 15px;
    font-weight: bold
  }
  .q_list li a:visited {
    text-decoration: none
  }
  .q_list li a:hover {
    text-decoration: underline
  }
  .q_list li a em {
    font-size: 140%;
  }
  .footernavi {
    width: 100%;
    clear: both;
    display: block;
    margin: -8px 0 0 0;
    border: none;
    background-color: #fff;
    overflow: hidden;
    line-height: 1.4
  }
  .footernavi br {
    display: block
  }
  .footernavi .next {
    display: block;
    float: right;
    width: 298px;
    border: none;
    background: none
  }
  .footernavi .prev {
    display: block;
    float: left;
    width: 298px;
    background: none
  }
  .footernavi .next a {
    padding: 12px 40px 12px 16px;
    background: #fff url(../img/arrow.png) right 50% no-repeat;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    border: #ddd 1px solid
  }
  .footernavi .prev a {
    padding: 12px 16px 12px 40px;
    background: #fff url(../img/arrow_l.png) left 50% no-repeat;
    background-size: 20px auto;
    -webkit-background-size: 20px auto;
    border: #ddd 1px solid
  }
  .sml_bnr {
    display: none
  }
}

@media screen and (min-width: 300px) and (max-width: 320px) {
  .btn_area img {
    width: 300px;
    height: auto  
  }
  .box_n_btn.btn_area img {
    width: 256px
  }
}
@media screen and (min-width: 375px) {
  .btn_area img {
    width: 365px;
    height: auto  
  }
  .box_n_btn.btn_area img {
    width: 311px
  }
}
@media screen and (min-width: 414px) {
  .btn_area img {
    width: 400px;
    height: auto  
  }
  .box_n_btn.btn_area img {
    width: 350px
  }
}
@media screen and (min-width: 500px) {
  .box_n_btn.btn_area img {
    width: 425px
  }
}


.mb00 { margin-bottom:  0px !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.mt00 { margin-top:  0px !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}

.ml00 { margin-left:  0px !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}

.mr00 { margin-right:  0px !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr20 { margin-right: 20px !important;}
.mr30 { margin-right: 30px !important;}

.clr_red {
  color: #cc0000;
}

a.no-links{
  color: #cccccc !important;
  pointer-events: none;
  cursor: default;
  text-decoration:none;
}

/* micro clearfix hack by nicolasgallagher.com/micro-clearfix-hack/ *//* Except for IE7 -> legacy15.css */ 
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both}

 @media screen and (max-width: 929px) {
  @charset "utf-8";
  .pd16_rl_mb {
    padding: 0 16px;
  }
}

.readmore-button-box a {
  background: #f6f6f6;
  background: linear-gradient(#fcfcfc, #f3f3f3);
  border: 1px solid #e6e6e6;
  color: #0066cc;
  border-radius: 5px;
  padding: 0.6em 3em;
  display: inline-block;
  font-weight: normal;
  transition: 0.2s;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.readmore-button-box a:hover {
  background: #fcfcfc;
  text-decoration: none;
}
.readmore-button-box {
  text-align: center;
  background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );
  padding-top: 4.5em;
  margin-top: -6.5em;
  position: relative;
}
.readmore-area {
  display: none;   /* デフォルトでは非表示にしておく */
}