@charset "UTF-8";
@import url("icons.css");
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,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,main,menu,nav,output,ruby,section,summary,time,mark,audio,video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* Display
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section { display: block; }
.win,.mac { overflow-y: scroll; }

/* Fonts
   ========================================================================== */
html { font-size: 62.5%; }
body { font-size: 1.6rem; line-height: 1.5; box-sizing: border-box;}
sup,sub { font-size: 0.83em; }
body,input,textarea,select,button { font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif; }
.ie body,.ie input,.ie textarea,.ie select,.ie button { font-family: "Meiryo", "MS PGothic", sans-serif; }

/* Style
   ========================================================================== */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
caption { text-align: left; }
th { font-weight: bold; }
th,td { vertical-align: top; }
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ' '; content: none; }
address { font-style: normal; font-weight: normal; }
input[type="text"],input[type="password"],input[type="number"],input[type="tel"] { margin: 0; line-height: normal; }
input[type="image"] { cursor: pointer; vertical-align: top; }
textarea { margin: 0; vertical-align: top; resize: vertical; }
img { max-width: 100%; vertical-align: top; }
figure{ text-align: center; }
object,embed,iframe { vertical-align: top; outline: none; max-width: 100%; }
em,strong { font-style: normal; font-weight: bold; }
mark { color: inherit; background-color: inherit; font-weight: bold;}
sup,sub { position: relative; height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom;}
sup { bottom: 1ex; }
sub { top: .5ex; }

/* Clearfix
   ========================================================================== */
header,footer,main,section,article,aside,nav,.page-container,.page-header,.page-footer,.content,.main-content,.sub-content,.article,.section,.row { zoom: 1; }
header:before,footer:before,main:before,section:before,article:before,aside:before,nav:before,.page-container:before,.page-header:before,.page-footer:before,.content:before,.main-content:before,.sub-content:before,.article:before,.section:before,.row:before,header:after,footer:after,main:after,section:after,article:after,aside:after,nav:after,.page-container:after,.page-header:after,.page-footer:after,.content:after,.main-content:after,.sub-content:after,.article:after,.section:after,.row:after { content: ' '; display: table; }
header:after,footer:after,main:after,section:after,article:after,aside:after,nav:after,.page-container:after,.page-header:after,.page-footer:after,.content:after,.main-content:after,.sub-content:after,.article:after,.section:after,.row:after { clear: both; }

/* ==========================================================================
   Layout - General
   ========================================================================== */
/* Root
   ========================================================================== */
body {
  min-width: 960px;
  background-color: #f7f7f9;
  color: #333333;
  line-height: 1.6;
}
.page-container:not(.page-category-home){
  display: flex;
  flex-direction: column;
  width:100%;
}
/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* Page header
   ========================================================================== */
.page-header {
  min-width: 960px;
  background-color: #fff;
}
.page-header > .inner {
  position: relative;
  width: 960px;
  min-height: 64px;
  margin: 0 auto;
}
.page-header .site-id {
  position: absolute;
  top: 0;
  left: 0;
}
.page-header .site-id-ttss {
  position: absolute;
  top: 23px;
  left: 210px;
  margin-top: 0;
}
.page-header .header-nav {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  top: 28px;
  right: 0;
}
.page-header .header-nav > li {
  float: left;
  margin-left: 10px;
}
.page-header .header-nav > li > a,
.page-header .header-nav > li > span {
  font-size: 1.1rem;
  padding: 2px 0 2px 16px;
}
.page-header .header-nav > li > a {
  color: #039;
}
.page-header .header-nav > li > a:hover {
  color: #f63;
  text-decoration: underline;
}
.page-header .header-nav > .sitemap > a {
  background: url(../img/common/header_link_icon02.png) no-repeat left top;
}
.page-header .header-nav > .contact > a {
  background: url(../img/common/header_link_icon03.png) no-repeat left top;
}
.page-header .global-nav {
  border-top: #a6a6a6 1px solid;
  border-bottom: #a6a6a6 1px solid;
  background-color: #D8EBF7;
}
.page-header .global-nav.is-fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  opacity: 0.8;
  z-index: 999;
}
.page-header .global-nav.is-fixed:hover {
  opacity: 1.0;
}
.page-header .global-nav > ul {
  display: flex;
  width: 940px;
  margin: 0 auto;
  padding: 4px 0 8px;
}
.page-header .global-nav > ul > li {
  position: relative;
  width: calc(720px / 4);
  box-sizing: border-box;
  border-right: #ccc 1px solid;
  line-height: 1.2;
  font-size: 1.5rem;
  text-align: center;
}
.page-header .global-nav > ul > li:nth-child(2){
  width: 220px;
}
.page-header .global-nav > ul > li:first-child {
  border-left: #ccc 1px solid;
}
.page-header .global-nav > ul > li > p {
  height: 41px;
  margin: -4px 0 -5px;
  border-bottom: #a6a6a6 3px solid;
}
.page-header .global-nav > ul > li > p,
.page-header .global-nav > ul > li > p > a {
  transition: 0.3s ease;
}
.page-header .global-nav > ul > li.has-current > p {
  border-bottom-color: #ff0000;
  background-color: #fff;
}
.page-header .global-nav > ul > li > p > a {
  display: block;
  padding: 13px 20px 8px 20px;
  text-decoration: none;
}
.page-header .global-nav > ul > li:hover > p{
  border-bottom-color: #ff0000;
  background-color: #fff;
}
.page-header .global-nav > ul > li:hover > p > a {
  color: #ff0000;
  border-bottom-color: #ff0000;
}
.page-header .global-nav > ul > li:hover > p > a.active{
  color: #333;
  border-bottom-color: transparent;
}

