/*
Theme Name: 解体工事業者おすすめサイト
Description: 解体工事業者おすすめサイトのベーステーマです
Version: 1.0
Author: FUNSCREATION
Author URI: https://funscreation.co.jp/
*/



/****************************************
		1. General Setting 
*****************************************/
body{
  color: #231815;
  font-size: 16px;
  line-height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  width:100%;
}
b, strong, .bold{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}


a:link {
  color: #231815;
  outline: none;
  text-decoration: none;
}
a:visited {
  color:#231815;
}
a img{
  opacity:1;
  filter:alpha(opacity=100);
}
a:hover img{
  opacity:.8;
  filter:alpha(opacity=80);
}

.clear{ clear: both; line-height: 0}
/*----- Clearfix -----*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  display:inline-block;
  min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.pc{display: block;}
.sp{display: none;}
.tablet{display: none;}

.br-pc { display:inline-block; }
.br-tablet { display:none; }
.br-sp { display:none; }

img {
  max-width: 100%;
  height: auto;
}

/*----- FLEX BOX -----*/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jstfy-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jstfy-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;;
  justify-content:space-around;
}
.jstfy-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jstfy-flex-end {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.row-reverse {
  flex-direction: row-reverse;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

/*----- Scroll Fade In -----*/
.fade-in-anime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3.0s;
 -ms-animation-duration:3.0s;
 animation-duration:3.0s;
 -webkit-animation-name: fade-in-anime;
 -ms-animation-name: fade-in-anime;
 animation-name: fade-in-anime;
 visibility: visible !important;
}
@-webkit-keyframes fade-in-anime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fade-in-anime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*----- Animate -----*/
.invisible {
  transition: opacity 1.5s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 1.5s ease;
  opacity: 1.0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-timing-function: ease;
}
.animated.animated-step-1 {animation-delay: 0.3s;}
.animated.animated-step-2 {animation-delay: 0.6s;}
.animated.animated-step-3 {animation-delay: 0.9s;}
.animated.animated-step-4 {animation-delay: 1.2s;}
.animated.animated-step-5 {animation-delay: 1.5s;}
.animated.animated-step-6 {animation-delay: 1.8s;}

.fixed{
  position: fixed;
}

.ico{
  display: inline-block;
  vertical-align: middle;
}
.ico::before{
  content:'';
  display: inline-block;
  width:1.5em;
  height: 1.5em;
  margin-right:0.5em;
  vertical-align: middle;
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 786px) {
  .tablet{display:block;}
  .br-pc { display:none; }
  .br-tablet { display:block; }
  a:link {
    opacity:1;
  }
}
@media (max-width: 766px) {
  body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  }
  .br-sp { display:inline-block; }
  .pc{display: none;}
  .sp{display: block;}
}


/****************************************
  Header, Menu
*****************************************/
#header {
  position: relative;
  width: 100%;
  z-index: 9998;
  background-color:#FFF;
  box-shadow:1px 0px 5px rgba(153,153,153,0.9);
  border-top:solid 10px #80BF26;
}
#header .header-inner{
  width:90%;
  margin:0 auto;
}
#header .header-logo-area{
  margin:30px 0;
}
#header .header-logo{
  max-width:450px;
  width:55%;
  /*transition: all 0.3s ease;*/
}
#header .header-logo .logo{
  display: block;
}
.site-copy{
  margin-left:60px;
  line-height: 1.6;
  font-size:14px;
}

/*SEARCHFORM*/
.searchform {
  position: relative;
}
.searchform .searchfield{
  font-size: 14px;
  width:100%;
  margin: 3px;
  padding: 10px;
  border:none;
  border-radius:2px;
  background-color: #F9F9F9;
}
.searchform .searchfield::placeholder{
  color:#C9CACA;
}
.searchform .searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  top:50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  padding: 0;
  cursor: pointer;
  color: #231815;
  border: none;
  background: transparent;
}
.searchform .searchsubmit:hover {
  opacity: .6;
}

#header .header-mail .header-mail-ico::before{
  width:2.1em;
  background-image:url(img/common/icon_mail.png);
}
#header .header-mail .header-mail-txt{
  display: inline-block;
  font-size:1.1em;
  vertical-align: middle;
}

