@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com
Twitter:@rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

span {
  color: unset;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
summary {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

img {
  vertical-align: bottom;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

p {
  font-size: 30px;
  line-height: 1.5;
}

a {
  margin: 0;
  padding: 0;
  color: #00f;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

.cf::before,
.cf::after {
  display: table;
  content: '';
}

.cf::after {
  clear: both;
}

/* ------------------------------
 共通設定
------------------------------ */
html {
  font-size: 16px;

  /* ベースフォントサイズ */
  line-height: 1.25em;

  /* ベースユニット≒20px */
}

.bold {
  font-weight: bold;
}

.notice {
  color: #e22222;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.auto {
  margin-right: auto;
  margin-left: auto;
}

.ex {
  margin-left: 1em;
  color: #666;
  font-size: 18px;
  line-height: 30px;
  text-indent: -1em;
}

.ex_dl dt,
.ex_dl dd {
  color: #666;
  font-size: 18px;
  line-height: 30px;
}

.ex_dl dd {
  margin-left: 1em;
  text-indent: -1em;
}

.no_indent,
.ex_dl dd.no_indent {
  margin-left: 0;
  text-indent: 0;
}

body {
  font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, sans-serif;
  background-color: #e7e7e7;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
}

/* ヘッダ */
header {
  width: 100%;
  background-color: #fff;
}

header div {
  padding: 10px 14px 10px 20px;
}

header > p {
  padding: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  background-color: #005dbf;
}

#header {
  position: relative;
  padding: 20px;
  overflow: hidden;
  border-bottom: 2px solid #dadada;
}

#logo {
  float: left;
  width: 221px;
  padding: 0;
  background-color: transparent;
}

h1#logo {
  margin-top: -8px;
}

#header .company_link {
  position: absolute;
  top: 85px;
  left: 15px;
  font-weight: bold;
  font-size: 18px;
}

#header ul {
  float: right;
  width: 212px;
  overflow: hidden;
  list-style: none;
}

#header li {
  float: left;
  width: 104px;
  text-align: center;
  border-left: 2px solid #d7d7d7;
}

/* キャンペーンバナー */
.bnr,
.txtlink {
  text-align: center;
}

.bnr a,
.txtlink a {
  display: block;
  color: #001eff;
  font-size: 30px;
  line-height: 40px;
}

.bnr a {
  text-decoration: none;
}

.bnr a div {
  padding-bottom: 20px;
}

.bnr a p {
  color: #001eff;
  text-decoration: underline;
}

.bnr .ex_txt {
  width: 600px;
  margin: 10px auto 0;
  color: #616161;
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
}

/* パンくずリスト */
#breadcrums {
  height: 58px;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #efefef;
  border-bottom: 2px solid #dadada;
}

#breadcrums li {
  float: left;
  padding: 0 10px;
  color: #005dbf;
  font-size: 24px;
  line-height: 58px;
  white-space: nowrap;
}

#breadcrums_home {
  width: 100px;
  padding: 0;
}

#breadcrums_home a {
  display: block;
  height: 0;
  padding-top: 58px;
  overflow: hidden;
  background: url(../img/cmn/ico_breadcrums_home.png) no-repeat 26px center;
}

/* クロージング */
.closing {
  background-color: #fff;
  border-top: 3px solid #005dbf;
}

.closing p {
  padding: 28px 0 30px;
  text-align: center;
  background-color: #005dbf;
  border-top: 2px solid #ccdff2;
}

