@charset "utf-8";

/* slick slider
----------------------------------*/
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ua-desktop .slick-prev,
.ua-desktop .slick-next {
  opacity: 0;
}
.ua-desktop .slick-prev:hover,
.ua-desktop .slick-next:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  /* background: none; */
}
.slick-next {
  right: 1%;
}
.slick-prev {
  left: 1%;
}
.slick-prev:before,
.slick-next:before {
  content: " ";
  border: 2px solid #1d2a73;
  border-bottom: 0;
  border-left: 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-prev:before {
  transform: rotate(-135deg);
  margin-right: 15px;
}
.slick-next:before {
  transform: rotate(45deg);
  margin-left: 15px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 5px;
}
.slick-dots li button:before {
  color: #aaaaaa;
  font-size: 12px;
  line-height: 12px;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button:before {
  color: #1d2a73;
}
.slick-dots {
  bottom: -40px;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.slider-img {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-img.slider-img-00 {
  background-image: url('../img/home/top-slider-00.jpg');
}
.slider-img.slider-img-01 {
  background-image: url('../img/home/top-slider-01.png');
}
.slider-img.slider-img-00 .slider-txt-wrap,
.slider-img.slider-img-01 .slider-txt-wrap,
.slider-img.slider-img-02 .slider-txt-wrap,
.slider-img.slider-img-03 .slider-txt-wrap{
  float: right;
  margin: 80px 80px 0 0;
}
.slider-img.slider-img-00 .slider-txt,
.slider-img.slider-img-01 .slider-txt,
.slider-img.slider-img-02 .slider-txt,
.slider-img.slider-img-03 .slider-txt{
  font-size: 52.5px;
  font-size: 5.25rem;
  font-weight: 600;
  color: #e4e042;
  line-height: 1.2;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
	text-shadow: 3px 3px 1px #1D2973;
}
.slider-img.slider-img-00 .slider-txt .small,
.slider-img.slider-img-01 .slider-txt .small,
.slider-img.slider-img-02 .slider-txt .small,
.slider-img.slider-img-03 .slider-txt .small{
  font-size: 35.4px;
  font-size: 3.54rem;;
}
.slider-img.slider-img-02 {
  background-image: url('../img/home/top-slider-02.png');
}
.slider-img.slider-img-03 {
  background-image: url('../img/home/top-slider-03.png');
}




/* unique
----------------------------------*/
.section {
  margin-top: 0;
}
.section-01 {
  
  padding: 60px 0 40px 0;
}
.section-01 .grid-01 {
  width: 101%;
}
.section-01 .grid-01 li {
  text-align: center;
  width: 24%;
  margin: 10px 1% 10px 0;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
.section-01 .grid-01 li .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #1d2a73;
  box-sizing: border-box;
  padding: 22px 10px 5px 10px;
}
.section-01 .grid-01 li .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #0f183d;
  min-height: 8em;
  box-sizing: border-box;
  padding: 5px 10px 10px 10px;
}
.section-01 .grid-01 li .detail {
  font-size: 12px;
  font-size: 1.2rem;
  color: #1d2a73;
  display: block;
	background: #a3e8fd;
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
}
.section-01 .grid-01 li .detail .link {
  position: relative;
  padding-right: 15px;
}
.section-01 .grid-01 li .detail .link:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  width: 10px;
  height: 10px;
  background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}



.section-02 {
  overflow: hidden;
}
.section-02 .grid-02 > li {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  vertical-align: top;
}
.section-02 .grid-02 > .cont:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 200%;
  height: 100%;
}
.section-02 .grid-02 > .cont .cmn-ttl-02 {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}
.section-02 .grid-02 > .cont-01 {
	color: #1d2a73;
}
.section-02 .grid-02 > .cont-02 {
	color: #1d2a73;
}
.section-02 .grid-02 > .cont-01:before {
	background: #9fe7fe;
  left: auto;
  right: 0;
}
.section-02 .grid-02 > .cont-02:before {
	background: #fffdb0;
}
.section-02 .grid-02 > .cont-01 .cmn-ttl-02 {
	color: #1d2a73;
}
.section-02 .grid-02 > .cont-01 .cmn-ttl-02 .bar:before {
	background: #1d2a73;
}
.section-02 .grid-02 .elm {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 25px;
}

.section-02 .status {
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  margin: 10px 0;
}
.section-02 .status li {
  margin-left: 22px;
  display: inline-block;
  vertical-align: middle;
}
.section-02 .status .ttl {
  padding-top: 6px;
}
.section-02 .status .date .num {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
	color: #f76aa5;
}
.section-02 .status .detail {
  min-width: 130px;
}
.section-02 .status .detail a {
  color: #1d2a73;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  box-sizing: border-box;
  padding: 5px 8px;
	background: #fffdb0;
  text-align: center;
  position: relative;
}
.section-02 .status .detail a .link {
  box-sizing: border-box;
  padding-right: 20px;
}
.section-02 .status .detail a .link:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-02 .cont-02 .elm .txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 22px;
}
.section-02 .cont-02 .elm .txt .num {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  margin-left: 15px;
	color: #f00;
}