/*--- HEADER MENU ITEM ---*/
#header .header-menu-container .gnav-container{
  display:flex;
  align-items: center;
  padding-right: 20px;
}
.header-menu-container .menu{
  width: 100%;
  display: flex;
  align-items: center;
}
.header-menu-container .menu .menu-item {
  position: relative;
  font-size: 15px;
}
.header-menu-container .menu .menu-item:hover {
  overflow:visible;
}
.header-menu-container .menu .menu-item a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  color:#595757;
  line-height: 1.2;
}
.header-menu-container .menu .menu-item .en{
  display: block;
  color:#00A29A;
  font-size:0.6em;
  font-weight: bold;
}
.menu .menu-item a[title="nolink"] {
  pointer-events: none;
}

/*GLOBAL NAVI*/
nav.header-nav{
  position: relative;
  z-index: 2;
}
nav.header-nav .gnav-container{
  width:90%;
  margin:0 auto;
}
nav.header-nav .gnav-container #gnav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width:100%;
  margin:0 auto;
}
nav.header-nav .gnav-container #gnav .menu-item{
  position: relative;
  flex:auto;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-bottom: solid 4px #C9CACA;
  margin:0 0 0 4px;
}
nav.header-nav .gnav-container #gnav .menu-item::before{
  content:'';
  position: absolute;
  top:0;right:100%;
  width:2px;
  height:80%;
  background-color:#C9CACA;
}
nav.header-nav .gnav-container #gnav .menu-item:last-child::after{
  content:'';
  position: absolute;
  top:0;left:100%;
  width:2px;
  height:80%;
  background-color:#C9CACA;
}
nav.header-nav .gnav-container #gnav .menu-item a{
  position: relative;
  display: block;
  height: 100%;
  color:#231815;
  padding:10px 20px 15px;
}
nav.header-nav .gnav-container #gnav .menu-item.current-menu-item,
nav.header-nav .gnav-container #gnav .menu-item:hover{
  border-bottom-color: #80BF26;
}



/*--- HEADER MENU BUTTON ---*/
#header-menu-box{
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

/*HEADER MENU BUTTON*/
#header-menu-box .header-menu-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color:#FFF;
  font-size:14px;
  padding:10px;
  /*transition: all 0.3s ease;*/
}
#header-menu-box .header-menu-btn a{
  display: block;
  color:#FFF;
}

#header #nav-toggle{
  display: none;
}

/*SLIDE MENU*/
#slidenav{
  display: none;
  overflow: scroll;
  height: 100%;
  width: 100%;
  top:0;left:0;
  background-color:#F1F9FE;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 9998;
}
#slidenav .slide-nav-container{
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#slidenav #slide-nav-ul{
  width:auto;
  max-width: 300px;
  list-style-type: none;
}
#slidenav #slide-nav-ul .menu-item {
  text-align: left;
  font-size:1.0em;
  line-height: 1.4;
}
#slidenav #slide-nav-ul .menu-item:last-child{
  border-bottom: none;
}
#slidenav #slide-nav-ul .menu-item a {
  position: relative;
  display: block;
  padding:0 2em 0 0;
  margin-bottom: 15px;
}
#slidenav #slide-nav-ul .menu-item a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: solid 2px #003B82;
  border-right: solid 2px #003B82;
  transform: rotate(45deg);
}
#slidenav #slide-nav-ul .sub-menu{
  margin:0 0 20px 20px;
}
#slidenav #slide-nav-ul .sub-menu .menu-item{
  font-size:90%;
  border-bottom: none;
}

/*Fixed時*/
#header.fixed{
  position: fixed;
  box-shadow: 0px 0px 3px 0px #CCC;
}
#header.fixed .header-logo-area{
  margin:10px 0;
}

