@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;

  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro',
    'ヒラギノ角ゴ Pro W3', sans-serif;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  color: #333;
  text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1000px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  padding-top: 100px;
}

#container {
  text-align: left;
}

#main {
  margin-bottom: 82px;
}

a[href^='tel:'] {
  cursor: default;
  pointer-events: none;
}

.sp {
  display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 23px 0 18px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  text-align: center;
}
#gHeader .inner {
  width: 1010px;
  margin: 0 auto;
}

#gHeader h1 {
  float: left;
}

#gHeader h1 img {
  width: 216px;
  height: auto;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  margin: 14px 0 0 0;
  float: right;
}

#gNavi .navi > li {
  padding: 2px 8px 0;
  float: left;
  position: relative;
  line-height: 1.2;
  border-left: 1px solid #ccc8c1;
  font-size: 15px;
}

#gNavi li:first-child {
  border-left: none;
}

#gNavi .subNavi {
  padding: 10px 40px 10px 20px;
  display: none;
  position: absolute;
  top: 20px;
  left: -1px;
  background-color: #fff;
  border-left: 1px solid #ccc8c1;
  width: 140px;
  text-align: left;
}
#gNavi li:nth-child(3) .subNavi {
  width: 130px;
}
#gNavi li:nth-child(4) .subNavi {
  width: 180px;
}
#gNavi .subNavi li {
  margin-bottom: 12px;
  font-size: 14px;
}

#gNavi .subNavi li:last-child {
  margin-bottom: 0;
}

#gNavi .subNavi a {
  display: block;
  padding: 2px 0 0 12px;
}

#gNavi .subNavi a {
  background: url(../img/icon01.png) no-repeat center left;
}

#gNavi .navi > li.form {
  padding-left: 15px;
}
#gNavi .navi > li.form a {
  background: url('../img/ico_form_01.png') no-repeat 0 center;
  padding-left: 24px;
}

#gNavi .navi > li.link {
  border: none;
  padding: 0;
  margin: -19px 0 0 2px;
}
#gNavi .navi > li.link ul li a {
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 6px 17px 5px;
  margin: 2px 0 0;
  display: block;
}
#gNavi .navi > li.link ul li:nth-child(1) a {
  background: #ff8000;
}
#gNavi .navi > li.link ul li:nth-child(2) a {
  background: #103579;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  margin-bottom: 34px;
  padding: 3px 0 5px;
  background-color: #f0f1ec;
}

#pagePath ul {
  margin: 0 auto;
  width: 980px;
}

#pagePath li {
  margin-left: 4px;
  display: inline;
  color: #211713;
  font-size: 12px;
}

#pagePath li a {
  padding: 2px 4px 0 0;
  padding-right: 14px;
  color: #211713;
  background: url(../img/page_path_bg.png) no-repeat right center;
}

#pagePath li:first-child a {
  text-decoration: underline;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  margin: 0 auto;
  padding-bottom: 18px;
  width: 1000px;
  position: relative;
}

#gFooter .fBox01 {
  margin: 0 0 33px 7px;
  display: flex;
  justify-content: center;
  text-align: center;
}
#gFooter .fBox01 .fBox01_02 {
  margin-left: 40px;
}

#gFooter .fBox01 .logo {
  text-align: center;
}
#gFooter .fBox01 .logo img {
  width: 310px;
}

#gFooter .fBox01 .fBox01_01 p {
  margin: 20px 0 0;
  text-align: center;
}

#gFooter .fBox01 .fBox01_02 .fBox01_tel img {
  width: 280px;
}
#gFooter .fBox01 .fBox01_02 .fBox01_txt {
  margin: 10px 0;
}
#gFooter .fBox01 .fBox01_02 .fBox01_btn a {
  width: 280px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  background: #a5474a;
  display: block;
  position: relative;
}
#gFooter .fBox01 .fBox01_02 .fBox01_btn a::before {
  content: '';
  width: 16px;
  height: 11px;
  margin-right: 8px;
  background: url(../img/ico_foot_01.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
}
#gFooter .fBox01 .fBox01_02 .fBox01_btn a::after {
  content: '';
  width: 5px;
  height: 40px;
  background: url(../img/ico_foot_02.png) no-repeat 0 50% / 5px 8px;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}

