﻿/* ------------------------------
    reset css
-------------------------------*/
*,
*::before,
*::after {box-sizing: border-box;}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
form,
input,
textarea {
  margin: 0px;
  padding: 0px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block}
audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {display: none;}

a {
    background: transparent;
    text-decoration: none;
    color:#000;
}

a:active,
a:hover {
    outline: 0;
    opacity: 0.6;
    transition: 0.15s linear;
    text-decoration: none;
}

abbr[title] {border-bottom: 1px dotted;}
b,
strong {font-weight: bold;}
dfn {font-style: italic;}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {font-size: 80%}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {top: -0.5em}
sub {bottom: -0.25em}
img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {margin: 1em 40px;}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {overflow: auto}
code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    border: none;

}

button,
select {text-transform: none;}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {cursor: default}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {line-height: normal}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}

input[type="text"] {outline: none;}
p,
h1,
hr {
  margin-block-start: 0;
  margin-block-end: 0;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {padding: 0;}

em {
  font-style: normal;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;  
  border: 0;
  vertical-align: top;
}

figure {margin: 0;}


@media screen and (max-width: 750px) {
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 124px;
    }
    div.wrapper_{padding-top: 104px;}
    div.wrapper_ #js-unt-getAjaxHeader{min-height: initial;}
}

@media screen and (min-width: 751px) {    
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 80px;
    }
}


/* ------------------------------
    common css
-------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500');

body {
  font: 400 12px / 1.4 "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;    
  color: #333;
}

div.wrapper_{width: 100%;}
.container_{box-sizing: border-box;}

.breadcrumb{
  width: 100%;
  margin: 20px auto !important;
}
.breadcrumb{padding: 18px 15px;}

.l-container input[type="text"],
.l-container input[type="password"] {font-size: 16px;}

/* SP */
@media screen and (max-width: 750px) {
  .sp-only{display: block;}
  .pc-only{display: none;}
  .breadcrumb{margin: 0 !important;}  
}

@media screen and (min-width: 751px) {
  .sp-only{display: none;}
  .pc-only{display: block;}
  .breadcrumb{
    max-width: 1200px;
    width: 100%;
    padding: 18px 0;
  }
}

/* ------------------------------
    ページャー
-------------------------------*/
.navipage_.bottom_{margin-top: 50px;}
.navipage_ center{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.navipage_ .navipage_forward_,
.navipage_ .navipage_reverse_{display: flex;}
.navipage_ .navipage_now_{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222;
	border: solid 1px #222;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	width: 30px;
	height: 30px;
}

.navipage_ a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: solid 1px #ccc;
	border-radius: 50%;
}