/* SUB MENU BOX*/
.sub-menu-box{
  display: none;
  position: absolute;
  left: 50%;
  top:100%;
  transform: translateX(-50%);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding:0;
  color:#FFF;
  background-color:rgba(0,68,145,0.8);
}
.sub-menu-box.active {
  display: block;
  max-height: 9999px;
  opacity: 1;
  /*animation: submenubox 0.2s linear 0s forwards;*/
}
/*
@keyframes submenubox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/

.sub-menu-container .sub-menu .menu-item{
  line-height: 1.2;
  border-left:dashed 1px #FFF;
}
.sub-menu-container .sub-menu .menu-item:last-child{
  border-right:dashed 1px #FFF;
}
.sub-menu-container .sub-menu .menu-item a{
  display: block;
  padding:10px 20px 30px;
  color:#FFF;
  /*transition: all 0.3s ease;*/
}
.sub-menu-container .sub-menu .menu-item a:hover{
  position: relative;
}
.sub-menu-container .sub-menu .menu-item a:hover::before{
  content:'';
  position: absolute;
  bottom:15px;right:0;left:0;
  display: inline-block;
  margin:auto;
  width:0.6em;
  height:0.6em;
  border-right: 1.5px solid #FFF;
  border-bottom: 1.5px solid #FFF;
  transform: rotate(45deg);
}



@media (max-width: 1024px) {
  .gnav-container #gnav .menu-item{
    font-size:0.8em;
  }
}
@media (min-width: 769px) {
  #header-menu-box{
    display:none;
  }
  #header.fixed .header-logo{
    max-width: 300px;
  }
}
@media (max-width: 768px) {
    nav.header-nav{
    display: none;
  }
  #header .header-inner{
    width:94%;
    padding:2% 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .header-logo{
    margin:0;
  }
  
  #header .ico{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin:auto;
    border:solid 1px #C9CACA;
    border-radius: 50%;
    padding:5px 9px;
    width:40px;
    height: 40px;
  }
  #header .ico::before{
    margin:auto;
  }
  #header .header-mail .header-mail-ico{
    padding:5px 7px;
  }
  #header .header-tel,
  #header .header-mail{
    margin-right: 10px;
    text-align: center;
  }
  #header .header-tel a,
  #header .header-mail a{
    display: block;
  }
  #header .header-mail .header-mail-ico::before{
    width:1.9em;
    height: 1.3em;
  }
  
  #header-menu-box .header-tel-ico::before{
    width:2em;
    height: 2em;
    margin-right: 0;
    background-image:url(img/common/icon_tel.png);
  }
  
  #header #nav-toggle{
    display: block;
  }
  #header #nav-toggle{
    position: relative;
    display: block;
    width: 40px;
    height:40px;
    padding:0;
    z-index: 9999;
  }
  #nav-toggle .menu-line{
    background-color: #231815;
    display: block;
    height: 3px;
    position: absolute;
    /*transition: transform .3s;*/
    width:80%;
    top:30%;right:0;left: 0;
    margin:auto;

  }
  #nav-toggle .menu-line.menu-line--center{
    top:50%;
  }
  #nav-toggle .menu-line.menu-line--bottom{
    top:70%;
  }

  /*active時*/
  #nav-toggle.active{
    background-color:transparent;
  }
  #nav-toggle.active .menu-line{
    top:45%;
  }
  #nav-toggle.active .menu-line.menu-line--top{
    transform:rotate(-45deg);
  }
  #nav-toggle.active .menu-line.menu-line--center{
    transform:scaleX(0);
  }
  #nav-toggle.active .menu-line.menu-line--bottom{
    transform:rotate(45deg);
  }
  #header #slidenav .menu{
    display:block;
  }

  #header.fixed .header-inner{
    padding:10px 0;
  }


  #header .header-logo-area{
    margin:0;
  }
  .site-copy{
    display: none;
  }
}
@media (max-width: 767px) {
  #header{
    margin-bottom: 0;
  }
  #header .header-inner .seach-box{
    display: none;
  }
  #header.fixed .header-inner{
    padding:2% 0;
  }
  #header.fixed .header-logo{
    max-width: 250px;
  }
  #header .header-logo{
    width:100%;
    max-width:300px;
  }
  #header.fixed .header-info .ico{
    width:35px;
    height: 35px;
    padding:5px 7px;
  }
  #header.fixed .header-info .header-mail .header-mail-ico::before{
    height: 0.8em;
  }
  #header.fixed #nav-toggle{
    width:35px;
    height: 32px;
  }
  #header.nav-open .seach-box{
    display: block;
    position: absolute;
    z-index: 9999;
  }
  
}
@media (max-width: 414px) {
  
}

