@charset "UTF-8";

/* -----------------------------------------------

共通

----------------------------------------------- */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
* {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
}
a {
    text-decoration: none;
}
a:hover,
a:hover img {
    opacity: 1;
}

/* -----------------------------------------------

ヘッダー

----------------------------------------------- */
#header2020 {
    height: 65px;
    position: relative;
    background-color: #414246;
}
#header2020 .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 50%;
    transform: translateX(50%);
    z-index: 10000;
    width: 100%;
    margin: auto;
    padding: 10px 30px 5px;
    box-sizing: border-box;
}
#header2020 .header-inner.fixed {
    position: fixed;
}
#header2020 .header-inner .logo a:hover {
    opacity: 0.6;
}
#header2020 .header-inner .primary-nav {
    display: flex;
}
#header2020 .header-inner .primary-nav li {
    text-align: center;
}
#header2020 .header-inner .primary-nav li:nth-child(n + 2) {
    margin-left: 15px;
}
#header2020 .header-inner .primary-nav li a:hover * {
    opacity: 0.6;
}
#header2020 .header-inner .primary-nav li a span {
    display: block;
    font-size: 11px;
    font-family: erbaum, sans-serif;
    font-weight: 400;
    color: #ffffff;
}
#header2020 .header-inner .primary-nav li.hamburger {
    position: relative;
    width: 30px;
    height: 24px;
    margin-top: 10px;
    cursor: pointer;
}
#header2020 .header-inner .primary-nav li.hamburger:hover {
    opacity: 0.6;
}
#header2020 .header-inner .primary-nav li.hamburger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition-duration: 0.6s;
}
#header2020 .header-inner .primary-nav li.hamburger span:nth-child(1) {
    top: 0%;
}
#header2020 .header-inner .primary-nav li.hamburger span:nth-child(2) {
    top: 50%;
}
#header2020 .header-inner .primary-nav li.hamburger span:nth-child(3) {
    top: 100%;
}
#header2020 .header-inner .primary-nav li.hamburger.open span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
}
#header2020 .header-inner .primary-nav li.hamburger.open span:nth-child(2) {
    transform: translateX(10px);
    opacity: 0;
}
#header2020 .header-inner .primary-nav li.hamburger.open span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}
#header2020 .header-inner .primary-nav li img {
    margin: 0 auto;
}
#header2020 .global-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    padding: 100px 0px 100px;
    background-color: #414246;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#header2020 .global-nav .link {
    width: 700px;
    margin: auto;
    padding: 0px 30px;
    box-sizing: border-box;
}
#header2020 .global-nav .link li:nth-child(n + 2) {
    padding-top: 20px;
}
#header2020 .global-nav .link li a {
    display: block;
    line-height: 60px;
    text-align: left;
    font-size: 16px;
    text-indent: 20px;
    color: #4D4D4D;
    background-color: #ffffff;
    position: relative;
}
#header2020 .global-nav .link li a:hover {
    background-color: #b3b3b5;
}
#header2020 .global-nav .link li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) skewX(40deg);
    width: 50px;
    height: 10px;
    border-right: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
}
#header2020 .global-nav .list {
    padding-top: 50px;
}
#header2020 .global-nav .list {
    text-align: center;
}
#header2020 .global-nav .list li:nth-child(n + 2) {
    padding-top: 30px;
}
#header2020 .global-nav .list li a {
    color: #ffffff;
    font-size: 12px;
}
#header2020 .global-nav .list li a:hover {
    color: #b3b3b5;
}
#header2020 .global-nav .list li a span {
    display: block;
    font-size: 22px;
    font-family: erbaum, sans-serif;
    font-weight: 200;
}
@media screen and (max-width: 350px) {
    #header2020 .global-nav .link li a::after {
        width: 30px;
    }
}

