@charset "utf-8";

/* ========================================================================================================================

	reset

======================================================================================================================== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
main,
figure {
  margin: 0;
  padding: 0;
}
table {
  font-size: 100%;
  font-family: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
select,
input,
textarea {
  font-size: 100%;
}
header,
footer,
nav,
main,
section,
article,
figure,
aside {
  display: block;
}

/* ========================================================================================================================

	ベースクラス

======================================================================================================================== */

/* clearfix
============================================================================================================ */
.clearfix,
.row {
  zoom: 1;
}
.clearfix:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
}

/* float
============================================================================================================ */
.fl {
  float: left;
}
.fr {
  float: right;
}
@media screen and (min-width: 769px), print {
  .pc_fl {
    float: left;
  }
  .pc_fr {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .sp_fl {
    float: left;
  }
  .sp_fr {
    float: right;
  }
}

/* text-align
============================================================================================================ */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
@media screen and (min-width: 769px), print {
  .pc_tal {
    text-align: left;
  }
  .pc_tac {
    text-align: center;
  }
  .pc_tar {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .sp_tal {
    text-align: left;
  }
  .sp_tac {
    text-align: center;
  }
  .sp_tar {
    text-align: right;
  }
}

/* margin
============================================================================================================ */
.m00 {
  margin: 0 !important;
}
/*.mb {margin-bottom: 1.5em !important;}*/
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb08 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
/*.mt {margin-top: 1.5em !important;}*/
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt08 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 769px), print {
  .pc_m00 {
    margin: 0 !important;
  }
  /*.pc_mb {margin-bottom: 1.5em !important;}*/
  .pc_mb00 {
    margin-bottom: 0 !important;
  }
  .pc_mb05 {
    margin-bottom: 5px !important;
  }
  .pc_mb08 {
    margin-bottom: 8px !important;
  }
  .pc_mb10 {
    margin-bottom: 10px !important;
  }
  .pc_mb15 {
    margin-bottom: 15px !important;
  }
  .pc_mb20 {
    margin-bottom: 20px !important;
  }
  .pc_mb25 {
    margin-bottom: 25px !important;
  }
  .pc_mb30 {
    margin-bottom: 30px !important;
  }
  .pc_mb35 {
    margin-bottom: 35px !important;
  }
  .pc_mb40 {
    margin-bottom: 40px !important;
  }
  .pc_mb45 {
    margin-bottom: 45px !important;
  }
  .pc_mb50 {
    margin-bottom: 50px !important;
  }
  /*.pc_mt {margin-top: 1.5em !important;}*/
  .pc_mt00 {
    margin-top: 0 !important;
  }
  .pc_mt05 {
    margin-top: 5px !important;
  }
  .pc_mt08 {
    margin-top: 8px !important;
  }
  .pc_mt10 {
    margin-top: 10px !important;
  }
  .pc_mt15 {
    margin-top: 15px !important;
  }
  .pc_mt20 {
    margin-top: 20px !important;
  }
  .pc_mt25 {
    margin-top: 25px !important;
  }
  .pc_mt30 {
    margin-top: 30px !important;
  }
  .pc_mt35 {
    margin-top: 35px !important;
  }
  .pc_mt40 {
    margin-top: 40px !important;
  }
  .pc_mt45 {
    margin-top: 45px !important;
  }
  .pc_mt50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_m00 {
    margin: 0 !important;
  }
  /*.sp_mb {margin-bottom: 1.5em !important;}*/
  .sp_mb00 {
    margin-bottom: 0 !important;
  }
  .sp_mb05 {
    margin-bottom: 5px !important;
  }
  .sp_mb08 {
    margin-bottom: 8px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_mb35 {
    margin-bottom: 35px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb45 {
    margin-bottom: 45px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  /*.sp_mt {margin-top: 1.5em !important;}*/
  .sp_mt00 {
    margin-top: 0 !important;
  }
  .sp_mt05 {
    margin-top: 5px !important;
  }
  .sp_mt08 {
    margin-top: 8px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt45 {
    margin-top: 45px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
}

/* padding
============================================================================================================ */
.p00 {
  padding: 0 !important;
}
/*.pb {padding-bottom: 1.3em !important;}*/
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb08 {
  padding-bottom: 8px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt08 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
@media screen and (min-width: 769px), print {
  .pc_p00 {
    padding: 0 !important;
  }
  /*.pc_pb {padding-bottom: 1.3em !important;}*/
  .pc_pb00 {
    padding-bottom: 0 !important;
  }
  .pc_pb05 {
    padding-bottom: 5px !important;
  }
  .pc_pb08 {
    padding-bottom: 8px !important;
  }
  .pc_pb10 {
    padding-bottom: 10px !important;
  }
  .pc_pb15 {
    padding-bottom: 15px !important;
  }
  .pc_pb20 {
    padding-bottom: 20px !important;
  }
  .pc_pb25 {
    padding-bottom: 25px !important;
  }
  .pc_pb30 {
    padding-bottom: 30px !important;
  }
  .pc_pb35 {
    padding-bottom: 35px !important;
  }
  .pc_pb40 {
    padding-bottom: 40px !important;
  }
  .pc_pb45 {
    padding-bottom: 45px !important;
  }
  .pc_pb50 {
    padding-bottom: 50px !important;
  }
  .pc_pt00 {
    padding-top: 0 !important;
  }
  .pc_pt05 {
    padding-top: 5px !important;
  }
  .pc_pt08 {
    padding-top: 8px !important;
  }
  .pc_pt10 {
    padding-top: 10px !important;
  }
  .pc_pt15 {
    padding-top: 15px !important;
  }
  .pc_pt20 {
    padding-top: 20px !important;
  }
  .pc_pt25 {
    padding-top: 25px !important;
  }
  .pc_pt30 {
    padding-top: 30px !important;
  }
  .pc_pt35 {
    padding-top: 35px !important;
  }
  .pc_pt40 {
    padding-top: 40px !important;
  }
  .pc_pt45 {
    padding-top: 45px !important;
  }
  .pc_pt50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_p00 {
    padding: 0 !important;
  }
  /*.sp_pb {padding-bottom: 1.3em !important;}*/
  .sp_pb00 {
    padding-bottom: 0 !important;
  }
  .sp_pb05 {
    padding-bottom: 5px !important;
  }
  .sp_pb08 {
    padding-bottom: 8px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_pb15 {
    padding-bottom: 15px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_pb25 {
    padding-bottom: 25px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_pb35 {
    padding-bottom: 35px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_pb45 {
    padding-bottom: 45px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_pt00 {
    padding-top: 0 !important;
  }
  .sp_pt05 {
    padding-top: 5px !important;
  }
  .sp_pt08 {
    padding-top: 8px !important;
  }
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pt15 {
    padding-top: 15px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pt25 {
    padding-top: 25px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pt35 {
    padding-top: 35px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pt45 {
    padding-top: 45px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
}

/* font size
============================================================================================================ */
.fz10 {
  font-size: 10px;
  font-size: 1rem;
}
.fz11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.fz12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.fz13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.fz14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.fz15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.fz16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.fz17 {
  font-size: 17px;
  font-size: 1.7rem;
}
.fz18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.fz19 {
  font-size: 19px;
  font-size: 1.9rem;
}
.fz20 {
  font-size: 20px;
  font-size: 2rem;
}
.fz30 {
  font-size: 30px;
  font-size: 3rem;
}

/* ========================================================================================================================

	基本設定

======================================================================================================================== */
html {
  /*font-size: 62.5%;*/
  font-size: 16px;
}
body {
  background-color: #fff;
  /*font-size: 1.5rem;*/
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  overflow-wrap: break-word;

  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
    Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;

  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/**,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.8;
}
a[href] {
  color: #2f8cc9;
  text-decoration: none;
  outline: none;
}
/*a[href]:hover {
	text-decoration: underline;
}*/
a[href].a_reverse,
.a_reverse a[href] {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href].a_reverse:hover,
  .a_reverse a[href]:hover {
    text-decoration: underline;
  }
}
a[href^="http"],
a[href^="mailto:"] {
  /* display: inline-block; */
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

label {
  cursor: pointer;
}
input,
select,
textarea,
button {
  max-width: 100%;
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
}

button {
  cursor: pointer;
}
iframe {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.hidden {
  display: none;
}
.slick-slider * {
  outline: none;
}
@media screen and (max-width: 1025px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
      "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
      Verdana, Arial, Helvetica, sans-serif;
    /* font-size: 1.3rem; */
  }
  .gmap iframe {
    max-height: 300px;
  }
}

/* pc / sp
============================================================================================================ */
.sp,
.sps {
  display: block !important;
}
.pc {
  display: none !important;
}
.sps {
  display: block !important;
}
img.sps,
spsan.sps,
br.sps,
em.sps,
strong.sps {
  display: inline !important;
}
img.sp,
span.sp,
br.sp,
em.sp,
strong.sp {
  display: inline;
}
td.sp,
th.sp {
  display: table-cell !important;
}
.sps_non {
  display: none !important;
}
.sp_break {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 992px), print {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 640px), print {
  .pc_break {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
  }
  .pc_hidden {
    position: relative;
    overflow: hidden;
    display: block;
    height: 0;
  }
}
@media screen and (max-width: 370px) {
}

/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
  *[data-label] img {
    display: none !important;
  }
  *[data-label]::before {
    content: attr(data-label);
  }
  *[data-label-r]::after {
    display: block;
    content: attr(data-label-r);
  }
}
@media screen and (min-width: 371px) {
  *[data-label-r].spl_r_inline::after {
    display: inline;
  }
}

/* color
============================================================================================================ */
.bg_gray {
  background-color: #f7f7f7;
}

/* transition
============================================================================================================ */
@media screen and (min-width: 769px) {
  a[href],
  a[href]::before,
  a[href]::after,
  button,
  .basic_trs,
  .basic_trs::before,
  .basic_trs::after,
  .basic_trs *,
  .basic_trs *::before,
  .basic_trs *::after {
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
  }
}

/* font
============================================================================================================ */
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.ls0 {
  letter-spacing: 0;
}

/* display
============================================================================================================ */
.db {
  display: block;
}
.dib {
  display: inline-block;
}

/* hover
============================================================================================================ */
@media screen and (min-width: 769px), print {
  a.hv_wh,
  button.hv_wh,
  a .hv_wh,
  .hv_wh a {
    position: relative;
    overflow: hidden;
  }
  a.hv_wh::after,
  button.hv_wh::after,
  a .hv_wh::after,
  .hv_wh a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 3;
  }
  a[href].hv_wh:hover::after,
  button.hv_wh:hover::after,
  a[href]:hover .hv_wh::after,
  .hv_wh a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
  a[href].hv_wh.a20:hover::after,
  button.hv_wh.a20:hover::after,
  a[href]:hover .hv_wh.a20::after,
  .hv_wh.a20 a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  a[href].hv_wh.a10:hover::after,
  button.hv_wh.a10:hover::after,
  a[href]:hover .hv_wh.a10::after,
  .hv_wh.a10 a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.1);
  }

  a[href] .hv_op {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  button.hv_op:hover,
  a[href].hv_op:hover,
  a[href]:hover .hv_op,
  .hv_op a[href]:hover {
    opacity: 0.7;
  }
  a[href].hv_op.a20:hover,
  a[href]:hover .hv_op.a20,
  .hv_op.a20 a[href]:hover {
    opacity: 0.8;
  }
  a[href].hv_op.a10:hover,
  a[href]:hover .hv_op.a10,
  .hv_op.a10 a[href]:hover {
    opacity: 0.9;
  }

  a[href] .hv_zoom {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
  }
  a[href]:hover .hv_zoom {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* target
============================================================================================================ */
.target {
  display: block;
  position: relative;
  width: 1px;
  top: -90px;
}
.target.pt {
  top: -110px;
}
@media screen and (max-width: 768px) {
  .target {
    top: -60px;
  }
  .target.pt {
    top: -80px;
  }
}

/* w
============================================================================================================ */
.w,
.w1010 {
  position: relative;
  width: 100%;
  padding: 0 1.5rem;
}
.w::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 769px), print {
  .w,
  .w1010 {
    /*・width: 1010px;*/
    /* width: 100% !important; */
    min-width: initial;
  }
  /*.mw {
    min-width: 1050px;
    min-width: initial;
  }*/
}
@media screen and (min-width: 1025px), print {
  .w,
  .w1010 {
    width: 64rem;
    margin: 0 auto;
    padding: 0;
  }
  /*.mw {
    min-width: 1050px;
  }*/
}

/* spパディング
============================================================================================================ */
@media screen and (max-width: 768px) {
  /*.sp_pd {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}*/
  .sp_full {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .sp_rfull {
    margin-right: -20px !important;
  }
}
@media screen and (max-width: 370px) {
  /*.sp_pd {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}*/
  .sp_full {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .sp_rfull {
    margin-right: -15px !important;
  }
}

/* ========================================================================================================================

	モジュール

======================================================================================================================== */

/* header
============================================================================================================ */
#header,
#header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header {
    height: 3rem;
}
@media screen and (min-width: 992px), print {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1000;
  }
  #header .w {
    position: ralative;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    margin: 0 auto;
  }
  #header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 3;
  }
}

/* header logo
------------------------------------------------------------------------------------------------------------ */
#header .logo {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  font-size: 100%;
}
#header .logo a {
  display: block;
  width: 6rem;
  height: auto;
  margin: auto;
  padding: 0.75rem 0;
  text-align: center;
}
#header .logo img {
  display: block;
  height: 1.5rem;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #header .logo {
    position: relative;
    /* float: left; */
    z-index: 5;
    font-size: 100%;
  }
  #header .logo a {
    position: relative;
    display: block;
    height: 3.5rem;
    padding: 1rem 0;
  }
  #header .logo img {
    margin: 0;
  }
}

/* header navigation
------------------------------------------------------------------------------------------------------------ */
#header nav {
  position: fixed;
  top: 3rem;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #000;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transform: translateX(-110%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 900;
}
@media screen and (min-width: 993px) {
  #header nav {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: auto;
    background-color: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    overflow-y: visible;
  }
}

#header nav > ul {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #header nav > ul {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 5;
    padding-bottom: 0;
  }
}
#header nav > ul > li + li {
  border-top: 1px solid #555555;
}
@media screen and (min-width: 992px) {
  #header nav > ul > li + li {
    border-top: none;
  }
}
#header nav > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 0.72rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #header nav > ul > li {
    position: relative;
  }
  #header nav > ul > li > a {
    position: relative;
    overflow: hidden;
    display: table;
    height: 3.5rem;
    padding: 0 40px;
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-weight: normal;
  }
  #header nav > ul > li > a > * {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header nav > ul > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 0 solid #fff;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    opacity: 0.5;
  }
  #header nav > ul > li:hover {
    z-index: 3;
  }
  #header nav > ul > li:hover > a {
    background-color: #222;
  }
  #header nav > ul > li:hover > a::after {
    border-bottom-width: 2px;
  }
  #header nav > ul > li {
  }
}

