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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "BIZ UDPGothic", sans-serif;
    /* font-family: "Noto serif JP", sans-serif; */
}
html {
    line-height: 1;
    scroll-behavior: smooth;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    /*line-height: normal;*/
    line-height: 1.7;
    box-sizing: border-box;
    color: #1A1A1A;
    letter-spacing: 0.1em;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    background: transparent;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
}
html[lang="ja"] body {
    font-weight: 400;
    font-family: 'BIZ UDPGothic', sans-serif;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
/* a */
* {
    box-sizing: border-box;
}
::-moz-selection {
   background: #7C72D2CC;
   /* Safari */
   color: #fff;
}
::selection {
    background: #7C72D2CC;
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: #7C72D2CC;
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: #1A1A1A;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}

/*main*/
.l-main{
    padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
.l-main{
    padding-bottom: 60px;
}
}
.l-main.none{
    padding-bottom: 0;
}

/*content*/
.l-contents{
    margin-top: 120px;
    overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
    .l-contents{
        margin-top: 60px;
    }  
}

/*breadcrumbList*/
.l-breadcrumbList{
    display: flex;
    padding: 20px 0 80px;
    justify-content: flex-end;
    margin-right: 160px;
}
@media screen and (max-width: 1024px) {
.l-breadcrumbList{
    margin-right: 80px;
}
}
@media screen and (max-width: 768px) {
.l-breadcrumbList{
    padding-bottom: 40px;
    justify-content: flex-start;
    padding-left: 20px;
    margin-right: 0;
}
}
.l-breadcrumbList_item{
    transition: all .3s;
    margin-right: 24px;
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
.l-breadcrumbList_item{
    font-size: 1.2rem;
}
}
.l-breadcrumbList_item:last-child{
    margin-right: 0;
}
.l-breadcrumbList_item:hover{
    opacity: 0.8;
}
.l-breadcrumbList_item::before{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #121E2F;
  border-right: solid 1px #121E2F;
  position: absolute;
  right: -12px;
  top: 9px;
  transform: rotate(45deg);
  transition: all .3s;
}
@media screen and (max-width: 768px) {
.l-breadcrumbList_item::before{
    top: 7px;
}
}
.l-breadcrumbList_item:last-child::before{
    display: none;
}
.l-breadcrumbList_span{
    color: #0066CC;
}
.l-breadcrumbList_span.current{
    color: #121E2F;
}
/*back to top*/
.l-scrollPageTop{
    position: fixed;
    display: none;
    transition: all .6s ease;
    right: 40px;
    bottom: 40px;
}
@media screen and (max-width: 768px) {
.l-scrollPageTop{
    bottom: 90px;
    right: 20px;
}
}
.l-scrollPageTop:hover{
    bottom: 45px;
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
.l-scrollPageTop:hover{
    bottom: 90px;
}
}
.l-scrollPageTop_icon{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/common/backtotop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}
@media screen and (max-width: 768px) {
.l-scrollPageTop_icon{
    width: 30px;
    height: 30px;
}
}
.l-scrollPageTop_icon::after{
    content: 'ページ上部へ';
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
.l-scrollPageTop_icon::after{{
    font-size: 10px;
    bottom: -15px;
}
}