header.lp-header {
	width: 100%;
    background: -moz-linear-gradient(top, #ccc, #FFF);
    background: -webkit-linear-gradient(top, #ccc, #FFF);
	background: linear-gradient(to top, #ccc, #FFF);
}
header.lp-header .header {
    margin: 0 auto;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
header.lp-header .headerR {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}
header.lp-header .headerR span {
	letter-spacing: 0em;
	font-weight: bold;
	background: url(/user_data/images/common/freedial.png) no-repeat 0 50%;
}
header.lp-header .header.pc {
	width: 1000px;
	height: 75px;
	padding: 0 25px;
}
header.lp-header .header.pc .headerR span {
	font-size: 30px;
	line-height: 33px;
	-webkit-background-size: 35px 20px;
	background-size: 35px 20px;
	padding-left: 40px;
}
header.lp-header .header.pc .headerR small {
	font-size: 11px;
}

/* -----------------------------------------------

フッター

----------------------------------------------- */
#footer2020 {
    padding: 60px 0px 10px;
    background-color: #333333;
}
#footer2020 .footer_wrap {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}
#footer2020 .footer_wrap .logo a:hover {
    opacity: 0.6;
}
#footer2020 .footer_wrap .footer-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 660px;
}
#footer2020 .footer_wrap .footer-nav li {
    width: 200px;
    border-bottom: 1px solid #ffffff;
}
#footer2020 .footer_wrap .footer-nav li a {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: left;
    font-size: 13px;
    padding: 12px 0px;
    color: #ffffff;
    box-sizing: border-box;
}
#footer2020 .footer_wrap .footer-nav li a:hover {
    color: #999999;
}
#footer2020 .copyright {
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
}
#footer2020 .ban {
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    padding-top: 4px;
}

/* -----------------------------------------------

フッター（よくある質問）

----------------------------------------------- */
#faq h2 { background: url(/user_data/images/common/qa_title_bg.jpg); padding: 30px 20px;  text-align: center;}
#faq h2 img { display:inline-block; }
#faq h3 { background-color: #e1e1e1; padding: 5px 20px;}
#faq dl { text-align: left;}
#faq dl.qa dt {
	background-repeat:no-repeat;
	background-size:100% 100%;
	height: 50px;
	position: relative;
	margin-top: 15px;
}
#faq dl.qa dt p {
	padding-left: 30px;
	padding-right: 25px;
	color: #ffffff;
	font-weight: bold;
    font-size: 19px; padding-top: 15px;
}
#faq dl.qa.pc dt {
	background-image: url("/user_data/images/common/qa_bg.jpg");
	border-radius: 5px;
	background-repeat: repeat-x;
}
#faq dl.qa.pc dt:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 15px solid #ffffff;
    border-bottom: 0px solid transparent;
}
#faq dl.qa.pc dt.on:after {
    margin-top: -8px;
    border-bottom: 15px solid #ffffff;
    border-top: 0px solid transparent;
}
#faq dl.qa.pc dt p {
	font-size: 1.2em;
	padding-top: 10px;
}
#faq dl.qa.pc dt p::before {
	content: "Q.";
	margin-right: 10px;
}
#faq dl.qa dt p.long {
	padding-top: 0.3em;
}
#faq dl.qa dd {
	padding-top: 10px;
	padding-right: 10px;
	line-height: 25px;
    font-size: 14px;
}
#faq dl.qa.sp dd {
	padding-top: 5px;
	padding-right: 0;
}
#faq dl.qa.pc dd {
	padding-left: 10px;
}

/* -----------------------------------------------

フッター（ユーザーガイド）

----------------------------------------------- */
#user_guide #footer1 h1{ background-color: rgb(56, 56, 56); color: #fff; text-align: center; padding: 15px;}
#user_guide #footer1 .frame17 {  border: solid 1px rgb(187, 187, 187); padding: 10px 10px 20px;}
#user_guide #footer1 .frame17 h2{ background-color: rgb(170, 170, 170);   text-align: center; text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.35); margin: -10px -10px 20px; padding: 10px;}
#user_guide #footer1 .frame17 h3{ font-size: 16px; color: #fff; background: #1A5486; margin: 0 0 10px; padding: 2px 10px;}
#user_guide #footer1 a{ color: #000;}
#user_guide #footer1{ overflow: hidden;}
#user_guide #footer1 .one_half { width: 50%; float: left; padding-right: 15px;}
#user_guide #footer1 .one_half:nth-child(even) { padding-left: 15px; padding-right: 0;}
#user_guide #footer1 .frame17 p { margin-bottom: 20px;}