#header nav .dd ul {
}
#header nav .dd ul li {
  border-top: 1px dotted #666;
}
#header nav .dd a {
  display: block;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.4;
}
#header nav .dd a:hover {
  background-color: #333;
}
@media screen and (min-width: 992px), print {
  #header nav .dd {
    position: absolute;
    top: 3.5rem;
    left: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  #header nav .dd ul {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    padding: 0;
  }
  #header nav li:hover .dd ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #header nav .dd ul li:first-child {
    border-top: none;
  }
  #header nav .dd ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #header nav .dd a {
    display: block;
    color: #fff;
    padding: 20px 40px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.88rem;
    line-height: 1.4;
  }
  #header nav .dd a:hover {
    background-color: #333;
  }
  #header nav li:last-child .dd a {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media screen and (max-width: 992px) {
  #header nav .dd {
    height: auto !important;
    background: #171717;
    text-indent: .5rem;
  }
}

/* toggle button
------------------------------------------------------------------------------------------------------------ */
#header .nav_btn {
  position: fixed;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  z-index: 1100;
}
#header .nav_btn a {
  position: relative;
  display: block;
  height: 3rem;
}
/*
@media screen and (min-width: 576px) {
  #header .nav_btn {
    width: 3.5rem;
    height: 3.5rem;
  }
  #header .nav_btn a {
    height: 3.5rem;
  }
}
*/
@media screen and (min-width: 992px) {
  #header .nav_btn {
    display: none;
  }
}
#header .nav_btn:before,
#header .nav_btn a:before,
#header .nav_btn a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  margin-top: -1px;
  margin-left: -10px;
  border-top: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header .nav_btn a:before {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}
