@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html,
body {
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  background-color: #A4D7F8;
}
body {
  padding-top: 50px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.din-r {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-i {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.din-b {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-bi {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.din-nr {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-nb {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */


/* Header
---------------------------------------------------------------*/
#header {
  padding: 5px 10px;
  position: fixed;
  height: 50px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 21;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-logo {
  margin-left: 10px;
}

/*nav*/
.l-header-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  z-index: 21;
  right: 0;
  top: 50px;
  overflow-y: auto;
  padding: 20px 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  display: block;
}

.l-header-nav__item > li {
  border-bottom: 1px solid #A2393A;
}
.l-header-nav__item > li > a {
  color: #A2393A;
  font-size: 1.142857143rem;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  background: url(images/common/ico-arw-red.svg) no-repeat right center;
  background-size: 9px auto;
  padding: 16px 0 10px;
  line-height: 1.3;
}

.l-header-nav__item > li > p {
  color: #A2393A;
  font-size: 1.142857143rem;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 16px 0 10px;
  line-height: 1.3;
}

.l-header-nav__item__child {
  margin-left: 10px;
  margin-bottom: 12px;
  display: none;
}

.l-header-nav__item__child > li > a {
  display: inline-block;
  padding-left: 11px;
  background: url(images/common/ico-arw-red.svg) no-repeat left center;
  background-size: 6px auto;
  font-size: 1rem;
  color: #A2393A;
  font-weight: 500;
}
.l-header-nav__item__child > li > ul > li a {
  display: inline-block;
  font-size: 1rem;
  color: #A2393A;
  font-weight: 500;
}

.l-header-nav__item__child > li > ul {
  margin-left: 10px;
}

.l-header-nav__items {
  position: relative;
}

.l-header-nav__items.sp-accordeon > a {
  background: none;
}

.l-header-nav__items.u-sp {
  border-bottom: none;
}

.sp-navi {
  margin-top: 30px;
}

.sp-home {
  margin-bottom: 17px;
}

.sp-home a {
  display: inline-block;
  font-size: 1.142857143rem;
  padding-left: 22px;
  background: url(images/common/ico-home.svg) no-repeat left center;
  background-size: 14px auto;
  font-weight: 500;
  color: #A2393A;
}

.sp-link-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style:none;
}

.sp-link-nav li {
  width: 50%;
  border:1px solid #A2393A;
}

.sp-link-nav li:nth-child(2n) {
  margin-left: -1px;
  width: calc(50% + 1px);
}

.sp-link-nav li:nth-child(3) ,
.sp-link-nav li:nth-child(4) {
  margin-top: -1px;
}

.sp-link-nav li a {
  color: #A2393A;
  text-align: center;
  padding: 10px 5px;
  font-weight: 500;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.928571429rem;
  display: inline-block;
}

.sp-plus-menu {
  position: absolute;
  width: 40px;
  height: 47px;
  right: 0px;
  top: 0;
  z-index: 2;
}

.sp-plus-menu:before {
  content: '';
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 9px;
  background: url(images/common/ico-arw-btm-red.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sp-plus-menu.active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 40px;
  z-index: 30;
  height: 40px;
  border-radius: 5px;
  top: 5px;
  right: 10px;
  background: #A2393A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.menu span {
  position: absolute;
  left: 7px;
  width: 26px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
}
.menu span:nth-of-type(1) {
  top: 11px;
}
.menu span:nth-of-type(2) {
  top: 19px;
}
.menu span:nth-of-type(3) {
  bottom: 10px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 14px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.menu.is-show span {
  background-color: #001489;
}

/* Main
---------------------------------------------------------------*/

.l-wrapper {
  overflow: hidden;
  width: 100%;
  background: url(images/common/body-sp.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 150px;
}

#main {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Footer
---------------------------------------------------------------*/

#footer {
  background-color: #fff;
  padding: 40px 0 10px;
}

.l-footer-top {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 70px;
  width: 80px;
  height: 68px;
}

.l-footer-inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.ft-logo-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.ft-logo {
  width: 100%;
  margin-bottom: 20px;
}

.ft-logo a {
  display: inline-block;
}

.ft-home {
  margin-bottom: 20px;
}

.ft-home a {
  display: inline-block;
  padding-left: 22px;
  background: url(images/common/ico-home.svg) no-repeat left center;
  background-size: 14px auto;
  font-weight: 500;
  color: #A2393A;
}

.ft-mail {
  margin-left: 34px;
}

.ft-mail a {
  display: inline-block;
  padding-left: 29px;
  background: url(images/common/ico-mail-red.svg) no-repeat left center;
  background-size: 21px auto;
  font-weight: 500;
  color: #A2393A;
}

.ft-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-navi {
  width: 50%;
}

.ft-navi:nth-child(3) {
  width: 100%;
  margin-top: 20px;
}

.ft-navi:nth-child(3) .ft-navi-items__child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.ft-navi:nth-child(3) .ft-navi-items__child > li {
  width: 50%;
}

.ft-navi > .ft-navi-items {
  margin-bottom: 8px;
}

.ft-navi > .ft-navi-items a {
  color: #A2393A;
  display: inline-block;
  font-size: 0.875rem;
}

.ft-navi > .ft-navi-items > a ,
.ft-navi > .ft-navi-items > p {
  margin-bottom: 6px;
  font-size: 1rem;
  color: #A2393A;
}

.ft-navi-items__child {
  border-left: 1px solid #A2393A;
  padding-left: 16px;
}

.ft-navi-items__child > li {
  margin-bottom: 8px;
}

.ft-navi-items__child > li > a {
  color: #A2393A;
  padding-left: 11px;
  background: url(images/common/ico-arw-red.svg) no-repeat left center;
  background-size: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}

.ft-navi-items__child > li a {
  margin-bottom: 0;
}

.ft-navi-items__child > li > ul > li > a {
  margin-left: 12px;
}

.l-copyright {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 30px auto 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-copyright p {
  color: #A2393A;
  font-size: 0.857142857rem;
  text-align: center;
  font-weight: 500;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/*main visual*/

.mv-catch {
  text-align: center;
  margin: 30px 0 20px;
}

.mv-catch img {
  width: 100%;
}

.top-banner {
  margin: 0 -5px 0 -5px;
}

.top-banner-inner {
  width: 100%;
}

.top-banner img {
  width: 100%;
  min-width: 100%;
}

.mv-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 35%;
  padding-bottom: 11px;
  background: url(images/top/mv-sp.png) no-repeat top center;
  background-size: 100%;
  gap: 3%;
}

.mv-list li {
  width: 45.86%;
  background-color: #fff;
  border-radius: 200px;
  text-align: center;
  font-weight: 700;
  font-size: 1.142857143rem;
  border: 1px solid #F0F3F5;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  line-height: 1.3;
  margin-bottom: 10px;
}

.mv-list li a {
  display: inline-block;
  padding: 7px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mv-list li span {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.857142857rem;
}

.news {
  margin-top: -3px;
}

.news .lead {
  width: 100%;
  position: relative;
}

.news .lead h2 {
  color: #A2393A;
  font-weight: 500;
  font-size: 1.5rem;
}

.news .lead .news-c-link {
  position: absolute;
  right: 0;
  top: 10px;
}

.news-info {
  margin-top: 20px;
  width: 100%;
}

.news-info .news-list {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
}

.news-list li.news-list-items {
  margin-bottom: 13px;
  display: block;
}

.news-list li.news-list-items:last-child {
  margin-bottom: 0;
}

.news-list li.news-list-items .news-date {
  color: #A2393A;
  font-weight: 700;
}

.news-list li.news-list-items p ,
.news-list li.news-list-items a {
  text-align: left;
  width: 100%;
  display: block;
  line-height: 1.4;
}

.news-list li.news-list-items a:hover {
  text-decoration: underline;
}

h2 {
  color: #A2393A;
  font-size: 1.428571429rem;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}

h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #A2393A;
}


/*下層ページ*/

.main-ttl h1 {
  color: #A2393A;
  font-size: 1.428571429rem;
  font-weight: 700;
  line-height: 1.4;
}

.parent-ttl {
  color: #A2393A;
  font-size: 1.285714286rem;
  font-weight: 700;
  padding-bottom: 14px;
  line-height: 1.4;
  border-bottom: 1px dashed #CDD6DD;
  margin-bottom: 10px;
  width: 100%;
}

.parent-ttl + h1 {
  padding-left: 20px;
}

.main-ttl .c-center {
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 90px;
}

/*上下40pxセクション*/
.margin_section {
  margin-bottom: 32px;
  margin-top: 32px;
}

/*上32pxセクション*/
.margin_top_section {
  margin-top: 32px;
}

/*下32pxセクション*/
.margin_bottom_section {
  margin-bottom: 32px;
}

.margin_bottom_section:last-child {
  margin-bottom: 0;
}

.fig {
  margin: 20px auto 10px;
  text-align: center;
  width: 80%;
}

.ct_editor figure {
  margin-left: auto;
  margin-right: auto;
}

.ct_editor figure img {
  margin-left: auto;
  margin-right: auto;
}

.ct_editor figure + *:not(.text_refer) {
  margin-top: 0.6em;
}

.ct_editor p + p {
  margin-top: 0.6em;
}

.ct_editor h2 {
  color: #A2393A;
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 28px;
  position: relative;
  margin-bottom: 0.6em;
}

.ct_editor h2:not(:first-child) {
  margin-top: 40px;
}

.ct_editor h3 {
  color: #A2393A;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.6em;
  margin-top: 30px;
}

.ct_editor h4 {
  color: #333;
  font-size: 1.142857143rem;
  font-weight: 700;
  margin-bottom: 0.6em;
  margin-top: 10px;
}

.ct_editor h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.6em;
  margin-top: 10px;
}

.ct_editor p a:not([class]) {
  text-decoration: underline;
  color: #A2393A;
}

.ct_editor .btn-green {
  display: inline-block;
  text-align: center;
  background: url(images/common/ico-arw-white.svg) no-repeat 95% 50%;
  background-size: 5px auto;
  background-color: #3BA449;
  color: #fff;
  border-radius: 200px;
  padding: 10px 25px;
  line-height: 1.23;
  font-size: 0.875rem;
  font-weight: 700;
  /*min-width: 170px;*/
}

.ct_editor .btn-red {
  display: inline-block;
  text-align: center;
  background: url(images/common/ico-arw-white.svg) no-repeat 95% 50%;
  background-size: 5px auto;
  background-color: #A2393A;
  color: #fff;
  border-radius: 200px;
  padding: 10px 25px;
  line-height: 1.23;
  font-size: 0.875rem;
  font-weight: 700;
  /*min-width: 170px;*/
}

.ct_editor .btn-pink {
  display: inline-block;
  text-align: center;
  background: url(images/common/ico-arw-white.svg) no-repeat 95% 50%;
  background-size: 5px auto;
  background-color: #EF8788;
  color: #fff;
  border-radius: 200px;
  padding: 10px 25px;
  line-height: 1.23;
  font-size: 0.875rem;
  font-weight: 700;
  /*min-width: 170px;*/
}

.ct_editor .text_refer {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 1em;
  margin-bottom: 40px;
}

/*.ct_editor a[href$=".pdf"] */
.ct_editor a.pdf-btn {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  border: 1px solid #A2393A;
  color: #333;
  padding: 8px 34px;
  width: 100%;
  max-width: 400px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 200px;
  min-height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: url(images/common/ico-pdf-download.svg) no-repeat 96% 50% #ffffff;
  background-size: 20px auto;
}

.ct_editor a.pdf-btn:hover ,
.ct_editor a.pdf-btn:active {
  opacity: 1;
  background-color: rgba(162,57,58,.1);
}

.ct_editor p + a.pdf-btn {
  margin-top: 30px;
}

.single_donwload.grid li{
  margin-bottom: 15px;
}

.ct_editor ol.indentlist {
  padding-left: 1.9em;
  margin-top: 20px;
  margin-bottom: 20px;
  counter-reset: cnt;
}

.ct_editor ol.indentlist li {
  text-indent: -1.7em;
  margin-bottom: 0.7rem;
}

.ct_editor ol.indentlist  li::before {
  counter-increment: cnt;
  content: "" counter(cnt) "．";
}

.ct_editor .indenticon{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ct_editor .indenticon > *:not(.icon) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ct_editor ol.indentlist .c-link {
  text-indent: 0;
  width: calc(100% - 10px);
}

a.c-link {
  word-wrap:break-word;
}

ul.indentlist_disc {
  padding-left: 1.7em;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.indentlist_disc li{
  list-style: disc;
  text-indent: 0;
  padding: 0;
}

ul.indentlist_disc.type02 li::marker{
 color: #A2393A;
}

.ct_editor .c-link {
  color: #A2393A;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

.ct_editor .c-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 10px;
  background: url(images/common/ico-arw-red.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
}

/*オフィスガード*/
.mutual-head {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 20px 20px 20px;
}

.mutual-head-og {
  background-color: #DBF2EA;
}

.mutual-head .col-72 {
  margin-bottom: 20px;
}

.mutual-head .col-62 {
  width: 100%;
}

.mutual-head .col-72 figure {
  padding: 0 10px;
  margin-bottom: 15px;
}

.mutual-head .col-62 figure {
  margin-bottom: 20px;
}

.mutual-head-og ul li {
  margin-bottom: 5px;
}

.mutual-head .col-62 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mutual-head-og .col-6 ul li {
  margin: 0 10px;
}

.mutual-og-explain {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 30px;
}

.mutual-og-explain p {
  font-weight: 700;
}

.mutual-info .col-72 .inner {
  border: 1px solid #A2393A;
  padding: 24px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.mutual-info .col-62 figure img {
  max-width: 165px;
  margin: 0 auto;
  display: block;
}

.mutual-tell a {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  padding-left: 37px;
  background: url(images/common/ico-tell-red.svg) no-repeat left center;
  background-size: 28px auto;
  text-decoration: none;
}

.ct_editor .mutual-tell a {
  text-decoration: none;
}

.box_type01 {
  background-color: rgba(162,57,58,.1);
  padding: 20px 20px;
  border-radius: 20px;
}

.mutual_donwload {
  gap: 10px;
}

.mutual_donwload li {
  width: 100%;
}

.mutual-head-unica {
  background-color: #CEE9F7;
}

.mutual-head-unica .col-62 img {
  width: 216px;
  margin: 0 auto;
  display: block;
}

.mutual-info.mutual-info-unica .inner {
  border-color: #428EE5;
} 

.mutual-info.mutual-info-unica .mutual-tell a {
  color: #428EE5;
  background: url(images/common/ico-tell-blue.svg) no-repeat left center;
  background-size: 30px auto;
} 

.mutual-head-yasuragi {
  background-color: #F8DFC9;
}

.mutual-head-yasuragi img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.mutual-head-yasuragi .col-62 img {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}

/*安らぎ*/
.table_scroll::before {
  content: "スクロールできます⇒";
  margin: 1em 0;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.table_scroll {
  width: 100%;
  overflow: auto;
}

.table_01 {
  width: 100%;
  min-width: 500px;
  margin: 0.5rem auto;
}

.table_01 thead {
  background-color: #E7EBED;
}

.table_01 th, .table_01 td {
  vertical-align: middle;
  padding: 0.5rem;
  border: 1px solid #707F89;
}

.table_01 thead th, .table_01 thead td {
  border-bottom: none;
}

.yasuragi-info {
  border: 1px solid #E96848;
  border-radius: 10px;
  padding: 20px 20px;
}

.yasuragi-info .yasuragi-info-ttl {
  color: #E96848;
  font-size: 1.25rem;
  margin-bottom: 16px;
  font-weight: 700;
}

.yasuragi-info-sub {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.yasuragi-info-sub .name {
  font-size: 1.125rem;
  font-weight: 700;
}

.yasuragi-info-sub .tel a {
  padding-left: 34px;
  color: #E96848;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  background: url(images/common/ico-tell-orange.svg) no-repeat left center;
  background-size: 24px auto;
}

.mutual-head-zenpuku {
  background-color: #EAEAFA;
}

.mutual-head.mutual-head-zenpuku figure {
  padding: 0;
}

.mutual-head-zenpuku .col-62 img {
  max-width: 290px;
  display: block;
  margin: 0 auto;
}

.mutual-head-zenpuku li {
  margin-bottom: 7px;
}

/*news*/
.year-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.year-link li {
  width: 120px;
}

.year-link li a {
  width: 100%;
  text-align: center;
  background: url(images/common/ico-arw-red.svg) no-repeat 92% 50%;
  background-size: 6px auto;
  font-weight: 500;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 200px;
  display: inline-block;
  color: #A2393A;
  background-color: #fff;
  border: 1px solid #A2393A;
}

.year-link li.active ,
.year-link li a:hover {
  width: 120px;
  text-align: center;
  background: url(images/common/ico-arw-white.svg) no-repeat 92% 50%;
  background-size: 6px auto;
  font-weight: 500;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 200px;
  display: inline-block;
  color: #fff;
  opacity: 1;
  background-color: #A2393A;
  border: 1px solid #A2393A;
}

.news-list {
  padding-bottom: 12px;
  margin: 0 auto 12px;
  width: calc(100% - 0px);
  border-bottom: 1px dashed #CDD6DD;
}

h2 + .news-list {
  margin-top: 30px;
}

.news-list .news-date {
  color: #A2393A;
  font-weight: 700;
  flex: 1;
}

.news-list .grid {
  display: block;
}

.news-list h3 {
  flex: 7;
  width: 100%;
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}

.news-list a:hover h3 {
  text-decoration: underline;
}

.circle_list {
  margin: 10px 0;
}

.circle_list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

.circle_list li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #A2393A;
}

.news-single-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.news-single-info {
  width: 100%;
}

.news-single-thum {
  margin-top: 20px;
  width: 100%;
  padding: 0 20px;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-single-thum img {
  margin: 0 auto 20px;
  max-width: 260px;
  display: block;
  border: 1px solid #efefef;
}

.news-single-thum a.pdf-btn {
  min-width: 100%;
}

.news-single time {
  color: #A2393A;
  font-size: 1rem;
  font-weight: 700;
}

.ct_editor .news-single time + h2 {
  margin-top: 12px;
}

.ct_editor table:not([class]) {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 27px 0;
  width: 100%;
}

.ct_editor table:not([class]) th {
  padding: 10px 10px;
  border: solid 1px #C8C8C8;
  border-color: #C8C8C8;
  color: #333;
  font-size: 1rem;
  background-color: rgba(162,57,58,.1);
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
}

.ct_editor table:not([class]) td {
  padding: 10px 10px;
  border: solid 1px #C8C8C8;
  background-color: #fff;
  border-color: #C8C8C8;
  line-height: 1.4;
  font-size: 1rem;
  word-break: break-all;
  vertical-align: middle;
}

.layout_flex {
  max-width: 1040px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.layout_flex .boxType {
  /*width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.layout_flex img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.layout_flex.col_02 > * {
  width: calc((100% - 30px) / 2);
}
.layout_flex.col_03 > * {
  width: calc((100% - 60px) / 3);
}
.layout_flex.col_04 > * {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 736px) {
  .layout_flex {
      margin: 20px 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px;
  }
  .layout_flex.col_02 > *,
  .layout_flex.col_03 > * {
      width: 100%;
  }
  .layout_flex.col_04 > * {
      width: calc((100% - 20px) / 2);
  }
  .content-btn-db {
      padding: 6px 26px;
  }
}

/*サイトマップ*/
.sitemap-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sitemap-block:last-child{
  margin-bottom: 0;
}

.sitemap-list {
  width: 50%;
}

.sitemap-list:nth-child(1) {
  width: 100%;
  margin-bottom: 20px;
}

.sitemap-list li.home a {
  display: inline-block;
  padding-left: 22px;
  background: url(images/common/ico-home.svg) no-repeat left center;
  background-size: 14px auto;
  font-weight: 500;
  color: #A2393A;
}

.sitemap-list li ,
.sitemap-list-sub li {
  margin-bottom: 10px;
}

.sitemap-list li > p {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #A2393A;
}

.sitemap-list li > p + ul {
  padding-left: 15px;
  border-left: 1px dashed #ccc;
}

.sitemap-list li a ,
.sitemap-list-sub li a {
  color: #A2393A;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 11px;
  background: url(images/common/ico-arw-red.svg) no-repeat left center;
  background-size: 6px;
}

.sitemap-list-sub {
  padding-left: 15px;
  border-left: 1px dashed #ccc;
}

/*沿革*/

.his-table {
  table-layout: fixed;
  /*width: 100%;*/
  border-collapse: collapse;
}

.his-table th p {
  font-size: 0.928571429rem;
  font-weight: 700;
  color: #A2393A;
  text-align: center;
  padding: 12px 0px;
  background-color: #fff;
  border: 1px solid #A2393A;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}

.his-table tbody tr {
  border-bottom: 1px dashed #A2393A;
}

.his-th01 {
  width: 18%;
}
.his-th02 ,
.his-td02 {
  width: 37%;
}

.his-th02 + .his-th02 ,
.his-td02 + .his-td02 {
  padding-left: 5px;
  width: 39%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.his-date {
  width: 16%;
  padding-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  vertical-align: middle;
}

.his-date:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: calc(100% - 10px);
  width: 1px;
  background: #A2393A;
}

.his-date .date01 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 0.857142857rem;
  color: #A2393A;
}

.his-date .date02 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 0.857142857rem;
  margin-top: 0;
  color: #A2393A;
}

.his-date .date01 .roboto {
  font-size: 1rem;
}

.his-date .date02 .roboto {
  font-size: 0.857142857rem;
}

.his-td02 {
  position: relative;
  padding: 5px;
  vertical-align: middle;
}

.his-td02 + .his-td02 {
  padding-left: 10px;
}

.his-td02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(162,57,58,.1);
}

.his-td02.first:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: calc(100% - -10px);
  background-color: rgba(162,57,58,.1);
}

.his-td02 + .his-td02:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(100% - 5px);
  height: 100%;
  background-color: rgba(162,57,58,.1);
}

.his-td02 + .his-td02.first:before {
  content: '';
  position: absolute;
  left: 5px;
  top: -10px;
  width: calc(100% - 5px);
  height: calc(100% - -10px);
  background-color: rgba(162,57,58,.1);
}

.his-td02 .txt16 {
  position: relative;
  z-index: 1;
  line-height: 1.4;
  font-size: 0.928571429rem;
}

.his-table tbody tr.his-tr-type01 {
  border-bottom: none;
}

.his-table tbody tr.his-tr-type01 .his-td02 ,
.his-table tbody tr.his-tr-type01 .his-tr-type-last {
  padding-top: 2px;
  padding-bottom: 2px;
}

.box-type02 {
  background-color: #fff;
  border: 2px solid #A2393A;
  border-radius: 10px;
  margin: 20px 0;
  position: relative;
  padding: 10px;
}

.box-type03 {
  background-color: #A2393A;
  border: 2px solid #A2393A;
  color: #fff;
  border-radius: 10px;
  margin: 20px 0;
  position: relative;
  padding: 10px;
}

.history-block02 p ,
.history-block03 p {
  text-align: center;
}

.history-block02 p + p ,
.history-block03 p + p {
  margin: 0;
  line-height: 1.3;
}

.history-block02 span ,
.history-block03 span {
  font-size: 1.25rem;
}

.history-block02 {
  margin-top: 46px;
  margin-bottom: 46px;
  position: relative;
}

.history-block02:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -35px;
  width: 200px;
  height: 26px;
  background: url(images/common/his-arw01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -100px;
}

.history-block02:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 200px;
  height: 26px;
  background: url(images/common/his-arw02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -100px;
}

.history-block04 {
  display: block;
}

.his-about01,
.his-about02 {
  box-sizing: border-box;
}

.history-block04 .his-about01 {
  width: 100%;
}

.history-block04 .his-about02 {
  width: 100%;
  margin-top: 40px;
}

.history-block04 .his-about01-ttl {
  font-weight: 700;
  color: #A2393A;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.his-about01 .inner,
.his-about02 .inner {
  border: 1px solid #A2393A;
  padding: 15px 15px 0;
  border-radius: 10px;
  flex-grow: 1; /* 高さ揃えのために内部を伸ばす */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.his-about01 .inner:before,
.his-about02 .inner:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 120px;
  height: 22px;
  background: url(images/common/his-arw03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -60px;
}

.inner-list-box {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 2px solid #A2393A;
}

.inner-list-ttl {
  font-weight: 700;
  margin-bottom: 7px;
  color: #A2393A;
}

.inner-list-box ul li {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.inner-list-box ul li::first-letter {
  color: #A2393A;
}

.inner-point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  background-color: #ECE5E9;
  border-radius: 15px;
  padding: 8px 20px;
}

.inner-point .inner-point-ttl {
  font-weight: 700;
  flex: 1; /* 高さ揃えのために内部を伸ばす */
}

.inner-point .txt16 {
  font-weight: 700;
  line-height: 1.4;
  flex: 3; /* 高さ揃えのために内部を伸ばす */
}

.his-about02 ol {
  padding-left: 1.9em;
  margin-top: 14px;
  margin-bottom: 14px;
  counter-reset: cnt;
}

.his-about02 ol li {
  text-indent: -1.7em;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  font-size: 1rem;
  font-weight: 500;
}

.his-about02 ol  li::before {
  counter-increment: cnt;
  content: "" counter(cnt) "．";
  color: #A2393A;
  font-weight: 700;
}

.his-about01-btm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.his-about01-btm__date {
  color: #A2393A;
  font-weight: 700;
  font-size: 0.9375rem;
}

.his-about01-btm__date span {
  color: #A2393A;
  font-weight: 700;
  font-size: 1.25rem;
}

/*公開資料*/
.materials-list .layout_flex {
  gap: 10px;
  padding: 0 0px;
}

.layout_flex.col_02 > .materials-first-list {
  width: 100%;
  margin-bottom: 30px;
}

/*組織図*/

.table-type02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #A2393A;
}

.table-type02 dt {
  width: 100%;
  color: #A2393A;
  font-weight: 700;
  font-size: 1.285714286rem;
}

.table-type02 dd {
  margin-top: 5px;
  width: 100%;
}

.table-type03 ,
.table-type04 {
  display: block;
  margin-bottom: 14px;
}

.table-type03 dt ,
.table-type04 dt {
  min-width: 60px;
  width: 100%;
  color: #A2393A;
  font-weight: 700;
}

.table-type03 dd ,
.table-type04 dd {
  width: 100%;
}

.organization-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.organization-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-type04 {
  background-color: #F5F5F5;
  border-radius: 20px;
  margin: 20px 0;
  padding: 20px 20px;
}

.organization-about-ttl {
  text-align: center;
  color: #A2393A;
  margin-bottom: 10px;
  font-size: 1.285714286rem;
}

.organization-content02 figure {
  margin: 0 auto 20px;
  text-align: center;
}

.organization-content02-inner {
  padding: 0 0px;
}

.organization-content02-inner .att-txt {
  text-indent: -1rem;
  margin-left: 1em;
  font-size: 0.8125rem;
}

.organization-content03-list {
  margin-top: 17px;
}

.organization-content03-list li {
  border: 1px solid #CDD6DD;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px 15px;
  display: block;
  background-color: #fff;
}

.organization-content03-list li figure {
  margin-bottom: 10px;
}

.organization-content03-list li p {
  margin-top: 0!important;
}

/*404*/
.c-btn-backtop {
  text-align: center;
  margin: 50px 0;
}

.c-btn-backtop a {
  margin: 10px 10px;
}

/*privacy*/
.privacy #main p {
  margin-left: 2ch;
  margin-right: 2ch;
}


/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  max-width: 96%;
  margin: 0 auto 30px;
  padding: 40px 20px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 6px rgba(0,0,0,.16) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center02 {
  width: 100%;
  max-width: 96%;
  margin: 0 auto 30px;
  background-color: rgba(255,255,255,.9);
  border-radius: 20px;
  box-shadow: 0 1px 6px rgba(0,0,0,.16) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center02-inner {
  padding: 40px 20px 40px;
}

/*btn*/
.c-btn {
  padding: 10px 24px;
  text-align: center;
  background: url(images/common/ico-arw-red.svg) no-repeat 95% 50%;
  background-size: 7px auto;
  color: #A2393A;
  font-weight: 700;
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #A2393A;
  border-radius: 100px;
  margin: 16px 0 0;
  min-width: 200px;
}

.c-btn:hover {
  background: url(images/common/ico-arw-white.svg) no-repeat 95% 50%;
  background-size: 7px auto;
  background-color: #A2393A;
  color: #fff;
}

/*link*/
.news-c-link {
  padding-left: 11px;
  background: url(images/common/ico-arw-red.svg) no-repeat left center;
  background-size: 6px auto;
  color: #A2393A;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

.txt14 {
  font-size: 0.928571429rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.142857143rem;
}

strong {
  font-weight: bold;
}

/*color*/
.u-color-green {
  color: #1B6E0C;
}
.u-color-blue {
  color: #1663BC;
}
.u-color-orange {
  color: #E96848;
}
.u-color-main {
  color: #A2393A;
}

/*backgroud-color*/

/*パンくず*/
.breadcrumbs {
  text-align: right;
  margin-bottom: 14px;
  margin-top: 15px;
}

.breadcrumbs ol {
  max-width: 1080px;
  margin: 0 auto;
  width: 92.5%;
}
.breadcrumbs ol li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

.breadcrumbs ol li a {
  color: #A2393A;
}

.breadcrumbs ol li img {
  margin-top: -2px;
}

.breadcrumbs li.arrow {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  position: relative;
  color: #333;
}

/*==========
Effect
==========*/
.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

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

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 355px){
  
}