.page-header .global-nav-drop {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 20;
  width: 100%;
}
.page-header .global-nav-drop > ul {
  border-top: #ccc 1px solid;
}
.page-header .global-nav-drop > ul > li {
  font-size: 80%;
  border: #ccc 1px solid;
  border-top: none;
  background-color: #fff;
  text-align: left;
}
.page-header .global-nav-drop > ul > li > a{
  transition: 0.3s ease;
  display: block;
  padding: 10px 6px 10px 24px;
  background: url(../img/common/arrow_icon01.png) no-repeat 5px 9px;
  text-decoration: none;
}
.page-header .global-nav-drop > ul > li > a:hover,
.page-header .global-nav-drop > ul > li > ul > li a:hover {
  background-color: #ededed;
}
.page-header .global-nav-drop > ul > li > a.active:hover,
.page-header .global-nav-drop > ul > li > ul > li a.active:hover {
  background-color: transparent;
}

.page-header .global-nav-drop > ul > li > ul > li > a{
  display:block;
  font-size:1.2rem;
  background-image: var(--arrow-red);
  background-repeat:no-repeat;
  background-position:15px 5px;
  text-decoration:none;
  padding:5px 5px 5px 35px;
}
.page-container > #pc-header{
  order:-2;
}
.page-container > .breadcrumbs-wrapper{
  order:-1;
}
/* ----------sp------------- */
@media screen and (max-width: 767px){
  #pc-header, #pc-footer {
    display: none;
  }
  #sp-header{
    position:sticky;
    min-height: 45px;
    left:0;
    top:0;
    z-index:6;
    background:#fff;
    margin-top:0 !important;
    border-bottom:solid 1px var(--main-grey);
    box-sizing:border-box;
  }
  #sp-header .sp-navigation{
    display:none;
    flex-direction:column;
    width:100%;
    position:absolute;
    left:0;
    top:45px;
    max-height: calc(100vh - 45px);
    min-height: calc(100vh - 45px);
    overflow: auto;
    background:#fff;
    overscroll-behavior-y: contain;
    opacity:0;
    z-index:2;
  }
  .has-sp-navi-open #sp-header .sp-navigation{
    display:flex;
    animation: fadeIn 0.3s 1 forwards;
  }
  @keyframes fadeIn {
    0%   { display:none; opacity:0; }
    1%   { display:flex; opacity:0; }
    100% { display:flex; opacity:1; }
  }
  #sp-header .l-wrapper{
    position:relative;
  }
  #sp-header .sp-header-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0;
    height: 45px;
  }
  #sp-header .sp-header-top .js-open-sp-nav{
    padding: 0;
    appearance: none;
    outline: none;
    display:flex;
    width:32px;
    height:32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='18' viewBox='0 0 25 18'%3E%3Cg transform='translate(-341 -13)'%3E%3Crect width='25' height='2' transform='translate(341 29)' fill='%23333'/%3E%3Crect width='25' height='2' transform='translate(341 21)' fill='%23333'/%3E%3Crect width='25' height='2' transform='translate(341 13)' fill='%23333'/%3E%3C/g%3E%3C/svg%3E");
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
    border:none;
    cursor:pointer;
    transition:background-image 0.2s linear;
    background-size:auto auto;
  }
  .has-sp-navi-open #sp-header .sp-header-top .js-open-sp-nav{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.113' height='31.113' viewBox='0 0 31.113 31.113'%3E%3Cg transform='translate(0 0)'%3E%3Crect width='26' height='26' transform='translate(2.557 2.557)' fill='%23fff'/%3E%3Cpath d='M1585,6373v-9h-9a1,1,0,1,1,0-2h9v-9a1,1,0,0,1,2,0v9h9a1,1,0,1,1,0,2h-9v9a1,1,0,1,1-2,0Z' transform='translate(3393.406 -5605.235) rotate(45)' fill='%23333'/%3E%3C/g%3E%3C/svg%3E");
  }
  .sp-navigation > ul > li{
    border-top:solid 1px var(--main-grey-light);
  }
  .sp-navigation > ul > li a{
    display:block;
    font-size:1.6rem;
    text-decoration:none;
    color:var(--main-black);
    font-weight:bold;
  }
  .sp-navigation a{
    padding:20px 10px 18px 37px;
    background-image: var(--arrow-red);
    background-repeat:no-repeat;
    background-position:15px 26px;
  }
  .sp-navigation .js-nav-drop > ul > li > p > a,
  .sp-navigation .js-nav-drop > ul > li > a{
    padding:12.5px 10px 10.5px 55px;
    background-position:33px 16px;
  }
  .sp-navigation .js-nav-drop > ul > li:first-of-type > p > a,
  .sp-navigation .js-nav-drop > ul > li:first-of-type > a{
    padding-top:0;
    background-position:33px 5px;
  }
  .sp-navigation .js-nav-drop .js-nav-drop > ul > li > a{
    padding:10px 10px 10px 73px;
    background-position: 53px 18px;
  }
  .sp-navigation .js-drop-trigger > p > a{
    background-image: var(--plus-red);
    background-repeat:no-repeat;
    background-position:13px 24px;
    transition:background-image 0.25s linear;
  }
  .sp-navigation .js-drop-trigger.has-subnavi-open > p > a{
    background-image: var(--minus-red);
  }
  .sp-navigation .global-nav-drop.js-nav-drop{
    display:none ;
  }
  .page-container > .breadcrumbs-wrapper{
    order:5;
  }
  .page-container > #sp-footer{
    order:6;
  }
}

