@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;
}
body {
  padding-top: 50px;
  padding-bottom: 60px;
}
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;
}

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


/* Header
---------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
  max-width: 1280px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(71, 210, 48, 0.3);
  padding: 7px 20px;
  height: 60px;
  display: flex;
  box-sizing: border-box;
  z-index: 10;
}

.l-header-logo {
  width: 218px;
}

.l-header-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: auto;
}

.l-header-tell,
.l-header-entry {
  display: none;
}

/*nav*/
.l-header-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #ECF9DD;
  z-index: 21;
  right: 0;
  top: 60px;
  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__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 92.5%;
  margin: 0 auto 2px;
}

.l-header-nav__items > a {
  padding: 15px 0px;
  display: block;
  font-size: 1.142857143rem;
  font-weight: 700;
  color: #078320;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #078320;
}

.sp-header-tell  {
  padding: 20px;
  text-align: center;
}

.sp-header-tell a {
  display: inline-block;
  padding-left: 35px;
  background: url(images/ico-tell-green.svg) no-repeat left center;
  background-size: 25px;
  font-size: 2rem;
  color: #078320;
  line-height: 1.4;
  font-weight: 700;
}

.sp-header-tell span {
  display: block;
  font-size: 1rem;
  color: #078320;
  font-weight: 500;
  text-align: center;
}

.sp-header-entry a {
  padding: 15px;
  display: block;
  text-align: center;
  background: url(images/ico-btn-arw.svg) no-repeat 95% 50%;
  background-size: 20px auto;
  background-color: #078320;
  width: 100%;
  /* height: 80px; */
  border-radius: 200px;
  color: #fff;
  font-size: 1.142857143rem;
  font-weight: 700;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sp-header-entry a span {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 8px;
  background: url(images/ico-circle-ye.svg) no-repeat bottom center;
  background-size: 55px auto;
  font-weight: 700;
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 40px;
  z-index: 30;
  height: 40px;
  border-radius: 50%;
  top: 8px;
  right: 10px;
  background: #078320;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.menu span {
  position: absolute;
  left: 8px;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
}
.menu span:nth-of-type(1) {
  top: 15px;
}
.menu span:nth-of-type(2) {
  top: 22px;
  width: 20px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
  top: 14px;
}
.menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
  width: 24px;
}
.menu.is-show span {
  background-color: #001489;
}

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

.l-wrapper {
  overflow: hidden;
  width: 100%;
}

#main {
  width: 100%;
  max-width: 1040px;
}

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


#footer {
  background-color: #EBEFEC;
  padding: 20px 0 0;
  border-top: 1px solid #fff;
}

.l-footer-inner {
  display: block;
  max-width: 1080px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.l-footer-info ,
.l-footer-navi {
  width: 100%;
}

.l-footer-info {
  position: relative;
}

.l-footer-logo {
  width: 217px;
}

.l-footer-ttl {
  font-weight: 700;
  color: #078320;
  font-size: 1.285714286rem;
  margin-bottom: 10px;
}

.l-footer-tell {
  margin-top: 10px;
}

.l-footer-tell a.l-footer-tell__link {
  display: inline-block;
  padding-left: 25px;
  background: url(images/ico-tell-green.svg) no-repeat left center;
  background-size: 20px;
  font-size: 1.5rem;
  color: #078320;
  font-weight: 700;
}

.l-footer-tell span {
  display: block;
  font-size: 0.8125rem;
  color: #078320;
  font-weight: 500;
  text-align: left;
  margin-left: 50px;
}

.l-footer-mail {
  padding-left: 23px;
  background: url(images/ico-mail-green.svg) no-repeat 0px 5px;
  background-size: 18px;
  color: #078320;
  text-decoration: underline;
}

.l-footer-admin {
  margin-top: 10px;
  line-height: 1.3;
}

.l-footer-navi ul.l-footer-navi__navi01 {
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}

.l-footer-navi ul li a {
  font-weight: 700;
}

// ul.l-footer-navi__navi01 a {
//   color: #078320;
// }

// .l-footer-navi__navi02 {
//   display: -webkit-flex;
//   display: -moz-flex;
//   display: -ms-flex;
//   display: -o-flex;
//   display: flex;
//   justify-content: flex-end;
//   flex-wrap: wrap;
//   gap: 10px 20px;
//   margin-top: 30px;
// }

// .l-footer-navi__navi02 li {
//   position: relative;
// }

// .l-footer-navi__navi02 li:before {
//   content: '';
//   position: absolute;
//   left: -10px;
//   top: 6px;
//   width: 1px;
//   height: 18px;
//   background: #333;
// }

// .l-footer-navi__navi02 li:nth-child(1):before {
//   display: none;
// }

// .l-footer-navi__navi02 li a {
//   font-size: 0.875rem;
// }

.l-copyright {
  margin-top: 40px;
}

.l-copyright p {
  max-width: 1080px;
  padding: 7px 20px;
  margin: 0 auto;
  font-size: 0.8125rem;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
}

/*pagetop*/
.l-footer-top {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 30px;
  width: 60px;
  height: 80px;
}

.fixed-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
  z-index: 1;
  padding: 6px 20px;
  box-sizing: border-box;
}

