@charset "utf-8";


/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* PARTS COMMON */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

@media (max-width: 834px) {
  .allcontents {
    margin:0;
    padding:65px 0 0 0;
  }
}

@media (min-width: 835px) and (max-width: 1000px) {
  .allcontents {
    margin:0;
    padding:0;
  }
}

@media (min-width: 1001px) {
  .allcontents {
    margin:0;
    padding:0;
  }
}



/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* HEADER */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


@media (max-width: 834px) {
  .header_spbr {}
  .header_mbbr {display:inline;}
	.header_pcbr{display: none;}

	
  #header {
	  position: fixed;
    width: 100%;
    border-top: 5px solid #d2e1ea;
    background-color: #FFF;
   /* padding: 0 0 10px 0;*/
	 z-index: 10000;
  }
    #header #headbox {
      width:90%;
      margin: 0 auto;
      padding: 5px 0 10px 0;
    }
    #emptyBox{
        height: 0px;
        width: 0px;        
    }
    #header #headbox:after {
      content:"";
      clear:both;
      height:0;
      display:block;
      visibility:hidden;
    }
      #header #headbox_l {
        line-height: 1.8;
        float:none;
        width:90%;
        padding: 0px 0 0 0;
      }
        #header h2 , span#top_title{
    	  display: block;
          font-size:9px !important;
          line-height:15px !important;
          font-weight:normal;
          margin:10px 0 0px 0;
          padding:0;
        }
          #header h2 span , h1#top_titlespan span{
            font-size:14px;
            line-height:15px;
            font-weight:bold;
            color:#fe7f33;
          }
        #header #logo {
          display:inline-block;
			vertical-align: bottom;
        }
          #header #logo img {
			width: 38px;
			height: auto;
			margin: 12px 25px 4px 0;
          }
    #header #logo img#main_sp{
      display: inline-block !important;
    }
    #header #logo img#main_pc{
      display: none !important;
    }
		#logo p {
			display: inline-block;
      font-weight: bold;
			font-size: 12px;
			color: #1A005D;
			line-height: 1.4;
			vertical-align: inherit;
		}
		a#logo:hover p{
			opacity: 0.6;
		}

      #header #headbox_r {
        display:none;
        float:none;
        width:auto;
        text-align:right;
        padding: 0 0 0 0;
      }
        #header #headbox_r a {
          display:inline-block;
          margin: 0 0 0 5px;
        }
        #header #headbox_r img {
          vertical-align:bottom;
        }

        #header #headbox_r01 {
          margin: 0 0 10px 0;
          padding: 0 0 10px 0;
          border-bottom: 1px solid #5782a2;
        }
          #header #headbox_r01 img {
            height:30px;
          }
        #header #headbox_r02 {
          margin:0;
          padding:0;
        }
          #header #headbox_r02 img {
            height:38px;
          }
          #header #headbox_r02 a.head_contact {
            display:inline-block;
            background-image:url(../images/common/head_mail_bg.png);
            background-position:50% 50%;
            background-repeat:no-repeat;
            background-size:100% auto;
          }
          #header #headbox_r02 a.head_contact:hover img {
            opacity:0.2;
            filter: alpha(opacity=20);
          }
}

@media (min-width: 835px) and (max-width: 1000px) {

  .header_mbbr {display: none;}
  .header_spbr {display: none;}

	
  #header {
    width:100%;
    border-top:7px solid #d2e1ea;
    background-color:#FFF;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
    #header #headbox {
      width:100%;
      margin: 0 auto;
      padding: 10px 0 10px 0;
    }
    #emptyBox{
        height: 22px;
        width: 40px;        
    }
    #header #headbox::after {
      content:"";
      clear:both;
      height:0;
      display:block;
      visibility:hidden;
    }
      #header #headbox_l {
        line-height: 1.8;
        float:left;
        width:350px;
        padding: 0px 0 0 15px;
      }
        #header h2 , span#top_title{
          font-size:9px !important;
          font-weight:normal;
          padding:0;
          overflow:hidden;
        }
          #header h2 span , h1#top_titlespan span{
            font-size:15px;
            line-height:20px;
            font-weight:bold;
            color:#fe7f33;
          }
        #header #logo {
          display:block;
			width: 260px;
			margin: 12px 0 6px;
        }
          #header #logo img {
            width:42%;
            height:auto;
			margin: 0px 20px 0 0;
          }
		#header #logo img#main_sp{
			display: none !important;
		}
		#logo p {
			display: inline-block;
      font-weight: bold;
			font-size: 11px;
			color: #1A005D;
			vertical-align: inherit;
			line-height: 0.9;
		}
		a#logo:hover p{
			opacity: 0.6;
		}

      #header #headbox_r {
        width:330px;
        text-align:right;
        padding: 0 4px 0 0;
		position: absolute;
		top:10px;
		right: 0px;
      }
        #header #headbox_r a {
          display:inline-block;
          margin: 4px;
          color: #363636;
        }

        #header #headbox_r01 {
          background-color: #eaf4f9;
          margin: 5px 4px 0px 34px;
        }
        #header #headbox_r01 a {
            font-size: 12px !important;
            background-color: #FFF;
            padding: 2px;
            width: 130px;
            text-align: center;
          }

          #header #headbox_r01 img {
            height: 18px;
            margin: 0 3px 3px 0;
          }
        #header #headbox_r02 {
          margin:0;
          padding:2px 0 0;
        }
          #header #headbox_r02 img {
            height:38px;
          }
          #header #headbox_r02 a.head_contact {
            display:inline-block;
            background-image:url(../images/common/head_mail_bg.png);
            background-position:50% 50%;
            background-repeat:no-repeat;
            background-size:100% auto;
          }
          #header #headbox_r02 a.head_contact:hover img {
            opacity:0.2;
            filter: alpha(opacity=20);
          }

}