#header .nav_btn a:after {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

/* open */
#header.open nav {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
#header.open .nav_btn a > span,
#header.open .nav_btn:before {
  opacity: 0;
}
#header.open .nav_btn a:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  border-color: #fff;
}
#header.open .nav_btn a:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  border-color: #fff;
}
/* showed */
#header.showed nav {
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

@media screen and (min-width: 1140px) {
  #header nav li:last-child .dd a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print {
  #header {
    position: absolute;
  }
}

/* footer
============================================================================================================ */
#footer {
  position: relative;
  margin-top: auto;
  padding: 0 0 2.5rem;
  background-color: #e3e3e3;
  font-size: 0.88rem;
}
#footer,
#footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  #footer {
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 2.5rem 0 4rem;
  }
}

#footer .w {
  padding: 0;
}
@media screen and (min-width: 992px), print {
  #footer .w {
    margin: 0 auto;
  }
}

/* ページトップ
-------------------------------------------------------------
#pagetop {
	position: fixed;
	overflow: hidden;
	bottom: 20px;
	right: 0;
	width: 80px;
	height: 60px;
	z-index: 100;
}
#pagetop a {
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 50px;
	right: -80px;
	background-color: #888;
	color: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-transition: right 0.3s, background 0.2s;
	-o-transition: right 0.3s, background 0.2s;
	transition: right 0.3s, background 0.2s;
}
#pagetop a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -5px 0 0 -10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: scaleY(.9) rotate(45deg);
	-ms-transform: scaleY(.9) rotate(45deg);
	-o-transform: scaleY(.9) rotate(45deg);
	transform: scaleY(.9) rotate(45deg);
}
#pagetop.show a {
	right: 20px;
}
@media screen and (min-width: 769px) {
	#pagetop a:hover {
		background-color: #ccc;
	}
	#pagetop a:hover::before {
		border-color: #000;
	}
}
@media screen and (max-width: 768px) {
	#pagetop a {
	}
	#pagetop {
		bottom: 20px;
		right: 0;
		width: 50px;
		height: 40px;
	}
	#pagetop a {
		width: 40px;
		height: 40px;
		right: -50px;
	}
	#pagetop a::before {
		width: 12px;
		height: 12px;
		margin: -5px 0 0 -7px;
		border-width: 3px 0 0 3px;
	}
	#pagetop.show a {
		right: 10px;
	}
}
@media print {
	#pagetop {
		display: none;
	}
}
*/

/* nav
------------------------------------------------------------- */
#footer nav {
  position: relative;
}
#footer nav a {
  display: block;
  color: #454545;
}
#footer nav .gnav {
  margin-bottom: 4rem;
}
#footer nav .gnav > li {
  border-bottom: 1px solid #cbcbcb;
  padding: 0 1.2rem;
}
#footer nav .gnav > li > a {
  position: relative;
  padding: .5rem 0;
  font-weight: bold;
}
#footer nav .gnav > li > a::before,
#footer nav .gnav > li > a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  width: .5rem;
  border-top: 1px solid #504f4f;
}
#footer nav .gnav > li > a::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
#footer nav .gnav > li > a.open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#footer nav .gnav .dd {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#footer nav .gnav .dd > ul {
  padding-bottom: 1.25rem;
}
#footer nav .gnav .dd a {
  padding: .25rem 0;
}

#footer nav .gnav .dd ul li ul {
    margin: -1px 0 6px;
}
#footer nav .gnav .dd ul li ul li a:before {
  content: "-";
  width:6px;
  height:1px;
  padding:0 4px 0 0;
}
#footer nav .gnav .dd ul li ul li a {
  color: #5d5d5d;
  font-size: 12px;
  line-height: 1.25;
}


/* footer sub-nav
------------------------------------------------------------- */
#footer .sp_hnav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.88rem;
  margin-top: 20px;
  /*margin-right: 60px;*/
  padding: 0 1.5rem;
}
#footer .sp_hnav li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
#footer .sp_hnav li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  border-right: 1px solid #666;
}
#footer .sp_hnav li:last-child::after {
  content: none;
}
#footer .sp_hnav a {
  display: block;
  padding: 2px 0;
  font-weight: normal;
  color: #333;
}
#footer .pc_hnav {
  display: none;
}
@media screen and (min-width: 992px), print {
  #footer .sp_hnav {
    display: none;
  }
}

/* language select
------------------------------------------------------------- */
#footer .lang {
  position: relative;
  z-index: 3;
  padding: 0 1.5rem;
}
#footer .lang a {
  padding: 0.25rem 1.5rem;
  background-color: #ccc;
  white-space: nowrap;
}
@media screen and (min-width: 992px), print {
  #footer .lang {
    position: absolute;
    right: 1rem;
    bottom: -2px;
    padding: 0;
  }
  #footer .lang a {
    padding-left: 0.25rem;
  }
  #footer .lang a:hover {
    background-color: #bbb;
  }
}
#footer .lang dt {
  display: inline-block;
  position: relative;
  text-align: right;
  padding-right: 20px;
  cursor: pointer;
}
#footer .lang dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .lang dd {
  position: absolute;
  top: 42px;
  left: 0;
  right: auto;
  /* right: 0; */
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#footer .lang.t dd {
  top: auto;
  bottom: 42px;
}
#footer .lang span {
  display: inline-block;
  padding-left: 30px;
  padding-top: 2px;
  background-position: 0;
  background-repeat: no-repeat;
  -webkit-background-size: 25px;
  background-size: 25px;
}
#footer .lang dt span {
  line-height: 40px;
}
#footer .lang span.ja {
  background-image: url(../images/lang_ico_ja.png);
}
#footer .lang span.en {
  background-image: url(../images/lang_ico_en.png);
}
#footer .lang span.tw {
  background-image: url(../images/lang_ico_tw.png);
}


@media screen and (min-width: 992px), print {
  #footer nav .gnav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: auto;
  }
  #footer nav .gnav > li {
    min-width: 20%;
    /*padding-right: 20px;*/
    border-bottom: 0;
  }
  #footer nav .gnav > li > a {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #footer nav .gnav > li > a::before,
  #footer nav .gnav > li > a::after {
    display: none;
  }
  #footer nav .gnav .dd {
    overflow: visible;
    height: auto;
  }
  #footer nav .gnav .dd > ul {
    padding-bottom: 0;
  }
  #footer nav .pc_hnav {
    margin-top: 40px;
    padding: 1.25rem 1rem;
    border-top: 1px solid #bbbbbb;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #footer nav .pc_hnav li + li {
    position: relative;
    margin-left: 60px;
  }
  #footer nav .pc_hnav li + li::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: -30px;
    border-left: 1px solid #666;
  }
}