.closing dl {
  padding: 30px 20px 20px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAUCAMAAADLL4GhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATVQTFRFAl7A/f7+ZJ3Y+fv9AV6/7fT6BWDABmHB4ez3KHbJw9nwSozSHG/GA1/AZ57ZnsHng7Dg5e748/f8B2HB2ef19fn81uX11eT02uf26fH50eLzcqXcmL7ljrfjFmvFK3jK8fb7NX/Mb6TbVZPUT4/TGGzFUZDT+Pv9eardc6bcyt3yosToC2TCCGLBfq3fVJLUqMjpOIHN+vz+RonR7/X7EmjEEGfDgK7fNH7MWZbVzN/yDGXCBGDAX5nXH3HH0OHzIHHHMHvL3On2HW/GvNTu/P3+k7rkx9vxzd/yv9bvbqPbDWXC3ur3rcvq5/D5QIbPRYnQDmbDJHTI5O74kLjj6/L6/v7/E2nEdqjdaqDaibTh9Pj8rMrqQ4jQncHmutPuWpbWhLHgsM3rYJrXt9HtAF2/////4OvOQAAAAQxJREFUeNqs0tVCw0AURdHUDShS3Iq7u5YWd6e4s///EwhSaMjMZGhznu9eT9eIxvxv7s4fixqQmit10Vx8bABThUxZlUvm0NXeB/ipwsHlsQvmdG/9F/etwuRTS5Fm13Uyh/2oUL2xXIR50tTzS+WpMD7QWqCZHl3PhywqXDyPFWAevlqVv6q57Yn/kUbnps2wq7DVYWibwaVagSBSoc4b0jIH28PCXqzCaeOCozk1fC6pZSoEZrJKs6S5UtrKVbg5W5WakXufolSp4ItHhGbbvkfZqVXw3M7azKM1h8hRNfdwZ3nPkXnnREOF/u7cA4e8CZ1AS4Wal6Bp7vZV6J1rqhDeWSkP6B6/CzAAGeeIijLmsWQAAAAASUVORK5CYII=) no-repeat center top;
}

.closing dt {
  margin-bottom: 20px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF09PTAAAAy3nEsAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) repeat-x left center;
}

.closing dd:nth-child(2) {
  margin-bottom: 40px;
}

.closing dd:nth-child(2) a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 58px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #259e00;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(17, 62, 0, 1);
}

.closing dd:nth-child(2) span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}

.closing dd:nth-child(4) a {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #ff7e00;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(216, 107, 0, 1);
}

.link_closing_form {
  display: block;
  margin-top: 10px;
  padding: 30px;
  color: #555;
  font-size: 24px;
  text-align: center;
}

.type_internet .link_closing_form {
  display: block;
  margin-top: 30px;
  padding: 0;
}

.closing_2004 {
  background-color: #fff;
  border-top: 3px solid #005dbf;
}

.closing_2004 .mt {
  text-align: center;
  background-color: #005dbf;
  border-top: 2px solid #ccdff2;
}

.closing_2004 .inbox {
  padding: 40px 20px 0 20px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAUCAMAAADLL4GhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATVQTFRFAl7A/f7+ZJ3Y+fv9AV6/7fT6BWDABmHB4ez3KHbJw9nwSozSHG/GA1/AZ57ZnsHng7Dg5e748/f8B2HB2ef19fn81uX11eT02uf26fH50eLzcqXcmL7ljrfjFmvFK3jK8fb7NX/Mb6TbVZPUT4/TGGzFUZDT+Pv9eardc6bcyt3yosToC2TCCGLBfq3fVJLUqMjpOIHN+vz+RonR7/X7EmjEEGfDgK7fNH7MWZbVzN/yDGXCBGDAX5nXH3HH0OHzIHHHMHvL3On2HW/GvNTu/P3+k7rkx9vxzd/yv9bvbqPbDWXC3ur3rcvq5/D5QIbPRYnQDmbDJHTI5O74kLjj6/L6/v7/E2nEdqjdaqDaibTh9Pj8rMrqQ4jQncHmutPuWpbWhLHgsM3rYJrXt9HtAF2/////4OvOQAAAAQxJREFUeNqs0tVCw0AURdHUDShS3Iq7u5YWd6e4s///EwhSaMjMZGhznu9eT9eIxvxv7s4fixqQmit10Vx8bABThUxZlUvm0NXeB/ipwsHlsQvmdG/9F/etwuRTS5Fm13Uyh/2oUL2xXIR50tTzS+WpMD7QWqCZHl3PhywqXDyPFWAevlqVv6q57Yn/kUbnps2wq7DVYWibwaVagSBSoc4b0jIH28PCXqzCaeOCozk1fC6pZSoEZrJKs6S5UtrKVbg5W5WakXufolSp4ItHhGbbvkfZqVXw3M7azKM1h8hRNfdwZ3nPkXnnREOF/u7cA4e8CZ1AS4Wal6Bp7vZV6J1rqhDeWSkP6B6/CzAAGeeIijLmsWQAAAAASUVORK5CYII=) no-repeat center top;
}