.section-02 .pfm {
  font-size: 0;
  margin-top: 18px;
  margin-left: 22px;
}
.section-02 .pfm li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 15px;
}
.section-02 .pfm .detail {
  min-width: 130px;
}
.section-02 .pfm .detail a {
	color: #1d2a73;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  box-sizing: border-box;
  padding: 5px 8px;
	background: #9fe7fe;
  text-align: center;
  position: relative;
}
.section-02 .pfm .detail a .link {
  box-sizing: border-box;
  padding-right: 20px;
}
.section-02 .pfm .detail a .link:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-02.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}



.section-03 {
  background: #f7f7f7;
  padding: 50px 0;
}
.section-03 .txt {
  font-size: 16px;
  font-size: 1.6rem;

  text-align: center;
}
.section-03 .txt strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-03 .tlct-wrap {
  text-align: center;
}
.section-03 .tell {
  border: 3px solid #1d2a73;
  display: inline-block;
  vertical-align: top;
  padding: 14px;
  box-sizing: border-box;
  margin-top: 20px;
}
.section-03 .tell li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.section-03 .tell .tell-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-03 .tell .tell-num {
  font-size: 33.6px;
  font-size: 3.36rem;
  font-weight: 600;
  color: #1d2a73;
}
.section-03 .tell .tell-num a {
  position: relative;
}
.section-03 .tell .tell-num a:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 8px;
  left: 0;
  margin-right: 15px;
  width: 38px;
  height: 38px;
  background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-phone.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-03 .tell .tell-txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #191919;
  text-align: left;
}
.section-03 .contact {
  margin: 20px 0 0 0;
}
.section-03 .contact li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.section-03 .contact .detail {
  min-width: 130px;
}
.section-03 .contact .detail a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  box-sizing: border-box;
  padding: 5px 8px;
  background: #1d2a73;
  text-align: center;
  position: relative;
}
.section-03 .contact .detail a .link {
  box-sizing: border-box;
  padding-right: 15px;
}
.section-03 .contact .detail a .link:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-03.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-04 {
  padding: 50px 0 40px 0;
}
.section-04 .cont {
  width: 49%;
}
.section-04 .cont-02 .img {
  text-align: right;
}
.section-04 .cont .txt {
  color: #1d2a73;
  line-height: 1.6;
}
.section-04 .cont .txt .sign {
  text-align: right;
  display: block;
  margin-top: 1em;
}


.link-wrap {
  margin: 20px 0;
}
.link-wrap li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.link-wrap li:last-child {
  margin-right: 0;
}
.cont .link-wrap .detail {
  min-width: 130px;
}
.link-wrap .detail a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  box-sizing: border-box;
  padding: 5px 8px;
  background: #1d2a73;
  text-align: center;
  position: relative;
}
.link-wrap .detail a .link {
  box-sizing: border-box;
  padding-right: 15px;
}
.link-wrap .detail a .link:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: url(https://shigyo.jp/wp/wp-content/themes/shigyo/common_lp/img/icon-arrow2-03.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-05 {
  overflow: hidden;
}
.section-05 .grid-02 > li {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  vertical-align: top;
}
.section-05 .grid-02 > .cont:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 200%;
  height: 100%;
}
.section-05 .grid-02 > .cont .cmn-ttl-02 {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
  min-height: 4em;
}
.section-05 .grid-02 > .cont .cmn-ttl-02 .ttl {
  display: inline-block;
  vertical-align: top;
}
.section-05 .grid-02 > .cont .cmn-ttl-02 .dic {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #0f183d;
  margin-top: 0.8em;
  margin-left: 1em;
}
.section-05 .grid-02 > .cont-01 {
  color: #0f183d;
}
.section-05 .grid-02 > .cont-02 {
  color: #0f183d;
}
.section-05 .grid-02 > .cont-01:before {
  background: #cfe3e5;
  background: rgba(207, 227, 229, 0.83);
  left: auto;
  right: 0;
}
.section-05 .grid-02 > .cont-02:before {
  background: #cfe3e5;
  background: rgba(207, 227, 229, 0.5);
}
.section-05 .grid-02 > .cont-01 .cmn-ttl-02 {
  color: #1d2a73;
}
.section-05 .grid-02 > .cont-01 .cmn-ttl-02 .bar:before {
  background: #1d2a73;
}
.section-05 .grid-02 .elm {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px 25px 20px 25px;
}
.section-05 .grid-02 .overview {
  line-height: 1.4;
  margin-top: 20px;
}