/* small
------------------------------------------------------------- */

#footer small {
  margin-top: 10px;
  padding: 0 1.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #888;
}
@media screen and (min-width: 992px) {
  #footer small {
    display: block;
    margin-top: 20px;
    padding: 0;
    font-size: .88rem;
    font-weight: normal;
    color: #000;
  }
}

/* container
============================================================================================================ */
#container {
  position: relative;
  /*padding-top: 3rem;*/
}

@media screen and (min-width: 992px) {
  #container {
    padding-top: 3.5rem;
  }
}


/* local-header
------------------------------------------------------------- */

.page_title {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  height: 4rem;
  background-color: #161616;
  color: #fff;
}
.page_title a {
  color: #fff;
}
.page_title h1 {
  font-weight: normal;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .page_title {
    height: 5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /* border-bottom: 1px solid #4c4c4c; */
  }
  .page_title h1 {
    font-size: 1.25rem;
  }
}
.page_title.has_nav {
  line-height: 1.5;
  font-size: 0.75rem;
  width: 100%;
}
.page_title.has_nav > .w {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
}
.page_title.has_nav > .w::after {
  content: none;
}
.page_title.has_nav p {
  display: none;
}
@media screen and (min-width: 992px), print {
  .page_title.has_nav {
    height: 5rem;
  }
  .page_title.has_nav > .w {
    width: 64rem;;
    margin: 0 auto;
  }
  .page_title.has_nav p {
    display: block;
  }
}
.page_title.has_nav > .w > *:fisrt-child {
  width: 50%;
}


@media screen and (min-width: 992px) {
  .page_title.has_nav .pc .form_button a {
    background: #ffaa00;
    color: #111;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 18px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px, rgba(0, 0, 0, 0.5) 0px 2px 3px,
      rgba(0, 0, 0, 0.5) 0px 5px 6px, rgba(0, 0, 0, 0.5) 0px 7px 10px,
      rgba(0, 0, 0, 0.5) 0px 10px 15px, rgba(0, 0, 0, 0.5) 0px 13px 21px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px,
      rgba(0, 0, 0, 0.5) 0px 2px 3px, rgba(0, 0, 0, 0.5) 0px 5px 6px,
      rgba(0, 0, 0, 0.5) 0px 7px 10px, rgba(0, 0, 0, 0.5) 0px 10px 15px,
      rgba(0, 0, 0, 0.5) 0px 13px 21px !important;
  }
  .page_title.has_nav ul {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    font-size: 0.88rem;
    align-items: center;
  }
  .page_title.has_nav ul li {
    padding: 0 1rem;
  }
}

/* local-contents
------------------------------------------------------------- */

#pageContents {
  padding: 0 1.5rem 3rem;
}
.under_page_index #pageContents {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 992px), print {
  #pageContents {
    padding-bottom: 6rem;
  }
  .under_page_index #pageContents {
    width: auto;
  }
}
@media screen and (max-width: 1080px) {
  #pageContents {
    width: calc(100% - 3rem);
  }
}

/* ========================================================================================================================

	トップページ

======================================================================================================================== */

.page_index #container {
  padding-top: 0;
}

.page_index #header .logo {
  background-color: rgba(0, 0, 0, 1);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.page_index #header.open .logo {
  background-color: rgba(0, 0, 0, 1);
}
.page_index.scroll #header .logo {
  background-color: rgba(0, 0, 0, 1);
}

@media screen and (min-width: 992px), print {
  .page_index #header .logo {
    background: none;
  }
  .page_index #header::before {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .page_index.scroll #header::before {
    opacity: 1;
  }
}
/* 2020.11.13
#indexMain {
  margin-bottom: 0.25rem;
}*/
#indexMain > * {
  background-position: 50%;
  height: 60vh;
  max-height: 100vh;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}
#indexMain > .pc {
  display: none !important;
}
#indexMain > .sp {
  display: block !important;
}

/* @media screen and (min-width: 992px), print { */
@media screen and (min-width: 640px), print {
  #indexMain > * {
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #indexMain > .pc {
    display: block !important;
  }
  #indexMain > .sp {
    display: none !important;
  }
  #indexMain > a[href]:hover {
    opacity: 0.8;
  }
}

#indexBnr > * {
  display: block;
  /* height: 500px; */
  height: 60vh;
  background-position: 50%;
  background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* @media screen and (min-width: 992px), print { */
@media screen and (min-width: 640px), print {
  #indexBnr a[href]:hover {
    opacity: 0.8;
  }
}

/* index-links
------------------------------------------------------------- */

#indexLink {
  padding: 2rem 0 3rem;
}
#indexLink img {
  max-width: 100%;
}
#indexLink ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  padding: 0 1.5rem;
  background-attachment: fixed;
}
#indexLink ul li {
  flex: 1 1 40vw;
  max-width: 40vw;
  margin: 0 0 1.5rem;
}
#indexLink a[href]:hover {
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  #indexLink {
    max-width: 80rem;
    margin: auto;
  }
  #indexLink ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  #indexLink ul li {
    flex: 1;
    max-width: initial;
    width: 25%;
    margin: 0 1rem 0;
  }
}

/* ========================================================================================================================

	事例トップページ

======================================================================================================================== */
.case_index_list {
  background-color: #efefef;
}
.case_index_list .case {
  position: relative;
  background-color: #fff;
}
.case_index_list .case .ph {
  margin-bottom: 15px;
  text-align: center;
}
.case_index_list .case .ph img {
  max-width: 100%;
}
.case_index_list .case h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 1.35;
}
.case_index_list .case h3::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -4px;
  width: 30px;
  height: 30px;
  background: url(../service/one/case/images/common/prd-list.png) no-repeat 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .case_index_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 20px 0;
  }
  .case_index_list .case {
    position: relative;
    width: calc(33.33% - 20px);
    margin-left: 20px;
    padding: 21px 21px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case_index_list .case .more {
    position: absolute;
    bottom: 21px;
    left: 21px;
  }
  .case_index_list .case:nth-child(3) ~ .case {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .case_index_list {
    padding: 20px;
  }
  .case_index_list .case {
    position: relative;
    padding: 20px;
  }
  .case_index_list .case .more {
    margin-top: 10px;
  }
  .case_index_list .case + .case {
    margin-top: 20px;
  }
}
@media screen and (max-width: 370px) {
  .case_index_list {
    padding: 15px;
  }
  .case_index_list .case {
    padding: 15px;
  }
  .case_index_list .case + .case {
    margin-top: 15px;
  }
}

/* ========================================================================================================================

	移植

======================================================================================================================== */
.FloatLeft {
  float: left;
}
.FloatRight {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/*---------------------------------------------------------------
PageBute
---------------------------------------------------------------*/

.content-nav {
  margin: 40px 0px 20px 0px;
}
.content-nav ul li {
  list-style-type: none;
  border: 1px solid #e2e2d8;
  font-size: 12px;
  padding: 7px 0px;
  margin: 4px;
  display: inline;
}
.content-nav ul li a {
  text-decoration: none;
  padding: 7px 7px;
  color: #4d678c;
}
.content-nav ul li a:hover {
  color: #b7a5b1;
  border: 1px solid #b7a5b1;
  color: #b7a5b1;
}
.content-nav ul li a:visited {
  color: #4d678c;
}
.content-nav ul span.current_page {
  padding: 7px 7px;
  color: #fff;
  background-color: #ddd;
}

.fixed {
  left: 0;
  position: fixed;
  top: 22px;
}
.subject a:link {
  color: #313131 !important;
}
.subject a:visited {
  color: #313131 !important;
}
.subject a:hover {
  color: #2f8cc9 !important;
  text-decoration: none;
}

#sub-nav-selector-container {
  width: auto;
  min-width: 14rem;
  max-width: 50%;
}
@media screen and (max-width: 351px) {
#sub-nav-selector-container {
  min-width: 10rem;
}
}