/****************************************
  Footer
*****************************************/
/*ページトップへ*/
#page-top {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
#page-top a {
  position: fixed;
  max-width: 60px;
  width:5%;
  bottom: 10px;
  right: 2%;
  display: block;
}
#page-top a img {
  transform: .5s;
}


/*FOOTER*/
#footer {
  width: 100%;
  background-color: #F9F9F9;
  overflow: hidden;
}
#footer .footer-inner {
  width: 90%;
  margin:0 auto;
  padding:20px 0;
  text-align: center;
}

#footer .footer-sitemap-list .footer-sitemap-item{
  margin:0 30px 10px 0;
  font-size:18px;
  line-height: 1.4;
  text-indent: -1em;
}
#footer .footer-sitemap-list > .footer-sitemap-item{
  padding-left:1em;
}
#footer .footer-sitemap-list > .footer-sitemap-item a{
  line-height: 1.4;
}
#footer .footer-sitemap-list > .footer-sitemap-item > a{
  position: relative;
  padding-left:1.8em;
  font-weight: bold;
}
#footer .footer-sitemap-list > .footer-sitemap-item > a::before{
  content:  '';
  width:0.5em;
  height:0.5em;
  border-top: solid 2px #231815;
  border-right: solid 2px #231815;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top:0;left: 0;
  margin-top:0.3em;
}

#footer .copyright{
  padding:10px 0;
  font-size:14px;
  font-weight: bold;
  color:#FFF;
  text-align: center;
  background-color:#4AB134;
}

.bottom{
  width:100%;
  height: 350px;
  background:url(img/common/bg_bottom.png);
  background-size:cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .bottom-text{
  text-align: left;
  font-weight: bold;
  color:#FFF;
  text-shadow:0 0 5px rgba(0,68,145,0.5);
}
.bottom .bottom-text .text__main{
  margin-bottom: 10px;
  font-size:40px;
  line-height: 1.4;
}
.bottom .bottom-text .text__sub{
  font-size: 26px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  #footer .footer-sitemap-list .footer-sitemap-item{
    font-size:0.9em;
  }
}
@media (max-width: 767px) {
  #footer .footer-sitemap{
    width:80%;
    max-width: 360px;
    margin:0 auto;
  }
  #footer .footer-sitemap-area{
    display: none;
  }
}
@media (max-width:480px) {
  #page-top a {
    width: 10%;
  }
}


/****************************************
  Main
*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
  background-color:#FFF;
}

.col-2.contents_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
}
.col-2  #main{
  width:70%;
}

.section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.section .section-inner {
  max-width: 1200px;
  width:88%;
  margin: 0 auto;
  padding:50px 0;
}

/*SIDE CONTENTS
 -------------------------------*/

.col-2 .side_contents{
  width:27%;
}
.col-2 .side_contents .contents_block{
  padding:20px;
  background-color:#F9F9F9;
}
.col-2 .side_contents h2{
  margin-bottom: 10px;
  padding:0 10px 15px;
  text-align: center;
  font-size:1.3rem;
  line-height: 1.2;
  color:#595757;
  border-bottom:solid 3px #4AB134;
}
.col-2 .side_contents ul{
  margin-bottom: 10px;
}
.col-2 .side_contents ul > li{
  padding:10px 0;
  padding-left:2em;
  font-size:1.1rem;
  text-indent: -2em;
  line-height: 1.4;
  border-bottom: solid 1px #CCC;
}
.col-2 .side_contents ul:not(.rank-list) > li >a::after{
  background-color:#80BF26;
}
.col-2 .side_contents .link{
  padding:20px;
  text-align: right;
}

.col-2 .side_contents .cat-list .cat-item{
  padding-left: 0;
  text-indent: 0;
  font-size:1rem;
}
.col-2 .side_contents .cat-list .cat-item a >span{
  display: inline-block;
  padding:5px 10px;
  margin-right: 15px;
  color:#FFF;
  background-color:#CFDB38;
}
.col-2 .side_contents .cat-list .cat-recommended a >span{
  background-color:#70BEC7;
}
.col-2 .side_contents .cat-list .cat-knowledge a >span{
  background-color:#80BF26;
}