@media (min-width: 1001px) {
  .header_spbr { display:none;}
  .header_mbbr { display: none;}

  #header {
    width:100%;
    border-top:10px solid #d2e1ea;
    background-color:#FFF;
    margin: 0 0 0 0;
    padding: 0;
  }
    #header #headbox {
      width:1000px;
      margin: 0 auto;
      padding: 10px 0 8px 0;
    }
    #emptyBox{
        height: 32px;
        width: 50px;        
    }
    #header #headbox:after {
      content:"";
      clear:both;
      height:0;
      display:block;
      visibility:hidden;
    }
      #header #headbox_l {
        line-height: 1.6;
        float:left;
        width:50%;
        padding: 5px 0 0;
      }
        #header h2 , span#top_title{
          font-size:15px;
          font-weight:normal;
          margin:0 0 6px 0;
          padding:0;
        }
          #header h2 span , h1#top_titlespan span{
            font-size:18px;
            line-height:20px;
            font-weight:bold;
            color:#fe7f33;
          }
        #header #logo {
          display: block;
          vertical-align: bottom;
			margin-top: 21px;
        }
          #header #logo img {
			display:inline-block;
            height:30px;
			margin: 0px 36px 0 0 ;
          }	
		#header #logo img#main_sp{
			display: none !important;
		}
		#logo p {
			display: inline-block;
      font-weight: bold;
			font-size: 12.8px;
			color: #1A005D;
			vertical-align: inherit;
			line-height: 0.9;
		}
		a#logo:hover p{
			opacity: 0.6;
		}

      #header #headbox_r {
        float:right;
        width:36%;
        text-align:right;
      }
        #header #headbox_r a {
          display:inline-block;
          color: #363636;
        }
         #header #headbox_r a:hover {
          color: #FF0000;
        }
        #header #headbox_r img {
          vertical-align:bottom;
        }
        #header #headbox_r01 {
          font-size: 14px;
          background-color: #eaf4f9;
          padding: 5px 10px;
        }
        #header #headbox_r01 img {
            height: 18px;
            margin: 0 3px 3.5px 0;
        }
		#header #headbox_r01 #logobtB img{
		margin :0px 3px 5px 0;
		}	
        #header #headbox_r01 a {
            background-color: #FFF;
            padding: 2px 4px;
            width: 150px;
            text-align: center;
        }
        #header #headbox_r01 #logobtB{
            width: 160px;
            margin-left: 6px;
            text-align: center;
        }
        #header #headbox_r02 {
          margin:0;
          padding:8px 0 0;
        }
          #header #headbox_r02 img {
            height:42px;
          }
          #header #headbox_r02 a img {
            height:44px;
          }
          #header #headbox_r02 a.head_contact {
            display:inline-block;
            background-image:url(../images/common/head_mail_bg.png);
            background-position:50% 50%;
            background-repeat:no-repeat;
            background-size:100% auto;
              margin: 0 0 0 7px;
          }
          #header #headbox_r02 a.head_contact:hover img {
            opacity:0.2;
            filter: alpha(opacity=20);
          }
}
@media all and (-ms-high-contrast:none){
 *::-ms-backdrop, #header #headbox_r01 a { line-height: 100% } /* IE11 */
 *::-ms-backdrop, #header #headbox_r01 img { margin: 0 3px 2px 0 } /* IE11 */
}

/*追従時対応*/
#fix_cont{
  display: none;
}
@media  screen and (min-width: 835px) {
#header.fixed {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-bottom: 4px solid #1A005D;
}
#header.fixed #headbox {
    width: 180px;
    margin: 0 10px 0 0;
}
#header.fixed #top_title{
  display: none !important;
}
#header.fixed #headbox_l {
  margin: 0;
}
#header.fixed #headbox_l a p{
  display: none !important;
}
#header.fixed #logo{
  margin: 0;
}
#header.fixed #headbox_r{
  display: none !important;
}
#header.fixed nav ,#header.fixed #nav {
  border-bottom: none;
}
#header.fixed ul#gnavi {
  display: flex;
  width: inherit;
}
#header.fixed ul#gnavi li.gnavi_li{
  display: flex;
  width: auto;
  margin: 0 10px;
}
#header.fixed ul#gnavi li.gnavi_li > a {
    padding: 28px 0 !important;
  }
ul#gnavi li.gnavi_li:nth-of-type(1) a{
  font-size: 1.4vw;
}
#header.fixed ul#gnavi li.gnavi_li a::after {
  border: none;
}
#header.fixed #nav button.menu-trigger {
  display: none;
}
#header.fixed #nav > #gnavi .menu {
  top: 80px;
}

#header.fixed #fix_cont{
  display: block;
  margin-left: 8px;
}
#header.fixed #fix_cont img{
  width: 120px;
}
}
@media  screen and (min-width: 835px) and (max-width: 1000px) {
  #header.fixed #headbox {
    width: 130px;
  }
  #header.fixed ul#gnavi li.gnavi_li{
      margin: 0 5px;
  }
  #header.fixed ul#gnavi li.gnavi_li > a {
      padding: 18px 0 !important;
  }
  #header.fixed ul#gnavi li.gnavi_li:hover a::before,
  #header.fixed ul#gnavi li.gnavi_li a::before{
      border-bottom: 4px solid #8EC300;
  }
}
@media  screen and (max-width: 835px) {
  #voice  .clmDesignB li a{
    padding: 0;
  }
}
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* HEADER GNAVI */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

button.menu-trigger {
    border: none;
    background-color: #fff;
}
@media (max-width: 834px) {
/* ハンバーガーメニュー */
.menu-trigger, .menu-trigger span {
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: absolute;
    top: 45px;
    right: 12px;
    width: 30px;
    height: 20px;
}
/*#header.fixed .menu-trigger {
    top: 20px;
}*/

.menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1A005D;
    border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 8px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    top: -12px;
}

.menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}
  #gnavi {
  }
    #nav ul {
      display:none;
      position: relative;
      width:90%;
      height:auto;
      background-color:#FFF;
      margin: 0 auto;
      padding: 10px 0 0 0;
    }
    #nav ul:after {
    }
      #nav li {
        float:none;
        width:100%;
      }
        #nav li a {
          display:block;
          position: relative;
          background-color: #1A005D;
          background-image:url(../images/common/gnavi_icon.png) ;
          background-position:98% 80%;
          background-repeat:no-repeat;
          background-size:10px;
          padding: 10px;
          border-bottom: 2px solid #fff;
          text-align: center;
					color: #fff;
        }
        ul#gnavi li.gnavi_li a::after {
            content: "▶";
            color: #1A005D;
            position: absolute;
            bottom: 10px ;
            right: 10px;
        }
          #nav li a img {
            height:15px;
          }
          #nav li.gnavi_li a img {
              filter: brightness(500%);
          }
          ul#gnavi li.gnavi_li:first-child  .gnavi_img img{
            height:18px;
          }
          #nav li a:hover img {
            opacity:1.0;
            filter: alpha(opacity=100);
          }

      #nav li#spcontact {
        display:block;
        text-align:center;
      }
        #nav li#spcontact a {
          border:none;
          background-color:#FFF;
          background-image:none;
          padding:3px;
          color: #363636;
        }
          #nav li #spcontact01 {
            padding: 15px 0 0 0;
          }
            #nav li #spcontact01 img {
              height:40px;
              margin: 0 0 10px 0;
            }

          #nav li #spcontact02 {
            font-size: 12px;
            padding: 15px 0 25px 0;
            background-color: #eaf4f9;
            border-top: 1px dashed #56a3c7;
            width: 120%;
            margin-left: -10%;
          }
            #nav li #spcontact02 a {
              display:inline-block;
              margin-right: 5px;
              text-align: left;
              width: 110px; 
			  text-align: center;
            }
            #nav li #spcontact02 a img {
              height:20px;
              margin-right: 2px;
            }
            #nav li #spcontact02 a#logobtSpB img{
              margin: -5px 2px 0 0;
            }
  #nav li.gnavi_commingsoon a:hover {
    background-color: #56a3c7;
  }
		.dropmenu_pc{
		display: none;
	}
	#gnavi .gnavi_li .dropmenu .dropmenu_li img{
		display: none;
	}
}