#sub-nav-selector {
  -moz-appearance: none;
  background: url("/jp/images/common/icon_arrow_bottom.svg") no-repeat scroll
    right 5px center / auto 100%;
  background-size: 16px 10px;
  border: none;
  border-bottom: 1px solid #888;
  border-radius: 0;
  color: #b3b3b3;
  font-size: 13px;
  padding: 5px 50px 5px 5px;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
}
#sub-nav-selector-container dt {
  background: url("/jp/images/common/icon_arrow_bottom.svg") no-repeat scroll
    right 5px center / auto 100%;
  background-size: 9px 8px;
  border-bottom: 1px solid #454545;
  color: #b3b3b3;
  font-size: 13px;
  padding: 5px 25px 5px 5px;
  text-indent: 0.01px;
  text-align: right;
}
#sub-nav-selector-container dt:hover {
    color: #fff;
    border-bottom: 1px solid #888;
    cursor: pointer;
}
#sub-nav-selector-container dd {
  position: relative;
}
#sub-nav-selector-container ul {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #000;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#sub-nav-selector-container ul li + li {
  border-top: 1px solid rgba(2555, 255, 255, 0.3);
}
#sub-nav-selector-container ul a {
  display: block;
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
}
#sub-nav-selector-container ul a:hover {
    background: #333;
}
@media screen and (min-width: 769px), print {
  #pageContents h1 {
    color: #2c2c2b;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3;
    margin: 3.5rem 0px 1.5rem;
  }
  #pageContents h2 {
    color: #2c2c2b;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8em;
    margin: 20px 0px 10px 0px;
  }
  #pageContents h5 {
    color: #989898;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1em;
    margin: 20px 0px 40px 0px;
  }
  #pageContents h1 span {
    color: #989898;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 12px 0px 20px 0px;
  }
}

.content1 p {
  margin: 0 0 25px;
  word-wrap: break-word;
}
.content1 ul li {
  list-style: outside disc none;
}
.content1 ul.press-list li {
  list-style: outside none none;
}
.content1 ol li {
  list-style: outside decimal none;
}
#pageContents h1 select {
  font-size: 1rem;
  height: 1.5rem;
}

@media screen and (max-width: 768px) {
  #pageContents h1 {
    color: #2c2c2b;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 1.5rem 0;
  }

  #pageContents h5 {
    color: #888888;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 25px 0;
  }
  #pageContents h1 span {
    color: #686868;
    display: block;
    margin: 8px 0 0 2px;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.3;
  }
}

#top-slider {
  margin: 0;
  height: 490px;
}
.sequence-next,
.sequence-prev {
  z-index: 90 !important;
}
.slider li {
  height: auto;
  position: relative;
  width: 100%;
}
.slider li * {
  left: 50%;
  margin-left: -750px;
  position: absolute;
  top: 0;
}
#slide-li-1 img:last-child {
  margin-left: -500px;
}
.sequence-pagination li {
  border: 1px solid #fff;
  border-radius: 7px;
  height: 7px;
  padding: 2px;
  position: relative;
  width: 7px;
}
.sequence-pagination li.current::after {
  background-color: #fff;
  border-radius: 7px;
  content: " ";
  display: block;
  height: 9px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 9px;
}

@media only screen and (max-width: 768px) {
  #top-slider {
    height: auto;
  }
  #sequence {
    height: 425px;
  }
  #sequence .title {
    bottom: 0;
    margin-left: -295px;
    width: 700px;
  }
  #sequence .title img {
    width: 100%;
  }
  #sequence .subtitle {
    font-size: 1.6em;
  }
  #sequence .sequence-next,
  #sequence .sequence-prev {
    height: 60px;
    margin-top: -5px;
  }
  #sequence .model {
    margin-left: -750px;
    width: 1300px;
  }

  #sequence2 {
    height: 425px;
  }
  #sequence2 .title {
    bottom: 0;
    margin-left: -295px;
    width: 700px;
  }
  #sequence2 .title img {
    width: 100%;
  }
  #sequence2 .subtitle {
    font-size: 1.6em;
  }
  #sequence2 .sequence-next,
  #sequence2 .sequence-prev {
    height: 60px;
    margin-top: -5px;
  }
  #sequence2 .model {
    margin-left: -750px;
    width: 1300px;
  }
  .animate-in .title {
    left: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #top-slider {
    margin-top: 42px;
  }
  #sequence {
    height: 350px;
  }
  #sequence .title {
    bottom: 0;
    margin-left: -265px;
    width: 676px;
  }
  #sequence .title img {
    width: 100%;
  }
  #sequence .subtitle {
    font-size: 1.6em;
  }
  #sequence .sequence-next,
  #sequence .sequence-prev {
    height: 40px;
    margin-top: 0px;
  }
  #sequence .model {
    margin-left: -535px;
    width: 1070px;
  }

  #sequence2 {
    height: 425px;
  }
  #sequence2 .title {
    bottom: 0;
    margin-left: -295px;
    width: 700px;
  }
  #sequence2 .title img {
    width: 100%;
  }
  #sequence2 .subtitle {
    font-size: 1.6em;
  }
  #sequence2 .sequence-next,
  #sequence .sequence-prev {
    height: 60px;
    margin-top: -5px;
  }
  #sequence2 .model {
    margin-left: -750px;
    width: 1300px;
  }
}
@media only screen and (max-width: 480px) {
  #header-logo img {
    width: 68px;
  }
  #top-slider {
    margin: 42px 0 0;
  }
  #sequence {
    height: 260px;
  }
  #sequence .title {
    bottom: 0;
    margin-left: -198px;
    width: 485px;
  }
  #sequence .title img {
    width: 100%;
  }
  #sequence .subtitle {
    font-size: 1.6em;
  }
  #sequence .sequence-next,
  #sequence .sequence-prev {
    height: 25px;
    margin-top: 0;
  }
  #sequence .model {
    margin-left: -397px;
    width: 795px;
  }

  #sequence2 {
    height: 260px;
  }
  #sequence2 .title {
    bottom: 0;
    margin-left: -242px;
    width: 485px;
  }
  #sequence2 .title img {
    width: 100%;
  }
  #sequence2 .subtitle {
    font-size: 1.6em;
  }
  #sequence2 .sequence-next,
  #sequence2 .sequence-prev {
    height: 25px;
    margin-top: 0;
  }
  #sequence2 .model {
    margin-left: -397px;
    width: 795px;
  }
}
@media only screen and (max-width: 360px) {
  #header-logo img {
    width: 68px;
  }
  #top-slider {
    margin-top: 42px;
  }
  #sequence {
    height: 200px;
  }
  #sequence .title {
    bottom: 0;
    margin-left: -179px;
    width: 358px;
  }
  #sequence .title img {
    width: 100%;
  }
  #sequence .subtitle {
    font-size: 1.6em;
  }
  #sequence .sequence-next,
  #sequence .sequence-prev {
    height: 25px;
    margin-top: 0;
  }
  #sequence .model {
    margin-left: -306px;
    width: 612px;
  }

  #sequence2 {
    height: 200px;
  }
  #sequence2 .title {
    bottom: 0;
    margin-left: -179px;
    width: 358px;
  }
  #sequence2 .title img {
    width: 100%;
  }
  #sequence2 .subtitle {
    font-size: 1.6em;
  }
  #sequence2 .sequence-next,
  #sequence2 .sequence-prev {
    height: 25px;
    margin-top: 0;
  }
  #sequence2 .model {
    margin-left: -306px;
    width: 612px;
  }
  .sequence-pagination {
    right: 47%;
  }
}