.col-2 .side_contents .rank-list{
  counter-reset:number;
}
.col-2 .side_contents .rank-list li{
  padding-left:0;
  text-indent: 0;
}
.col-2 .side_contents .rank-list li > a{
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:baseline;
  -webkit-align-items:baseline;
  -ms-flex-align:baseline;
  align-items:baseline;
}
.col-2 .side_contents .rank-list li > a::before{
  counter-increment:number;
  content:counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items:flex-end;
  width:3.9em;
  height:1.5em;
  line-height: 1;
  margin:0 10px 0 0;
  color:#FFF;
  text-align: center;
  vertical-align: bottom;
  background:url(img/common/rank.png) center bottom no-repeat;
  background-size:contain;
}
.col-2 .side_contents .rank-list li .thumb{
  display: block;
  width:100%;
  margin-bottom: 15px;
}
.col-2 .side_contents .rank-list li .thumb >img{
}


/**/
.col-2 .side_contents .select-wrap{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin:10px 0;
}
.col-2 .side_contents .select-wrap select::-ms-expand {
  display: none;
}
.col-2 .side_contents .select-wrap select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:5px;
  font-weight: bold;
  line-height: 1.2;
  background-image: url(./images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color:transparent;
  border:solid 1px #A3CA0F;
  width: 100%;
  color:#C9CACA;
  padding-left:15px;
}
.col-2 .side_contents .select-wrap::before{
  content:'';
  position: absolute;
  display:block;
  top:0.7em;left:5px;
  width:0.5em;
  height:0.5em;
  margin:auto;
  vertical-align: middle;
  border-top:solid 2px #4AB134;
  border-right:solid 2px #4AB134;
  transform:rotate(45deg);
  z-index: 2;
}
.col-2 .side_contents .select-wrap select option{
  color:#231815;
  font-weight: normal;
}


.col-2 .side_contents .bnr{
  margin:auto;
  text-align: center;
}

/*MAIN VISUAL
 -------------------------------*/
.main-visual{
  position: relative;
  height:400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-visual:not(#main-visual__top){
  background-image:url(img/common/img_main.png);
}

.main-visual .main-visual-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin:auto;
  z-index: 2;
}

.main-visual .main-visual-content{
  position: absolute;
  top:50%;left:0;right:0;
  transform: translateY(-50%);
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-visual .page-title {
  font-size:1em;
}
.main-visual .page-title .page-title__main{
  display: block;
  font-family: roboto-slab, serif;
  font-size:2.8em;
  line-height: 1.4;
}
.main-visual .page-title .page-title__sub{
  display: block;
  font-size:18px;
}
.main-visual .page-title .line{
  position: relative;
}
.main-visual .page-title .line::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*下線の上下位置調整*/
  display: inline-block;
  width: 2.5em; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #004491; /*下線の色*/
}


/*----- タイトル -----*/
.section .section-ttl{
  margin-bottom:50px;
  text-align:center;
  color:#231815;
  line-height: 1.4;
}
.section .section-ttl .section-ttl__main{
  display: block;
  font-family: roboto-slab, serif;
  font-size:2.5rem;
  line-height: 1.4;
  color:#004491;
}
.section .section-ttl .section-ttl__sub{
  display: block;
  margin-bottom: 5px;
  font-size:1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.section .section-ttl .line{
  position: relative;
}
.section .section-ttl .line::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 2.5em; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color:rgba(0,68,145,0.9);
}

.section .section-ttl .line-r{
  position: relative;
  display: inline-block;
}
.section .section-ttl .line-r::before{
  content: '';
  position: absolute;
  left:100%;
  top:50%;
  width: 1em; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  margin-left:20px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color:rgba(0,68,145,0.9);
}

.section .section-lead{
  margin-bottom: 20px;
  font-size:2rem;
  font-weight: bold;
  line-height: 1.6;
}

.text {
  line-height: 1.8;
  letter-spacing: -0.1em;
}
.text.ls-n{
  letter-spacing: 0;
}