/* Breadcrumbs
   ========================================================================== */
.breadcrumbs-wrapper{
  position: relative;
  z-index: 2;
}
.breadcrumbs-wrapper.hasHeader{
  padding-top:0;
  height:0;
}
.breadcrumbs-wrapper > .inner {
  width: 940px;
  margin: 10px auto 0;
  padding: 0 10px;
}
.breadcrumbs p {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumbs .arrow:last-child {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs a,
.breadcrumbs-wrapper .breadcrumbs span{
  color:var(--main-black);
}
.breadcrumbs-wrapper.hasHeader .breadcrumbs a,.breadcrumbs-wrapper.hasHeader .breadcrumbs span {
  color: #fff;
}
/* ----------sp------------- */
@media screen and (max-width: 767px){
  .breadcrumbs-wrapper,.breadcrumbs-wrapper.hasHeader {
    transform: none;
    height: inherit;
  }
  .breadcrumbs-wrapper > .inner {
    padding: 50px 10px;
    box-sizing: border-box;
  }
  .breadcrumbs-wrapper.hasHeader .breadcrumbs a,.breadcrumbs-wrapper.hasHeader .breadcrumbs span {
    color:var(--main-black);
  }
}

/* Content Header
   ========================================================================== */
.content-header-title-wrapper {
  background: #49a8d3 url(../img/common/content-header_bg01.png) repeat-x;
}
.content-header-title-wrapper > .inner {
  width: 940px;
  margin: 0 auto;
  padding: 65px 0 55px;
}
.content-header-title h1,
.content-header-title p {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}
.content-header-title h1 {
  line-height: 1.2;
  font-size: 3.5rem;
}
.content-header-title p {
  padding-left: 20px;
  line-height: 1.4;
}
/* ----------sp------------- */
@media screen and (max-width: 767px){
  .content-header-title-wrapper > .inner{
    padding: 40px 0 30px;
  }
  .content-header-title h1{
    font-size:2.8rem;
  }
}
/* Page footer
   ========================================================================== */
.page-footer {
  min-width: 940px;
  margin-top: 60px;
}
.page-footer .return-top {
  text-align: right;
}
.page-footer .footer-bottom {
  padding: 28px 0 29px;
  background-color: #464646;
}
.page-footer .footer-bottom > .inner {
  overflow: hidden;
  zoom: 1;
  width: 940px;
  margin: 0 auto;
}
.page-footer .footer-bottom-nav {
  overflow: hidden;
  zoom: 1;
  float: left;
  margin: 0 auto;
}
.page-footer .footer-bottom-nav li {
  float: left;
  margin-left: 20px;
}
.page-footer .footer-bottom-nav li:first-child {
  margin-left: 0;
}
.page-footer .footer-bottom-nav a {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
}
.page-footer .footer-bottom-nav a {
  padding-left: 10px;
  background: url(../img/common/footer_link_icon02.png) no-repeat left 0.2em;
}
.page-footer .copyright {
  float: right;
  line-height: 0;
  margin: 5px 23px 0 0;
}
/* ----------sp------------- */
@media screen and (max-width: 767px){
  #sp-footer{
    margin-top:20px;
  }
  #sp-footer .copyright{
    float:none;
    display:block;
    line-height: 0;
    background:#464646;
    padding:13px 10px;
    margin:0;
  }
  #sp-footer .l-footer-logo{
    display:flex;
    padding: 0 10px 40px 10px;
    justify-content:center;
    background:#fff;
  }
  .sp-foot-contact{
    padding-top:20px;
    padding-bottom:20px;
  }
  #sp-footer .sp-navigation{
    border-top:solid 1px var(--main-grey-light);
    border-bottom:solid 1px var(--main-grey-light);
    background:#fff;
  }
  .sp-foot-navigation{
    padding-bottom:30px;
    padding-top:40px;
    background:#fff;
  }
  .sp-foot-navigation > ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
  }
  .sp-foot-navigation > ul > li{
    margin:0 10px;
  }
  .sp-foot-navigation > ul > li > a{
    display:block;
    font-size: 1.4rem;
    padding-left:18px;
    background-image: var(--arrow-grey);
    background-repeat:no-repeat;
    background-position:left 3px;
    text-underline-offset: 3px;
  }
}
/* Page Top
   ========================================================================== */