@media (min-width: 835px) and (max-width: 1000px) {
  #spmenu {
    display:none;
  }
  nav {
    border-bottom: 3px solid #1A005D;
  }
  #nav {
    width:99%;
    background-color:transparent;
    margin: 0 auto;
  }
    ul#gnavi {
      width:100%;
      margin: 0 auto;
    }
    ul#gnavi:after {
      content:"";
      clear:both;
      height:0;
      display:block;
      visibility:hidden;
    }
      ul#gnavi li.gnavi_li {
        float:left;
        width:16.6%;
      }
        ul#gnavi li.gnavi_li a {
          display:block;
          position: relative;
          text-align:center;
          font-size: 1.4vw;
          padding: 8px 0 10px 0;
		  transition: all .2s ease-in;
					color: #666;
					font-weight: bold;
        }
        ul#gnavi li.gnavi_li a:hover {
            color: inherit;
        }
        ul#gnavi li.gnavi_li a::before {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 0;
            border-bottom: 4px solid #8EC300;
            transition-duration: 0.4s;
        }
        ul#gnavi li.gnavi_li:hover a::before {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            border-bottom: 3px solid #8EC300;
        }
        ul#gnavi li.gnavi_li a::after {
            content: "";
            position: absolute;
            top: 14px;
            left: 0;
            height: 20px;
            width:100%;
            border-left: 1px solid #666666;
        }
        ul#gnavi li.gnavi_li:nth-child(6) a::after {
            border-right: 1px solid #666666;
        }
        ul#gnavi li.gnavi_li:hover .dropmenu a::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom: none;
        }
        ul#gnavi li.gnavi_li .dropmenu a::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            border-left: none;
        }
          ul#gnavi li.gnavi_li a img {
            height:1.7vw;
          }
          ul#gnavi li.gnavi_li:first-child  .gnavi_img img{
            height:1.6vw;
          }
          ul#gnavi li.gnavi_li a:hover img {
            opacity:1.0;
            filter: alpha(opacity=100);
          }

      ul#gnavi li#spcontact {
        display:none;
      }
  ul#gnavi li.gnavi_commingsoon a:hover {
    background-color: #56a3c7;
  }


#nav > #gnavi > .gnavi_li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#nav > #gnavi .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  left: 0;
  background-color: #e6eef2;
  position: absolute;
  margin-top: 4px;
  z-index: 1100;
}
#nav > #gnavi .menu .dropmenu {
  width: 100%;
    margin: 0 auto;
  }
        ul#gnavi li.dropmenu_li a::after {
            content: "";
            position: absolute;
            border-left: none;
        }
        ul.dropmenu li.dropmenu_li a{
            position: relative;
        }
        ul.dropmenu li.dropmenu_li a p{
            position: absolute;
            width: 100%;
            color: #fff;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        ul.dropmenu li.dropmenu_li a:hover p{
            color: #8EC300;
      transition: all .2s ease-in;
        }
#nav > #gnavi .menu .dropmenu .dropmenu_li {
  display: inline-block;
  vertical-align: top;
}
ul#gnavi li.gnavi_li .dropmenu .dropmenu_li a::before {
    content: "";
    display: none;
}
ul#gnavi li.gnavi_li .dropmenu .dropmenu_li:hover a::before {
    content: "";
    display: none;
}
#nav > #gnavi .menu a {
        display: block;
        position: relative;
        text-align: center;
  color: #316fb0;
  background-image: none;
  background-color: #FFF;
  border: 1px solid #b2b2b2;
  padding: 0px;
  margin: 15px 1vw ;
    font-size: 18px;
    line-height: 2;
}
#gnavi .gnavi_li .dropmenu .dropmenu_li img{
  height: inherit;
  width: 30vw;
}
  #gnavi .gnavi_li .dropmenu .dropmenu_li a:hover{
  background-color: #f5ffdc;
  }
    ul.dropmenu li.dropmenu_li ol {
        margin: 15px 11px;
    }
    ul.dropmenu li.dropmenu_li ol a{
        display: block;
        position: relative;
    }
    #nav > #gnavi .menu ul.dropmenu li.dropmenu_li ol a{
        margin: 8px 0;
    }
    ul.dropmenu li.dropmenu_li ol li{
        background-color: #fff;
        width: 30vw;
        height: 38px;
        font-size: 16px;
    text-align: center;
    }
/*
	#gnavi li.gnavi_li .dropmenu{
  list-style: none;
  position: absolute;        
  width: 100%;
  margin: 3px 0 0 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  z-index: 700;
}
	#gnavi li:last-child .dropmenu{
  left: -100%;
  width: 100%;
}
#gnavi .gnavi_li .dropmenu .dropmenu_li{
  overflow: hidden;
  width: 30%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#gnavi .gnavi_li .dropmenu .dropmenu_li a{
	color: #4c86ae;
	background-color: #f9fbfe;
	height: 17px;
	padding: 10px 2px 14px;
	border: 1px solid #71bde0;
  font-size: 16px;
  font-weight: normal;
}

#gnavi .gnavi_li:hover .dropmenu .dropmenu_li{
  overflow: visible;
  height: 40px;
}*/
	.dropmenu_pc{
		display: none;
	}

}

@media (min-width: 1001px) {
  #spmenu {
    display:none;
  }
  #nav {
    width:100%;
    border-bottom: 4px solid #1A005D;
  }
    ul#gnavi {
      width:998px;
      margin: 0 auto;
      border-left: 1px solid #FFF;
    }
    ul#gnavi:after {
      content:"";
      clear:both;
      height:0;
      display:block;
      visibility:hidden;
    }
      ul#gnavi li.gnavi_li {
        width:16.68%;
        margin: 0;
        padding: 0;
      }
      ul#gnavi li.gnavi_li:nth-of-type(1) {
          font-size: 13px;
        }
        ul#gnavi li.gnavi_li a {
            display:block;
            position: relative;
            text-align:center;
            padding: 10px 0 12px 0;
			transition: all .2s ease-in;
        }
        ul#gnavi li.gnavi_li a:hover {
            color: inherit;
        }
        ul#gnavi li.gnavi_li a::before {
            content: "";
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            border-bottom: 4px solid #8EC300;
            transition-duration: 0.4s;
        }
        ul#gnavi li.gnavi_li:hover a::before {
            content: "";
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            border-bottom: 4px solid #8EC300;
        }
        ul#gnavi li.gnavi_li a::after {
            content: "";
            position: absolute;
            top: 14px;
            left: 0;
            height: 20px;
            width:100%;
            border-left: 1px solid #666666;
        }
        ul#gnavi li.gnavi_li:nth-child(6) a::after {
            border-right: 1px solid #666666;
        }
        ul#gnavi li.dropmenu_li a::after {
            content: "";
            position: absolute;
            border-left: none;
        }
        ul.dropmenu li.dropmenu_li a{
            position: relative;
        }
        ul.dropmenu li.dropmenu_li a p{
            position: absolute;
            width: 100%;
            color: #fff;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        ul.dropmenu li.dropmenu_li a:hover p{
            color: #8EC300;
			transition: all .2s ease-in;
        }

          ul#gnavi li.gnavi_li  .gnavi_img img {
            height:14px;
          }
          ul#gnavi li.gnavi_li:first-child  .gnavi_img img{
            height:16px;
          }
          ul#gnavi li.gnavi_li a:hover img {
            opacity:1.0;
            filter: alpha(opacity=100);
          }

      ul#gnavi li#spcontact {
        display:none;
      }

  ul#gnavi li.gnavi_commingsoon a:hover {
    background-color: #56a3c7;
  }
#nav > #gnavi {
  display: table;
}
#nav > #gnavi > .gnavi_li {
  display: table-cell;
}
#nav > #gnavi > .gnavi_li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#nav > #gnavi > .gnavi_li > a {
  display: block;
  transition: all .2s ease-in;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