.section-06 {
  padding: 40px 0 90px 0;
 
}
.section-06 .cmn-ttl-01 {
  margin-bottom: 45px;
}
.section-06 .cont .ttl {
  color: #1d2a73;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
}
.section-06 .cont .ttl .bar {
  position: relative;
  width: 173px;
  display: block;
  padding-bottom: 13px;
}
.section-06 .cont .ttl .bar:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b7b900;
  background: rgba('183, 185, 0, 0.97');
}
.section-06 .cont .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;

}
.section-06 .cont-wrap {
  margin: 10px auto;
}

.section-06 .cont-02 {
  width: 47%;
}
.section-06 .cont-wrap-02 .cont-01 {
  margin-top: 40px;
}

.section-07 {
  padding: 40px 0 20px 0;
}
.section-07 .grid-01 {
  width: 103%;
}
.section-07 .grid-01 li {
  text-align: center;
  width: 30.333%;
  margin: 10px 3% 10px 0;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}


.page-itr {
  line-height: 1.375;
  padding-left: 20px;
  padding-right: 20px;
}
.page-itr-ttl {
  color: #1d2a73;
}


.page-itr-txt {
  font-size: 22px;
  font-size: 2.2rem;
  color: #1d2a73;
  margin: 20px auto 0;
	text-align: center;
}