.closing_2004 .inbox2 {
  padding: 40px 20px 20px;
}

.closing_2004 .closing_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 30px 0;
  background-color: #f3f3f3;
}

.closing_2004 .inbox2 .closing_inner {
  padding-top: 20px;
}

.closing_2004 .st {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF09PTAAAAy3nEsAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) repeat-x left center;
}

.closing_2004 .troublebox .st {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OTkwMWQ0Zi1jYzVmLTgyNGYtYWQxYy0zYWVhNDE0ZTJlNTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjM3QjQ4MTA4MDk0MTFFQThCOTk4OUM1MEVDMUVDOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjM3QjQ4MEY4MDk0MTFFQThCOTk4OUM1MEVDMUVDOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWMyOTQ0MWItMWNkOS1kNDRhLWE0Y2QtM2VjMDA0N2E3OTU4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjJiOWRiOWItZGM3Yy00MDRiLThjMWMtM2UwYjY3YzAyYjYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jRWT5AAAAAZQTFRFoaGhAAAAz7ezwgAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
    repeat-x left center;
}

.closing_2004 .mailbox1 {
  width: 100%;
  margin-bottom: 40px;
}

.closing_2004 .telbox,
.closing_2004 .mailbox2 {
  width: 48%;
  margin-bottom: 50px;
}

.closing_2004 .reservebox,
.closing_2004 .troublebox {
  width: 100%;
  margin: 0 -30px;
  padding: 20px 30px 60px;
  background-color: #d4e9ff;
}

.closing_2004 .mailbox1 .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #ff6c00;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(182, 77, 0, 1);
}

.closing_2004 .mailbox2 .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #ffa235;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(184, 115, 33, 1);
}

.closing_2004 .inbox2 .mailbox2 .btn a {
  background-color: #ff7e00;
  box-shadow: 0 10px 0 rgba(216, 107, 0, 1);
}

.closing_2004 .telbox .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #259e00;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(23, 98, 0, 1);
}

.closing_2004 .reservebox .btn a,
.closing_2004 .troublebox .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #005dbf;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(0, 66, 136, 1);
}

.closing_trouble {
  padding: 40px 20px 20px;
}

.closing_trouble .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 4px solid #005dbf;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(0, 81, 166, 1);
}

.closing_2004 dd:nth-child(2) span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}

.closing_2004 dd:nth-child(4) a {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #ff7e00;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(216, 107, 0, 1);
}

.closing_2004 .closing_new_title {
  position: relative;
  text-align: center;
  list-style-image: none;
  background: url(../img/cmn/2004/bg_closing_new_title.png) no-repeat;
  background-size: cover;
  border-bottom: 10px solid #bb6500;
  cursor: pointer;
}

.closing_2004 .closing_flets_title {
  position: relative;
  text-align: center;
  list-style-image: none;
  background: url(../img/cmn/2004/bg_closing_flets_title.png) no-repeat;
  background-size: cover;
  border-bottom: 10px solid #194e85;
  cursor: pointer;
}

.closing_2004 .tgl_tl::-webkit-details-marker {
  display: none;
}

.closing_2004 .tgl_tl::after {
  position: absolute;
  top: 36%;
  right: 14px;
  width: 57px;
  height: 57px;
  background: url(../img/cmn/2004/ico_ar.png) no-repeat;
  content: '';
}

.closing_2004 .inbox[open] .tgl_tl::after,
.closing_2004 .inbox2[open] .tgl_tl::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* セクション */
.section {
  margin-right: 20px;
  margin-left: 20px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #d3d3d3;
  border-radius: 4px;
}

.section_inner {
  padding: 20px 18px 38px;
}

.section_box {
  padding-right: 18px;
  padding-left: 18px;
}

.section .section_box:last-child {
  padding-bottom: 38px;
}

/* 大身出し */
.tl {
  padding: 20px 0 20px 20px;
  color: #333;
  font-weight: bold;
  font-size: 34px;
  line-height: 50px;
  background-color: #f8f8f8;
  border-bottom: 2px solid #d3d3d3;
  border-left: 20px solid #005dbf;
}

/* 中身出し */
.tm {
  padding: 18px;
  border-bottom: 2px solid #d3d3d3;
}

.tm h2 {
  padding: 16px 0 16px 20px;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  border-left: 10px solid #005dbf;
}