#nav > #gnavi > .gnavi_li > a:nth-of-type(1) {
	font-size: 13px;
}
#nav > #gnavi .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  left: 0;
  background-color: #e6eef2;
  position: absolute;
  margin-top: 4px;
	z-index: 1100;
}
#nav > #gnavi .menu .dropmenu {
	width: 1015px;
    margin: 0 auto;
	}
#nav > #gnavi .menu .dropmenu a:hover{
	color:#8EC300;
	border: 1px solid #8EC300;
	text-decoration:none;
	}
#nav > #gnavi .menu .dropmenu .dropmenu_li {
  display: inline-block;
	vertical-align: top;
}
ul#gnavi li.gnavi_li .dropmenu .dropmenu_li a::before {
    content: "";
    display: none;
}
ul#gnavi li.gnavi_li .dropmenu .dropmenu_li:hover a::before {
    content: "";
    display: none;
}
#nav > #gnavi .menu a {
  color: #316fb0;
	background-image: none;
	background-color: #FFF;
	border: 1px solid #b2b2b2;
	padding: 0px;
	margin: 15px 11px ;
    font-size: 18px;
    line-height: 2;
}
    ul.dropmenu li.dropmenu_li ol {
        margin: 15px 11px;
    }
    ul.dropmenu li.dropmenu_li ol a{
        border: none !important;
        padding: 0px !important;
        margin: 0px !important;
        text-align: left !important;
        line-height: 2.4 !important;
    }
    ul.dropmenu li.dropmenu_li ol a:hover{
        border: none;
        padding: 0px;
        margin: 0px;
    }
    ul.dropmenu li.dropmenu_li ol li{
        background-color: #fff;
        width: 290px;
        height: 40px;
        font-size: 16px;
        padding: 4px 10px;
        margin-bottom: 10px;
		text-align: center;
    }
    ul.dropmenu li.dropmenu_li ol li img{
        width: 100px;
        margin-right: 20px;
    }
 #nav > #gnavi ul.dropmenu li.dropmenu_li ol a#dropmenu_li02 li img{
    margin: -10px 17px 0 2px !important;
} 
} 
@media all and (-ms-high-contrast:none){
 *::-ms-backdrop, #nav li #spcontact02 a { line-height: 200% } /* IE11 */
}
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* 問い合わせ */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
@media (max-width: 834px) {
  #first_contact ,.first_contact {
    width:100%;
  }
    #first_contact #foot_contact ,.first_contact #foot_contact {
      width:100%;
      text-align:center;
	}

    #first_contact #first_contact_sub ,.first_contact #first_contact_sub {
      width:100%;
      text-align:center;
    }

	#first_contact_btset{
		display: table;	
		margin: 10px auto 20px;
	}

	#first_contact #first_contact_btset a img ,.first_contact #first_contact_btset a img {
            width:85%;
    }
	.head_contact_right{
		display: block;
	}
	.tell_tap_pc ,#tell_tap_pc{
		display: none;
	}	
        #first_contact #first_contact_btset a.foot_contact ,.first_contact #first_contact_btset a.foot_contact {
          display:inline-block;
		  margin: 4px 0 10px 0px;
          background-image:url(../images/common/foot_bt_mail_bg.png);
          background-position:50% 9px;
          background-repeat:no-repeat;
          background-size:85% auto;
        }
		#first_contact #first_contact_btset .head_contact_right a img,.first_contact #first_contact_btset .head_contact_right a img{
		  margin-top: 8px;
			width: 85%;
		}
        #first_contact #first_contact_btset a.foot_contact:hover img ,.first_contact #first_contact_btset a.foot_contact:hover img {
          opacity:0.2;
          filter: alpha(opacity=20);
        }
        
.contanttitle{
	margin: 0 auto;
	text-align: center ;
  width: 100%;
  background-image: url(../images/common/foot_dot.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 10px;
  margin: 0 auto 10px;
}
.contanttitle p{
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  padding: 0 10px;
  margin: 0;
}
}

@media (min-width: 835px) and (max-width: 1000px) {
  #first_contact ,.first_contact {
    width:100%;
  }
    #first_contact #foot_contact ,.first_contact #foot_contact {
      width:100%;
      text-align:center;
    }
      #first_contact #foot_contact #first_contact_btset ,.first_contact #foot_contact #first_contact_btset {
        position:relative;
        height:210px;
        background-image:url(../images/common/foot_bg_contact.png);
        background-position:50% 0%;
        background-repeat:no-repeat;
        background-size:834px auto;
      }
        #first_contact #foot_contact #first_contact_btset a ,.first_contact #foot_contact #first_contact_btset a {
          position:relative;
          top:118px;
          left:155px;
          display:inline-block;
        }
          #first_contact #foot_contact #first_contact_btset a img ,.first_contact #foot_contact #first_contact_btset a img {
            width:180px;
          }

    #first_contact #first_contact_sub ,.first_contact #first_contact_sub {
		width:100%;
		text-align:center;
		margin: 20px 0 25px;
    }
      #first_contact #first_contact_sub #first_contact_btset ,.first_contact #first_contact_sub #first_contact_btset {
		display: flex;
    justify-content: space-between;
    width: 95%;
		margin: 0 auto;
    box-sizing: border-box;
      }
	#first_contact #first_contact_sub #first_contact_btset img,.first_contact #first_contact_sub #first_contact_btset img{
		max-width: 100%;
      }
  #tell_tap_sp {
    width: 42%;
  }

	.head_contact_right{
		width: 54%;
	}
	.tell_tap_pc ,#tell_tap_pc{
		display: none;
	}	
        #first_contact #first_contact_btset a.foot_contact ,.first_contact #first_contact_btset a.foot_contact {
          display:inline-block;
		  margin: 0 0 10px 0px;
          background-image:url(../images/common/foot_bt_mail_bg.png);
          background-repeat:no-repeat;
          background-size: 100%;
        }

        #first_contact #first_contact_btset a.foot_contact:hover img ,.first_contact #first_contact_btset a.foot_contact:hover img {
          opacity:0.2;
          filter: alpha(opacity=20);
        }
        
.contanttitle{
	margin: 0 auto;
	text-align: center ;
  width: 100%;
  background-image: url(../images/common/foot_dot.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 10px;
  margin: 0 auto 10px;
}
.contanttitle p{
  display: inline-block;
  background-color: #fff;
    font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  padding: 0 10px;
  margin: 0;
}
}