.navipage_ .navipage_first_ a,
.navipage_ .navipage_prev_ a,
.navipage_ .navipage_next_ a,
.navipage_ .navipage_last_ a{
	position: relative;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.navipage_ .navipage_prev_{margin-left: 5px;}
.navipage_ .navipage_next_{margin-right: 5px;}
.navipage_ .navipage_forward_{margin-left: 20px;}
.navipage_ .navipage_reverse_{margin-right: 20px;}

.navipage_ .navipage_prev_ a,
.navipage_ .navipage_next_ a{
	border: solid 1px #ccc;
	border-radius: 50%;
	position: relative;
}

.navipage_ .navipage_prev_ a:after,
.navipage_ .navipage_next_ a:after{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: solid 2px #222;
    border-bottom: solid 2px #222;
}

.navipage_ .navipage_prev_ a:after{
    transform: translate(-50%, -50%) rotate(135deg);
    margin: 10px 0 0 12px;
}

.navipage_ .navipage_next_ a:after{
    transform: translate(-50%, -50%) rotate(-45deg);
    margin: 10px 0 0 5px;
}

.navipage_ .navipage_first_,
.navipage_ .navipage_prev_,
.navipage_ .navipage_next_,
.navipage_ .navipage_last_{
	display: flex;
	align-items: center;
}

.navipage_ .navipage_first_,
.navipage_ .navipage_last_{display: none;}

@media screen and (max-width: 750px) {
    .navipage_ center{flex-wrap: wrap;}
    .navipage_.bottom_{
        margin: 50px 0 30px;
        padding: 0 8px;
    }
}    

@media screen and (min-width: 751px) {
	.navipage_ .navipage_now_{
		font-size: 14px;
		width: 40px;
		height: 40px;
	}

	.navipage_ a{
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.navipage_ .navipage_first_ a,
	.navipage_ .navipage_prev_ a,
	.navipage_ .navipage_next_ a,
	.navipage_ .navipage_last_ a{
		width: 40px;
		height: 40px;
	}
}

/* ------------------------------
    ボタン
-------------------------------*/
.btn-normal-pt{
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   border: solid 1px #ccc;
   height: 44px;
   border-radius: 44px;
   font-size: 14px;
   font-weight: 600;
   background-color: #fff; 
}

.btn-normal-pt:after{
   position: absolute;
   right: 23px;
   top: 50%;
   content: "";
   width: 6px;
   height: 6px;
   border-bottom: solid 2px #000;
   border-right: solid 2px #000;
   border-radius: 1px;
   transform: translate(0, -50%) rotate(-45deg);
}

@media screen and (min-width: 751px) {
    .btn-normal-pt{
        width: 390px;
        margin: 0 auto;
    }
}

/* ------------------------------
    重要なお知らせ
-------------------------------*/
.u-header-info{background: #f6f6f6;}
.u-header-info .swiper-container{
    text-align: center;
	position: relative;
}
.u-header-info .swiper-container a{
    margin: 0 auto;
    line-height: 30px;
    font-size: 11px;
    font-weight: 400;
}

.u-header-info .important-notice-list > li span.smzpreview-article_data_status{
	position: absolute;
    left: 30px;    
}

.u-header-info .swiper-container .u-header-slide-prev,
.u-header-info .swiper-container .u-header-slide-next {
  position: absolute;
  top: 0;
  z-index: 50;
  display: block;
  width: 30px;
  height: 100%;
  cursor: pointer;
  background: none;
  transform: none;    
}

.u-header-info .swiper-container .u-header-slide-prev {left: 0;}
.u-header-info .swiper-container .u-header-slide-next {right: 0;}
.u-header-info .swiper-container .u-header-slide-prev:before,
.u-header-info .swiper-container .u-header-slide-next:before {
  content: "";
  position: absolute;
  top: 54%;
  z-index: 10;
  display: block;
  width: 7px;
  height: 7px;
  transform-origin: center;
}

/*
.u-header-info .swiper-container .u-header-slide-prev:before {
  left: 42%;
  transform: rotate(45deg) translate(-50%, -50%);
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
}
.u-header-info .swiper-container .u-header-slide-next:before {
  right: 42%;
  transform: rotate(45deg) translate(-50%, -50%);
  border-top: 1px solid #777;
  border-right: 1px solid #777;
}
*/
.u-header-info .swiper-container .u-header-slide-prev.swiper-button-disabled,
.u-header-info .swiper-container .u-header-slide-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

#js-unt-getAjaxHeader{min-height: 104px;}

@media screen and (max-width: 750px) {
	.important-notice-text{
		text-overflow: ellipsis;
    	white-space: nowrap;
        padding: 0;
	    width: calc(100% - 30px);
    	margin: 0 auto;
    	overflow: hidden;
    }
    .header-nav__list-item.header-menu--after-login{display: none;}
}


@media screen and (min-width: 751px) {
    .u-header-info{height: 40px;}
    
    .u-header-info .swiper-container{
        max-width: 1200px;
    	margin: 0 auto;
        height: 40px;
    }
    .u-header-info .swiper-container a{
        font-size: 13px;
        line-height: 40px;
    }
    #js-unt-getAjaxHeader{min-height: auto;}
}    
    

/* 確認用 */
@media screen and (max-width: 750px) {
	.page-help-list .contents_,
	.page-faq-store .contents_,
    .page-faq-online .contents_{
        display: flex;
    	flex-wrap: wrap;
    }
	.page-help-list .contents_ .leftmenuframe_,
	.page-faq-store .contents_ .leftmenuframe_,
    .page-faq-online .contents_ .leftmenuframe_{order: 2;}
	.page-help-list .contents_ .mainframe_,
	.page-faq-store .contents_ .mainframe_,
    .page-faq-online .contents_ .mainframe_{order: 1;}
}

/* header */
@media screen and (max-width: 750px) {#js-unt-getAjaxHeader .header.pane-header{z-index: 1000;}}
@media screen and (min-width: 751px) {#js-unt-getAjaxHeader .header.pane-header .header-fixed{z-index: 1000;}}
#js-unt-getAjaxFooter .header-menu{z-index: 1001;}
@media screen and (max-width: 750px) {#js-unt-getAjaxFooter .nav-fixed{z-index: 1002;}