.tm .tm_cnav {
  padding: 0;
  text-align: center;
  border-left: none;
}

/* SECOM */
#secom {
  padding: 20px;
}

#secom form {
  float: left;
  width: 44px;
  margin-right: 10px;
}

#secom p {
  color: #666;
  font-size: 18px;
  line-height: 26px;
}

/* 会社情報 */
#info {
  padding: 25px 20px 25px 200px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  background: #005dbf url(../img/cmn/bg_info.png) no-repeat 20px center;
}

#info .company_link {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-weight: bold;
}

/* コピーライト */
#copyright {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background-color: #767676;
}

#copyright small {
  color: #fff;
}

/* ポリシー説明 */
#policy_ex {
  padding: 20px;
  color: #666;
  font-size: 18px;
  line-height: 24px;
  background-color: #e7e7e7;
}

/* 外部リンク追加 */
.outbound_links {
  padding: 20px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  background-color: #e7e7e7;
}

.outbound_links li:not(:first-child) {
  margin-top: 0.5em;
}

.outbound_links li a {
  color: #666;
}

/* 固定ナビ */
#fixed_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 110px;
  background-color: #e0e0e0;
}

body.traffic_condition #fixed_nav {
  height: 170px;
}

#fixed_nav dl {
  display: none;
  height: 50px;
  padding: 10px;
  font-weight: bold;
  background-color: #333;
}

body.traffic_condition #fixed_nav dl {
  display: block;
}

#fixed_nav dt {
  float: left;
  margin-right: 0.5em;
  padding: 10px;
  color: #005dbf;
  font-size: 21px;
  line-height: 30px;
  background-color: #fff;
}

#fixed_nav dd {
  padding: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

#fixed_nav dd span {
  color: #fcff9f;
}

#fixed_nav li {
  display: inline;
  float: left;
  width: 25%;
}

#fixed_nav li a {
  display: block;
  height: 0;
  padding-top: 110px;
  overflow: hidden;
  border-right: 2px solid #fff;
}

#fixed_nav li#fixed_nav_1 a {
  color: #fff;
  background: #259e00 url(../img/cmn/ico_fixed_nav_1.png) no-repeat center center;
}

#fixed_nav li#fixed_nav_2 a {
  background: url(../img/cmn/ico_fixed_nav_2.png) no-repeat center center;
}

#fixed_nav li#fixed_nav_3 a {
  background: url(../img/cmn/ico_fixed_nav_3.png) no-repeat center center;
}

#fixed_nav li#fixed_nav_4 a {
  background: url(../img/cmn/ico_fixed_nav_4.png) no-repeat center center;
  border-right: none;
}

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 520px;
  height: 100%;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.pushy a {
  display: block;
  color: #555;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
}

/* Menu Movement */
.pushy-right {
  -webkit-transform: translate3d(520px, 0, 0);
  -moz-transform: translate3d(520px, 0, 0);
  -ms-transform: translate3d(520px, 0, 0);
  -o-transform: translate3d(520px, 0, 0);
  transform: translate3d(520px, 0, 0);
}

/* Menu Transitions */
.pushy {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-active .site-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Example Media Query */
@media screen and (max-width: 768px) {
  .pushy {
    font-size: 1em;
  }
}

/* コンテンツ内ナビ */
#cnav li {
  float: left;
  width: 50%;
}

#cnav li a {
  display: block;
  padding: 39px 40px 39px 68px;
  color: #001996;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

#cnav li:nth-child(2n) a {
  border-left: 1px solid #d0d0d0;
}

#cnav li:nth-child(2n + 1) a {
  border-right: 1px solid #d0d0d0;
}

#cnav li:nth-child(1) a,
#cnav li:nth-child(2) a {
  border-top: none;
}

#cnav li:nth-child(5) a,
#cnav li:nth-child(6) a {
  border-bottom: none;
}

#cnav_campaign a {
  background: url(../img/cmn/ico_cnav_campaign.png) no-repeat 18px center;
}

#cnav_oisogi a {
  background: url(../img/cmn/ico_cnav_oisogi.png) no-repeat 18px center;
}

#cnav_price a {
  background: url(../img/cmn/ico_cnav_price.png) no-repeat 18px center;
}

#cnav_hikari a {
  background: url(../img/cmn/ico_cnav_hikari.png) no-repeat 18px center;
}