@media (min-width: 1001px) {
  #first_contact ,.first_contact {
    width:100%;
  }
    #first_contact #foot_contact ,.first_contact #foot_contact {
      width:100%;
      text-align:center;
    }
      #first_contact #foot_contact #first_contact_btset ,.first_contact #foot_contact #first_contact_btset {
        position:relative;
        height:240px;
        background-image:url(../images/common/foot_bg_contact.png);
        background-position:70% 0%;
        background-repeat:no-repeat;
      }
        #first_contact #foot_contact #first_contact_btset a ,.first_contact #foot_contact #first_contact_btset a {
          position:relative;
          top:140px;
          left:182px;
          display:inline-block;
        }
          #first_contact #foot_contact #first_contact_btset a img ,.first_contact #foot_contact #first_contact_btset a img {
            width:200px;
          }

    #first_contact #first_contact_sub ,.first_contact #first_contact_sub {
      width:100%;
      text-align:center;
	  margin: 30px 0 20px;
	}
      #first_contact #first_contact_sub p ,.first_contact #first_contact_sub p {
        font-size:15px;
        line-height:22px;
        margin: 0 0 15px 0;
      }
      #first_contact #first_contact_sub #first_contact_btset ,.first_contact #first_contact_sub #first_contact_btset {
		display:table;
		margin: 0 auto;
        height:120px;        
      }
	.head_contact_right{
		display: table-cell;
		width: 400px;
	}
	.tell_tap_sp ,#tell_tap_sp{display: none;}
        #first_contact #first_contact_btset a.foot_contact ,.first_contact #first_contact_btset a.foot_contact {
          display:inline-block;
		  margin: 0 0 0 40px;
          background-image:url(../images/common/foot_bt_mail_bg.png);
          background-position:0 0px;
          background-repeat:no-repeat;
          background-size:100% auto;
        }
        #first_contact #first_contact_btset a.foot_contact img,.first_contact #first_contact_btset a.foot_contact img{
			max-width: 100%;
	}
        #first_contact #first_contact_btset a.foot_contact:hover img ,.first_contact #first_contact_btset a.foot_contact:hover img {
          opacity:0.2;
          filter: alpha(opacity=20);
        }
.contanttitle{
	margin: 0 auto;
	text-align: center ;
  width: 1000px;
  background-image: url(../images/common/foot_dot.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 10px;
  margin: 0 auto 10px;
}
.contanttitle p{
  display: inline-block;
  background-color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  padding: 0 10px;
  margin: 0;
}

}


/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#footerInner2 {
	width: 100%;
    background-color: #89c0da;
	zoom:1;
}
#footerNavi ul {
    text-align: center;
    background-color: #8EC300;
}
#footerNavi li {
    display: inline-block;
    width: 240px;
    padding: 8px 0;
    text-align:center;
}
#footerNavi li a{
	display: block;
    color: #FFF;
    border-left:1px solid #fff;
}
#footerNavi li:first-child a{
    border-left:none;
}
#footer #footerNavi li a:visited,
#footer #footerNavi li a:link {color:#fff;}
#footer #footerNavi li a:hover,
#footer #footerNavi li a:active {color:#8EC300;}

#copyright {
	text-align: center;
    color: #FFF;
    padding: 8px 0;
    background-color: #1A005D;
}

#footer #foot_link01 .box a:visited,
#footer #foot_link01 .box a:link {color:#398AB0;}
#footer #foot_link01 .box a:hover,
#footer #foot_link01 .box a:active {color:#8EC300;}

@media (max-width: 834px) {
  #footer {
    width:100%;
  }
    #footer #foot_contact {
      width:100%;
      text-align:center;
    }
      #footer #foot_contact .title {
        width:100%;
        background-image:url(../images/common/foot_dot.png);
        background-position:0 50%;
        background-repeat:repeat-x;
        background-size:10px;
        margin: 0 0 10px 0;
      }
        #footer #foot_contact .title p {
          display:inline-block;
          background-color:#FFF;
          font-size:25px;
          line-height:25px;
          font-weight:normal;
          padding: 0 10px;
        }
      #footer #foot_contact p {
        font-size:14px;
        line-height:24px;
        margin: 0 20px 10px 20px;
      }

      #footer #foot_contact .common_movebox {
        margin-top:-55px;
      }

    #footer #foot_contact_sub {
      width:100%;
      text-align:center;
      padding: 30px 0 0 0;
    }
      #footer #foot_contact_sub .title {
        width:100%;
        background-image:url(../images/common/foot_dot.png);
        background-position:0 50%;
        background-repeat:repeat-x;
        background-size:10px;
        margin: 0 0 10px 0;
      }
        #footer #foot_contact_sub .title p {
          display:inline-block;
          background-color:#fff;
          font-size:20px;
          line-height:20px;
          font-weight:normal;
          padding: 0 10px;
          margin: 0;
        }
      #footer #foot_contact_sub p {
        font-size:12px;
        line-height:24px;
        margin: 0 20px 10px 20px;
      }

    #footer #foot_link {
      z-index:2;
      position:relative;
      width:100%;
      font-size:12px;
      line-height:22px;
    }
      #footer #foot_link a:hover {color:#8EC300;}

      #footer #foot_link01 {
        width:100%;
        background-color:#daecf5;
        padding: 30px 0 0 0;
      }
        #footer #foot_link01 .box {
          margin: 0 auto 20px auto;
          display:-webkit-box;
          display: -webkit-flex;
          display:-ms-flexbox;
          display: flex;
          flex-flow: column nowrap;
        }
        #footer #foot_link01 .box:after {
        }

          #footer #foot_link01 ul {
            margin:0 0 20px 5%;
            padding:0;
          }
        #footer #foot_link01 ul.order1 {    
            -webkit-box-ordinal-group: 1;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
        }
        #footer #foot_link01 ul.order2 {    
            -webkit-box-ordinal-group: 2;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }
        #footer #foot_link01 ul.order3 {    
            -webkit-box-ordinal-group: 3;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3;
        }
        #footer #foot_link01 ul.order4 {    
            -webkit-box-ordinal-group: 4;
            -webkit-order: 4;
            -ms-flex-order: 4;
            order: 4;
        }
        #footer #foot_link01 ul.order5 {    
            -webkit-box-ordinal-group: 5;
            -webkit-order: 5;
            -ms-flex-order: 5;
            order: 5;
        }
        #footer #foot_link01 ul.order6 {    
            -webkit-box-ordinal-group: 6;
            -webkit-order: 6;
            -ms-flex-order: 6;
            order: 6;
        }
        #footer #foot_link01 ul.order7 {    
            -webkit-box-ordinal-group: 7;
            -webkit-order: 7;
            -ms-flex-order: 7;
            order: 7;
        }
        #footer #foot_link01 ul.order8 {    
            -webkit-box-ordinal-group: 8;
            -webkit-order: 8;
            -ms-flex-order: 8;
            order: 8;
        }
        #footer #foot_link01 ul.order9 {    
            -webkit-box-ordinal-group: 9;
            -webkit-order: 9;
            -ms-flex-order: 9;
            order: 9;
        }
				#footer #foot_link01 ul.order10 {    
            -webkit-box-ordinal-group: 10;
            -webkit-order: 10;
            -ms-flex-order: 10;
            order: 10;
        }
            #footer #foot_link01 li.big {
              font-size:16px;
              font-weight:bold;
            }
            #footer #foot_link01 li:before {
              content:"";
              display:inline-block;
              vertical-align: text-bottom;
              width:20px;
              height:20px;
              background-image:url(../images/common/iconset.png);
              background-position:-80px 0;
              background-repeat:no-repeat;
              background-size:200px auto;
            }
            #footer #foot_link01 li.big:before {
              content:"";
              display:inline-block;
              width:20px;
              height:20px;
              background-image:url(../images/common/iconset.png);
              background-position:-60px 0;
              background-repeat:no-repeat;
              background-size:200px auto;
            }

        #footer #foot_link01 .logo {
          width:180px;
          margin-left: 8px;
        }

      #footer #foot_link02 {
        width:100%;
        background-color:#66abcb;
        padding:0;
        text-align:center;
      }
        #footer #foot_link02 ul {
          width:90%;
          margin: 0 auto;
          padding: 12px 0 10px 0;
        }
          #footer #foot_link02 ul li:before {
            content:"";
            display:inline-block;
            vertical-align: text-bottom;
            width:20px;
            height:20px;
            background-image:url(../images/common/iconset.png);
            background-position:-60px 0;
            background-repeat:no-repeat;
            background-size:200px auto;
          }
          #footer #foot_link02 ul li {
            display:block;
            margin: 0 15px;
          }
        #footer #foot_link02 #copy {
          width:100%;
          color:#FFF;
          background-color:#52a0c4;
          padding: 12px 0 10px 0;
        }
	#foot_contact_btset{
		display: table;	
		margin: 0 auto 20px;
	}
	.foot_contact_tell{
		display: table-cell;
	}
	.foot_contact_tell img{
		width: 250px;
	}
	.foot_contact_right{
		display: table-row;
	}
	.foot_contact_right img{
		width: 250px;
	}
        #footer #foot_contact_btset a.foot_contact {
          display:inline-block;
			margin: 24px 0;
          background-image:url(../images/common/foot_bt_mail_bg.png);
          background-position:50% 50%;
          background-repeat:no-repeat;
          background-size:100% auto;
        }
        #footer #foot_contact_btset a.foot_contact:hover img {
          opacity:0.2;
          filter: alpha(opacity=20);
        }
	#footerInner2 {
		width: auto;
	}
    .footerbox_01{
        background-color: #fff;
        padding: 4px 300px 4px 0;
        margin: 10px 0 0;
    }    
    .footerbox_01 img {
        height: 18px;
        margin: 0 8px 4px 0 ;
    }
    .footerbox_01 img#footerLogo{
        margin: 0 8px 3px 0;
		margin-top: -5px;
    }
    #footer #foot_link .footerbox_01 a{
        background-color: #FFF;
        font-size: 16px;
        display: inline-block;
        width: 210px;
        padding: 10px 10px 9px 10px;
        margin: 8px;
        color: #363636;
    }
    #footer #foot_link .footerbox_01 a:hover{
        color: #FF0000;
    }
    
    #footerNavi ul {
        display: block;
        font-size: 14px;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0px;
    }
    #footerNavi li {
        display: block;
        width: 100%;
        text-align:left;
    }
    #footerNavi li a{
        padding: 0 0 0px 20px;
        border-left: none;
    }
}