.mod-page-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index:3;
}
/* ----------sp------------- */
@media screen and (max-width: 767px){
  .mod-page-top{
    width:50px;
    height:50px;
    bottom:30px;
  }
  .mod-page-top a{
    display:block;
    width:100%;
    height:100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Crect width='50' height='50' rx='6' fill='%23333' opacity='0.8'/%3E%3Cg transform='translate(13 13)'%3E%3Crect width='24' height='24' fill='none'/%3E%3Cpath d='M1.566,19.2a1.636,1.636,0,0,1-1.107-.42,1.36,1.36,0,0,1,0-2.036L8.224,9.6.458,2.457a1.36,1.36,0,0,1,0-2.035,1.662,1.662,0,0,1,2.213,0l8.871,8.161a1.359,1.359,0,0,1,0,2.036L2.671,18.78A1.633,1.633,0,0,1,1.566,19.2Z' transform='translate(3.6 18) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  }
  .mod-page-top a img{
    display:none;
  }
}

/* Main content
========================================================================== */
.content{
  margin-top: 40px;
}
.content:first-child, .content.hasSubContent:first-child{
  margin-top: 0;
}
.content.hasSubContent {
  width: 940px;
  padding-left:10px;
  padding-right:10px;
  margin: 20px auto 0;
}
.hasSubContent .main-content {
  float: right;
  width: 700px;
}
.l-wrapper{
  max-width:940px;
  padding-left:10px;
  padding-right:10px;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width: 767px){
  .content{
    margin-top: 20px;
  }
  .content.hasSubContent {
    width: auto;
    box-sizing: border-box;
  }
  .hasSubContent .main-content {
    float: none;
    width: auto;
  }
  .l-wrapper{
    width:100% !important;
    box-sizing: border-box;
  }
}

/* Sub content
========================================================================== */
.sub-content {
  float: left;
  width: 210px;
}
@media screen and (max-width: 767px){
  .sub-content {
    display: none;
  }
}
/* Category nav
  ========================================================================== */
.aside-nav .category-title {
  padding: 18px 0;
  background: url(../img/common/aside_category-title_bg01.png) repeat;
  color: #fff;
  line-height: 1.2;
  font-size: 2.0rem;
  text-align: center;
}
.aside-nav .category-list_item {
  margin-top: 6px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.4rem;
}
.aside-nav .category-list_item > p > a,
.aside-nav .category-list_item > p > span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  padding: 10px 10px 10px 30px;
  background: #ffffff url(../img/common/arrow_icon01.png) no-repeat 8px 0.8em;
  box-shadow: 1px 1px 1px #dedee0;
  text-decoration: none;
}
.aside-nav .category-list_item > p > a:hover,
.aside-nav .category-list_item > p > span:hover {
  background-color: #fee5e5;
}
.aside-nav .category-list_item.has-current > p > a,
.aside-nav .category-list_item.has-current > p > span {
  background-color: #fee5e5;
}
.aside-nav .category-list_item.has-current > p > span {
  color: #f10000;
}

.aside-nav .page-list {
  display: none;
  margin-bottom: -5px;
  padding-top: 1px;
}
.aside-nav .page-list > li {
  border-top: #dedee0 1px solid;
}
.aside-nav .page-list > li:first-child {
  border-top: none;
}
.aside-nav .page-list > li > a,
.aside-nav .page-list > li > span {
  display: block;
  padding: 10px 10px 11px 26px;
  background: url(../img/common/aside_category-button_bg01.png) no-repeat 13px 1em;
  text-decoration: none;
}
.aside-nav .page-list > li.has-current a,
.aside-nav .page-list > li > span {
  background: url(../img/common/aside_category-button_bg02.png) no-repeat 13px 1em;
  color: #f10000;
}
.aside-nav .page-list > li > a:hover {
  text-decoration: underline;
}
.aside-nav .category-list_item.has-current .page-list {
  display: block;
}

/* heading
   ========================================================================== */