#cnav_flow a {
  background: url(../img/cmn/ico_cnav_flow.png) no-repeat 18px center;
}

#cnav_qa a {
  background: url(../img/cmn/ico_cnav_qa.png) no-repeat 18px center;
}

/* サブナビ */
#snav {
  padding-bottom: 170px;
}

#snav dt a,
#snav dd a {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}

#snav dt a {
  padding: 20px 62px 20px 30px;
  color: #fff;
  background: #001996 url(../img/cmn/ico_snav_header.png) no-repeat right center;
}

#snav dd a {
  padding: 20px 50px 20px 90px;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
}

#snav dd a span {
  font-size: 20px;
  line-height: 1;
}

#snav_home a {
  background: url(../img/cmn/ico_snav_home.png) no-repeat 30px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_campaign a {
  background: url(../img/cmn/ico_snav_campaign.png) no-repeat 28px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_norikae a {
  background: url(../img/cmn/ico_snav_norikae.png) no-repeat 30px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_oisogi a {
  background: url(../img/cmn/ico_snav_oisogi.png) no-repeat 26px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_price a {
  background: url(../img/cmn/ico_snav_price.png) no-repeat 24px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_fast a {
  background: url(../img/cmn/ico_snav_fast.png) no-repeat 22px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_flow a {
  background: url(../img/cmn/ico_snav_flow.png) no-repeat 30px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_hikari a {
  background: url(../img/cmn/ico_snav_hikari.png) no-repeat 30px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_qa a {
  background: url(../img/cmn/ico_snav_qa.png) no-repeat 26px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_inquiry a {
  background: url(../img/cmn/ico_snav_inquiry.png) no-repeat 28px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_company a {
  background: url(../img/cmn/ico_snav_company.png) no-repeat 34px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_privacy a {
  background: url(../img/cmn/ico_snav_privacy.png) no-repeat 34px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_user a {
  background: url(../img/cmn/ico_snav_user.png) no-repeat 24px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_cross a {
  background: url(../img/cmn/ico_snav_cross.png) no-repeat 24px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_merit a {
  background: url(../img/cmn/ico_snav_merit.png) no-repeat 24px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_telework a {
  background: url(../img/cmn/ico_snav_telework.png) no-repeat 24px center, url(../img/cmn/ico_snav_arrow_right.png) no-repeat right center;
}

#snav_share {
  width: 180px;
  padding: 26px 0 20px;
}

#snav_share li {
  width: 72px;
}

#snav_share li:first-child {
  float: left;
}

#snav_share li:last-child {
  float: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mrl20 {
  margin-right: 20px;
  margin-left: 20px;
}

/* よくある質問 */
#qa dt {
  padding: 17px 0;
  text-align: center;
  background-color: #005dbf;
}

#qa dd li {
  border-bottom: 2px dotted #cbcbcb;
}

#qa dd li a {
  display: block;
  padding: 29px 0 29px 100px;
  color: #001996;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  background: url(../img/cmn/ico_q.png) no-repeat left center;
}

#qa dd ol li:nth-child(1) a {
  background: url(../img/cmn/ico_q1.png) no-repeat left center;
}

#qa dd ol li:nth-child(2) a {
  background: url(../img/cmn/ico_q2.png) no-repeat left center;
}

#qa dd ol li:nth-child(3) a {
  background: url(../img/cmn/ico_q3.png) no-repeat left center;
}

/* ご利用中の方バナー */
#bnr_user {
  padding: 20px 20px 26px;
  background-color: #555;
}

#bnr_user a {
  display: block;
  padding: 14px 0;
  line-height: 0;
  text-align: center;
  background-color: #ffba00;
  border-radius: 8px;
  box-shadow: 0 6px 0 rgba(176, 141, 0, 1);
}

#bnr_user a img {
  display: inline-block;
}

#top_e_b #bnr_user {
  display: none;
}

.type_internet #bnr_user {
  display: none;
}

.headroom {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

.headroom--pinned {
  transform: translateY(0);
}

.headroom--unpinned {
  transform: translateY(100%);
}

/* ポップアップクロージング */
#popup_closing {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 1s;
}

#popup_closing.on {
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s;
}

#btn_popup_closing {
  position: absolute;
  top: -20px;
  right: -20px;
}