@media (min-width: 835px) and (max-width: 1000px) {
  #footer {
    width:100%;
  }
    #footer #foot_contact {
      width:100%;
      text-align:center;
    }
      #footer #foot_contact .title {
        width:100%;
        background-image:url(../images/common/foot_dot.png);
        background-position:0 50%;
        background-repeat:repeat-x;
        background-size:10px;
        margin: 0 0 10px 0;
      }
        #footer #foot_contact .title p {
          display:inline-block;
          background-color:#FFF;
          font-size:30px;
          line-height:30px;
          font-weight:normal;
          padding: 0 10px;
        }
      #footer #foot_contact p {
        font-size:14px;
        line-height:26px;
        margin: 0 0 20px 0;
      }
      #footer #foot_contact #foot_contact_btset {
        position:relative;
        height:210px;
        background-image:url(../images/common/foot_bg_contact.png);
        background-position:50% 0%;
        background-repeat:no-repeat;
        background-size:834px auto;
      }
        #footer #foot_contact #foot_contact_btset a {
          position:relative;
          top:118px;
          left:155px;
          display:inline-block;
        }
          #footer #foot_contact #foot_contact_btset a img {
            width:180px;
          }

      #footer #foot_contact .common_movebox {
        margin-top:-55px;
      }

    #footer #foot_contact_sub {
      width:100%;
      text-align:center;
      padding: 30px 0 0 0;
    }
      #footer #foot_contact_sub .title {
        width:90%;
        background-image:url(../images/common/foot_dot.png);
        background-position:0 50%;
        background-repeat:repeat-x;
        background-size:10px;
        margin: 0 auto 10px;
      }
        #footer #foot_contact_sub .title p {
          display:inline-block;
          background-color:#fff;
          font-size:20px;
          line-height:20px;
          font-weight:normal;
          padding: 0 10px;
          margin: 0;
        }
      #footer #foot_contact_sub p {
        font-size:15px;
        line-height:22px;
        margin: 0 0 15px 0;
      }


    #footer #foot_link {
      z-index:2;
      position:relative;
      width:100%;
      font-size:14px;
      line-height:24px;
    }
      #footer #foot_link a:hover {color:#8EC300;}

      #footer #foot_link01 {
        width:100%;
        background-color:#daecf5;
        padding: 30px 0 0 0;
        text-align:center;
      }
        #footer #foot_link01 .box {
          width:100%;
          margin: 0 auto 20px auto;
        }
        #footer #foot_link01 .box:after {
          content:"";
          clear:both;
          height:0;
          display:block;
          visibility:hidden;
        }

          #footer #foot_link01 ul {
            float: left;
            width: 23vw;
            margin: 0 0 20px 0;
            padding: 0px 0 0 10px;
            text-align: left;
          }
            #footer #foot_link01 li.big {
              font-size:16px;
              font-weight:bold;
            }
            #footer #foot_link01 li:before {
              content:"";
              display:inline-block;
              vertical-align: text-bottom;
              width:20px;
              height:20px;
              background-image:url(../images/common/iconset.png);
              background-position:-80px 0;
              background-repeat:no-repeat;
              background-size:200px auto;
            }
            #footer #foot_link01 li.big:before {
              content:"";
              display:inline-block;
              width:20px;
              height:20px;
              background-image:url(../images/common/iconset.png);
              background-position:-60px 0;
              background-repeat:no-repeat;
              background-size:200px auto;
            }

        #footer #foot_link01 .logo {
          width:200px;
        }

      #footer #foot_link02 {
        width:100%;
        background-color:#66abcb;
        padding:0;
        text-align:center;
      }
        #footer #foot_link02 ul {
          width:90%;
          margin: 0 auto;
          padding: 12px 0 10px 0;
        }
          #footer #foot_link02 ul li:before {
            content:"";
            display:inline-block;
            vertical-align: text-bottom;
            width:20px;
            height:20px;
            background-image:url(../images/common/iconset.png);
            background-position:-60px 0;
            background-repeat:no-repeat;
            background-size:200px auto;
          }
          #footer #foot_link02 ul li {
            display:inline-block;
            margin: 0 15px;
          }
        #footer #foot_link02 #copy {
          width:100%;
          color:#FFF;
          background-color:#52a0c4;
          padding: 12px 0 10px 0;
        }
      #footer #foot_contact_sub #foot_contact_btset {
		display:table;
		margin: 0 auto;   
      }

	.foot_contact_tell{
		display: table-cell;
	}
	.foot_contact_right{
		display: table-row;
		width: 400px;
	}
        #footer #foot_contact_btset a.foot_contact {
          display:inline-block;
			margin: 30px 0 10px 0;
          background-image:url(../images/common/foot_bt_mail_bg.png);
          background-position:50% 50%;
          background-repeat:no-repeat;
          background-size:100% auto;
        }
        #footer #foot_contact_btset a.foot_contact:hover img {
          opacity:0.2;
          filter: alpha(opacity=20);
        }
	#footerInner2 {
		width: auto;
	}
		.fotter_tb{
		font-size: 8px;
	}
    .footerbox_01{
        background-color: #fff;
        padding: 10px 0;
        margin: 10px 0 0;
    }    
    .footerbox_01 img {
    height: 20px;
    margin: 0 8px 5px 0;
    }
    .footerbox_01 img#footerLogo{
    margin: 0 8px 4px 0;
    }
    #footer #foot_link .footerbox_01 a{
        display: inline-block;
        font-size: 18px;
        width: 210px;
        background-color: #FFF;
        padding: 10px 3px;
        margin: 0 10px;
        color: #363636;
    }
    #footer #foot_link .footerbox_01 a:hover{
        color: #FF0000;
    }
}
@media (min-width: 1001px) {
  #footer {
    width:100%;
  }
    #footer #foot_contact {
      width:100%;
      text-align:center;
    }
      #footer #foot_contact .title {
        width:100%;
        background-image:url(../images/common/foot_dot.png);
        background-position:0 50%;
        background-repeat:repeat-x;
        background-size:10px;
        margin: 0 0 10px 0;
      }
        #footer #foot_contact .title p {
          display:inline-block;
          background-color:#FFF;
          font-size:30px;
          line-height:30px;
          font-weight:normal;
          padding: 0 10px;
        }
      #footer #foot_contact p {
        font-size:16px;
        line-height:26px;
        margin: 0 0 10px 0;
      }
      #footer #foot_contact #foot_contact_btset {
        position:relative;
        height:240px;
        background-image:url(../images/common/foot_bg_contact.png);
        background-position:70% 0%;
        background-repeat:no-repeat;
      }
        #footer #foot_contact #foot_contact_btset a {
          position:relative;
          top:140px;
          left:182px;
          display:inline-block;
        }
          #footer #foot_contact #foot_contact_btset a img {
            width:200px;
          }

      #footer #foot_contact .common_movebox {
        margin-top:-60px;
      }

    #footer #foot_contact_sub {
      width:100%;
      text-align:center;
      padding: 30px 0 0 0;
    }
      #footer #foot_contact_sub .title {
        width:1000px;
        background-image:url(../images/common/foot_dot.png);
        background-position:0 50%;
        background-repeat:repeat-x;
        background-size:10px;
        margin: 0 auto 10px;
      }
        #footer #foot_contact_sub .title p {
          display:inline-block;
          background-color:#fff;
          font-size:20px;
          line-height:20px;
          font-weight:normal;
          padding: 0 10px;
          margin: 0;
        }
      #footer #foot_contact_sub p {
        font-size:15px;
        line-height:22px;
        margin: 0 0 15px 0;
      }


    #footer #foot_link {
      z-index:2;
      position:relative;
      width:100%;
      font-size:14px;
      line-height:24px;
    }
      #footer #foot_link a:visited,
      #footer #foot_link a:link {color:#398AB0;}
      #footer #foot_link a:hover,
      #footer #foot_link a:active {color:#FF0000;}

      #footer #foot_link01 {
        width:100%;
        background-color:#daecf5;
        padding: 30px 0 0 0;
        text-align:center;
      }
        #footer #foot_link01 .box {
          width:1000px;
          margin: 0 auto;
        }
        #footer #foot_link01 .box:after {
          content:"";
          clear:both;
          height:0;
          display:block;
          visibility:hidden;
        }

          #footer #foot_link01 ul {
            float: left;
            width: 20.3%;
            margin: 0 0 20px 0;
            padding: 0 0 0 40px;
            text-align: left;
          }
            #footer #foot_link01 li.big {
              font-size:16px;
              font-weight:bold;
            }
            #footer #foot_link01 li:before {
              content:"";
              display:inline-block;
              vertical-align: text-bottom;
              width:20px;
              height:20px;
              background-image:url(../images/common/iconset.png);
              background-position:-80px 0;
              background-repeat:no-repeat;
              background-size:200px auto;
            }
            #footer #foot_link01 li.big:before {
              content:"";
              display:inline-block;
              width:20px;
              height:20px;
              background-image:url(../images/common/iconset.png);
              background-position:-60px 0;
              background-repeat:no-repeat;
              background-size:200px auto;
            }

        #footer #foot_link01 .logo {
          width:200px;
        }

      #footer #foot_link02 {
        width:100%;
        background-color:#66abcb;
        padding:0;
        text-align:center;
      }
        #footer #foot_link02 ul {
          width:1000px;
          margin: 0 auto;
          padding: 12px 0 10px 0;
        }
          #footer #foot_link02 ul li:before {
            content:"";
            display:inline-block;
            vertical-align: text-bottom;
            width:20px;
            height:20px;
            background-image:url(../images/common/iconset.png);
            background-position:-60px 0;
            background-repeat:no-repeat;
            background-size:200px auto;
          }
          #footer #foot_link02 ul li {
            display:inline-block;
            margin: 0 15px;
          }
        #footer #foot_link02 #copy {
          width:100%;
          color:#FFF;
          background-color:#52a0c4;
          padding: 12px 0 10px 0;
        }
      #footer #foot_contact_sub #foot_contact_btset {
		display:table;
		margin: 0 auto;
        height:120px;        
      }

	.foot_contact_tell {
		display: table-cell;
	}
	.foot_contact_right{
		display: table-cell;
		width: 400px;
	}
        #footer #foot_contact_btset a.foot_contact {
          display:inline-block;
			margin: 0 0 0 50px;
          background-image:url(../images/common/foot_bt_mail_bg.png);
          background-position:50% 50%;
          background-repeat:no-repeat;
          background-size:100% auto;
        }
        #footer #foot_contact_btset a.foot_contact img{
			max-width: 100%;
	}
        #footer #foot_contact_btset a.foot_contact:hover img {
          opacity:0.2;
          filter: alpha(opacity=20);
        }
    .footerbox_01{
        background-color: #fff;
        padding: 14px 0;
        margin: 10px 0 0;
    }    
    .footerbox_01 img {
        height: 22px;
        margin: 0 10px 6px 0;
    }
    .footerbox_01 img#footerLogo{
        margin: 0 10px 4px 0;
		width: 100px;
		height: 34px;
		margin-top: -10px;
    }
    #footer #foot_link .footerbox_01 a{
        display: inline-block;
        font-size: 22px;
        width: 240px;
        background-color: #FFF;
        padding: 14px 5px 12px 5px;
        /*border: 1px solid #ccc;*/
        margin: 0 10px;
        color: #363636;
    }
    #footer #foot_link .footerbox_01 a:hover{
        color: #FF0000;
    }
}
@media all and (-ms-high-contrast:none){
 *::-ms-backdrop, #footer #foot_link .footerbox_01 a { line-height: 100% } /* IE11 */
 *::-ms-backdrop, #footer #foot_link .footerbox_01 a { padding: 14px 7px 12px 7px } /* IE11 */
 *::-ms-backdrop, .footerbox_01 img { margin: 0 10px 0.4vw 0 } /* IE11 */
}


