@charset "UTF-8";
/*	reset
-----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

#header .utility .inner::after, #footer .pagetop::after, .list_atok dd ul::after, .column::after, .imge_left::after, .btn_02 .list::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*	base
-----------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-size: 100%;
  line-height: 1.75;
  font-weight: 500;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  background: #efefef;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 300px;
  width: 100%;
}
body img {
  vertical-align: baseline;
  height: auto;
  width: 100%;
}
body .pc_del {
  margin: 0 -1px;
}
body .pc_del img {
  max-width: 902px !important;
}
body .sp_del {
  display: none;
}
body sup {
  font-size: 0.875rem;
  line-height: 1.71429;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  body {
    height: 100%;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
  body .pc_del {
    display: none;
  }
  body .sp_del {
    text-align: center;
    display: block;
  }
  body .sp_del img {
    max-width: 435px !important;
  }
  body br {
    display: none;
  }
  body .visual .lead br {
    display: block;
  }
  body .hdg2_01 br, body .hdg3_01 br {
    display: block !important;
  }
  body sup {
    font-size: 0.75rem;
    line-height: 1.66667;
  }
}

a {
  transition: all 0.3s;
  color: #333333;
  text-decoration: none;
}
a:link, a:visited {
  color: #333333;
}
a:hover, a:focus {
  opacity: .7;
  color: #f39800;
}

button {
  transition: all 0.3s;
  display: block;
}
button:hover, button:focus {
  opacity: .7;
}

/*	header
-----------------------------------------*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 300px;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  #header {
    background: #333333;
  }
}
#header .logo {
  background: #333333;
  text-align: center;
  padding: 14px 10px 16px 10px;
}
#header .logo a {
  display: block;
}
#header .logo img {
  vertical-align: middle;
  max-width: 210px;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    display: block;
    padding: 0;
    margin: 0 50px;
  }
  #header .logo a {
    padding: 11px 0 13px 0;
  }
  #header .logo img {
    max-width: 126px;
  }
}
#header .utility {
  border-bottom: #cccccc 1px solid;
  padding: 0 10px;
  background: #ffffff;
  min-height: 94px;
}
@media only screen and (max-width: 768px) {
  #header .utility {
    border-bottom: 0;
    filter: none;
    position: fixed;
    padding: 0;
    top: 0;
    right: 0;
    min-height: 0;
  }
  #header .utility#js-menu-content.open {
    background: #000000;
    padding-bottom: 10px;
    height: 100%;
    width: 100%;
  }
  #header .utility#js-menu-content.open .inner {
    display: block;
    padding: 48px 20px 10px 20px;
    height: 100%;
    width: 100%;
  }
}
#header .utility #js-menu-btn {
  font-size: 0.625rem;
  line-height: 1.4;
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .utility #js-menu-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    padding: 7px 0;
    color: #ffffff;
    z-index: 999;
  }
  #header .utility #js-menu-btn::before {
    content: "";
    display: block;
    background: #ffffff;
    height: 2px;
    width: 16px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -8px;
  }
  #header .utility #js-menu-btn span {
    text-align: center;
    vertical-align: bottom;
    display: block;
    padding-top: 21px;
    position: relative;
  }
  #header .utility #js-menu-btn span::before, #header .utility #js-menu-btn span::after {
    transition: all .2s;
    content: "";
    display: block;
    background: #ffffff;
    height: 2px;
    width: 16px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
  }
  #header .utility #js-menu-btn span::before {
    top: 10px;
  }
  #header .utility #js-menu-btn span::after {
    top: 15px;
  }
}
#header .utility #js-menu-btn.open::before {
  content: none;
}
#header .utility #js-menu-btn.open span::before {
  will-change: transform;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .utility #js-menu-btn.open span::after {
  will-change: transform;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
#header .utility .inner {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-left: 175px;
}
@media only screen and (max-width: 768px) {
  #header .utility .inner {
    margin-top: -450px;
    opacity: 0;
  }
}
#header .utility .inner .menu {
  float: right;
}
#header .utility .inner .menu .link {
  display: table;
  table-layout: fixed;
  position: relative;
}
#header .utility .inner .menu .link::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
#header .utility .inner .menu .link > li {
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  position: relative;
}
#header .utility .inner .menu .link > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
#header .utility .inner .menu .link > li > a {
  display: inline-block;
  padding: 12px 10px;
  vertical-align: middle;
}
#header .utility .inner .menu .link > li.current > a {
  position: relative;
  color: #999999;
}
#header .utility .inner .menu .link > li.current > a::before {
  content: "";
  display: block;
  background: #f39800;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#header .utility .inner .menu .link > li.current > a:hover, #header .utility .inner .menu .link > li.current > a:focus {
  opacity: 1;
}
#header .utility .inner .menu .link > li .child {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding-left: 22px;
}
#header .utility .inner .menu .link > li .child::before, #header .utility .inner .menu .link > li .child::after {
  content: "";
  display: block;
  background: #cfcfcf;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 10px;
}
#header .utility .inner .menu .link > li .child::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}
#header .utility .inner .menu .link > li .child::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -11px;
}
#header .utility .inner .menu .link > li .child > li {
  font-size: 0.8125rem;
  line-height: 1.69231;
  display: table-cell;
}
#header .utility .inner .menu .link > li .child > li a {
  display: inline-block;
  padding: 13px 10px;
}
#header .utility .inner .menu .link > li .child > li.current > a {
  position: relative;
  color: #999999;
}
#header .utility .inner .menu .link > li .child > li.current > a::before {
  content: "";
  display: block;
  background: #f39800;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header .utility .inner .menu .link > li .child > li.current > a:hover, #header .utility .inner .menu .link > li .child > li.current > a:focus {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #header .utility .inner .menu {
    float: none;
  }
  #header .utility .inner .menu .link {
    position: static;
    display: block;
    table-layout: auto;
    padding: 0 20px;
  }
  #header .utility .inner .menu .link li.current a {
    color: #ffffff;
  }
  #header .utility .inner .menu .link li.current a::before {
    content: none;
  }
  #header .utility .inner .menu .link::before {
    content: none;
  }
  #header .utility .inner .menu .link > li {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 0 7px;
    border: #666666 1px solid;
  }
  #header .utility .inner .menu .link > li::before {
    content: none;
  }
  #header .utility .inner .menu .link > li a {
    display: block;
    color: #ffffff;
    margin: 0 auto;
    padding: 12px 0;
  }
  #header .utility .inner .menu .link > li a:focus, #header .utility .inner .menu .link > li a:hover {
    opacity: 1;
  }
  #header .utility .inner .menu .link > li .child {
    display: block;
    padding-bottom: 7px;
    padding-left: 0;
    position: static;
  }
  #header .utility .inner .menu .link > li .child::before, #header .utility .inner .menu .link > li .child::after {
    content: none;
  }
  #header .utility .inner .menu .link > li .child li {
    display: block;
    width: 100%;
  }
  #header .utility .inner .menu .link > li .child li + li {
    margin-top: 1px;
  }
  #header .utility .inner .menu .link > li .child li a {
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#554c4c4c,endColorstr=#554c4c4c);
    background: rgba(76, 76, 76, 0.5);
  }
  #header .utility .inner .menu .link > li .child li a:not(:target) {
    filter: none;
  }
  #header .utility .inner .menu .link > li .child > li.current > a {
    position: static;
    color: #ffffff;
  }
  #header .utility .inner .menu .link > li .child > li.current > a::before {
    content: none;
  }
  #header .utility .inner .menu .link > li .child > li.current > a:hover, #header .utility .inner .menu .link > li .child > li.current > a:focus {
    opacity: 1;
  }
}
@media only screen and (max-width: 792px) {
  #header .utility .inner .menu .link > li {
    font-size: 0.875rem;
    line-height: 1.57143;
  }
  #header .utility .inner .menu .link > li .child li {
    font-size: 0.75rem;
    line-height: 1.83333;
  }
  #header .utility .inner .dm200-head_bottom {
    width: 494px!important;
  }
  #header .utility .inner .dm200-head_bottom .dm200-head-note {
    font-size: 0.875rem;
    line-height: 1.57143;
  }
}
#header .utility .inner .sns {
  height: 20px;
  display: table;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
#header .utility .inner .sns li {
  display: table-cell;
  vertical-align: middle;
  height: 20px;
  line-height: 1;
}
#header .utility .inner .sns li#facebook {
  padding-left: 8px;
}
#header .utility .inner .sns li#facebook iframe {
  border: none;
  overflow: hidden;
  width: 105px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  #header .utility .inner .sns {
    position: static;
    margin-top: 21px;
    width: 100%;
    text-align: center;
    display: block;
  }
  #header .utility .inner .sns li {
    display: inline-block;
  }
}
#header .utility .inner .dm200-head_bottom {
  position: absolute;
  width: 527px;
  top: 48px;
  right: 0;
  margin-top: 10px;
}
#header .utility .inner .dm200-head_bottom .dm200-head-note li {
  color: #e90f0f;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #header .utility .inner .dm200-head_bottom {
    display: none;
  }
}

/*	content
-----------------------------------------*/
.content {
  clear: both;
  display: block;
  padding-top: 152px;
  padding-bottom: 40px;
}
.content .visual + .area_01 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .content {
    padding-top: 48px;
  }
}
.content .area_01 {
  padding: 0 10px;
}
.content .area_01 + .area_01 .inner {
  margin-top: 20px;
}
.content .area_01 .inner {
  padding-bottom: 60px;
  margin: 60px auto 0 auto;
  max-width: 980px;
  text-align: center;
}
.content .area_01 .hdg2_01 {
  font-size: 2.125rem;
  line-height: 1.47059;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000000;
}
.content .area_01 .hdg2_01 + p {
  font-size: 1.125rem;
  line-height: 1.66667;
  margin-top: 12px;
}
.content .area_01 .img_01 {
  margin-top: 40px;
  line-height: 1;
}
.content .area_01 .img_01 img {
  max-width: 800px;
}
.content .area_01 .btn_01 {
  margin-top: 40px;
}
.content .area_01 .btn_01 a {
  border-radius: 2px;
  box-shadow: 0 8px 12px rgba(4, 0, 0, 0.18);
  background: #333333;
  padding: 17px 36px 13px 28px;
  color: #ffffff;
  display: inline-block;
  min-width: 470px;
  position: relative;
}
.content .area_01 .btn_01 a::before {
  content: "";
  display: block;
  background: url(/pomera/dm200/common/images/icon_01.png) no-repeat center center;
  position: absolute;
  top: 50%;
  height: 11px;
  width: 11px;
  margin-top: -5px;
  right: 12px;
}
.content .area_01 .btn_01 a:hover, .content .area_01 .btn_01 a:focus {
  background: #f39800;
  opacity: 1;
}
.content .area_01 .hdg3_01 {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #000000;
}
.content .area_01 .hdg3_01 + p {
  margin-top: 12px;
}
.content .area_01 .img_01 {
  margin-top: 40px;
  line-height: 1;
}
.content .area_01 .img_01 img {
  max-width: 800px;
}
.content .area_01 .box_01 {
  margin-top: 40px;
  background: #ffffff;
  padding: 40px;
  text-align: left;
}
.content .area_01 .box_01 .img_01 img {
  max-width: 100%;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .content .area_01 {
    padding: 0 20px;
  }
  .content .area_01 + .area_01 .inner {
    margin-top: 40px;
  }
  .content .area_01 .hdg2_01 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .content .area_01 .hdg2_01 br {
    display: none;
  }
  .content .area_01 .hdg2_01 + p {
    font-size: 0.875rem;
    line-height: 1.71429;
  }
  .content .area_01 .inner {
    padding: 0;
    margin-top: 40px;
  }
  .content .area_01 .box_01 {
    margin: 28px -10px 0 -10px;
    padding: 28px 20px;
  }
  .content .area_01 .img_01 {
    margin-top: 28px;
  }
  .content .area_01 .btn_01 {
    margin-top: 28px;
    min-width: 100%;
  }
  .content .area_01 .btn_01 a {
    font-size: 1rem;
    line-height: 1.75;
    min-width: 100%;
    width: 100%;
  }
  .content .area_01 .box_01 {
    margin: 28px -10px 0 -10px;
    padding: 28px 20px;
  }
  .content .area_01 .box_01 .hdg3_01 {
    font-size: 1.125rem;
    line-height: 1.55556;
  }
  .content .area_01 .box_01 .hdg3_01 + p {
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-top: 6px;
  }
  .content .area_01 .hdg3_01 {
    font-size: 1.125rem;
    line-height: 1.55556;
  }
  .content .area_01 .hdg3_01 + p {
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-top: 12px;
  }
}
.content .area_02, .content .area_03 {
  border-top: #cccccc 1px solid;
  padding: 0 10px;
  margin-top: 60px;
}
.content .area_02 .inner, .content .area_03 .inner {
  padding-top: 60px;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}