.m-title1{
  font-size:3.5rem;
  font-weight:bold;
}
.m-title2{
  font-size:3.2rem;
  font-weight:bold;
}
.m-title3{
  font-size:2.8rem;
  font-weight:bold;
  margin-bottom: 30px;
}
.m-title4{
  font-size:2rem;
  font-weight:bold;
  margin-bottom: 20px;
}
.m-title5{
  font-size:1.8rem;
  font-weight:bold;
  margin-bottom: 10px;
}
.has-border{
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}
.has-border::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 94%;
  background: url(../img/common/common-title_bg01.png) repeat;
  content: "";
}
@media screen and (max-width: 767px){
  .m-title1{
    font-size:2.8rem;
  }
  .m-title2{
    font-size:2rem;
  }
  .m-title3{
    font-size:2rem;
    margin-bottom: 20px;
  }
  .m-title4{
    font-size:1.8rem;
  }
  .m-title5{
    font-size:1.6rem;
  }
}
.mod-section-title {
  padding: 12px 0 10px;
  border-bottom: #888 1px dotted;
  background: url(../img/common/section-title_bg01.png) repeat-x top;
  margin-bottom: 20px;
}
.mod-section-title h1,.mod-section-title h2,.mod-section-title h3,.mod-section-title h4,.mod-section-title h5 {
  position: relative;
  padding-left: 15px;
  font-size: 2rem;
}
.mod-section-title h1:before,.mod-section-title h2:before,.mod-section-title h3:before,.mod-section-title h4:before,.mod-section-title h5:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 92%;
  background: url(../img/common/common-title_bg01.png) repeat;
  content: "";
}
.mod-local-title {
  padding: 8px 0 7px;
  border: #e9e9e9 1px solid;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}
.mod-sub-title {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.mod-local-title h1,.mod-local-title h2,.mod-local-title h3,.mod-local-title h4,.mod-local-title h5,.mod-local-title.is-title-like > p {
  position: relative;
  padding-left: 13px;
  font-weight: bold;
  font-size: 1.6rem;
}
.mod-local-title h1:before,.mod-local-title h2:before,.mod-local-title h3:before,.mod-local-title h4:before,.mod-local-title h5:before,.mod-local-title.is-title-like > p:before {
  position: absolute;
  top: 0.1em;
  left: -1px;
  width: 4px;
  height: 70%;
  background: url(../img/common/common-title_bg01.png) repeat;
  content: "";
}

.mod-sub-title h1,.mod-sub-title h2,.mod-sub-title h3,.mod-sub-title h4,.mod-sub-title h5 {
  position: relative;
  padding-left: 13px;
  font-size: 1.6rem;
}
.mod-sub-title h1:before,.mod-sub-title h2:before,.mod-sub-title h3:before,.mod-sub-title h4:before,.mod-sub-title h5:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ee0000;
  content: "";
}
.mod-link-title h2,
.mod-link-title h3,
.mod-link-title p {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.2;
  background: url(../img/common/arrow_icon04.png) no-repeat left;
  padding-left: 32px;
}
.mod-link-title p{
  font-size: 2rem;
  font-weight: bold;
}
.mod-link-title h2 > a,
.mod-link-title h3 > a,
.mod-link-title p > a {
  text-decoration: none;
}
.mod-link-title h2 > a:hover,
.mod-link-title h3 > a:hover,
.mod-link-title p > a:hover {
  text-decoration: underline;
}
.mod-section-title h1,.mod-local-title h1, .mod-sub-title h1, .mod-section-title h2,.mod-local-title h2, .mod-sub-title h2, .mod-section-title h3,.mod-local-title h3, .mod-sub-title h3, .mod-section-title h4,.mod-local-title h4, .mod-sub-title h4, .mod-section-title h5,.mod-local-title h5, .mod-sub-title h5 {
  line-height: 1.2;
}
@media screen and (max-width: 767px){
  .mod-section-title h1,.mod-section-title h2,.mod-section-title h3,.mod-section-title h4,.mod-section-title h5 {
    font-size: 1.8rem;
  }
  .mod-link-title p{
    font-size: 1.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* Section
   ========================================================================== */
.section {
  margin-top: 40px;
}
.section:first-child {
  margin-top: 0;
}
.l-section{
  padding-top:60px;
  padding-bottom:60px;
}
.l-narrow-section{
  padding-top:40px;
  padding-bottom:40px;
}
.l-white-bg{
  background:#fff!important;
}
.l-grey-bg{
  background:var(--main-grey-lighterer);
}
.l-darkgrey-bg{
  background:var( --main-grey-dark);
}
.l-pink-bg{
  background:#fadce9;
}
.l-lightpink-bg{
  background:#fdf2f7;
}
.l-green-bg{
  background: #ebf3cf!important;
}
.l-blue-bg{
  background:#d3edfb!important;
}
.l-orange-bg{
  background:#fdead0;
}
.bg-box{
  padding: 10px;
  margin-top: 20px;
}
.line-box{
  border: 1px solid #333;
  padding: 20px;
}
@media screen and (max-width: 767px){
  .l-section{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-narrow-section{
    padding-top:20px;
    padding-bottom:20px;
  }
}
/* buttton
   ========================================================================== */
.m-red-button:link,.m-red-button:visited{
  background-image: var(--arrow-white);
  background-repeat:no-repeat;
  background-position:20px center;
  background-color: var(--main-red);
  color:#fff;
  height:60px;
  max-width:300px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 40px;
  box-sizing:border-box;
  border-radius:6px;
  font-size:1.6rem;
  font-weight:bold;
  text-decoration:none;
}

/* list
   ========================================================================== */
/*ul*/
.mod-ul {
  margin-top: 10px;
}
.mod-ul > li {
  margin: 8px 0 0;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
.mod-ul > li::before{
  content: '・';
}
.mod-ul.none >li {
  text-indent: 0;
  padding-left: 0;
}
.mod-ul.none >li:before {
  content: none;
}
.mod-ul > li:first-child {
  margin-top: 0;
}
.mod-ul > li .mod-ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mod-ul > li .mod-ol {
  margin-top: 5px;
}
.mod-ul > li .mod-ol + p {
  margin-top: 10px;
}
.mod-ul > li .mod-ul-notes {
  margin-top: 5px;
}
.mod-ul > li .mod-ul-notes:first-child {
  margin-top: 0;
}
/* Notes */
.mod-ul-notes {
  margin-top: 15px;
}
.mod-ul-notes > li {
  position: relative;
  margin-top: 7px;
  padding-left: 1.3em;
  line-height: 1.2;
  font-size: 1.2rem;
  zoom: 1;
}
.mod-ul-notes > li:first-child {
  margin-top: 0;
}
.mod-ul-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ul-notes ul,
.mod-ul-notes ol {
  margin-top: 5px;
}
.mod-ul-notes ul:first-child,
.mod-ul-notes ol:first-child {
  margin-top: 0;
}
/*ol*/
.mod-ol {
  margin-top: 15px;
}
.mod-ol > li {
  margin-top: 10px;
  margin-left: 1.2em;
  line-height: 1.4em;
  list-style-type: decimal;
}
.mod-ol > li:first-child {
  margin-top: 0;
}
.mod-ol > li > p + p {
  margin-top: 5px;
}
.mod-ol.brackets >li{
  list-style-type:none;
  counter-increment: cnt;
  margin-left: 2.7em;
}
.mod-ol.brackets >li:before{
  content: "（" counter(cnt) "）";
  margin-left: -2.7em;
}
.mod-ol.brackets2 >li{
  list-style-type:none;
  counter-increment: cnt2;
  margin-left: 1.7em;
}
.mod-ol.brackets2 >li:before{
  content: counter(cnt2) "）";
  margin-left: -1.7em;
}
/* Notes */
.mod-ol-notes {
  margin-top: 15px;
}
.mod-ol-notes > li {
  position: relative;
  margin-top: 7px;
  padding-left: 2em;
  line-height: 1.2;
  font-size: 1.2rem;
  zoom: 1;
}
.mod-ol-notes > li:first-child {
  margin-top: 0;
}
.mod-ol-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.indent1{
  text-indent: -1em;
  padding-left: 1em;
}
.indent2{
  text-indent: -2em;
  padding-left: 2em;
}
/* Link
========================================================================== */
a:link { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #333333; text-decoration: none; }
a:active { color: #333333; text-decoration: none; }
a:hover .m-image-link{ transition: opacity 0.2s; opacity: 0.7; }
.m-image-link{ background:#fff; }

/* Alpha rollover
========================================================================== */
.fn-alpha-rollover {
  transition: 0.3s ease;
  opacity: 1;
  background: url(../img/common/px.png) no-repeat;
}
.fn-alpha-rollover:hover {
  opacity: 0.7;
}
/* 
========================================================================== */
.m-anchor-list{
  padding:20px;
  margin-top: 40px;
}
.m-anchor-list > ul{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px 30px;
}
.m-link-list li{
  display: inline-block;
  margin-right: 20px;
}
.m-arrow-link{
  display:inline-block;
  text-decoration:none;
  line-height:1.4;
  font-weight:bold;
  font-size:1.6rem;
  padding-left:20px;
  position:relative;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.m-arrow-link::before{
  content:'';
  width:14px;
  height:14px;
  position:absolute;
  left:0;
  top:4px;
  background-image: var(--arrow-red);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right:6px;
  display:inline-block;
}
.m-arrow-link.m-anchor::before{
  background-image: var(--arrow-bottom-red);
}
.m-circle-arrow-link{
  display:inline-flex;
  text-decoration:none;
  align-items:flex-start;
  justify-content:flex-start;
  flex-wrap:nowrap;
  font-size:1.7rem;
  line-height:1.4;
  font-weight:bold;
}
.m-circle-arrow-link::before{
  content:'';
  width:17px;
  height:17px;
  flex:0 0 auto;
  background-image: var(--circle-arrow);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right:6px;
  transform:translateY(2px);
}
a:hover .m-circle-arrow-link,
a.m-circle-arrow-link:hover{
  text-decoration-line:underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
a:hover .m-arrow-link,a.m-arrow-link:hover,a:hover .m-circle-arrow-link,a.m-circle-arrow-link:hover{ text-decoration:underline; }
@media screen and (max-width: 767px){
  .m-anchor-list{
    margin-top: 20px;
  }
  .m-anchor-list > ul{
    flex-wrap: wrap;
  }
  .m-arrow-link{
    font-size:1.4rem;
  }
  .m-arrow-link::before {
    top: 1.5px;
  }
  .m-circle-arrow-link{
    font-size:1.6rem;
  }
}

.pdf-icon::before{
  content: url(../img/common/pdf.jpg);
  position: relative;
  top: 3px;
}
/* Page Link
========================================================================== */
.mod-page-link {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 1px 1px #dedee0;
  margin-top: 15px;
  transition: 0.3s ease;
}
.mod-page-link:hover {
  background-color: #ddd;
}
.mod-page-link_object {
  width: 100px;
  margin-right: 8px;
}
.mod-page-link_title {
  display: inline-block;
  flex: 1;
  font-weight: bold;
  line-height: 1.2;
  background: url(../img/common//arrow_icon01.png) no-repeat 2px 0.1em;
  padding:2px 5px 0 22px;
font-size: 92%;
}
/* Table
  ========================================================================== */
.mod-table {
  margin-top: 15px;
  width: 100%;
}
.mod-table tbody {
  text-align: left;
}
.mod-table th,
.mod-table td {
  word-break: break-all;
  word-wrap: break-word;
  padding: 9px 15px 8px;
  border: #ccc 1px solid;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}
.mod-table thead th {
  background: #e0e0e0;
}
.mod-table tbody th,
.mod-table tbody td {
  padding-left: 11px;
}
.mod-table tbody th {
  background: #f2f2f2;
}
.mod-table tbody td {
  background: #fff;
}
.mod-table.opt-space-loose th,
.mod-table.opt-space-loose td {
  padding: 12px 15px 10px;
}
.mod-table .form-error th,
.mod-table .form-error td {
  background-color: #fee5e5;
}
/* Accordion
  ========================================================================== */
.mod-accordion {
  margin-top: 20px;
}
.mod-accordion_title {
  position: relative;
  line-height: 1.4;
  cursor: pointer;
  padding: 9px 15px 7px;
  background-color: #555;
  color: #fff;
}
.mod-accordion_title::after{
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  background: url(../img/common/accordion_plus_btn02.png) no-repeat;
}
.mod-accordion_title.close::after {
  background: url(../img/common/accordion_plus_btn01.png) no-repeat;
}
.mod-accordion_content {
  padding: 20px 0;
}
/* column
   ========================================================================== */
.m-col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.m-col2>.align-c{
  align-self: center;
}
.m-col2>*{
  width: 49%;
  margin-top: 3%;
}
.m-col2>*:nth-child(1),.m-col2>*:nth-child(2){
  margin-top: 0;
}
@media screen and (max-width: 767px){
  .m-col2.sp100w>*{
    width: 100%;
  }
  .m-col2>*,.m-col2.sp100w>*:nth-child(2){
    margin-top: 5%;
  }
}
.m-col2-02{
  display: flex;
  justify-content: space-between;
}
.m-col2-02>*:first-child{
  width: 20%;
  margin-right: 3%;
  flex-shrink: 0;
}
.m-col3{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.m-col3.justify-c{
  justify-content: center;
}
.m-col3>*{
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
}
.m-col3>*:nth-child(3n){
  margin-right: 0;
}
.m-col3>*:nth-child(1),.m-col3>*:nth-child(2),.m-col3>*:nth-child(3){
  margin-top: 0;
}

@media screen and (max-width: 767px){
  .m-col3.sp100w>*{
    width: 100%;
    margin-right: 0;
  }
  .m-col3.sp100w>*:nth-child(2),.m-col3.sp100w>*:nth-child(3){
    margin-top: 5%;
  }
}

.m-col4{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.m-col4.justify-c{
  justify-content: center;
}
.m-col4>*{
  width: 23%;
  margin-right: 2%;
  margin-top: 2%;
}
.m-col4>*:nth-child4n){
  margin-right: 0;
}
.m-col4>*:nth-child(1),.m-col4>*:nth-child(2),.m-col4>*:nth-child(3),.m-col4>*:nth-child(4){
  margin-top: 0;
}

@media screen and (max-width: 767px){
  .m-col4.sp100w>*{
    width: 100%;
    margin-right: 0;
  }
  .m-col4.sp100w>*:nth-child(2),.m-col4.sp100w>*:nth-child(3),.m-col4.sp100w>*:nth-child(4){
    margin-top: 5%;
  }
}

/* ter
   ========================================================================== */
.ter_img figure{
width: 31%;
margin: 0 0.5%;
display: inline-block;
font-size: 75%;
text-align: left;
vertical-align: top;
position:relative;
}

.ter_img figure img{
display: block;
margin: 0 0 5px;
width: 100%;
position:relative;
}

.terTable td{
position:relative;
}

.terTable td dd{
padding-right: 50px;
}


.terMap{
position:absolute;
top: 5px;
right: 5px;
background: #6681e9;
color: #fff!important;
text-decoration: none;
border-radius: 5px;
padding: 5px 15px;
}


/* sponly-pconly
   ========================================================================== */
@media screen and (max-width: 767px){
  .pc_only{
      display:none !important;
  }
  .breadcrumbs-wrapper{
    margin-top:0 !important;
  }
  body,
  .page-header,
  .page-header > .inner,
  .page-header .global-nav > ul,
  .breadcrumbs-wrapper > .inner,
  .content,
  .content-header-title-wrapper > .inner,
  .page-footer .footer-bottom > .inner,
  .inner,
  .page-inner,
  .page-footer .footer-top-nav,
  .page-footer{
    min-width:100%;
    width:100%;
  }
  .main-content dt,
  .main-content dd, 
  .main-content li, 
  .main-content caption, 
  .main-content col, 
  .main-content th, 
  .main-content td, 
  .main-content p, 
  .main-content address, 
  .main-content figcaption{
    font-size:1.4rem;
  }
}
/* pc only */
@media not screen and (max-width: 767px){
  .sp_only{
    display:none !important;
  }
  #sp-header,
  #sp-footer{
    display:none;
  }
}
.d_none{
  display: none!important;
}
/* Font size
   ========================================================================== */
.fs-xs { font-size: 1.2rem !important; }
.fs-s { font-size: 1.4rem !important; }
.fs-l { font-size: 1.8rem !important; }
.fs-xl { font-size: 2rem !important; }
.fs-xxl { font-size: 2.4rem !important; }
.fs-xxxl { font-size: 2.8rem !important; }
@media screen and (max-width: 767px){
  .fs-l { font-size: 1.6rem !important; }
  .fs-xl { font-size: 1.8rem !important; }
}

/* Font weight
========================================================================== */
.fw-n { font-weight: normal !important;}
.fw-b { font-weight: bold !important; }

/* Text
   ========================================================================== */
.wob-bw {
  word-break: break-word;
}
.whi-nr {
  white-space: nowrap;
}

/* Color
========================================================================== */
.c-red{ color:var(--main-red); }
.c-blue{ color:var(--main-blue); }
.c-lblue{ color: #2da0db; }
.c-orange{ color:#f08200; }
.c-pink{ color:#ea609e; }
.c-lgreen{ color:#579b29 }

/* display
========================================================================== */
.d-b { display: block; }
.d-in { display: inline; }
.d-inb { display: inline-block; }

/* text-decoration
========================================================================== */
.td-u { text-decoration: underline!important; }
.td-n { text-decoration: none!important; }

/* Margin
   ========================================================================== */
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt55 {margin-top: 55px !important;}
.mt60 {margin-top: 60px !important;}
.mt65 {margin-top: 65px !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr55 {margin-right: 55px !important;}
.mr60 {margin-right: 60px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml55 {margin-left: 55px !important;}
.ml60 {margin-left: 60px !important;}

/* Padding
    ========================================================================== */
.p0 {padding: 0 !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p25 {padding: 25px !important;}
.p30 {padding: 30px !important;}
.p35 {padding: 35px !important;}
.p40 {padding: 40px !important;}
.p45 {padding: 45px !important;}
.p50 {padding: 50px !important;}
.p55 {padding: 55px !important;}
.p60 {padding: 60px !important;}
.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pt55 {padding-top: 55px !important;}
.pt60 {padding-top: 60px !important;}
.pr0 {padding-right: 0 !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 {padding-right: 45px !important;}
.pr50 {padding-right: 50px !important;}
.pr55 {padding-right: 55px !important;}
.pr60 {padding-right: 60px !important;}
.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb55 {padding-bottom: 55px !important;}
.pb60 {padding-bottom: 60px !important;}
.pl0 {padding-left: 0 !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 {padding-left: 45px !important;}
.pl50 {padding-left: 50px !important;}
.pl55 {padding-left: 55px !important;}
.pl60 {padding-left: 60px !important;}


/* Align
   ========================================================================== */
.ta-l { text-align: left !important; }
.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }

/* Vertical */
.va-t { vertical-align: top !important; }
.va-m { vertical-align: middle !important; }
.va-b { vertical-align: bottom !important; }
.va-base { vertical-align: baseline !important; }

/* Animation
   ========================================================================== */
.UpMove{ animation: UpAnime 0.3s forwards; }
@keyframes UpAnime{
  from { opacity: 0; transform: translateY(100px); }
  to { opacity: 1; transform: translateY(0); }
}
.DownMove{ animation: DownAnime 0.3s forwards; }
@keyframes DownAnime{
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 1; transform: translateY(100px); }
}