#footerlist {
  margin-top: 3px;
}

#footerlist li {
  list-style-type: none;
  font-size: 11px;
  margin-left: 0px;
  line-height: 20px;
}

#footerlist a {
  text-decoration: none;
  color: #777777;
}

#footerlist a:hover {
  color: #00b9fa;
}

#footerlist a:visited {
  font-size: 10px;
  text-align: 11px;
  color: #777777;
}

div.footerlist-box {
  margin-top: 10px;
  width: 160px;
  float: left;
}

label.footerlabel {
  font-size: 13px;
  color: #565656;
}

hr.footlerlist-line {
  clear: both;
  width: 100%;
  margin: 20px auto 0px auto;
  height: 1px;
  border: none;
  border-top: 1px #cfcfcf solid;
}

#mainv {
  margin: 0 auto 15px;
  max-width: 1200px;
}
#mainv img {
  width: 100%;
}
#mainv_mobile {
  width: calc(100% + 3rem);
  margin: 0;
}

#mainv_mobile img {
  width: 100%;
  margin: 0px 0 0 0;
}
#third-banner-area01-mobile {
  width: 100%;
}

#third-banner-area01-mobile img {
  width: 100%;
  margin: 0 0 20px;
}

.news_lsit {
  line-height: 1.55;
}

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

.news_lsit li {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 769px), print {
  .news_lsit ul li a {
    /* white-space: nowrap;*/
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

#customer {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 33px;
  vertical-align: middle;
}
#customer > * {
  display: inline-block;
  vertical-align: middle;
}
#customer > div:first-child {
  color: #444;
  font-size: 20px;
  line-height: 27px;
  padding: 0 68px 0 0;
}
#top-banner-area01 {
  margin: 0 auto 75px;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
}
.bx-wrapper .bx-prev {
  left: -36px;
}
.bx-wrapper .bx-next {
  right: -36px;
}

#customer-mobile {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 7px;
  margin: 7px 6%;
}

@media screen and (min-width: 769px), print {
  /* 横幅1/3のカラム指定【PC】 */
  .colum_1-3 {
    display: table-cell;
    float: left;
    width: 32%;
    margin: 0 1% 5px 0;
    word-wrap: break-word;
  }
  /* 横幅2/3のカラム指定【PC】 */
  .colum_2-3 {
    display: table-cell;
    float: left;
    width: 65%;
    margin: 0 1% 5px 0;
    word-wrap: break-word;
  }

  /* 横幅1/2のカラム指定【PC】 */
  .colum_1-2 {
    display: table-cell;
    float: left;
    width: 48%;
    margin: 0 1% 5px 0;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 768px) {
  /* 横幅1/3のカラム指定【Mobile】 */
  .colum_1-3 {
    margin: 0 0 20px 0;
  }

  /* 横幅2/3のカラム指定【Mobile】 */
  .colum_2-3 {
    margin: 0 0 20px 0;
  }

  /* 横幅1/2のカラム指定【Mobile】 */
  .colum_1-2 {
    margin: 0 0 20px 0;
  }
}

hr {
  clear: both;
  width: 100%;
  margin: 0 auto 20px auto;
  height: 1px;
  border: none;
  border-top: 1px #cfcfcf solid;
  background-position: 50% 50%;
  -moz-background-size: 65% 44px;
  background-size: 65% 44px;
}

a:link .go-all-article {
  background-color: #bbb;
  text-decoration: none !important;
  color: #fff;
}
a:visited .go-all-article {
  background-color: #bbb;
  text-decoration: none;
  color: #fff;
}
a:hover .go-all-article {
  background-color: #fff;
  text-decoration: none !important;
  color: #666;
}
.go-all-article {
  display: table-cell;
  padding: 2px 6px 0px 6px;
  margin: 20px 0px 8px 5px;
  border: 1px solid #bbb;
}

/* インフォメーションのアイコン指定 */
.info-icon-event {
  display: inline-block;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 4px 2px;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  background-color: #ac49cc;
}

.info-icon-news {
  display: inline-block;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 4px 2px;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  background-color: #00baef;
}

.info-icon-pressrelease {
  display: inline-block;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 4px 2px;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  background-color: #1b66a7;
}

.info-icon-investors {
  display: inline-block;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 4px 2px;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  background-color: #567590;
}

/* 記事リストのタイトル枠　指定 */
.article-title-box {
  display: inline-block;
  margin: 0px 0px 0px 5px;
}

/* Simple table by HDE */
table.dtable {
  width: 98%;
  border: none;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  border-collapse: separate;
  border-spacing: 0 5px;
  background: #ffffff;
}

table.dtable th {
  vertical-align: middle;
  height: 50px;
  width: 25%;
  border-right: solid 1px #cccccc;
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

table.dtable td.data {
  padding: 0px 0px 0px 10px;
  margin: 0;
  height: 53px;
  width: 70%;
  border: none;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}

table.dtable td:fst-child {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

table.dtable td.bar {
  height: 1px;
  width: 95%;
  border-top: solid 1px #cacaca;
}
@media screen and (max-width: 768px) {
  table.dtable td.data {
    white-space: normal;
  }
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  font-size: 0.88rem;
  font-weight: 100;
  padding: 0.3em 0.4em !important;
  /* box-shadow: 0px 0px 5px 1px #cff5f7 !important; */
}
/*
.mktoForm input[type="checkbox"] + label:before,
.mktoForm input[type="radio"] + label:before {
  box-shadow: 0px 0px 5px 1px #cff5f7 !important;
}
*/
.mktoForm .mktoLabel {
  width: 140px !important;
  font-size: 1rem;
}
.mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton {
  /* background-color: #ec7800 !important; */
  padding: 1.75rem 3rem!important;
  border-radius: 0.25rem !important;
  font-size: 1rem !important;
}
.mktoForm .mktoFieldWrap {
  margin-bottom: 1rem;
}

/* controllerページPC */
.controller_header {
  background-color: #254059;
  background-image: url("/controller/images/pc/hc11-back.png");
  background-repeat: no-repeat;
  background-position: right;
  height: 324px;
}
.controller_header img {
  display: block;
  margin: 0px auto;
  width: 799px;
}
.controller_h_mobile {
  display: none;
}

/** w-size max768 **/
@media screen and (max-width: 768px) {
  #content1-mobile li {
    list-style: none;
  }

  /* controllerページTB */
  .controller_header img {
    padding: 0 0 0 2%;
  }
}

/** w-size max569 **/
@media screen and (max-width: 569px) {
  .mktoForm .mktoLabel {
    width: auto !important;
    font-size: 14px;
    min-width: 72px;
  }
  .mktoButtonWrap {
    margin-left: 20px !important;
  }
  .mktoForm textarea[rows="2"] {
    min-height: 3.4em !important;
    resize: both;
  }
}

/** w-size max480 **/
@media screen and (max-width: 480px) {
  .colum_1-3 > div,
  .colum_2-3 > div {
    border-right: none !important;
    padding: 15px 0 30px !important;
    margin: 0 0 10px !important;
    width: 100% !important;
  }
  .colum_2-3 > div > div {
    padding: 15px 0 10px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .colum_1-3 div h2,
  .colum_2-3 div h2 {
    border-right: none !important;
    padding: 1rem 0 .25rem;
    font-size: 1rem;
  }
  .colum_1-2 div h2 img,
  .colum_1-3 div h2 img,
  .colum_2-3 div h2 img {
    height: 30px !important;
    margin-top: -7px;
  }
  .colum_1-3 > div img,
  .colum_2-3 > div img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }

  /* controllerページSP */
  .controller_header img {
    margin: 0 auto;
    width: 210%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 9px 0 100px 6%;
  }
  .controller_h_mobile {
    display: block;
  }
  .controller_h_mobile img {
    width: 100%;
  }

  #pageContents section > h2 {
    margin: 0 0 4%;
  }

  #pageContents section > section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #pageContents table {
    width: 100% !important;
  }

  #pageContents li {
    list-style: none;
  }

  .mktoForm .mktoFormRow .mktoField {
    margin: 2px 0 0;
  }
  .mktoButtonWrap {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  #player01,
  #player02 {
    height: 200px;
  }
}