@media only screen and (max-width: 1100px) {
  .grid-01 li .txt {
    padding: 10px;
  }
  .grid-01 li .txt br {
    display: none;
  }
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 768px) {

  .top-slider {
    padding: 0;
  }
  .slider-img {
    height: 465px;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .slick-prev,
  .slick-next,
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    height: 30px;
    width: 30px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 6px;
    height: 6px;
  }
  .slick-next:before {
    margin-left: 10px;
  }
  .slick-prev:before {
    margin-right: 10px;
  }
  .slick-dots li button:before {
    font-size: 6px;
    line-height: 11px;
    width: 8px;
    height: 8px;
  }
  .slick-dots {
    bottom: -35px;
  }
.slider-img.slider-img-00 {
    background-image: url('../img/home/top-slider-00-sp.jpg');
  }
  .slider-img.slider-img-01 {
    background-image: url('../img/home/top-slider-01-sp.png');
  }
  .slider-img.slider-img-00 .slider-txt-wrap,	
  .slider-img.slider-img-01 .slider-txt-wrap,
	.slider-img.slider-img-02 .slider-txt-wrap,
	.slider-img.slider-img-03 .slider-txt-wrap{
    float: left;
    margin: 300px 0 0 13px;
  }
  .slider-img.slider-img-00 .slider-txt,	
  .slider-img.slider-img-01 .slider-txt,
.slider-img.slider-img-02 .slider-txt,
.slider-img.slider-img-03 .slider-txt{
    font-size: 26px;
    font-size: 2.4rem;
    margin-bottom: 0.4em;
  }
  .slider-img.slider-img-00 .slider-txt .small,	
  .slider-img.slider-img-01 .slider-txt .small,
	.slider-img.slider-img-02 .slider-txt .small,
	.slider-img.slider-img-03 .slider-txt .small{
    font-size: 19px;
    font-size: 1.9rem;
  }
  .slider-img.slider-img-02 {
    background-image: url('../img/home/top-slider-02-sp.png');
  }
  .slider-img.slider-img-03 {
    background-image: url('../img/home/top-slider-03-sp.png');
  }


  .grid-01 li .txt br {
    display: block;
  }

  .section-01 {
    padding: 40px 0 20px 0;
  }
  .section-01 .grid-01 {
    width: auto;
  }
  .section-01 .grid-01 li {
    width: 100%;
    margin: 12px auto;
  }
  .section-01 .grid-01 li:first-child {
    margin-top: 0;
  }
  .section-01 .grid-01 li .ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .section-01 .grid-01 li .txt {

    font-size: 14px;
    font-size: 1.4rem;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .section-01 .grid-01 li .detail {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 8px;
  }


  .section-02 .grid-02 {
    display: block;
    width: auto;
    padding: 0;
  }

  .section-02 .grid-02 > .cont:before {
    width: 100%;
  }
  .section-02 .grid-02 > .cont .cmn-ttl-02 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 0;
  }
  .section-02 .grid-02 > li {
    display: block;
    width: auto;
  }
  .section-02 .grid-02 .elm {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .section-02 .status {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin: 0 0 5px 0;
  }
  .section-02 .status .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 4px;
  }
  .section-02 .status .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section-02 .status .date .num {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section-02 .status .detail {
    float: right;
    display: block;
    margin-top: 5px;
    min-width: 136px;
  }
  .section-02 .status .detail a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 2px 8px;
  }
  .section-02 .cont-02 .elm .txt .num {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .section-02 .pfm {
    margin-top: 10px;
  }
  .section-02 .pfm .detail a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .section-03 {
    padding: 30px 0 30px 0;
  }
  .section-03 .cmn-ttl-01 {
    margin-bottom: 2px;
  }
  .section-03 .cmn-ttl-01 .bar {
    /* padding-bottom: 5px; */
  }
  .section-03 .txt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #1d2a73;
    text-align: center;
    line-height: 1.4;
    text-align: left;
    letter-spacing: -0.4px;
  }
  .section-03 .txt strong {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .section-03 .tell {
    border: 2px solid #1d2a73;
    margin: 13px auto;
    padding: 10px 14px;
  }
  .section-03 .tell .tell-ttl {
    color: #1d2a73;
  }
  .section-03 .tell .tell-num {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .section-03 .tell .tell-num a:before {
    width: 30px;
    height: 30px;
  }
  .section-03 .tell .tell-txt {
    margin: 0 auto;
    text-align: center;
    color: #1d2a73;
    margin-top: 5px;
  }
  .section-03 .contact {
    margin: 17px 0 0 0;
  }
  .section-03 .contact .detail a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 2px 8px;
  }

  .section-04 {
    padding: 30px 0 10px 0;
  }
  .section-04 .cont {
    float: none;
    width: auto;
  }
  .section-04 .cont-02 .img {
    margin-bottom: 10px;
  }
  .section-04 .cmn-ttl-01 .bar {
    padding-bottom: 5px;
  }
  .section-04 .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.45;
    color: #1d2a73;
  }
  .section-04 .link-wrap {
    float: none;
    text-align: center;
  }


  .section-05 {
  }
  .section-05 .grid-02 {
    display: block;
    width: auto;
    padding: 0;
  }
  .section-05 .grid-02 > .cont {
    display: block;
    width: auto;
  }
  .section-05 .grid-02 .elm {
    padding: 20px 20px 10px 20px;
  }
  .section-05 .grid-02 > .cont-01:before {
    width: 100%;
  }
  .section-05 .grid-02 > .cont .cmn-ttl-02 {
    min-height: 0;
  }
  .section-05 .grid-02 > .cont .cmn-ttl-02 .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
  }
  .section-05 .grid-02 > .cont .cmn-ttl-02 .dic {
    font-size: 13px;
    font-size: 1.3rem;
    color: #1d2a73;
    margin: 0;
  }
  .section-05 .grid-02 .overview {
    font-size: 14px;
    font-size: 1.4rem;
    color: #1d2a73;
    margin-top: 10px;
  }
  .section-05 .link-wrap {
    margin: 8px 0;
  }
  .section-05 .link-wrap .detail a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .section-05 .cont .link-wrap .detail {
    
    min-width: 0;
    margin: 0;
  }

  .section-06 {
    padding: 40px 0 35px 0;
  }
  .section-06 .cmn-ttl-01 {
    margin-bottom: 15px;
  }

  .section-06 .cont {
    width: auto;
    float: none;
  }
  .section-06 .cont .ttl {
    font-size: 17px;
    font-size: 1.7rem;
    color: #1d2a73;
  }
  .section-06 .cont .ttl .bar {
    width: 150px;
    padding-bottom: 10px;
  }
  .section-06 .cont .txt {
    color: #1d2a73;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section-06 .cont-wrap-02 .cont-01 {
    margin-top: 15px;
  }
  .section-06 .link-wrap {
    margin: 10px 0 25px 0;
  }
  .section-06 .link-wrap .detail a {
    padding: 2px 4px;
  }

  .section-07 {
    padding: 30px 0 20px 0;
  }
  .section-07 .cmn-ttl-01 .bar {
    padding-bottom: 10px;
  }
  .section-07 .grid-01 {
    width: auto;
  }
  .section-07 .grid-01 li {
    margin: 5px 0;
    width: 100%;
  }

  
  .cmn-ttl-01 .bar {
    padding-bottom: 10px;
  }
  .link-wrap {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .link-wrap .detail a {
    padding: 10px 80px;
	  font-size: 16px;
  }
	
.page-itr-txt {
  font-size: 16px;
  font-size: 1.7rem;

}
	.cmn-ttl-03wrp {
    width: 90%;
    margin: 0px auto;
}
	.txt {
    line-height: 26px;
		
}
.cmn-ttl-03img {
    text-align: center;
    width: 100%;
    margin: 10px 0 15px 0;
}	


}