#user_guide #footer2 { padding: 30px 0;}
#user_guide #footer2 .link { padding: 0 20px 20px;}
#user_guide #footer2 .link li { display: inline-block; padding: 0 10px}
#user_guide #footer2 .link li:not(:last-child) { border-right: 1px solid #fff; padding-right: 15px;}
#user_guide #footer2 {background-color: rgba(56, 56, 56, 0.95); color: #fff; text-align: center;}
#user_guide #footer2 a{ color: #fff;}
#user_guide #footer2 { padding-bottom: 20px;}
#user_guide #footer2 .link {margin-bottom: 20px;}
#user_guide #footer2 .link a { display: block; width: 100%; border-bottom: 1px solid #fff; text-decoration: none; padding: 15px 10px; font-size: 1em;}

#pagetop {
	width: 970px;
	margin: 0 auto;
	padding: 20px 40px 0 10px;
	text-align: right;
	overflow:hidden;
}

#pagetop .button {
	margin:0 0 20px 0;
	padding:5px;
	width:100px;
	font-size:10px;
	text-align:center;
	float:right;
	border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	border:2px solid #666;
}

#pagetop .button a {
	color:#555;
	text-decoration:none;
}

#pagetop .button a:hover {
	color:#aaa;
	text-decoration:underline;
}

/* ----------------------------------- */

/* Footer Navi ----------------------- */
#foot_navi {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:40px;
}

#foot_navi ul {
	margin:0;
	padding:0;
}

#foot_navi ul li{
	margin:0;
	padding:5px;
	width:240px;
	height:30px;
	float:left;
}


/*-------------------------------------*/

/* Footer------------------------------*/

#footer {
	color:#333;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color: #ffffff;
	border-top:1px solid #555;
	font-size: 10px;
	color: #666;
	text-align: center;
	clear:both;
}

#footer_inner {
	width:1000px;
	margin:0 auto;
}


#footer a {
	color:#666;
	font-size: 12px;
	text-decoration:none;
}

#footer a:hover {
	color:#999;
	font-size: 12px;
	text-decoration:underline;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
}


/* =======================
   フッター共通スタイル
======================= */
#footer1 h1 {
  background-color: rgb(56, 56, 56);
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

#footer1 p {
  margin-bottom: 20px;
}

#footer1 .frame17 {
  background-color: #fff;
  border: solid 3px rgb(187, 187, 187);
  padding: 10px 10px 20px;
}

#footer1 .frame17 h2 {
  background-color: rgb(170, 170, 170);
  text-align: center;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.35);
  margin: -10px -10px 20px;
  padding: 10px;
  font-weight: bold;
}

#footer1 .frame17 h3 {
  font-size: 16px;
  color: #fff;
  background: #1A5486;
  margin: 0 0 10px;
  padding: 2px 10px;
}

#footer1 a {
  color: #000;
}

#footer2 {
  background-color: rgba(56, 56, 56, 0.95);
  color: #fff;
  text-align: center;
}

#footer2 a {
  color: #fff;
}

/* =======================
   メディアクエリ: デスクトップ
======================= */
@media screen and (min-width: 1024px) {
  a:hover img {
    opacity: 0.7;
  }

  .inner {
    width: 100%;
    margin: auto;
  }

  .inner2 {
    width: 960px;
    margin: auto;
    padding: 0;
  }
}

/* =======================
   著作権
======================= */
#footer .copyright {
  text-align: left;
  margin: 10px 0;
}