/* ========================================================================================================================

	HENNGE Secure Browser

======================================================================================================================== */

/*
 * コンテンツ
*/
#SecureBrowser {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
#SecureBrowser #content {
  clear: both;
  background-color: #ffffff;
  background-image: url(../service/browser/images/BgContent.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  padding-top: 60px;
  overflow: hidden;
}

#SecureBrowser .container {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#SecureBrowser #content .container {
  padding-bottom: 40px;
  height: 600px;
}

#SecureBrowser #container-left {
  width: 590px;
  float: left;
  padding-top: 20px;
}

#SecureBrowser #container-right p {
  position: absolute;
  top: 115px;
  right: -170px;
}

#SecureBrowser .container li {
  list-style: none;
}

#SecureBrowser #lead {
  font-weight: bold;
  padding-bottom: 20px;
}

#SecureBrowser #app-name {
  font-size: 26px;
  font-weight: bold;
}

#SecureBrowser #container-left .icon {
  float: left;
  padding-right: 40px;
}

#SecureBrowser #container-left .image {
  float: left;
  padding-right: 20px;
}

#SecureBrowser #container-left .title {
  clear: both;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  padding-bottom: 10px;
  color: #3a3a3a;
}

#SecureBrowser #container-left .text {
  width: 470px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}

#SecureBrowser div .sns-button-guide {
  padding-left: 20px;
}

#SecureBrowser #sns-button li {
  float: left;
  margin-top: 20px;
  margin-left: 18px;
}

#SecureBrowser .badge img {
  margin-right: 30px;
}

/*
 *kagami
*/

#SecureBrowser h2 {
  font-size: 53px;
  line-height: 58px;
  color: #3a3a3a;
}

#SecureBrowser h3 {
  font-size: 21px;
  line-height: 20px;
  color: #3a3a3a;
}

#SecureBrowser h4 {
  font-size: 15px;
  line-height: 33px;
  color: #3a3a3a;
}

#SecureBrowser #note {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 350px;
  height: 100px;
}

#SecureBrowser #note p {
  font-size: 0.8em;
  color: #898989;
}

#SecureBrowser #note li {
  float: left;
  line-height: 1.3em;
  font-size: 0.8em;
  color: #898989;
}

#SecureBrowser #help {
  width: 650px;
  float: left;
}

#SecureBrowser #help .icon {
  float: left;
  padding-right: 40px;
}

#SecureBrowser #help .image {
  float: left;
  padding-left: 0px;
  border: 1px solid #bbbbbb;
}

#SecureBrowser #help .title {
  clear: both;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  padding-bottom: 10px;
  color: #3a3a3a;
}

#SecureBrowser #help .text {
  width: 650px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 0.9em;
}

#SecureBrowser #help-logo {
  width: 650px;
  height: 60px;
  font-size: 20px;
  line-height: 53px;
}

#SecureBrowser .container-help {
  width: 1000px;
  margin: 0 auto;
  margin-top: 15px;
}

#SecureBrowser div.line {
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #aaaaaa;
}

#SecureBrowser div.right-menu {
  width: 200px;
  padding-top: 10px;
  border-top: 1px solid #aaaaaa;
  line-height: 22px;
  font-size: 12px;
}

#SecureBrowser #container-right a {
  font-size: 9pt;
  color: #0097f6;
  text-decoration: none;
}

#SecureBrowser #container-right a:hover {
  font-size: 9pt;
  color: #0097f6;
  text-decoration: underline;
}

#SecureBrowser #container-left a {
  font-size: 10pt;
  color: #0097f6;
  text-decoration: none;
}

#SecureBrowser #container-left a:hover {
  font-size: 10pt;
  color: #0097f6;
  text-decoration: underline;
}
#SecureBrowser .select_box {
  position: relative;
  display: block;
  white-space: nowrap;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border-radius: 0\9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 303px;
  height: 40px;
  margin: 15px 0 18px 165px;
}
#SecureBrowser .select_box .select_box-left {
  background: #fff;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding: 1px 0;
  margin: 0 -1px 0 0;
}
#SecureBrowser .select_box .select_box-left .HSB-download {
  padding: 5px 0 2px 43px;
}
#SecureBrowser .select_box select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: content-box;
  height: 36px;
  width: 195px;
  outline: 0;
  margin: 0;
  padding: 0 0 0 40px;
  cursor: pointer;
  visibility: visible;
  border: 0;
  font-size: 13px;
  line-height: 1;
  color: #666;
  background: #fff;
}
#SecureBrowser .select_box label:before {
  display: block;
  content: " ";
  position: absolute;
  padding: 13px 12px 11px;
  margin: -3px 0 0 -3px;
  line-height: 1.35;
  height: 14px;
  width: 17px;
  background: url(../service/browser/images/icon_pc.svg) 17px 15px no-repeat;
  background-size: 21px;
  top: 3px;
  left: 2px;
}
#SecureBrowser .select_box label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 21px;
  right: 115px;
  border-style: solid;
  _border-style: dashed;
  border-width: 4px;
  border-color: transparent;
  border-top: 5px solid #a0a0a0;
  border-bottom-width: 0;
  width: 1px;
  height: 4px;
  font-size: 0;
  line-height: 1;
}
#SecureBrowser .select_box .select_box-right {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  line-height: 1;
}
#SecureBrowser .select_box .select_box-right a {
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 101px;
  background: #333;
  padding: 18px 2px 16px;
  margin: 0 0 0 -3px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border: none;
}
#SecureBrowser .select_box .select_box-right a:hover {
  opacity: 0.6;
  text-decoration: none !important;
}
#SecureBrowser .text02 {
  width: 290px;
  margin: 0 0 0 165px;
  white-space: normal;
  font-size: 12px;
  line-height: 1.3;
}