#gFooter .fBox02 {
  margin: 0 0 18px;
}
#gFooter .fBox02::after {
  content: '';
  display: block;
  clear: both;
}
#gFooter .fBox02 .fBox02_nav {
  line-height: 30px;
  float: left;
}
#gFooter .fBox02 .fBox02_nav_01,
#gFooter .fBox02 .fBox02_nav_03 {
  width: 200px;
}
#gFooter .fBox02 .fBox02_nav_02 {
  width: 195px;
}
#gFooter .fBox02 .fBox02_nav_05 {
  width: 188px;
  float: right;
}
#gFooter .fBox02 .fBox02_nav dt {
  color: #0b367a;
}
#gFooter .fBox02 .fBox02_nav dd a,
#gFooter .fBox02 .fBox02_nav li a {
  padding-left: 15px;
  background: url(../img/ico_foot_02.png) no-repeat 0 50% / 5px 8px;
  display: inline-block;
  position: relative;
}
#gFooter .fBox02 .fBox02_nav .color01 a,
#gFooter .fBox02 .fBox02_nav .color02 a {
  height: 34px;
  margin: 5px 0 10px;
  padding: 0 10px 0 0;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: url(../img/ico_foot_02.png) no-repeat 173px 50% / 5px 8px;
  display: block;
}
#gFooter .fBox02 .fBox02_nav .color01 a {
  background-color: #ff8000;
}
#gFooter .fBox02 .fBox02_nav .color02 a {
  background-color: #103579;
}

#gFooter .fBox02 .rBox {
  padding-top: 9px;
  width: 830px;
  margin: 0 auto;
  text-align: center;
}

#gFooter .telBox {
  margin-bottom: 11px;
  pointer-events: none;
  text-align: center;
}

#gFooter .telBox img {
  width: 253px;
  vertical-align: middle;
}

#gFooter .telBox span {
  margin-left: 12px;
  font-size: 12px;
}

#gFooter .fNavi {
  margin: 15px 10px 0;
}

#gFooter .fNavi li {
  margin-top: 9px;
  display: inline-block;
}

#gFooter .fNavi a {
  margin-left: -5px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

#gFooter .fNavi a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* fBox03 */
.fBox03 {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.fBox03_item a {
  display: block;
  width: 326px;
  height: 33px;
  color: #fff;
  text-align: center;
  line-height: 33px;
}
.fBox03_item--member a {
  background: #ff8000;
}
.fBox03_item--line a {
  background: #00b900;
}
.fBox03_item--lp_management a {
  background: #103579;
}

#gFooter .copyright {
  font-size: 13px;
  text-align: center;
  color: #969696;
}

/*** add 171225 .pagetop ***/
#gFooter .pagetop {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
#gFooter .pagetop a {
  background: url(/img/pagetop.gif) no-repeat;
  float: left;
  height: 0 !important;
  outline: medium none;
  overflow: hidden;
  padding: 40px 0 0;
  width: 40px;
}

/* lineBnr */
.lineBnr {
  position: fixed;
  bottom: 65px;
  right: 15px;
  z-index: 1000;
  display: block;
  opacity: 0;
  background: #fff;
  border-radius: 4px;
  animation-name: line;
  animation-duration: 0.8s;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.lineBnr img {
  width: 218px;
  height: auto;
}
.lineBnrClose {
  display: none;
}
.lineBnrCloseBtn {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(/common/img/lineBnrClose.png) no-repeat;
  z-index: 1;
}
.lineBnrCloseBtn:hover {
  opacity: 0.8;
}
@keyframes line {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.lineBnr .lineBnrClose:checked ~ .lineBnrCloseBtn {
  display: none;
}
.lineBnr .lineBnrClose:checked ~ .lineBnrLink {
  display: none;
}