/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* PANKUZU */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

@media (max-width: 834px) {
  #pk {
    width:100%;
    background-color:#eaf4f9;
    padding: 25px 0 5px 0;
    margin: 0 0 5px 0;
  }
    #pk #pkbox {
      width:90%;
      margin:0 5%;
      font-size:11px;
      line-height:14px;
    }
      #pk #pkbox li {
        display:inline-block;
      }
      #pk .home {
        margin: 0 5px 0 0;
        padding: 3px 0 3px 0px;
      }
      #pk .home:before {
        content:"";
        display:inline-block;
        vertical-align:text-bottom;
        padding:0;
        margin: 0 3px 0 0;
        background-image:url(../images/common/iconset.png);
        background-repeat:no-repeat;
      }
      #pk .home::before     {width:15px;height:15px;margin-right: 0px;margin-left: 0px;background-size:150px auto;background-position: -105px -30px;}

      #pk .next {
        margin: 0 0 0 5px;
        padding: 3px 0 3px 10px;
        background-image:url(../images/common/pkbg.png);
        background-position:-7px 50%;
        background-repeat:no-repeat;
        background-size:12px auto;
      }
}

@media (min-width: 835px) and (max-width: 1000px) {
  #pk {
    position:relative;
    z-index:10;
    width:100%;
    background-color:#eaf4f9;
    margin: 0 0 0 0;
    box-shadow:0px 3px 8px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 3px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 3px 8px 0px rgba(0,0,0,0.15);
  }
    #pk #pkbox {
      width:94%;
      margin:0 auto;
      font-size:12px;
      line-height:14px;
      padding: 5px 0;
    }
      #pk #pkbox li {
        display:inline-block;
      }
      #pk .home {
        margin: 0 2px 0 0;
        padding: 5px 0 5px 0;
      }
      #pk .home:before {
        content:"";
        display:inline-block;
        vertical-align:text-bottom;
        padding:0;
        background-image:url(../images/common/iconset.png);
        background-repeat:no-repeat;
      }
      #pk .home::before     {
        width: 15px;
        height: 15px;
        margin-right: 2px;
        margin-left: 0px;
        background-size: 150px auto;
        background-position: -105px -30px;
      }

      #pk .next {
        margin: 0 5px 0 5px;
        padding: 5px 0 5px 12px;
        background-image:url(../images/common/pkbg.png);
        background-position:-7px 50%;
        background-repeat:no-repeat;
        background-size:12px auto;
      }
}