.content .area_02 .hdg2_01, .content .area_03 .hdg2_01 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000000;
}
.content .area_02 .hdg2_01 + p, .content .area_03 .hdg2_01 + p {
  font-size: 1.125rem;
  line-height: 1.66667;
  margin-top: 12px;
}
.content .area_02 .hdg3_01, .content .area_03 .hdg3_01 {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #000000;
}
.content .area_02 .hdg3_01 + p, .content .area_03 .hdg3_01 + p {
  font-size: 1.125rem;
  line-height: 1.66667;
  margin-top: 12px;
}
.content .area_02 .img_01, .content .area_03 .img_01 {
  margin-top: 40px;
  line-height: 1;
}
.content .area_02 .img_01 img, .content .area_03 .img_01 img {
  max-width: 800px;
}
.content .area_02 .box_01, .content .area_03 .box_01 {
  margin-top: 40px;
  background: #ffffff;
  padding: 40px;
  text-align: left;
}
.content .area_02 .box_01 .img_01 img, .content .area_03 .box_01 .img_01 img {
  max-width: 100%;
  margin-top: 0;
}
.content .area_02 .btn_01, .content .area_03 .btn_01 {
  margin-top: 40px;
}
.content .area_02 .btn_01 a, .content .area_03 .btn_01 a {
  border-radius: 2px;
  box-shadow: 0 8px 12px rgba(4, 0, 0, 0.18);
  background: #333333;
  padding: 17px 36px 13px 28px;
  color: #ffffff;
  display: inline-block;
  min-width: 470px;
  position: relative;
}
.content .area_02 .btn_01 a::before, .content .area_03 .btn_01 a::before {
  content: "";
  display: block;
  background: url(/pomera/dm200/common/images/icon_01.png) no-repeat center center;
  position: absolute;
  top: 50%;
  height: 11px;
  width: 11px;
  margin-top: -5px;
  right: 12px;
}
.content .area_02 .btn_01 a:hover, .content .area_03 .btn_01 a:hover, .content .area_02 .btn_01 a:focus, .content .area_03 .btn_01 a:focus {
  background: #f39800;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .content .area_02, .content .area_03 {
    margin-top: 40px;
    padding: 40px 20px 0 20px;
  }
  .content .area_02 .hdg2_01, .content .area_03 .hdg2_01 {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: -.5px;
  }
  .content .area_02 .hdg2_01 br, .content .area_03 .hdg2_01 br {
    display: none;
  }
  .content .area_02 .hdg2_01 + p, .content .area_03 .hdg2_01 + p {
    font-size: 0.875rem;
    line-height: 1.71429;
  }
  .content .area_02 .hdg3_01, .content .area_03 .hdg3_01 {
    font-size: 1.125rem;
    line-height: 1.55556;
  }
  .content .area_02 .hdg3_01 + p, .content .area_03 .hdg3_01 + p {
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-top: 12px;
  }
  .content .area_02 .inner, .content .area_03 .inner {
    padding: 0;
    margin-top: 0;
  }
  .content .area_02 .img_01, .content .area_03 .img_01 {
    margin-top: 20px;
  }
  .content .area_02 .box_01, .content .area_03 .box_01 {
    margin: 28px -10px 0 -10px;
    padding: 28px 20px;
  }
  .content .area_02 .box_01 .hdg3_01, .content .area_03 .box_01 .hdg3_01 {
    font-size: 1.125rem;
    line-height: 1.55556;
  }
  .content .area_02 .box_01 .hdg3_01 + p, .content .area_03 .box_01 .hdg3_01 + p {
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-top: 6px;
  }
  .content .area_02 .btn_01, .content .area_03 .btn_01 {
    margin-top: 28px;
    min-width: 100%;
  }
  .content .area_02 .btn_01 a, .content .area_03 .btn_01 a {
    font-size: 1rem;
    line-height: 1.75;
    min-width: 100%;
    width: 100%;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.center {
  text-align: center !important;
}

/*	footer
-----------------------------------------*/
#footer .pagetop {
  padding: 0 20px;
}
#footer .pagetop a {
  float: right;
  background: #919191;
  border-radius: 120px;
  display: block;
  position: relative;
}
#footer .pagetop a::before {
  content: "";
  display: block;
  border-top: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -3px;
  margin-right: -8px;
}
#footer .pagetop a span {
  overflow: hidden;
  position: relative;
  text-indent: -999em;
  display: block;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  #footer .pagetop {
    background: #cccccc;
  }
  #footer .pagetop a {
    float: none;
    background: none;
    border-radius: 0;
  }
  #footer .pagetop a::before {
    border-color: #333333;
  }
}
#footer .inner {
  text-align: center;
  background: #333333;
  padding: 20px;
  margin-top: 20px;
}
#footer .inner .sitemap {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
#footer .inner .sitemap .link {
  text-align: center;
  width: 100%;
}
#footer .inner .sitemap .link li {
  display: inline-block;
  border-left: #666666 1px solid;
  padding: 0 10px;
}
#footer .inner .sitemap .link li:last-child {
  border-right: #666666 1px solid;
}
#footer .inner .sitemap .link li a {
  padding: 0 10px;
  color: #ffffff;
  display: block;
}
#footer .inner .sitemap .link li a:hover, #footer .inner .sitemap .link li a:focus {
  opacity: 1;
  color: #f39800;
}
#footer .inner .logo {
  margin-top: 32px;
}
#footer .inner .logo img {
  max-width: 150px;
}
#footer .inner .copy {
  font-size: 0.875rem;
  line-height: 1.78571;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #footer .inner {
    margin-top: 0;
    padding: 20px 10px;
  }
  #footer .inner .pagetop a:hover, #footer .inner .pagetop a:focus {
    opacity: 1;
  }
  #footer .inner .sitemap .link {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
  #footer .inner .sitemap .link li {
    padding: 0 5px;
  }
  #footer .inner .copy {
    font-size: 0.75rem;
    line-height: 1.66667;
  }
}