#popup_closing_box_ntt {
  position: relative;
  width: 580px;
  padding: 0 0 65px;
  background-color: #fff;
}

#popup_closing_box_ntt dt {
  margin-bottom: 40px;
  padding: 20px 0;
  color: #fcffb7;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  background-color: #005dbf;
}

#popup_closing_box_ntt dt .normal {
  color: #fff;
  font-size: 29px;
}

#popup_closing_box_ntt dt .small {
  color: #fff;
  font-size: 22px;
}

#popup_closing_box_ntt dd:not(:last-child) {
  margin-bottom: 50px;
}

#popup_closing_box_ntt dd a {
  display: block;
  width: 420px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 34px;
  border-radius: 5px;
}

#btn_popup_closing_inq {
  background-color: #ff7e00;
  box-shadow: 0 5px 0 #d86b00;
}

#btn_popup_closing_tel {
  background-color: #259e00;
  box-shadow: 0 5px 0 #103900;
}

/* クロージングTEL変更 */
.closing dd:nth-child(2) a.btn_closing_tel_popup {
  padding: 20px 0;
  font-size: 40px;
  line-height: 60px;
}

.closing dd:nth-child(2) a.btn_closing_tel_popup span {
  margin-bottom: 0;
  color: #ff0;
  font-size: 24px;
}

.popup_closing_box_detail {
  margin-bottom: -65px;
  padding: 30px 0 60px;
  background-color: #daecff;
}

.popup_closing_box_detail_txt {
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}

#popup_closing_box_ntt dd .popup_closing_box_detail_btn_1,
#popup_closing_box_ntt dd .popup_closing_box_detail_btn_2 {
  width: 432px;
  height: 46px;
  padding: 24px 20px;
  background-color: #fff;
  box-shadow: 0 5px 0 #9fadbc;
}

.popup_closing_box_detail_btn_1 {
  border: 4px solid #006de0;
}

.popup_closing_box_detail_btn_2 {
  border: 4px solid #001374;
}

/* 折り返し電話予約クロージング */
.closing_reserve {
  margin-top: 60px;
  border: 2px solid #d3d3d3;
  border-radius: 4px;
}

.closing_reserve_title {
  position: relative;
  padding: 15px 56px 15px 0;
  text-align: center;
  list-style-image: none;
  background-color: #d4e9ff;
  border-bottom: 7px solid #004a98;
  cursor: pointer;
}

.closing_reserve_title::-webkit-details-marker {
  display: none;
}

.closing_reserve_title::after {
  position: absolute;
  top: 63px;
  right: 15px;
  width: 28px;
  height: 19px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAMAAAC0hZ1zAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACZUExURQAAAABJlwBGmwBImQBJmABLlwBImQBKlwBJlwAA/wBMmQBJmABOnABJlwBHlgBKlwBKlABKmABVqgBJlwBKmABJlwBHmQBKlwBKlwBJlwBIkQBKlwBKmABJlwBJlwBKmABJlwBHlwB/fwBJlwAzmQBJmABMmQBJmABJlwBKlgA/nwBKlABJlwBJmABKmABJlwA/fwBKmABKmJJAmhsAAAAydFJOUwDhEkbaUTz+6AEylQ38J7IfxwP5zrsZe/ReB6WkbIjz7yACxQWwKO55XQgYb9C9hwT4GD0UtAAAAIhJREFUKM91yVcWgjAURdFL7zYUsPeCBSXzHxwiakh4OX9nbcyZsgVCU2VmCPgxbaWPd3cal7XB61N29D4IXeuapuObHckW2fiXynjhhlEh2mTXQiRu29wbhAyHm2NAasXxKRsOw5/tXx3EdtPYeQAiq0ELZEFtAW24PhgbzxSIU7buQdk0F7YCE+szPZD4UsMAAAAASUVORK5CYII=);
  content: '';
}

.closing_reserve[open] .closing_reserve_title::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.closing_reserve_inner {
  padding: 20px 20px 50px;
  background-color: #fff;
}

.closing_reserve_inner_txt {
  color: #333;
  font-size: 30px;
  line-height: 1.4;
}

.closing_reserve_btn a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 58px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #005dbf;
  border-radius: 4px;
  box-shadow: 0 10px 0 #004288;
}