@media (min-width: 1001px) {
  #pk {
    position:relative;
    z-index:10;
    width:100%;
    background-color:#eaf4f9;
    margin: 0 0 0 0;
    box-shadow:0px 3px 8px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 3px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 3px 8px 0px rgba(0,0,0,0.15);
  }
    #pk #pkbox {
      width:980px;
      margin:0 auto;
      font-size:12px;
      line-height:14px;
      padding: 5px 0;
    }
      #pk #pkbox li {
        display:inline-block;
      }
      #pk .home {
        margin: 0 2px 0 0;
        padding: 5px 0 5px 0;
      }
      #pk .home:before {
        content:"";
        display:inline-block;
        vertical-align:text-bottom;
        padding:0;
        background-image:url(../images/common/iconset.png);
        background-repeat:no-repeat;
      }
      #pk .home::before     {
        width: 15px;
        height: 15px;
        margin-right: 2px;
        margin-left: 0px;
        background-size: 150px auto;
        background-position: -105px -30px;
      }

      #pk .next {
        margin: 0 5px 0 5px;
        padding: 5px 0 5px 12px;
        background-image:url(../images/common/pkbg.png);
        background-position:-7px 50%;
        background-repeat:no-repeat;
        background-size:12px auto;
      }
}
@media (max-width: 720px){
#layer.sp-layer {
    display: block;
    background-color: #34BCED;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}
}
.fixed {
    position: fixed;
    top: 0px;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.rowReverse {
	flex-direction: row-reverse;
}
.clmDesignA {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
}
.clmDesignA .clmLeft {
	width: 300px;
}
.clmDesignA .clmRight {
	width: calc(100% - 330px);
}
.clmDesignA .clmLeft img {
	max-width: 100%;
}
.clmDesignA h3 {
	width: auto;
	color: #333;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	border-bottom: 2px dotted #b3d6dc;
	padding: 10px 0 8px;
	margin: 0 0 20px 0;
}
.clmDesignA h3 span {
	font-size: 15px;
}
.clmDesignA p {
	margin-bottom: 30px;
}
@media (max-width: 800px) {
	.clmDesignA .clmLeft {
	width: 250px;
}
.clmDesignA .clmRight {
	width: calc(100% - 280px);
	}
}
@media (max-width: 834px) {
	.clmDesignA {
		display: block;
	}
	.clmDesignA .clmLeft {
	width: 60%;
	margin: 0 auto 10px;
	text-align: center;
}
	.clmDesignA .clmRight {
	width: 100%;
	}
	.clmDesignA h3 {
		font-size: 16px;
	}
	.clmDesignA h3 span {
		font-size: 14px;
	}
}


.linkDesignA a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	padding: 10px;
	border: 1px solid #b2b2b2;
	color: #333;
}
.linkDesignA a:hover {
	border: 1px solid #8EC300;
}
.linkDesignA a .leftCol {
	width: 25%;
}
.linkDesignA a .leftCol img {
	width: 100%;
}
.linkDesignA a .rightCol {
	width: calc(75% - 20px);
}
.linkDesignA a:hover .rightCol {
	opacity: 0.7;
}
.linkDesignA a h3 {
	line-height: 1.2;
	margin-bottom: 8px;
	padding: 5px 0;
	border-bottom: 2px dotted #b3d6dc;
	font-size: 20px;
}
.linkDesignA a h3 span {
	font-size: 17px;
}
.moreView {
	text-align: right;
	margin-top: 4px;
}
.moreView span {
	display: inline-block;
	line-height: 1.7;
	padding: 1px 8px;
	background-color: #6aadcc;
	color: #fff;
	font-size: 12.5px;
	border-radius: 20px;
	position: relative;
}
.moreView span:before {
	content: "▶ ";
	font-size: 75%;
} 
.linkDesignA a:hover .moreView span {
	background-color: #8EC300;	
}

@media (max-width: 800px) {
	.linkDesignA a .leftCol {
	width: calc(40% - 20px);
}
	.linkDesignA a .leftCol img {
	width: 100%;
	}
	.linkDesignA a .rightCol {
	width: 60%;
	margin-top: 12px;
}
	.linkDesignA a h3 {
	line-height: 1.2;
	font-size: 18px;
}
.linkDesignA a h3 span {
	font-size: 14px;
}
	.moreView {
	margin-top: 8px;
}
}

@media (max-width: 834px) {
	.linkDesignA a {
	display: block;
		padding: 10px 20px;
	}
	.linkDesignA a .leftCol {
	width: 100%;
	text-align: center;
}
	.linkDesignA a .rightCol {
	width: 100%;
	margin-top: 12px;
}
	.linkDesignA a h3 {
	line-height: 1.2;
	font-size: 18px;
}
.linkDesignA a h3 span {
	font-size: 14px;
}
	.moreView {
	text-align: center;
}
}

.spbr{
  display: none;
}
@media all and (max-width: 834px) {
  .spbr{
    display: block;
  }
}