.br_block br {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .br_block br {
    display: block !important;
  }
}

/*	visual
-----------------------------------------*/
.visual {
  padding: 121px 10px 100px 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjZWZlZmVmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjYzJjMmMyIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMjU1KSIgLz4KPC9zdmc+);
  background-image: -webkit-linear-gradient(top, #c2c2c2, #fafafa 58%, #efefef);
  background-image: linear-gradient(to bottom, #c2c2c2, #fafafa 58%, #efefef);
}
.visual .inner {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  display: table;
}
.visual .box {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}
.visual .box .lead img {
  max-width: 424px;
}
.visual .box .hdg_box {
  margin-top: 15.523%;
  text-align: center;
}
.visual .box .hdg_box h1 img {
  max-width: 420px;
}
.visual .box .hdg_box .price {
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 10px;
}
.visual .box .hdg_box .price span {
  font-size: 1.75rem;
  line-height: 0.78571;
  font-family: Arial, Helvetica, sans-serif;
}
.visual .box .hdg_box .day {
  margin-top: 5px;
  color: #f39800;
}
.visual .img {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
}
.visual .img img {
  max-width: 647px;
  max-height: 394px;
}
.visual + .area_01 .inner {
  padding-bottom: 40px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .visual {
    padding: 32px 20px 40px 20px;
    position: relative;
  }
  .visual .box {
    display: block;
    padding: 0;
  }
  .visual .box .lead {
    font-size: 1.5rem;
    line-height: 1.58333;
    text-align: center;
    margin-top: 0;
  }
  .visual .box .hdg_box {
    margin-top: 0;
    text-align: center;
  }
  .visual .box .hdg_box h1 {
    margin-top: 10px;
  }
  .visual .box .hdg_box .price {
    font-size: 0.875rem;
    line-height: 1.71429;
  }
  .visual .box .hdg_box .price span {
    font-size: 1.5rem;
    line-height: 1.08333;
  }
  .visual .box .hdg_box .day {
    font-size: 0.875rem;
    line-height: 1.71429;
  }
  .visual .img {
    display: block;
    padding: 0;
    margin-top: 16px;
    text-align: center;
  }
  .visual + .area_01 .inner {
    padding-bottom: 28px !important;
  }
}

/*	carousel_01
-----------------------------------------*/
.carousel_01 {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
.carousel_01 .view {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.carousel_01 .view ul {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  height: 380px;
}
.carousel_01 .view ul li {
  transition: all .3s;
  line-height: 1;
  vertical-align: baseline;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 380px;
  opacity: 0;
}
.carousel_01 .view ul li.current {
  opacity: 1;
  z-index: 2;
}
.carousel_01 .view ul li img {
  display: block;
}
.carousel_01 .view img {
  max-width: 860px;
}
.carousel_01 .icon {
  margin: 40px -10px 0 -10px;
}
.carousel_01 .icon ul {
  display: table;
  max-width: 860px;
  margin: 0 auto;
}
.carousel_01 .icon ul li {
  line-height: 1px;
  display: table-cell;
  padding: 0 10px;
}
.carousel_01 .icon ul li button {
  opacity: .7;
}
.carousel_01 .icon ul li button:hover, .carousel_01 .icon ul li button:focus {
  opacity: 1;
}
.carousel_01 .icon ul li.current button {
  opacity: 1;
}
.carousel_01 .js-carousel-prev {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.carousel_01 .js-carousel-prev span {
  position: relative;
  overflow: hidden;
  text-indent: -999em;
  display: block;
  height: 40px;
  width: 22px;
}
.carousel_01 .js-carousel-prev span::before {
  content: "";
  display: block;
  border-top: #333333 1px solid;
  border-left: #333333 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 9px;
}
.carousel_01 .js-carousel-next {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.carousel_01 .js-carousel-next span {
  position: relative;
  overflow: hidden;
  text-indent: -999em;
  display: block;
  height: 40px;
  width: 22px;
}
.carousel_01 .js-carousel-next span::before {
  content: "";
  display: block;
  border-top: #333333 1px solid;
  border-right: #333333 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 9px;
}
@media only screen and (max-width: 768px) {
  .carousel_01 {
    padding: 0 10px;
  }
  .carousel_01 .view {
    padding: 0 25px;
  }
  .carousel_01 .view .js-carousel-prev,
  .carousel_01 .view .js-carousel-next {
    margin-top: 0;
    height: 100%;
    top: 0;
    z-index: 10;
  }
  .carousel_01 .view .js-carousel-prev:hover,
  .carousel_01 .view .js-carousel-next:hover {
    opacity: 1;
  }
  .carousel_01 .view .js-carousel-prev span,
  .carousel_01 .view .js-carousel-next span {
    display: block;
    height: 100%;
    width: 25px;
  }
  .carousel_01 .view .js-carousel-prev span::before,
  .carousel_01 .view .js-carousel-next span::before {
    margin-top: -10px;
    top: 50%;
    height: 20px;
    width: 20px;
  }
  .carousel_01 .view .js-carousel-prev span::before {
    left: 6px;
  }
  .carousel_01 .view .js-carousel-next span::before {
    right: 6px;
  }
  .carousel_01 .view ul {
    height: 124px;
  }
  .carousel_01 .icon {
    margin: 20px -8px 0 -8px;
  }
  .carousel_01 .icon ul li {
    padding: 0 4px;
  }
  .carousel_01 .icon ul li img {
    max-width: 40px;
  }
}

/*	movie_01
-----------------------------------------*/
.movie_01 {
  background: #616161;
  margin-top: 60px;
  background: #2f3030;
}
.movie_01 .inner {
  background: #2f3030 url(/pomera/dm200/common/images/movie_bg.jpg) no-repeat center bottom;
  background-size: cover;
  display: block;
  padding: 60px 10px 60px 10px;
  color: #ffffff;
}
.movie_01 .box {
  max-width: 1180px;
  text-align: center;
  margin: 0 auto;
}
.movie_01 .box h2 {
  font-size: 1.75rem;
  line-height: 1.57143;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 15px;
}
.movie_01 .box .frame {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.movie_01 .box .frame .inner {
  position: relative;
  margin: 20px 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index: 88 !important;
}
.movie_01 .box .frame .inner iframe, .movie_01 .box .frame .inner object, .movie_01 .box .frame .inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88 !important;
}
@media only screen and (max-width: 768px) {
  .movie_01 {
    height: auto;
    padding: 0;
    margin-top: 40px;
    width: 100%;
  }
  .movie_01 .inner {
    padding: 30px 20px 30px 20px;
    background-size: cover;
  }
  .movie_01 .box h2 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

/*	list_atok
-----------------------------------------*/
.list_atok {
  display: table;
  width: 100%;
  border-bottom: #cccccc 1px solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.list_atok dt {
  vertical-align: middle;
  display: block;
  text-align: center;
  padding-right: 20px;
}
.list_atok dt img {
  max-width: 100px;
}
.list_atok dd {
  font-size: 1.125rem;
  line-height: 1.66667;
  margin: 0 auto;
  max-width: 630px;
  padding-top: 12px;
}
.list_atok dd ul {
  width: 100%;
}
.list_atok dd ul li {
  width: 50%;
  float: left;
  margin-top: 3px;
}
.list_atok dd ul li span {
  padding: 0 28px;
  display: inline-block;
  position: relative;
}
.list_atok dd ul li span::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 24px;
  background: #ffffff;
  border: #e60012 2px solid;
  position: absolute;
  top: 7px;
  left: 8px;
}
@media only screen and (max-width: 768px) {
  .list_atok {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .list_atok dt {
    display: block;
    text-align: center;
    padding: 0;
  }
  .list_atok dt img {
    min-width: auto;
    max-width: 100px;
  }
  .list_atok dd {
    font-size: 0.875rem;
    line-height: 1.71429;
    max-width: 100%;
    margin-top: 8px;
    display: block;
    padding: 0;
  }
  .list_atok dd ul {
    margin: 0 auto;
  }
  .list_atok dd ul li {
    padding-right: 0;
  }
  .list_atok dd ul li::before {
    left: 0;
  }
}

/*	link_01
-----------------------------------------*/
.link_01 a {
  text-decoration: underline;
}
.link_01 a:hover, .link_01 a:focus {
  text-decoration: none;
}
.link_01 img {
  width: 16px;
  vertical-align: middle;
}

/*	column
-----------------------------------------*/
.column {
  width: 100%;
  margin-top: 40px;
  text-align: left;
}
.column + .column {
  margin-top: 20px;
}
.column .col {
  float: left;
  width: 50%;
}
.column .col + .col {
  float: right;
  padding-right: 0;
}
.column .col .box_01 {
  margin-top: 0;
  height: 100%;
}
.column .col .box_01 .img_01 {
  margin-top: 20px;
}
.column.type1 .col {
  padding-right: 10px;
}
.column.type1 .col + .col {
  padding-right: 0;
  padding-left: 10px;
}
.column.type2 .col {
  padding-right: 20px;
}
.column.type2 .col + .col {
  padding-right: 0;
  padding-left: 20px;
}
.column.type3 {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}
.column.type3 .col {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
}
.column.type3 .col + .col {
  float: left;
}
.column.type4 .col {
  float: left;
  width: 20%;
  padding: 0;
}
.column.type4 .col .img_01 {
  margin-top: 12px;
}
.column.type4 .col .img_01 + p {
  margin-top: 12px;
}
.column.type4 .col + .col {
  float: left;
}
.column.type5 .col {
  padding-left: 20px;
  float: right;
}
.column.type5 .col + .col {
  float: left;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .column {
    margin-top: 28px;
  }
  .column + .column {
    margin-top: 10px;
  }
  .column.type1 .col, .column.type2 .col, .column.type3 .col, .column.type4 .col {
    padding: 0;
    float: none;
    width: 100%;
  }
  .column.type1 .col + .col, .column.type2 .col + .col, .column.type3 .col + .col, .column.type4 .col + .col {
    float: none;
    padding: 0;
  }
  .column.type5 .col {
    padding: 0;
    float: none;
    width: 100%;
  }
  .column.type5 .col + .col {
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  .column.type3 {
    margin: 28px 0 0 0;
  }
  .column .col {
    float: none;
    width: 100%;
    height: auto !important;
  }
  .column .col + .col {
    float: none;
    margin-top: 10px;
  }
  .column .col .box_01 {
    height: auto;
  }
}

/*	note_01
-----------------------------------------*/
.note_01 {
  font-size: 0.875rem;
  line-height: 1.85714;
  color: #666666;
  margin-top: 6px;
}
.note_01 li {
  margin-top: 3px;
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}
.note_01 li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.note_01 li a {
  text-decoration: underline;
}
.note_01 li a:hover, .note_01 li a:focus {
  text-decoration: none;
}
.note_01.left li {
  display: block;
}
@media only screen and (max-width: 768px) {
  .note_01 {
    font-size: 0.75rem;
    line-height: 1.66667;
  }
}

/*	imge_left
-----------------------------------------*/
.box_01 .imge_left {
  margin-top: 0 !important;
}

.imge_left {
  margin-top: 40px;
}
.imge_left .img {
  float: left;
  width: 33.4%;
}
.imge_left .txt {
  text-align: left;
  padding-left: 28px;
  float: right;
  width: 66.6%;
}
@media only screen and (max-width: 768px) {
  .imge_left {
    margin-top: 28px;
  }
  .imge_left .img {
    float: none;
    width: 100%;
    margin-top: 28px;
  }
  .imge_left .txt {
    padding: 0;
    float: none;
    width: 100%;
  }
}

/*	tbl_font
-----------------------------------------*/
.tbl_font {
  border-spacing: 0;
  border-collapse: separate;
  word-break: break-all;
  width: 100%;
}
.tbl_font th, .tbl_font td {
  vertical-align: middle;
}
.tbl_font th {
  text-align: right;
  width: 20%;
}
.tbl_font td {
  padding: 0 28px;
  width: 80%;
}
.tbl_font td img {
  max-width: 570px;
}
.tbl_font .top th, .tbl_font .top td {
  padding-bottom: 10px;
}
.tbl_font .bottom th, .tbl_font .bottom td {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .tbl_font th, .tbl_font td {
    display: block;
    text-align: left;
    padding: 0;
    width: 100%;
  }
  .tbl_font .top th {
    padding-bottom: 6px;
  }
  .tbl_font .top td {
    padding-bottom: 9px;
  }
  .tbl_font .bottom th {
    padding-top: 0;
    padding-bottom: 6px;
  }
  .tbl_font .bottom td {
    padding-top: 0;
  }
}

/*	btn_02
-----------------------------------------*/
.btn_02 {
  margin-top: 16px;
  overflow: hidden;
  width: 100%;
}
.btn_02 .list {
  margin: 0 -20px;
}
.btn_02 li {
  float: left;
  display: table;
  padding: 0 20px;
  margin-top: 24px;
  width: 33.33333%;
  vertical-align: middle;
  margin-bottom: 14px;
}
.btn_02 li a {
  vertical-align: middle;
  max-width: 300px;
  border-radius: 2px;
  box-shadow: 0 8px 12px rgba(4, 0, 0, 0.18);
  background: #333333;
  padding: 17px 36px 13px 28px;
  color: #ffffff;
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
}
.btn_02 li a::before {
  content: "";
  display: block;
  background: url(/pomera/dm200/common/images/icon_01.png) no-repeat center center;
  position: absolute;
  top: 50%;
  height: 11px;
  width: 11px;
  margin-top: -5px;
  right: 12px;
}
.btn_02 li a:hover, .btn_02 li a:focus {
  background: #f39800;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .btn_02 li {
    margin-top: 16px;
    float: none;
    height: auto !important;
    width: 100%;
  }
  .btn_02 li a {
    max-width: 100%;
  }
}

/*-----------------------------------------
	design
-----------------------------------------*/
/*	hdg1_01
-----------------------------------------*/
.hdg1_01 {
  color: #000000;
  text-align: center;
  padding: 41px 10px 40px 10px;
  border-bottom: #cccccc 1px solid;
}
.hdg1_01 h1 {
  font-size: 3rem;
  line-height: 1.1875;
  font-family: "Times New Roman", Times, serif;
}
.hdg1_01 h1 span {
  font-size: 1rem;
  line-height: 1.625;
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.hdg1_01 .lead {
  font-size: 1.125rem;
  line-height: 1.55556;
  margin-top: 15px;
}
.hdg1_01 .lead img {
  max-width: 100px;
}
@media only screen and (max-width: 768px) {
  .hdg1_01 {
    padding: 12px 20px;
  }
  .hdg1_01 h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .hdg1_01 h1 br {
    display: block !important;
  }
  .hdg1_01 h1 span {
    font-size: 0.875rem;
    line-height: 1.71429;
  }
  .hdg1_01 .lead {
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}

/*	visual
-----------------------------------------*/
.design .visual {
  padding: 0;
  background: none;
}
.design .visual p {
  line-height: 1;
}
.design .visual + .area_02, .design .content .visual + .area_03, .content .design .visual + .area_03 {
  border: 0;
  padding-top: 0;
}
.design .visual + .area_02 .inner, .design .content .visual + .area_03 .inner, .content .design .visual + .area_03 .inner {
  padding-top: 0;
}

/*	.area_02
-----------------------------------------*/
.design .area_02 .img_02, .design .content .area_03 .img_02, .content .design .area_03 .img_02 {
  margin-top: 40px;
  text-align: right;
}
.design .area_02 .img_02 img, .design .content .area_03 .img_02 img, .content .design .area_03 .img_02 img {
  max-width: 665px;
}
.design .area_02 .inner_02, .design .content .area_03 .inner_02, .content .design .area_03 .inner_02 {
  max-width: 1048px;
  margin: 0 auto;
  text-align: right;
}
.design .area_02 .inner_02 .img_01 img, .design .content .area_03 .inner_02 .img_01 img, .content .design .area_03 .inner_02 .img_01 img {
  max-width: 1048px;
}

.design .area_02 .img_03, .design .content .area_03 .img_03, .content .design .area_03 .img_03 {
  margin-top: 40px;
  text-align: left;
}
.design .area_02 .img_03 img, .design .content .area_03 .img_03 img, .content .design .area_03 .img_03 img {
  max-width: 936px;
}
.design .area_02 .img_05, .design .content .area_03 .img_05, .content .design .area_03 .img_05 {
  text-align: center;
}
.design .area_02 .img_05 img, .design .content .area_03 .img_05 img, .content .design .area_03 .img_05 img {
  max-width: 430px;
}
@media only screen and (max-width: 768px) {
  .design .area_02 .img_02, .design .content .area_03 .img_02, .content .design .area_03 .img_02,
  .design .area_02 .img_03,
  .design .content .area_03 .img_03,
  .content .design .area_03 .img_03,
  .design .area_02 .img_04,
  .design .content .area_03 .img_04,
  .content .design .area_03 .img_04 {
    margin-top: 28px;
  }
}

/*	.list_01
-----------------------------------------*/
.list_01 {
  display: table;
  width: 100%;
  text-align: center;
}
.list_01 li {
  display: table-cell;
}
.list_01.col2 li {
  width: 50%;
  padding-left: 20px;
}
.list_01.col2 li:first-child {
  padding-left: 0;
  padding-right: 20px;
}
.list_01.col2 li .caption {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .list_01 {
    margin-top: 0;
  }
  .list_01.col2 {
    display: block;
  }
  .list_01.col2 li {
    margin-top: 12px;
    display: block;
    padding: 0;
    width: 100%;
  }
  .list_01.col2 li:first-child {
    padding: 0;
  }
}

/*-----------------------------------------
	function
-----------------------------------------*/
/*	.area_02
-----------------------------------------*/
.function .area_02 .btn_01.pomera, .function .content .area_03 .btn_01.pomera, .content .function .area_03 .btn_01.pomera {
  text-align: center;
}
.function .area_02 .btn_01.pomera a span, .function .content .area_03 .btn_01.pomera a span, .content .function .area_03 .btn_01.pomera a span {
  width: 168px;
  display: inline-block;
  padding-left: 40px;
  background: url(/pomera/dm200/function/images/img_05.png) no-repeat center left;
}
.function .area_02 .img_05, .function .content .area_03 .img_05, .content .function .area_03 .img_05 {
  margin-top: 40px;
  text-align: center;
}
.function .area_02 .img_05 img, .function .content .area_03 .img_05 img, .content .function .area_03 .img_05 img {
  max-width: 802px;
}
.function .area_02 .img_07, .function .content .area_03 .img_07, .content .function .area_03 .img_07 {
  margin-top: 40px;
  text-align: right;
}
.function .area_02 .img_07 img, .function .content .area_03 .img_07 img, .content .function .area_03 .img_07 img {
  max-width: 980px;
}
@media only screen and (max-width: 768px) {
  .function .area_02 .img_05, .function .content .area_03 .img_05, .content .function .area_03 .img_05,
  .function .area_02 .img_06,
  .function .content .area_03 .img_06,
  .content .function .area_03 .img_06,
  .function .area_02 .img_07,
  .function .content .area_03 .img_07,
  .content .function .area_03 .img_07 {
    margin-top: 28px;
  }
  .function .area_02 .btn_01.pomera br, .function .content .area_03 .btn_01.pomera br, .content .function .area_03 .btn_01.pomera br {
    display: block;
  }
}

/*	imge_left
-----------------------------------------*/
.function .imge_left .img {
  width: 10.4%;
}
.function .imge_left .txt {
  width: 89.6%;
}
@media only screen and (max-width: 768px) {
  .function .imge_left .txt {
    width: 100%;
  }
  .function .imge_left .img {
    width: 100%;
    text-align: center;
  }
  .function .imge_left .img img {
    width: 93px;
  }
}

/*-----------------------------------------
	detail
-----------------------------------------*/
/*	.area_02
-----------------------------------------*/
.detail .area_02 .box_01 .img_02, .detail .content .area_03 .box_01 .img_02, .content .detail .area_03 .box_01 .img_02 {
  text-align: center;
}
.detail .area_02 .box_01 .img_02 img, .detail .content .area_03 .box_01 .img_02 img, .content .detail .area_03 .box_01 .img_02 img {
  max-width: 700px;
}
.detail .area_02 .box_01 .img_03, .detail .content .area_03 .box_01 .img_03, .content .detail .area_03 .box_01 .img_03 {
  text-align: center;
  display: block;
  margin-top: 12px;
}
.detail .area_02 .box_01 .img_03 img, .detail .content .area_03 .box_01 .img_03 img, .content .detail .area_03 .box_01 .img_03 img {
  max-width: 300px;
}
.detail .area_02 .box_01 .img_04, .detail .content .area_03 .box_01 .img_04, .content .detail .area_03 .box_01 .img_04 {
  text-align: center;
  display: block;
}
.detail .area_02 .box_01 .img_04 img, .detail .content .area_03 .box_01 .img_04 img, .content .detail .area_03 .box_01 .img_04 img {
  max-width: 280px;
}
.detail .area_02 .box_01 .img_05, .detail .content .area_03 .box_01 .img_05, .content .detail .area_03 .box_01 .img_05 {
  text-align: center;
}
.detail .area_02 .box_01 .img_05 img, .detail .content .area_03 .box_01 .img_05 img, .content .detail .area_03 .box_01 .img_05 img {
  max-width: 180px;
}
@media only screen and (max-width: 768px) {
  .detail .area_02 .box_01 .img_02, .detail .content .area_03 .box_01 .img_02, .content .detail .area_03 .box_01 .img_02,
  .detail .area_02 .box_01 .img_05,
  .detail .content .area_03 .box_01 .img_05,
  .content .detail .area_03 .box_01 .img_05 {
    margin-top: 28px;
  }
}

/*	column
-----------------------------------------*/
.detail .column {
  text-align: center;
}

/*-----------------------------------------
	atok
-----------------------------------------*/
/*	.column
-----------------------------------------*/
.atok .column .img_01 {
  text-align: center;
}
.atok .column .img_01 + p {
  margin-top: 17px;
}
.atok .column .img_01.type1 img {
  max-width: 282px;
}
.atok .column .img_01.type2 img {
  max-width: 276px;
}
.atok .column .img_01.type3 img {
  max-width: 356px;
}
.atok .column .img_01.type4 img {
  max-width: 406px;
}
@media only screen and (max-width: 768px) {
  .atok .column .img_01 {
    text-align: center;
  }
}

/*	.area
-----------------------------------------*/
.atok .area_02 .box_01 .img_02, .atok .content .area_03 .box_01 .img_02, .content .atok .area_03 .box_01 .img_02 {
  text-align: center;
}
.atok .area_02 .box_01 .img_02 img, .atok .content .area_03 .box_01 .img_02 img, .content .atok .area_03 .box_01 .img_02 img {
  max-width: 640px;
}

/*-----------------------------------------
	spec
-----------------------------------------*/
/*	carousel_01
-----------------------------------------*/
.spec .carousel_01 .icon ul li {
  text-align: center;
}
.spec .carousel_01 .icon button {
  display: inline-block;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.spec .carousel_01 .icon button img {
  border-radius: 120px;
  background: #ffffff;
  vertical-align: middle;
}
.spec .carousel_01 .icon span {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.71429;
  display: block;
  margin-top: 8px;
}
.spec .carousel_01 .icon .current button img {
  background: #cccccc;
}
@media only screen and (max-width: 768px) {
  .spec .carousel_01 .icon ul li button {
    border-radius: 120px;
    background: #ffffff;
    width: 40px;
    height: 40px;
  }
  .spec .carousel_01 .icon ul li button img {
    display: none;
  }
  .spec .carousel_01 .icon ul li button span {
    font-size: 0.6875rem;
    line-height: 2.18182;
    vertical-align: middle;
    margin-top: 0;
    display: inline-block;
  }
  .spec .carousel_01 .icon ul li.current button {
    background: #cccccc;
  }
}

/*	.area_02
-----------------------------------------*/
.spec .area_02 .img_04, .spec .content .area_03 .img_04, .content .spec .area_03 .img_04 {
  margin-top: 40px;
}
.spec .area_02 .img_04 img, .spec .content .area_03 .img_04 img, .content .spec .area_03 .img_04 img {
  max-width: 720px;
}
.spec .area_02 .img_04 .caption, .spec .content .area_03 .img_04 .caption, .content .spec .area_03 .img_04 .caption {
  display: none;
}
@media only screen and (max-width: 768px) {
  .spec .area_02 .img_04, .spec .content .area_03 .img_04, .content .spec .area_03 .img_04 {
    text-align: center;
    margin: 28px -20px 0 -20px;
    background: url(/pomera/dm200/spec/images/img_02_s.jpg) no-repeat center top;
    background-size: contain;
    min-height: 225px;
    height: 100%;
    padding: 0 20px;
  }
  .spec .area_02 .img_04 img, .spec .content .area_03 .img_04 img, .content .spec .area_03 .img_04 img {
    display: none;
  }
  .spec .area_02 .img_04 .caption, .spec .content .area_03 .img_04 .caption, .content .spec .area_03 .img_04 .caption {
    text-align: left;
    padding-left: 10px;
    display: block;
    width: 140px;
  }
}

/*	tbl_01
-----------------------------------------*/
.tbl_01 {
  border-spacing: 0;
  border-collapse: separate;
  word-break: break-all;
  width: 100%;
  margin-top: 40px;
  border-bottom: #cccccc 1px solid;
}
.tbl_01 th, .tbl_01 td {
  padding: 10px 20px;
  border-top: #cccccc 1px solid;
  text-align: left;
  vertical-align: top;
}
.tbl_01 th {
  background: #e0e0e0;
}
.tbl_01 th.line {
  border-left: #cccccc 1px solid;
}
.tbl_01 .w20 {
  width: 20%;
}
.tbl_01 .w33 {
  width: 33%;
}
.tbl_01 .w34 {
  width: 34%;
}
.tbl_01 .w60 {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .tbl_01 {
    margin-top: 28px;
  }
  .tbl_01 th, .tbl_01 td {
    font-size: 0.75rem;
    line-height: 1.66667;
    padding: 8px 7px;
  }
}

/*	price_01
-----------------------------------------*/
.price_01 span {
  font-size: 1.75rem;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.left {
  text-align: left !important;
}

/*# sourceMappingURL=master.css.map */