@media screen and (max-width: 915px) {
  #SecureBrowser #content {
    overflow: visible;
  }
  #SecureBrowser #content .container {
    height: auto;
  }
  #SecureBrowser .container {
    width: auto;
  }
  #SecureBrowser #container-left {
    width: 95%;
    margin: 0 auto;
    float: none;
    padding-top: 0;
    text-align: center;
    background: url(../service/browser/images/iphonePCImg_ja_hennge.png) center
      125px no-repeat;
    background-size: 420px;
  }
  #SecureBrowser h2 {
    font-size: 44px;
    line-height: 1.2;
  }
  #SecureBrowser #container-left ul {
    width: 500px;
    margin: 240px auto 0;
    text-align: left;
  }
  #SecureBrowser #container-right {
    display: none;
  }
  #SecureBrowser #container-left ul:after {
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  #SecureBrowser #content {
    padding: 45px 0 0;
  }
  #SecureBrowser #content .container {
    padding: 0 0 30px;
  }
  #SecureBrowser h2 {
    font-size: 32px;
  }
  #SecureBrowser #container-left {
    background: url(../service/browser/images/iphonePCImg_ja_hennge.png) center
      150px no-repeat;
    background-size: 320px;
  }
  #SecureBrowser #lead {
    padding: 40px 0 20px;
  }
  #SecureBrowser #container-left ul {
    width: 94%;
    margin: 0 auto;
    text-align: left;
  }
  #SecureBrowser #container-left .icon {
    display: none;
  }
  #SecureBrowser .badge {
    text-align: center;
  }
  #SecureBrowser .badge img {
    margin: 10px 10px 0;
    height: 40px;
  }
  #SecureBrowser .select_box {
    display: none;
  }
  #SecureBrowser #container-left .text {
    clear: both;
    width: auto;
    font-size: 15px;
    margin: 200px auto 0;
  }
  #SecureBrowser #container-left h3 {
    font-size: 20px;
    padding: 0;
    text-align: center;
    position: absolute;
    top: -13px;
    left: -15px;
    width: 100%;
  }
  #SecureBrowser #container-left h3:before {
    display: inline-block;
    content: " ";
    width: 44px;
    height: 48px;
    background: url(../service/browser/images/OtpIcon.png) 0px 1px no-repeat;
    background-size: 41px;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  #SecureBrowser .text02 {
    width: auto;
    margin: 25px 0 0;
  }
  #SecureBrowser .text02 br {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  #SecureBrowser #content {
    padding: 55px 0 0;
  }
  #SecureBrowser h2 {
    font-size: 25px;
  }
  #SecureBrowser #container-left {
    background: url(../service/browser/images/iphonePCImg_ja_hennge.png) center
      135px no-repeat;
    background-size: 320px;
  }
  #SecureBrowser #container-left h3 {
    font-size: 19px;
    left: -6px;
    letter-spacing: 0;
  }
  #SecureBrowser #container-left h3:before {
    background: url(../service/browser/images/OtpIcon.png) 8px 4px no-repeat;
    background-size: 33px;
  }
  #SecureBrowser .badge img {
    margin: 10px 3px 0;
  }
}

/* ========================================================================================================================

	HENNGE OTP Generator

======================================================================================================================== */
#otpGenerator {
}
#otpGenerator #content {
  clear: both;
  background-color: #ffffff;
  background-image: url(../service/otp/common/images/BgContent.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  padding-top: 60px;
}

#otpGenerator #slideshow {
  position: relative;
  height: 613px;
}

#otpGenerator #slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
}

#otpGenerator #slideshow img.active {
  z-index: 10;
  opacity: 1;
}

#otpGenerator #slideshow img.last-active {
  z-index: 9;
}

#otpGenerator #content .container {
  padding-bottom: 40px;
  height: 700px;
  width: 950px;
  margin: 0 auto;
}

#otpGenerator #container-left {
  width: 590px;
  float: left;
  padding-top: 60px;
}

#otpGenerator #container-right {
  width: 310px;
  float: right;
}

#otpGenerator .container li {
  list-style: none;
}

#otpGenerator #lead {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 20px;
}

#otpGenerator #app-name {
  font-size: 26px;
  font-weight: bold;
}

#otpGenerator #container-left .icon {
  float: left;
  padding-right: 40px;
}

#otpGenerator #container-left .image {
  float: left;
  padding-right: 20px;
}

#otpGenerator #container-left .title {
  clear: both;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  padding-bottom: 10px;
  color: #3a3a3a;
}

#otpGenerator #container-left .text {
  width: 500px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 0.9em;
}

#otpGenerator div .sns-button-guide {
  padding-left: 20px;
}

#otpGenerator #sns-button li {
  float: left;
  margin-top: 20px;
  margin-left: 18px;
}

/*
 *kagami
*/

#otpGenerator h2 {
  font-size: 60px;
  line-height: 1.3;
  color: #3a3a3a;
}
#otpGenerator h2.under {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.4;
  color: #3a3a3a;
}

#otpGenerator h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #3a3a3a;
}

#otpGenerator h4 {
  font-size: 15px;
  line-height: 33px;
  color: #3a3a3a;
}

#otpGenerator #note {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 350px;
  height: 100px;
}

#otpGenerator #note p {
  font-size: 0.8em;
  color: #898989;
}

#otpGenerator #note li {
  float: left;
  line-height: 1.3em;
  font-size: 0.8em;
  color: #898989;
}

#otpGenerator #help {
  width: 650px;
  float: left;
}

#otpGenerator #help .icon {
  float: left;
  padding-right: 40px;
}

#otpGenerator #help .image {
  float: left;
  padding-left: 0px;
  border: 1px solid #bbbbbb;
}

#otpGenerator #help .title {
  clear: both;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  padding-bottom: 10px;
  color: #3a3a3a;
}

#otpGenerator #help .text {
  width: auto;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 0.9em;
}

#otpGenerator #help-logo {
  width: 680px;
  height: 60px;
  font-size: 20px;
  line-height: 53px;
}

#otpGenerator .container-help {
  width: 1000px;
  margin: 0 auto;
  margin-top: 15px;
}

#otpGenerator div.line {
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #aaaaaa;
}

#otpGenerator div.right-menu {
  width: 200px;
  padding-top: 10px;
  border-top: 1px solid #aaaaaa;
  line-height: 22px;
  font-size: 12px;
}

#otpGenerator #container-right a {
  font-size: 9pt;
  color: #0097f6;
  text-decoration: none;
}

#otpGenerator #container-right a:hover {
  font-size: 9pt;
  color: #0097f6;
  text-decoration: underline;
}

#otpGenerator #container-left a {
  font-size: 10pt;
  color: #0097f6;
  text-decoration: none;
}

#otpGenerator #container-left a:hover {
  font-size: 10pt;
  color: #0097f6;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #otpGenerator {
    position: relative;
  }
  #otpGenerator #content {
    -webkit-background-size: auto 58vh;
    background-size: auto 58vh;
    padding: 20px 20px 0;
  }
  #otpGenerator #content.index {
    padding-top: 58vh;
  }

  #otpGenerator #slideshow {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    height: 50vh;
  }
  #otpGenerator #slideshow img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 100%;
  }

  #otpGenerator #content .container {
    padding-bottom: 40px;
    height: auto;
    width: auto;
    margin: 0 auto;
  }

  #otpGenerator #container-left {
    width: auto;
    float: none;
    padding-top: 0;
  }

  #otpGenerator #container-right {
    width: auto;
    float: none;
  }

  #otpGenerator #lead {
    font-size: 30px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 0;
  }

  #otpGenerator #container-left .icon {
    width: 70px;
    margin-bottom: -20px;
    padding: 0;
  }
  #otpGenerator #container-left .icon ~ * {
    margin-left: 90px;
  }
  #otpGenerator #container-left .text {
    width: auto;
    padding-bottom: 10px;
    margin-top: 0;
  }
  #otpGenerator #sns-button {
    text-align: center;
  }
  #otpGenerator #sns-button li {
    float: none;
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }

  /*
 *kagami
*/
  #otpGenerator h2.under {
    margin-bottom: 30px;
    font-size: 22px;
  }
  #otpGenerator h3 {
    font-size: 19px;
  }

  #otpGenerator #note {
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    height: auto;
  }

  #otpGenerator #note li {
    float: none;
  }

  #otpGenerator #help {
    width: auto;
    float: none;
  }

  #otpGenerator #help .text {
    width: auto;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 0.9em;
  }

  #otpGenerator .container-help {
    width: auto;
  }

  #otpGenerator div.right-menu {
    width: auto;
  }
  #otpGenerator div.right-menu img {
    margin-bottom: 10px;
  }
}

/* ========================================================================================================================

	Policy

======================================================================================================================== */

.under_page_privacy_policy #pageContents, .under_page_security-policy #pageContents, .under_page_anti-corruption-policy #pageContents, {
  letter-spacing: .1rem;
}