.text-list > p{
  margin-bottom: 10px;
  line-height: 1.6;
  padding-left:1.2em;
  text-indent: -1.2em;
}
  
.btn {
  width: auto;
  max-width: 200px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
.btn a {
  display: block;
  padding:0.3em 2em;
  line-height: 1.4;
  color:#FFF;
  border:solid 2px #4AB134;
  background-color:#4AB134;
}
.btn a:hover{
  color:#4AB134;
  background-color:#FFF;
}

.link a{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 0;
  line-height: 1.4;
}

.arrow{
  position: relative;
  padding-left: 2em;
}
.btn a.arrow{
  padding-left: 2em;
}
.arrow::before{
  content:'';
  position: absolute;
  top:0;bottom:0;left:0;
  display: inline-block;
  margin:auto;
  width:0.5em;
  height:0.5em;
  border-right: 1.5px solid #3AAE36;
  border-bottom: 1.5px solid #3AAE36;
  transform: rotate(-45deg);
}
.arrow.down::before{
  transform: rotate(45deg);
}

.arrow.circle::before{
  z-index: 2;
  left:0.4em;
  border-right: 1.5px solid #FFF;
  border-bottom: 1.5px solid #FFF;
}
.arrow.circle::after{
  content:'';
  position: absolute;
  top:0;bottom:0;left:0;
  display: inline-block;
  margin:auto;
  height:1.5em;
  background-color:#4AAA38;
  border-radius: 100%;
  width:1.5em;
}

.btn .arrow.circle::after{
  background-color:#FFF;
}
.link .arrow{
  padding-left: 2.5em;
}
.link .arrow.circle::before{
  border-color:#FFF;
}
.link .arrow.circle::after{
  background-color:#4AAA38;
}


.underline{
  border-bottom: solid 1px #4AAA38;
}
.maker{
  display: inline-block;
  line-height: 1.6;
  background:linear-gradient(transparent 50%, #FFF100 50%);
}

table.tbl {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
table.tbl th,
table.tbl td{
  line-height: 1.6;
  padding:0.5em 1em;
  text-align: left;
  vertical-align: middle;
  border-bottom:dashed 1px #C9CACA;
}
table.tbl th{
  width: 13em;
  font-weight: bold;
}

.def-list{
  margin-bottom: 30px;
}
.def-list dt{
  margin-bottom: 15px;
  font-size:1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.def-list dd{
  line-height: 2;
  letter-spacing: -0.1em;
}

/*BREADCRUMB
 -------------------------------*/
.breadcrumb{
  width:100%;
}
.breadcrumb .breadcrumb-inner{
  width:96%;
  max-width: 1200px;
  margin:0 auto;
  padding:20px 0;
}
.breadcrumb ul{
}
.breadcrumb ul li{
  display: inline-block;
  margin:0 0 10px;
  color:#898989;
  font-size:0.9em;
}
.breadcrumb ul li a{
  color:#898989;
}
.breadcrumb ul li > a::after{
  content:'\03e';
  display: inline-block;
  padding:0 10px;
  font-weight: normal;
}
.archive_header h1 {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 22px;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #807D73;
}
.archive_header h1 span {
  display: block;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}

/*----- PAGER -----*/
.pager-area .page-num{
  display: inline-block;
  margin-right: 20px;
  color:#003B82;
  padding:6px 10px;
  border:solid 2px #003B82;
}
.page-num .current-page{
  display: inline-block;
  color:#003B82;
  padding:0 5px;
}
.page-num .max-pages{
  display: inline-block;
  color:#003B82;
  padding:0 5px;
}
.pager {
  clear: both;
  text-align: center;
}
.pager .page-numbers {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size:0.9rem;
  color: #003B82;
  border:solid 2px #003B82;
}
.pager .page-numbers.current {
  color: #FFF;
  background-color: #003B82;
  text-decoration: none;
}

/*PARALLAX*/
.parallax{
  width:100%;
  height: 350px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.parallax-1{
  background-image: url(img/top/bg_parallax_01.png);
}

@media (max-width: 768px) {
  .section .section-inner{
    padding:5% 0;
  }
  .col-2{
    flex-direction: column;
  }
  .col-2 #main{
    width:100%;
    margin-bottom: 10%;
  }
  .col-2 .side_contents{
    width:100%;
  }
  .main-visual{
    height:400px;
  }
  .main-visual .main-visual-inner{
    background-position: 20% bottom;
  }
  .section .section-ttl .section-ttl__main{
    font-size:2.2rem;
  }
  .section .section-lead{
    font-size:1.5rem;
  }
  .text{
    font-size:0.9em;
    line-height: 1.8;
  }
  table.tbl th,
  table.tbl td{
    font-size:0.9em;
  }
  .btn{
    font-size:0.9em;
  }
  .btn a{
    padding:0.5em 2em;
  }
  .frm{
    padding:1em;
  }
}
@media (max-width: 767px) {
  #contents{
    padding-top:0;
  }
  .main-visual .main-visual-inner{
    width:100%;
  }
  .pager-area{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .parallax{
    height: 150px;
  }

}
@media (max-width: 480px) {
  .col-2 .side_contents ul{
    padding:3%;
  }
  .col-2 .side_contents ul > li{
    font-size:0.9em;
  }
  .main-visual{
    height:300px;
  }

}


/****************************************
  Form
*****************************************/

/*フォーム部品*/
form input[type='text'],
form input[type='password'],
form input[type='tel'],
form input[type='email'],
form select,
form textarea {
  width: 100%;
  padding:10px;
  margin:0;
  border:solid 1px #DCDDDD;
  box-shadow: none!important;
}
form textarea{
  width:100%;
  padding:10px;
  margin-right: 0;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin: 0 2px 0 0;
}


form input[type='radio'] + label{
  margin-right: 15px;
  margin-left:5px;
  color:#5C9DB6;
}
form .label{
  padding:0 10px 0 0;
  color:#5C9DB6;
}
form input + .label{
  padding-left:10px;
}
form input.w-base{
  max-width:500px;
  width:100%;
}
form input.w-medium{
  max-width:200px;
  width:70%;
}
form input.w-small{
  max-width:100px;
  width:30%;
}
form input.input-tel{
  ime-mode:disabled;
  max-width:4em;
  margin-right: 0;
}
form input.input-zip{
  display: inline-block;
  width:auto;
  max-width: 8em;
  margin-left:5px;
}

form input::placeholder {
  color: #9FA0A0;
}
form textarea::placeholder {
  font-size:0.9em;
  color:#727171;
  line-height: 1.4;
}
form .required{
  display: inline-block;
  margin-left:1em;
  padding:0 1em;
  font-size:0.9em;
  color:#FFF;
  background-color:#DF0615;
}
form .txt__remarks{
  margin-left:2em;
  color:#727171;
  font-size:0.8em;
  line-height: 1.4;
}


/*ボタン*/
form .btn{
  padding:0.5em 1.5em;
  text-align: center;
  color:#FFF;
  font-size:16px;
  line-height: 1.4;
  background:none;
  background:#CCC;
  opacity:1;
  cursor: pointer;
  filter:alpha(opacity=100);
}
form .btn.arrow{
  padding:1em 3em 1em 1em;
}
form .btn:hover{
  opacity:.8;
  filter:alpha(opacity=80);
}

/*ボタン -送信・確認*/
form .btn[type='submit']{
  background-color:#DF0615;
}
form .btn-back{
  background:#CCC;
}

@media (max-width: 896px) {
  form .txt__remarks{
    display: block;
    margin-left: 0;
    font-size:0.8em;
  }
}
@media (max-width: 767px) {
  form .btn {
     -webkit-appearance: none;
  }
  form input[type="text"], 
  form input[type="password"], 
  form input[type="tel"], 
  form input[type="email"], 
  form select, form textarea{
    margin:0 0 2%;
  }
  form .btn{
    padding:1em;
    font-size:0.9em;
  }

}



/* LOADING */
#loading {
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 15000;
}
#loading .graph {
  top: 0;left: 0;
  width: 0%;
  height: 5px;
  background-color:#DF0615;
  position: absolute;
  z-index: 1;
}