.fixed-banner a {
  display: block;
  max-width: 500px;
  width: 100%;
  padding: 6px;
  background: url(images/ico-btn-arw.svg) no-repeat 95% 50%;
  background-color: #078320;
  background-size: 20px auto;
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.142857143rem;
  font-weight: 700;
  text-align: center;
}

.fixed-banner a span {
  display: inline-block;
  padding-bottom: 8px;
  margin-right: 10px;
  background: url(images/ico-circle-ye-btn.svg) no-repeat bottom center;
  background-size: 55px auto;
}

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

/*メインビジュアル*/
.mv {
  padding: 70px 0 64px;
  background: url(images/mv-bg.jpg) no-repeat left bottom;
  background-size: 1594px;
  position: relative;
  overflow: hidden;
}

.mv:before {
  content: '';
  position: absolute;
  left: 0%;
  top: -40px;
  width: 100%;
  height: 0;
  padding-bottom: 46%;
  background: url(images/mv-sp-thum01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -60px;
  width: 100%;
  height: 0;
  padding-bottom: 46%;
  background: url(images/mv-sp-thum02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-inner {
  width: 94%;
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

.mv-inner-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 20px 10px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.mv-ttl-label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #078320;
  border-radius: 5px;
  position: absolute;
  left: 15px;
  top: 20px;
  color: #fff;
  line-height: 2.4;
  font-size: 2.9vw;
  letter-spacing: 3px;
  padding-top: 3vw;
  padding-bottom: 2vw;
}

.mv-ttl-ttl__head {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.mv-ttl-ttl {
  font-size: 4.1vw;
  font-weight: 700;
  padding-left: 11vw;
  line-height: 1.4;
  margin-bottom: 8px;
}

.mv-ttl-ttl .txt01 {
  font-size: 3.7vw;
  display: block;
  line-height: 1.3;
  background-color: #FFD91C;
  padding: 2px 0px;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 22px;
}

.mv-ttl-ttl .txt01:before {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
  width: 22px;
  height: 100%;
  background: url(images/mv-cath-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-ttl-ttl .txt01:after {
  content: '';
  position: absolute;
  right: -22px;
  top: 0;
  width: 22px;
  height: 100%;
  background: url(images/mv-cath-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-ttl-ttl .txt02 {
  margin-right: 5px;
  font-size: 5.1vw;
}

.mv-ttl-ttl .txt03 {
  background-color: #222;
  padding: 2px 2px 3px;
  line-height: 1.2;
  font-size: 4.2vw;
  color: #fff;
  display: inline-block;
}

.mv-sem-date {
  padding-left: 11vw;
  position: relative;
}

.mv-sem-date span.free {
  position: absolute;
  left: 78%;
  top: 0;
  border-radius: 200px;
  width: 14.6vw;
  height: 14.6vw;
  background-color: #FFD91C;
  text-align: center;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mv-sem-date__txt01 {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
}

.mv-sem-date__txt02 {
  font-size: 3.7vw;
  color: #078320;
  font-weight: 700;
}

.mv-sem-date__txt02 .date-txt01 {
  font-size: 4.7vw;
  font-weight: 700;
  line-height: 1.2;
}

.mv-sem-date__txt02 .date-txt02 {
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 1;
}

.mv-sem-date__txt02 .date-txt03 {
  font-size: 2.6vw;
  width: 5vw;
  height: 5vw;
  line-height: 4vw;
  position: relative;
  top: -3px;
  margin: 0 3px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #078320;
  font-weight: 700;
}

.mv-sem-date__txt02 .date-txt04 {
  font-size: 1.142857143rem;
  color: #C14C25;
}

.u-color-red {
  color: #C14C25;
}

.mv-txt {
  margin: 22px 8px 16px;
  font-size: 3.4vw;
  font-weight: 700;
}

.mv-sem-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.mv-sem-list .inner:nth-child(1) {
  width: 56%;
  margin-right: 13px;
}

.mv-sem-list .inner:nth-child(2) {
  width: 36%;
  margin-left: auto;
}

.mv-sem-list .inner:nth-child(3) {
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.mv-sem-list .inner:nth-child(1) .mv-sem-list__thum {
  max-width: 148px;
  margin: 0 auto;
}

.mv-sem-list .inner:nth-child(2) .mv-sem-list__thum {
  width: 120px;
  margin: 0 auto 10px;
}

.mv-sem-list .inner:nth-child(3) .mv-sem-list__thum {
  width: 100px;
  margin: 0 auto 10px;
}

.mv-sem-list .inner:nth-child(1) .mv-sem-list__title {
  background: -webkit-linear-gradient(bottom left, #6adf38 1%, #bfffa5 31%, #d7ffc7 70%, #e2fbda 100%);
  background: -o-linear-gradient(bottom left, #6adf38 1%, #bfffa5 31%, #d7ffc7 70%, #e2fbda 100%);
  background: linear-gradient(to top right, #6adf38 1%, #bfffa5 31%, #d7ffc7 70%, #e2fbda 100%); 
  padding: 9px 8px;
  margin-top: -20px;
  position: relative;
}

.mv-sem-list .inner .sub-ttl {
  font-size: 0.857142857rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mv-sem-list .inner .name {
  font-size: 1.25rem;
  font-weight: 700;
}

.mv-sem-list .inner .name span {
  font-size: 0.857142857rem;
  font-weight: 700;
}

.mv-sem-list .inner .jobtitle {
  font-size: 0.857142857rem;
  line-height: 1.4;
}

.mv-sem-list .inner .jobtitle + .jobtitle {
  margin-top: 6px;
}

.mv-btn.c-btn {
  display: none;
}

.mv-inner-box__lists {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px dashed #078320;
}

.mv-inner-box__lists + .mv-inner-box__lists {
  margin-top: 14px;
  border-bottom: none;
}

.mv-inner-box__lists .mv-ttl-label {
  left: 0;
  top: 0;
  height: 70px;
  padding-top: 15px;
}

.mv-sem-list.single .inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #ECF9DD;
  border-radius: 10px;
}

.mv-sem-list.single .inner .mv-sem-list__thum {
  margin: 0;
  max-width: 90px;
}

.mv-sem-list.single .inner .mv-sem-list__title {
  margin-top: 0;
  margin-left: 2px;
  padding: 0px 10px;
  padding-right: 0;
  background: inherit;
}

/*news*/
.news .c-center {
  display: block;
}

.news .lead {
  width: 100%;
}

.news .lead h2 {
  color: #078320;
  font-size: 1.714285714rem;
  font-weight: 700;
}

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

.news-inner article {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D1D1D1;
}

.news-inner article .news-list-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.news-inner article .news-list-head .news-date {
  font-weight: 500;
  margin-right: 10px;
}

.news-inner article .news-list-head .cat {
  background-color: #078320;
  border: 1px solid #078320;
  line-height: 21px;
  height: 21px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 2px 10px;
}

.news-inner article .news-list-head .cat.cat02 {
  color: #C14C25;
  border-color: #C14C25;
  background-color: #fff;
}

.news-inner article .news-list-head .new {
  color: #C14C25;
  margin-left: 10px;
}

.news-inner article h3 {
  color: #222222;
  font-weight: 500;
  line-height: 1.4;
}

.news-inner article a {
  display: block;
  padding-right: 20px;
  box-sizing: border-box;
  background: url(images/ico-arw-link.svg) no-repeat 100% 50%;
  background-size: 6px auto;
}
.news-inner article a h3 {
  color: #078320;
}

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


/*about*/
.about {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #F5F5F5;
}

.about .c-center {
  position: relative;
}

.about-inner {
  display: block;
}

.about .about-title {
  margin-bottom: 40px;
}

.about .about-title h2 {
  font-size: 1.714285714rem;
  font-weight: 700;
  line-height: 1.5;
}

.about .about-title h2 span {
  font-size: 1.142857143rem;
  color: #222;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.3;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.about .about-title h2 span:after {
  background-color: #078320; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 100%; /* 横線の長さ */
  margin-left: 20px;
}

.about-catch {
  margin-bottom: 24px;
}

.about-inner .txt16 + .txt16 {
  margin-top: 20px;
}

.about-inner .txt16 a {
  text-decoration: underline;
}

.about-inner .txt16 a:hover {
  text-decoration: none;
}

a.ico-target {
  padding-right: 22px;
  background: url(images/ico-target.svg) no-repeat right center;
  background-size: 18px auto;
}

/*guide*/
.guide {
  padding: 110px 0 60px;
  background: url(images/content-bg.png) no-repeat bottom center;
  background-size: 300%;
}

.guide-inner {
  background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 2%, rgba(255,255,255,0.93) 81%, rgba(255,255,255,1) 87%);
  background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 2%, rgba(255,255,255,0.93) 81%, rgba(255,255,255,1) 87%);
  background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 2%, rgba(255,255,255,0.93) 81%, rgba(255,255,255,1) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  max-width: 1280px;
  margin: 0 auto;
  width: 94%;
  border-radius: 20px;
  padding: 30px 15px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.guide-inner .c-center02 ,
.guide-inner .c-center {
  padding-left: 0;
  padding-right: 0;
}

.guide-inner:before {
  content: '';
  position: absolute;
  right: -50px;
  top: -170px;
  width: 210px;
  height: 210px;
  border-radius: 10px;
  background: url(images/bg-guide01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.c-center02 {
  width: 100%;
  padding: 0 20px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.h2-ttl {
  margin-bottom: 24px;
}

.h2-ttl h2 {
  padding-left: 0px;
  font-size: 1.714285714rem;
  color: #078320;
  font-weight: 700;
  padding-bottom: 20px;
  background: url(images/bg-ttl.png) no-repeat right bottom;
  background-size: 126.875%;
}

.h2-ttl span {
  display: block;
  text-align: center;
  font-size: 0.928571429rem;
  font-weight: 700;
  margin-top: 20px;
}

.mv-ttl-ttl.sub-mv-ttl {
  font-size: 5vw;
  padding-left: 0;
  margin-bottom: 20px;
}

.mv-ttl-ttl.sub-mv-ttl .txt02 {
  font-size: 6vw;
}

.guide-cat {
  margin-bottom: 16px;
}

.guide-cat span {
  padding: 6px 24px;
  background-color: #078320;
  border-radius: 5px;
  color: #fff;
  font-size: 1.142857143rem;
  font-weight: 700;
  display: inline-block;
}

.guide-list {
  display: block;
  margin-bottom: 14px;
  border-bottom: 1px dashed #078320;
  padding-bottom: 14px;
}

// .guide-list.type02 {
//   border-bottom: 1px dashed #078320;
//   padding-bottom: 8px;
// }

.guide-list dt {
  width: 120px; 
  border-radius: 200px;
  border: 1px solid #078320;
  font-size: 1rem;
  font-weight: 700;
  padding: 2px;
  text-align: center;
  color: #078320;
}

.guide-list dd {
  width: 100%;
  margin-top: 5px;
}

.guide-list dd .guide-list-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.guide-list dd .guide-list-title span {
  font-size: 1.285714286rem;
  line-height: 1.6;
}

.guide-list dd .txt01 {
  font-size: 1rem;
  line-height: 1.3;
}

.guide-list dd .txt03 {
  font-weight: 700;
  font-size: 1rem;
}

.guide-list dd .txt03 span {
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 20px;
}

.guide-list dd ul {
  margin-top: 12px;
}

.guide-list dd ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.guide-list dd ul li span {
  display: block;
  padding-left: 16px;
  margin-right: 24px;
  position: relative;
  font-size: 1rem;
  color: #078320;
  font-weight: 700;
}

.guide-list dd ul li span:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #078320;
  border-radius: 10px;
}

.guide-list dd ul li a {
  display: inline-block;
  text-decoration: underline;
  background: url(images/ico-location.svg) no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
  color: #4D9F2D;
}

.guide-info .c-btn {
  text-align: center;
  margin: 30px auto 0px;
}

.guide-info .c-btn a {
  margin: 0 auto;
}

.seminar-info {
  margin-top: 40px;
  margin-bottom: 4px;
  position: relative;
  padding-top: 60px;
}

.seminar-info:after {
  content: '';
  position: absolute;
  right: -50px;
  top: -20px;
  width: 160px;
  height: 160px;
  background: url(images/bg-guide02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

h3.h3-ttl {
  color: #078320;
  font-size: 1.428571429rem;
  font-weight: 700;
  border-bottom: 1px solid #078320;
  padding-bottom: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.h3-ttl span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 10px;
}

h4 {
  font-size: 1.285714286rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
}

h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #4D9F2D;
  border-radius: 2px;
}

h4 span {
  display: inline-block;
  margin-left: 16px;
  border: 2px solid #078320;
  text-align: center;
  padding: 0 20px;
  font-size: 0.857142857rem;
  border-radius: 100px;
  color: #078320;
  position: relative;
  top: 0px;
}

h4 span em {
  font-size: 1rem;
  color: #078320;
}

.seminar-info-block {
  margin-bottom: 40px;
}

.check-list li {
  padding-left: 30px;
  background: url(images/ico-check.svg) no-repeat 0px 5px;
  background-size: 22px;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 500;
}

.seminar-info-block .seminar-info-block__subttl {
  font-size: 1.285714286rem;
  margin-bottom: 16px;
  font-weight: 500;
}

.seminar-info-teach {
  background-color: #ECF9DD;
  max-width: 960px;
  margin: 0 auto 30px;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.con-sem-list {
  display: block;
}

.con-sem-list .inner {
  width: 100%;
}

.con-sem-list .inner + .inner {
  margin-top: 55px;
}

.con-sem-list .inner:nth-child(3) {
  margin-bottom: 0;
}

.con-sem-list__thum {
  width: 160px;
  text-align: center;
  margin: 0 auto 10px;
}

.con-sem-list__title .sub-ttl {
  font-weight: 700;
  font-size: 1rem;
}

.con-sem-list__title .name {
  font-weight: 700;
  font-size: 1.142857143rem;
}

.con-sem-list__title .name span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
  // font-size: 0.8125rem;
  font-size: 1rem;
}

.con-sem-list__title .jobtitle {
  font-weight: 700;
  font-size: 0.857142857rem;
  font-weight: 400;
}

.con-sem-list__title .txt {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #078320;
  font-size: 0.8125rem;
}

.flow {
  margin-top: 40px;
}

.flow-block {
  // margin-bottom: 40px;
  margin-bottom: 0px;
}

.flow-list {
  display: block;
}

.flow-list li {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.flow-list li:before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 20px solid transparent;
  border-left: 20px solid #ccc;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flow-list li:last-child:before {
  display: none;
}

.flow-list li .ttl {
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 15px;
}

.flow-list.flow-list-head li:nth-child(1) .ttl {
  background: #D7E6D1;
}

.flow-list.flow-list-head li:nth-child(2) .ttl {
  background: #257536;
  color: #fff;
}

.flow-list.flow-list-head li:nth-child(3) .ttl {
  background: #C14C25;
  color: #fff;
}

.flow-list.flow-list-head li:nth-child(4) .ttl {
  background: #D7E6D1;
}

.flow-list li .txt {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.flow-list li .txt a {
  text-decoration: underline;
}

.flow-list li .txt a:hover {
  text-decoration: none;
}

.flow-list.flow-list-btm li:nth-child(1) .ttl ,
.flow-list.flow-list-btm li:nth-child(3) .ttl ,
.flow-list.flow-list-btm li:nth-child(5) .ttl {
  background: #D7E6D1;
}

.flow-list.flow-list-btm li:nth-child(2) .ttl {
  background: #257536;
  color: #fff;
}

.flow-list.flow-list-btm li:nth-child(4) .ttl {
  background: #C14C25;
  color: #fff;
}

.att-block {
  background-color: #E7F0E6;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.att-block .ttl {
  font-weight: 700;
  color: #C14328;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.att-block li {
  padding-left: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  position: relative;
}

.att-block li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 10px;
}

.guide-list + .guide-cat {
  margin-top: 54px;
}

.guide-info {
  max-width: 960px;
  margin: 0 auto;
}

.upcomingsem {
  padding-top: 100px;
}

.upcomingsem .c-center {
  position: relative;
}

.upcomingsem .c-center:before {
  content: '';
  position: absolute;
  left: -50px;
  top: -190px;
  width: 210px;
  height: 210px;
  background: url(images/bg-seminar01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

// .upcomingsem .c-center:after {
//   content: '';
//   position: absolute;
//   right: -380px;
//   top: 62%;
//   width: 380px;
//   height: 380px;
//   background: url(images/bg-seminar02.png);
//   background-repeat: no-repeat;
//   background-size: 380px;
// }

/*point*/
.point {
  border-radius: 20px;
  padding: 25px 20px;
  border: 1px solid #4D9F2D;
}

.point-ttl {
  color: #4D9F2D;
  font-size: 1.285714286rem;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 24px;
  border-bottom: 1px solid #4D9F2D;
}

.point-list {
  display: block;
}

.point-list li {
  width: 100%;
}

.point-list li + li {
  margin-top: 45px;
}

.point-list li .point-thum {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #E6F2DC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.point-list li .point-list-ttl {
  font-weight: 700;
  color: #078320;
  font-size: 1rem;
  margin-bottom: 6px;
}

/*faq*/
.faq {
  padding: 40px 0 10px;
  background-color: #F8F7F5;
}

.faqArea {
  margin-bottom: 20px;
  background-color: #078320;
  border: 2px solid #078320;
  border-radius: 10px;
}

.faqArea.last {
  margin-bottom: 30px;
}

.faqArea.inner {
  position: relative;
}

.voicer-head {
  padding: 12px 0;
  position: relative;
  box-sizing: border-box;
}

.default_show .js-toggle-open {
  display: none;
}

.js-toggle-open, .js-toggle-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
}

.js-toggle-open a, .js-toggle-close a {
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
}

.js-toggle-close {
  display: none;
}

.default_show .js-toggle-open {
  display: none;
}

.default_show .js-toggle-close {
  display: block;
}

.toggle {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  box-sizing:border-box;
}

.toggle a {
  font-weight: 700;
}

.default_show .toggle {
  display: block;
}

.toggle .txt16 {
  width: 100%;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.voicer-head .question {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
  height: 100%;
}

.voicer-head span {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  margin-right: 10px;
  line-height: 1.4;
  font-weight: 500;
}

.voicer-head h3 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  width: 81%;
  padding-left: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.js-toggle-close a:before {
  content: '';
  background: url(images/faq-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
}

.js-toggle-open a:before {
  content: '';
  background: url(images/faq-open.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
}

#contentTtl01,
#contentTtl02,
#contentTtl03,
#contentTtl04 {
  padding-top: 90px;
  margin-top: -90px;
}

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

.c-center {
  width: 100%;
  max-width: 96%;
  margin: 0 auto 0px;
  padding: 30px 15px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*btn*/
.c-btn a {
  display: block;
  max-width: 500px;
  width: 100%;
  padding: 14px;
  background: url(images/ico-btn-arw.svg) no-repeat 95% 50%;
  background-color: #078320;
  background-size: 20px auto;
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.142857143rem;
  font-weight: 700;
  text-align: center;
}

.c-btn a span {
  display: inline-block;
  padding-bottom: 8px;
  margin-right: 10px;
  background: url(images/ico-circle-ye-btn.svg) no-repeat bottom center;
  background-size: 55px auto;
}

.c-btn.type02 a {
  background: url(images/ico-pdf.svg) no-repeat 96% 50%;
  background-size: 14px auto;
  background-color: #fff;
  color: #078320;
  border: 2px solid #078320;
}

.c-btn-type02 {
  margin-top: 40px;
  text-align: center;
}

.c-btn-type02 {
  margin-top: 40px;
  text-align: center;
}

.c-btn-type02 a {
  display: inline-block;
  padding: 14px;
  line-height: 1.4;
  border-radius: 200px;
  background: url(images/ico-btn-arw__green.svg) no-repeat 95% 50%;
  background-size: 20px auto;
  background-color: #fff;
  border: 2px solid #078320;
  text-align: center;
  color: #078320;
  font-weight: 700;
  font-size: 1.142857143rem;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* 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;
}

.txt20 {
  font-size: 1.285714286rem;
}

strong {
  font-weight: bold;
}

/*color*/
.u-color-green {
  color: #078320;
}
.u-color-green02 {
  color: #4D9F2D;
}
/*backgroud-color*/
.u-bg-green {
  background-color: #078320;
}

/*==========
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){
  
}