@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 15px;
}

.h1,
h1 {
  font-size: 26px;
}

a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
}

a:link,
a:visited {
  color: #333;
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 23.578%;
  }
  .col-md-9 {
    width: 76.422%;
  }
  .col-md-9 > #main {
    width: 894px;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  outline: none;
  position: relative;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li.current-menu-item > a:before,
.navbar-default .navbar-nav > li > a:hover:before,
.navbar-default .navbar-nav > li > a:focus:before {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1200px;
  }
  .header > .container {
    min-width: 1200px;
    width: auto;
    max-width: 1500px;
    padding: 0 30px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #333;
    outline: none;
    padding: 8px 0 0 0;
    height: 79px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
  .navbar-default .navbar-nav > li > a span {
    color: #666666;
    outline: none;
    padding: 8px 0 0 0;
    height: 79px;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    margin-top: 6px;
  }
}
/*pc sp switch*/
.pc {
  display: block;
}

span.pc {
  display: inline;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  span.sp {
    display: inline;
  }
}
/*btns*/
.btn {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 6px;
}

.btn-primary {
  color: #fff !important;
  background-color: #0A59A8;
  border-color: #0A59A8;
  outline: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #0A59A8;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #006AB3;
}

.btn-primary:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #006AB3;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #006AB3;
}

#header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s;
  /*box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.18);
     -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.18);
     -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.18);
  */
}

@media (min-width: 767px) {
  .fixed#header {
    /*border-bottom: 1px solid #CCCCCC;*/
    transition: all 0.2s;
  }
  .fixed.header .navbar-default .navbar-collapse {
    width: auto;
    float: right;
    margin: 0px 94px 0 0px;
    /*margin-top: 32px;*/
    padding: 0 0px 0 0;
    transition: all 0.1s;
    /*transition: width 0.2s ease-out;*/
  }
  .fixed.header .navbar-nav > li:before {
    border-right: none;
  }
  .fixed.header .navbar-nav > li:first-child:after {
    border-right: none;
  }
  .fixed.header .navbar > .container-fluid .navbar-brand {
    /*		background: url(images/logo.png) no-repeat;
    	width: 276px;
    	height: 55px;
    	background-size: 140px auto;
    	padding:0;
    	margin: 26px 0 0px 0;
    	transition: all 0.2s;
    	/*position: absolute;
    	top:0px;
    	left: 0;*/
  }
  .header .rightmenu {
    position: absolute;
    top: 32px;
    right: 50px;
    display: block;
    margin: 0px 0 0px 0;
    line-height: 1;
    height: 34px;
    width: 34px;
  }
  .fixed.header .navbar-default .navbar-nav > li > a {
    color: #333;
    outline: none;
    padding: 0px 15px 0;
    height: 90px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 92px;
  }
  .fixed.header .navbar-default .navbar-nav > li > a span {
    display: none;
  }
  .fixed.header + .wrapper {
    padding-top: 90px;
  }
}
.wrapper {
  padding-top: 197px;
}

#contents {
  margin-top: 0px;
  padding-bottom: 0;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: auto;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-top: 10px;
  margin-left: 0px;
  display: block;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
}

.social_link {
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px 0 0;
}

.social_link {
  margin: 0;
  list-style: none;
}

.social_link li {
  margin: 0 0 4px 0;
  list-style: none;
}

.social_link li a {
  display: block;
  width: 34px;
  height: 34px;
  text-decoration: none;
  line-height: 34px;
  border-radius: 7px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-family: "Genericons";
}

.social_link li.twitter a {
  background-color: #77CAEE;
}

.social_link li.facebook a {
  background-color: #527ABB;
}

.social_link li.twitter a i:before {
  content: "\f099";
}

.social_link li.facebook a i:before {
  content: "\f09a";
}

.social_link li.insta a i:before {
  content: "\f16d";
}

.social_link li a:hover,
.social_link li a.hover {
  opacity: 0.8;
}

.social_link li a i {
  font-size: 34px;
  line-height: 25px;
  text-align: center;
  font-style: normal;
}

@media (max-width: 767px) {
  .wrapper {
    padding-top: 65px;
    overflow: hidden;
  }
  #contents {
    margin-top: 0px;
    padding-top: 0px;
    background-size: 100% auto !important;
  }
  .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(51, 51, 51, 0.95);
  }
}
@media (max-width: 480px) {
  #contents {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  #header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #contents {
    min-height: 500px;
  }
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    background: url(images/logo.png) no-repeat;
    /*background-size: 100% auto;*/
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 339px;
    height: 44px;
    padding: 0px;
    margin: 24px 0 22px 52px;
    transition: all 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .home #contents {
    padding-top: 0px;
  }
  .navbar-header .rightmenu {
    display: none;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0;
  margin-top: 0px;
  margin-right: 0px !important;
  margin-bottom: 0px;
  background-image: none;
  border: 0;
  height: 65px;
  width: 65px;
  background-color: #006AB3;
  border-radius: 0;
}

.navbar-toggle.collapsed {
  background-color: #0A59A8;
}

.navbar-toggle .bar {
  position: absolute;
  top: 52%;
  margin-top: -3px;
  left: 2px;
  transition: background 0.3s 0.3s;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #0A59A8;
  border-radius: 0;
}

.navbar-default .navbar-toggle.collapsed:focus,
.navbar-default .navbar-toggle.collapsed:hover {
  background-color: #0A59A8;
}

.navbar-toggle .bar,
.navbar-toggle .bar::before,
.navbar-toggle .bar::after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 30px;
  background: #fff;
  /*006AB3*/
  left: 18px;
}

.navbar-toggle .bar {
  background-color: transparent;
}

.navbar-toggle.collapsed .bar {
  background: #fff;
}

.navbar-toggle .bar::before {
  left: 0px;
}

.navbar-toggle .bar::after {
  left: 0px;
}

.navbar-toggle .bar::before,
.navbar-toggle .bar::after {
  content: "";
  right: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.3s;
}

.navbar-toggle .bar::before {
  top: -9px;
}

.navbar-toggle .bar::after {
  top: 9px;
}

.navbar-toggle .bar::before {
  transform: translateX(3px) translateY(0px) rotate(45deg);
}

.navbar-toggle .bar::after {
  transform: translateX(3px) translateY(3px) rotate(-45deg);
}

.navbar-toggle.collapsed .bar::before {
  transform: translateX(0) translateY(0px) rotate(0);
  background-color: #fff;
}

.navbar-toggle.collapsed .bar::after {
  transform: translateX(0px) translateY(0px) rotate(0);
  background-color: #fff;
}

.navbar {
  margin-bottom: 0px !important;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-width: 1400px;
}

.page-header {
  margin: 0;
  padding: 0;
  height: 350px;
  text-align: center;
  border-bottom: none;
}

.page-header__title {
  display: block;
  font-size: 15px;
  margin: 0;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding-left: 0px;
}

.etitle {
  color: #fff;
  font-size: 42px;
  margin: 120px 0 14px;
  padding-left: 0px;
  line-height: 1;
  font-weight: normal;
}

.etitle:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  text-align: center;
  margin: 18px auto;
}

.nolink > a {
  pointer-events: none;
}

@media (max-width: 767px) {
  .header .rightmenu {
    display: none;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    margin: 0;
    background-color: #0A59A8;
  }
  .navbar-default {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-toggle {
    margin-right: 0;
  }
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
    width: 225px;
    height: 30px;
    margin: 17px 0 0px 20px;
  }
  .container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
    min-height: 65px;
    border: 0 !important;
  }
  .navbar-header {
    background-color: #fff;
  }
  .navbar > .container .navbar-brand img,
.navbar > .container-fluid .navbar-brand img {
    height: 30px;
    width: auto;
  }
  #header {
    background-color: transparent !important;
  }
  .navbar {
    position: relative;
    min-height: 65px;
    margin-bottom: 20px;
    border: 0px solid transparent;
  }
  .menu-globalmenu-container {
    padding: 5px;
  }
  .navbar-nav > li {
    border-top: none;
    margin: 0 0px 2px;
  }
  .navbar-nav > li:first-child {
    border-top: none;
  }
  .navbar-nav > li:first-child a {
    border-top: 1px solid #fff;
  }
  .menu-spmenu-container .navbar-nav {
    letter-spacing: -0.4em;
  }
  .menu-spmenu-container .navbar-nav > li {
    padding: 0 5px;
    letter-spacing: normal;
  }
  .navbar-nav > li.spmenu:last-child {
    padding: 0 5px 0 0px;
  }
  .navbar-collapse .navbar-nav {
    padding: 20px 0;
  }
  .navbar-collapse .navbar-nav > li {
    padding: 0 20px;
  }
  .navbar-collapse .navbar-nav li > a {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none;
    position: relative;
    height: 50px;
    line-height: 48px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    padding: 0 20px;
  }
  .navbar-collapse .navbar-nav > li > a {
    padding: 0 0px !important;
  }
  .menu-spmenu-container .navbar-nav .sub-menu {
    list-style: none;
  }
  .navbar-collapse .socialarea {
    background-color: #0A59A8;
    width: 100%;
    padding: 0 15px;
  }
  .navbar-collapse .social_link {
    width: 100%;
    letter-spacing: -0.4em;
    margin: 0 0px 20px;
    padding: 0;
  }
  .navbar-collapse .social_link li {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    padding: 0 5px;
  }
  .navbar-collapse .social_link li a {
    display: block;
    border-radius: 5px;
    background-color: #fff !important;
    text-align: center;
  }
  .navbar-collapse .social_link li a {
    display: block;
    width: auto !important;
    height: 25px;
    text-decoration: none;
    background-color: #A3A3A3;
    line-height: 25px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Genericons";
  }
  .navbar-collapse .social_link li a {
    display: block;
    width: auto !important;
    height: 40px;
    text-decoration: none;
    background-color: #A3A3A3;
    line-height: 40px;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
  }
  .navbar-collapse .social_link li a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    background-color: #A3A3A3;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: "Genericons";
    margin-right: 10px;
  }
  .page-header {
    margin: 0;
    padding: 0px 0px;
    height: 175px;
    background-size: 100% auto !important;
  }
  .page-header__title {
    font-size: 11px !important;
    line-height: 1;
  }
  .page-header .etitle {
    margin-top: 65px;
    line-height: 1;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .page-header .etitle:after {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    text-align: center;
    margin: 12px auto;
  }
  aside {
    padding-top: 0 !important;
  }
}
@media (max-width: 491px) {
  .page-header {
    margin: 0;
    padding: 0px 0px;
    background-size: auto 100% !important;
  }
}
@media (max-width: 375px) {
  .navbar-collapse .navbar-nav li > a {
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .navbar-collapse {
    overflow-y: auto;
    height: calc(100vh - 65px);
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
    position: relative;
  }
  .navbar-nav {
    float: none;
    margin: 0 0px 0 0;
  }
  .navbar-nav > li {
    width: auto;
    float: left;
    position: relative;
  }
  .navbar-nav > li ul {
    display: none;
  }
  .navbar-nav > li ul.sub-menu {
    display: none;
  }
  .navbar-nav > li:hover ul.sub-menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 90px;
    left: calc(50% - 90px);
    background-color: #fff;
    width: 180px;
    text-align: center;
    padding: 10px 0;
  }
  .navbar-nav > li:hover ul.sub-menu li {
    text-align: center;
  }
  .navbar-nav > li:hover ul.sub-menu li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
  }
  .navbar-nav > li:hover ul.sub-menu li a:hover {
    background-color: #eee;
  }
  .navbar-nav > li:before {
    /*
    		content: "";
    		position: absolute;
    		right:0;
    		border-right: 1px solid #ccc;
    		width: 1px;
    		height: 48px;
    		display:block;
    */
  }
  .navbar-nav > li:first-child:before,
.navbar-nav > li:nth-child(3):before {
    /*
    	content: "";
    	position: absolute;
    	width: 107px;
    	height: 90px;
    	top:0;
    	left: 0;
    	display:block;
    	z-index: 1;
    */
  }
  .navbar-default .navbar-collapse {
    transition: all 0.1s;
    margin-top: 32px;
    padding: 0;
    width: 100%;
  }
}
.page-header--has_background-image {
  padding-top: 160px;
  padding-bottom: 160px;
}

.page-header__description {
  margin-top: 20px;
  margin-bottom: -11.5px;
}

.breadcrumbs {
  line-height: 72px;
  height: 72px;
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 15px;
    line-height: 1.3;
    height: auto;
    overflow: auto;
    text-overflow: inherit;
    white-space: normal;
  }
  .breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active {
    font-size: 9px !important;
  }
  .page-header .container {
    overflow: hidden;
  }
}
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active {
  text-decoration: underline;
  font-size: 13px;
  color: #333;
}

.breadcrumbs strong {
  font-weight: normal;
  font-size: 13px;
}

.pagination li > span {
  border-color: #337ab7;
  color: #fff;
}

/*メインイメージ*/
.mainslide {
  width: 100%;
  margin: 0;
  position: relative;
  height: 1100px;
  position: absolute;
  top: 0px;
  left: 0;
}

.home .mainslide {
  min-width: 1200px;
}

.home section #main_visual {
  height: 1100px;
}

.home .mainslide .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 1100px;
}

.home .mainslide .s1 {
  background-image: url(images/slide1.jpg);
}

.home .mainslide .s2 {
  background-image: url(images/slide2.jpg);
}

.home .mainslide .s3 {
  background-image: url(images/slide3.jpg);
}

.home .sec0 .scroll {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 800px;
}

.home .sec0 .scroll a {
  width: 55px;
  height: 62px;
  display: inline-block;
}

.home .sec0 .scroll span {
  background: url(images/scroll.png) no-repeat top center;
  background-size: 100% auto;
  display: block;
  width: 55px;
  height: 62px;
}

#main_visual {
  position: relative;
}

.eapps-instagram-feed-posts-slider-nav,
.home .minislider .slick-prev,
.home .minislider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 28px);
  display: block;
  width: 30px;
  height: 57px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none !important;
  box-shadow: none !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
  display: none !important;
}

.eapps-instagram-feed-posts-slider-nav svg {
  display: none;
}

.eapps-instagram-feed-posts-slider-prev,
.home .minislider .slick-prev {
  left: -50px !important;
  background-image: url(images/arrow_l.png) !important;
}

.home .minislider.slick-next::before,
.home .minislider.slick-prev::before {
  display: none;
}

.home .minislider.slick-next::after,
.home .minislider.slick-prev::after {
  display: none;
}

.eapps-instagram-feed-posts-slider-next,
.home .minislider .slick-next {
  right: -50px !important;
  overflow: hidden;
  background-image: url(images/arrow_r.png) !important;
}

.home .sec0 .ancer {
  position: absolute;
  top: -170px;
}

.page .ancer {
  position: absolute;
  top: -170px;
}

@media (max-width: 767px) {
  .container-fluid {
    min-width: auto;
  }
  .container-fluid .mainslide {
    padding-top: 0;
  }
  .mainslide {
    width: 100%;
    margin: 0;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    background-color: #0A59A8;
  }
  .home .mainslide {
    min-width: auto;
  }
  .home section #main_visual {
    width: 100%;
    height: auto;
  }
  .home .mainslide .slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    line-height: 0;
    padding-top: 41.6444333333%;
  }
  .home .mainslide .s1 {
    background-image: url(images/sp_slide1.jpg);
  }
  .home .mainslide .s2 {
    background-image: url(images/sp_slide2.jpg);
  }
  .home .mainslide .s3 {
    background-image: url(images/sp_slide3.jpg);
  }
  .home .minislider .slick-prev,
.home .minislider .slick-next {
    width: 18px;
    height: 32px;
    background-size: auto 100%;
    top: calc(50% - 16px);
  }
  .home .minislider .slick-prev {
    left: -20px !important;
    background-image: url(images/sp_arrow_l.png);
  }
  .home .minislider .slick-next {
    right: -20px !important;
    background-image: url(images/sp_arrow_r.png);
  }
  .home .sec0 .scroll {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: calc(250px + 55vw);
  }
  .home .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .home #main {
    padding-top: 0px;
  }
  .home .sec0 .scroll a {
    width: 38px;
    height: 43px;
    display: inline-block;
  }
  .home .sec0 .scroll span {
    background: url(images/scroll.png) no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 38px;
    height: 43px;
  }
  .home .minislider.slick-prev,
.home .minislider.slick-next {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .mainslide {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  /*メインイメージ*/
}
.container .mainslide,
.container-fluid .mainslide {
  border-radius: 0;
  padding-right: 0px;
  padding-left: 0px;
}

.mainslide p {
  font-size: 100%;
}

.mainslide .btn {
  margin: 40px 0 0;
}

.mainslide .h1,
.mainslide h1 {
  font-size: 28px;
  margin-bottom: 71px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /*6*/
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  /*6*/
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .mainslide .container > .row > .col-md-12 {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  /*6*/
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  padding: 0px 0;
  position: relative;
}

.widget_recent_entries ul li li,
.widget_recent_comments ul li li,
.widget_archive ul li li,
.widget_categories ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_nav_menu ul li li {
  padding-left: 1.5em;
}

.widget_recent_entries ul li li li,
.widget_recent_comments ul li li li,
.widget_archive ul li li li,
.widget_categories ul li li li,
.widget_meta ul li li li,
.widget_pages ul li li li,
.widget_nav_menu ul li li li {
  padding-left: 3em;
}

.widget_recent_entries ul li li li li,
.widget_recent_comments ul li li li li,
.widget_archive ul li li li li,
.widget_categories ul li li li li,
.widget_meta ul li li li li,
.widget_pages ul li li li li,
.widget_nav_menu ul li li li li {
  padding-left: 4.5em;
}

.widget_recent_entries ul li li li li li,
.widget_recent_comments ul li li li li li,
.widget_archive ul li li li li li,
.widget_categories ul li li li li li,
.widget_meta ul li li li li li,
.widget_pages ul li li li li li,
.widget_nav_menu ul li li li li li {
  padding-left: 6em;
}

.widget_recent_entries ul li li li li li li,
.widget_recent_comments ul li li li li li li,
.widget_archive ul li li li li li li,
.widget_categories ul li li li li li li,
.widget_meta ul li li li li li li,
.widget_pages ul li li li li li li,
.widget_nav_menu ul li li li li li li {
  padding-left: 7.5em;
}

.widget_recent_entries ul li ul,
.widget_recent_comments ul li ul,
.widget_archive ul li ul,
.widget_categories ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul,
.widget_nav_menu ul li ul {
  margin-top: 4px;
  margin-bottom: -4px;
}

.widget_recent_entries ul li ul ul,
.widget_recent_comments ul li ul ul,
.widget_archive ul li ul ul,
.widget_categories ul li ul ul,
.widget_meta ul li ul ul,
.widget_pages ul li ul ul,
.widget_nav_menu ul li ul ul {
  margin-left: -1.5em;
}

.widget_recent_entries ul li ul ul ul,
.widget_recent_comments ul li ul ul ul,
.widget_archive ul li ul ul ul,
.widget_categories ul li ul ul ul,
.widget_meta ul li ul ul ul,
.widget_pages ul li ul ul ul,
.widget_nav_menu ul li ul ul ul {
  margin-left: -3em;
}

.widget_recent_entries ul li ul ul ul ul,
.widget_recent_comments ul li ul ul ul ul,
.widget_archive ul li ul ul ul ul,
.widget_categories ul li ul ul ul ul,
.widget_meta ul li ul ul ul ul,
.widget_pages ul li ul ul ul ul,
.widget_nav_menu ul li ul ul ul ul {
  margin-left: -4.5em;
}

.widget_recent_entries ul li ul ul ul ul ul,
.widget_recent_comments ul li ul ul ul ul ul,
.widget_archive ul li ul ul ul ul ul,
.widget_categories ul li ul ul ul ul ul,
.widget_meta ul li ul ul ul ul ul,
.widget_pages ul li ul ul ul ul ul,
.widget_nav_menu ul li ul ul ul ul ul {
  margin-left: -6em;
}

.widget_calendar table thead th {
  text-align: center;
}

.widget_calendar table tbody td {
  text-align: right;
}

.widget_calendar #next {
  text-align: right;
}

.widget_tag_cloud .tagcloud {
  line-height: 1.3;
}

.widget_categories ul li a {
  display: block;
  line-height: 50px;
  border-bottom: 1px dotted #BBBBBB;
  position: relative;
  padding-left: 15px;
}

.widget_categories ul li a:after {
  content: "\f0da";
  font-family: "Genericons";
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 50px;
  color: #006AB3;
}

.widget_categories ul li a:hover {
  text-decoration: none;
  background-color: #eee;
}

.widget_search .input-group {
  margin-top: 0;
  padding: 8px;
}

.widget_search .input-group-btn .btn {
  background-color: #93928B;
  height: 35px;
  width: 50px;
  text-align: center;
  border-radius: 0px !important;
  margin-left: 0px;
  outline: none;
}

.widget_search input[type=search].form-control {
  /*   height: 40px;
     line-height: 40px;
  border: none;
     border-radius: 0px !important;*/
}

.widget_search .input-group-btn {
  position: relative;
}

.widget_search .input-group-btn .btn:after {
  content: "検索";
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  display: block;
  height: 35px;
}

.widget_recent_entries ul li {
  padding: 0;
}

.widget_recent_entries ul li a {
  display: block;
  line-height: 1.5;
  border-bottom: 1px dotted #BBBBBB;
  position: relative;
  padding: 40px 25px 16px;
  text-decoration: none;
}

.widget_recent_entries ul li a:hover {
  background-color: #eee;
}

.widget_recent_entries .post-date {
  margin-left: 0;
  position: absolute;
  top: 16px;
  left: 25px;
  text-decoration: none;
}

.widget_archive .screen-reader-text {
  display: none;
}

.widget_archive select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0;
}

.widget_archive select::-ms-expand {
  display: none;
}

.widget_archive .inner {
  padding: 8px;
}

.widget_archive .selectWrap {
  position: relative;
}

.widget_archive .selectWrap::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background: #93928B;
  height: 100%;
  width: 40px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.widget_archive .selectWrap::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 480px) {
  .recent-posts ul li dl dd {
    text-align: right;
  }
  .recent-posts ul li dl dd .date {
    display: inline-block;
  }
  .recent-posts ul li dl dd > div {
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin-top: 25px;
    text-align: left;
  }
  .widget_archive .selectWrap::before {
    width: 30px;
  }
  .widget_archive .selectWrap::after {
    right: 9px;
  }
  .widget_archive select {
    padding: 0 30px 0 10px;
  }
}
/*==================================================
 * layout
 *================================================*/
#container {
  /*overflow: hidden;*/
  position: relative;
  min-height: 100%;
}

.sub-page-contents {
  padding-top: 0px;
}

#main {
  margin-bottom: 0px;
}

.page-template-front-page #main,
.page-template-rich-front-page #main {
  margin-bottom: 0;
}

.article {
  margin-bottom: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 990px) {
  .article {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .article {
    margin-bottom: 0px;
  }
}
.sub-page-contents .entry {
  background-color: #fff;
}

@media (min-width: 992px) {
  .col-md-pull-9 {
    right: 760px;
  }
  .col-md-push-3 {
    left: 340px;
  }
}
.entry:before,
.entry:after {
  content: " ";
  display: table;
}

.entry:after {
  clear: both;
}

.entry__title {
  margin: 0 0 10px;
  color: #445853;
  font-size: 28px;
  font-weight: normal;
}

.entry__content:before,
.entry__content:after {
  content: " ";
  display: table;
}

.entry__content {
  padding: 58px 0px 50px;
  margin-bottom: 0px;
}

.entry__content p {
  line-height: 1.8;
  word-wrap: break-word;
}

.home .entry__content p {
  margin-bottom: 0;
}

.entry__content:after {
  clear: both;
}

.entry__content > *:first-child {
  margin-top: 0;
}

aside {
  padding-top: 0px;
}

.blogarea {
  background-color: #f5f5f5;
  padding-bottom: 20px !important;
}

.blogarea .section {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blogarea .section {
    margin: 0 0px 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry__content {
    padding: 20px 15px;
    margin-bottom: 0px;
  }
  .entry__content .col-md-9 {
    padding: 0;
  }
  .entry__content .col-md-3 {
    padding: 0;
  }
}
/*==================================================
 * header
 *================================================*/
.header {
  position: relative;
  z-index: 5;
}

.header--fixed,
.header.header--fixed--is_scrolled {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.header--general .global-nav .menu,
.header--transparency .global-nav .menu {
  float: right;
}

.header--center .global-nav {
  text-align: center;
}

.header--center .global-nav .menu {
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
}

.header--transparency {
  background-color: transparent !important;
  box-shadow: none;
  transition: background-color 0.2s;
  position: absolute;
  right: 0;
  left: 0;
}

.header--transparency .global-nav {
  background-color: transparent;
  transition: background-color 0.2s;
}

.header--transparency .global-nav .menu > .menu-item > a {
  background-color: transparent;
}

.header--fixed {
  position: absolute;
  right: 0;
  left: 0;
}

.header--fixed--is_scrolled {
  position: fixed;
}

/**
 * .header__content
 */
.header__content {
  /* display: table;
   width: 100%;
  */
}

.header__content .header__col {
  display: table-cell;
  float: none;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}

/**
 * .site-branding
 */
.site-branding {
  padding: 20px 0;
}

.site-branding__heading {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

@media (min-width: 480px) {
  .site-branding__heading {
    font-size: 26px;
  }
}
.site-branding__logo {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

@media (min-width: 480px) {
  .site-branding__logo {
    font-size: 26px;
  }
}
.site-branding a {
  text-decoration: none;
}

/*==================================================
 * sub
 *================================================*/
.sidebar-widget {
  font-size: 93%;
  margin: 0 0 30px;
  background-color: #fff;
}

.sidebar-widget__title {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  background-color: #0A59A8;
  color: #fff;
  line-height: 60px !important;
  font-size: 15px !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
}

.sidebar-widget__title a {
  display: block;
  padding: 0 0 0 15px !important;
}

.sidebar-widget__title a:hover {
  text-decoration: none;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .sidebar {
    padding-top: 20px;
    margin: 0 -15px;
  }
  .widget-area {
    padding: 0 15px;
    letter-spacing: -0.4em;
  }
  .sidebar-widget {
    letter-spacing: normal;
    background-color: transparent !important;
  }
  .sidebar-widget__title {
    font-weight: normal !important;
    margin-top: 0;
    color: #fff;
    padding-left: 0px;
    line-height: 32px !important;
    font-size: 14px !important;
    padding: 0 0 0 15px !important;
    margin-bottom: 0px !important;
    text-align: left;
  }
  .widget.widget_recent_entries li a,
.widget.widget_archive li a {
    position: relative;
    padding: 18px 0 0px 0px;
    color: #333;
    font-size: 14px;
  }
  .widget.widget_recent_entries {
    display: none;
  }
  .widget_categories ul {
    letter-spacing: -0.4em;
  }
  .widget_categories ul li {
    padding: 0px 0;
    letter-spacing: normal;
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top;
  }
  .tax-faq_category .widget_categories ul li,
.post-type-archive-faq .widget_categories ul li {
    width: 100%;
  }
  .widget_categories ul li:nth-child(even) a {
    margin-left: 10px;
  }
  .widget_categories ul li:nth-child(odd) a {
    margin-right: 10px;
  }
  .tax-faq_category .widget_categories ul li:nth-child(even) a,
.tax-faq_category .widget_categories ul li:nth-child(odd) a,
.post-type-archive-faq .widget_categories ul li:nth-child(even) a,
.post-type-archive-faq .widget_categories ul li:nth-child(odd) a {
    margin-right: 10px;
    margin-left: 0px;
  }
  .tax-faq_category .widget_categories ul li:last-child a,
.post-type-archive-faq .widget_categories ul li:last-child a {
    border-bottom: none;
  }
  .widget.widget_recent_entries li,
.widget.widget_archive li {
    padding: 10px 0;
  }
  .sidebar-widget {
    margin-bottom: 10px;
  }
  .widget_search {
    width: 50%;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .tax-faq_category .widget_search,
.post-type-archive-faq .widget_search {
    width: 100%;
  }
  .widget_archive {
    width: 50%;
    padding-left: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .widget_search .input-group {
    margin-top: 10px;
    padding: 8px 0;
  }
  .widget_archive .selectWrap {
    margin-top: 10px;
  }
  .widget_archive .inner {
    padding: 8px 0;
  }
}
/*==================================================
 * footer
 *================================================*/
/**
 * .footer-widget-area
 */
#footer {
  /*	position: absolute;
  	bottom: 0px;*/
  width: 100%;
}

@media (max-width: 480px) {
  #footer {
    position: relative;
    height: auto;
  }
}
.footer-widget-area {
  background: url(images/bg_foot.jpg) center center no-repeat;
  font-size: 14px;
  height: 380px;
  padding: 120px 0 0px 0;
}

@media (min-width: 1501px) {
  .footer-widget-area {
    background: url(images/bg_foot.jpg) center center no-repeat;
    background-size: 100% auto;
  }
}
.footer-widget-area .rightmenu {
  margin: 0px 50px 0px;
  border: 1px solid #fff;
  padding: 40px 45px;
}

.footer-widget-area .rightmenu .inner {
  width: 100%;
  display: table;
}

.footer-widget-area .rightmenu .inner > div {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  text-align: right;
}

.footer-widget-area .rightmenu .inner > div.tel img {
  margin-bottom: 10px;
}

.footer-widget-area .rightmenu .inner > div.tel {
  text-align: left;
}

.footer-widget-area .rightmenu .inner > div.txt {
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  text-align: left;
  width: 586px;
}

.footer-widget-area .rightmenu a.btn {
  font-weight: bold;
  width: 195px;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  vertical-align: middle;
  margin-bottom: 1px;
}

.footer-widget-area .rightmenu a.btn:before {
  display: inline-block;
  content: "";
  background: url(images/icon_mail.png) no-repeat;
  width: 18px;
  height: 13px;
  margin-right: 10px;
  margin-top: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .home #contents {
    padding-top: 0px;
  }
  .navbar-header .rightmenu {
    display: none;
  }
  .footer-widget-area {
    background: url(images/bg_foot.jpg) right center no-repeat;
    background-size: 100% auto;
    height: 167px;
  }
  .footer-widget-area .rightmenu {
    margin: 0px 0 0px 0;
    border: none;
    padding: 10px 20px 30px;
  }
  .footer-widget-area .rightmenu .inner {
    display: block;
    text-align: center;
    border: 1px solid #E3E2E1;
    padding: 20px;
    position: relative;
  }
  .footer-widget-area .rightmenu .inner > div {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
    color: #fff;
    text-align: right;
  }
  .footer-widget-area .rightmenu .inner > div.time {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .footer-widget-area .rightmenu .inner > div.tel {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    width: 135px;
    font-size: 10px;
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .footer-widget-area .rightmenu .inner > div.tel a {
    color: #fff;
  }
  .footer-widget-area .rightmenu .inner > div.tel img {
    display: block;
    height: 16px;
    width: auto;
    margin-bottom: 5px;
  }
  .footer-widget-area .rightmenu .inner > div.btns {
    display: block;
    margin-bottom: 0px;
    text-align: right;
    padding-left: 145px;
  }
  .footer-widget-area .rightmenu .inner > div.btns .btn {
    width: 100%;
    margin-bottom: 0;
  }
  .footer-widget-area .rightmenu .inner > div.txt {
    font-size: 11px;
    text-align: center;
    white-space: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: auto;
  }
  .footer-widget-area .rightmenu .inner > div.txt .pc {
    display: block;
  }
  .footer-widget-area .rightmenu a.btn {
    font-weight: bold;
    width: 195px;
    height: 32px;
    font-size: 11px;
    line-height: 32px;
    padding: 0px;
    vertical-align: middle;
    margin-bottom: 25px;
  }
  .footer-widget-area .rightmenu a.btn:before {
    display: inline-block;
    content: "";
    background: url(images/icon_mail.png) no-repeat;
    width: 18px;
    height: 13px;
    margin-right: 10px;
    margin-top: 0;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 675px) {
  .footer-widget-area {
    background: url(images/bg_foot.jpg) right center no-repeat;
    background-size: auto 100%;
    font-size: 10px;
    height: auto;
    padding: 25px 0 25px 0;
  }
}
@media only screen and (max-width: 320px) {
  .footer-widget-area .rightmenu .inner > div.time {
    margin-right: 0px;
  }
  .footer-widget-area .rightmenu .inner > div.tel {
    left: 15px;
  }
  .footer-widget-area .rightmenu .inner > div.txt .pc {
    display: none;
  }
  .footer-widget-area .rightmenu .inner {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widget-area {
    padding: 20px 0 0 0;
  }
}
.footer-widget__title {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
}

.footer .footer-logo {
  color: #FFF;
  font-size: 12px;
}

.footer .footer-logo .logo {
  display: inline-block;
  background: url(images/footer-logo.png) left center no-repeat;
  height: 59px;
  width: 83px;
  vertical-align: middle;
  margin-right: 5px;
}

.footer .footer-logo .txt {
  display: inline-block;
  line-height: 59px;
}

.footer .widget_text {
  float: left;
  width: 28%;
  padding: 0 15px;
  border-right: 1px solid #6FA18F;
}

.footer .leftblock {
  float: left;
  width: 90%;
}

.footer .rightblock {
  float: right;
  width: 10%;
}

.footer .widget_img {
  padding: 0 15px;
}

@media (max-width: 990px) {
  .footer .widget_text {
    padding: 0 5px 0 15px;
  }
}
.footer .widget_nav_menu {
  float: right;
  width: 72%;
  padding: 0 15px;
}

.footer .widget_nav_menu ul.menu {
  letter-spacing: -0.4em;
}

.footer .widget_nav_menu ul.menu > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 25%;
  padding: 0 0 4px 0;
}

.footer .widget_nav_menu ul.menu > li:first-child {
  width: 20%;
}

.footer .widget_nav_menu ul.menu > li:nth-child(2) {
  width: 30%;
}

.footer .widget_nav_menu ul.menu > li > a {
  font-size: 14px;
  margin-bottom: 10px;
  text-indent: -1em;
}

.footer .widget_nav_menu ul.menu > li:before {
  content: "◆";
  margin-right: 0.5em;
  color: #6FA18F;
}

.footer .widget_nav_menu ul.menu li {
  padding: 0 0 4px 0;
}

.footer .widget_nav_menu ul.sub-menu {
  margin-top: 10px;
}

.footer .widget_nav_menu ul.sub-menu li {
  margin-left: 1.5em;
}

.footer .widget_nav_menu ul.menu > li:last-child > a,
.footer .widget_nav_menu ul.menu > li:last-child:before {
  display: none;
}

.footer .widget_nav_menu ul.menu li:last-child ul.sub-menu {
  margin-top: 0;
}

.footer .widget_nav_menu ul.menu li:last-child ul.sub-menu > li {
  font-size: 14px;
  text-indent: -1.5em;
}

.footer .widget_nav_menu ul.menu li:last-child ul.sub-menu > li:before {
  margin-left: 0;
  content: "◆";
  margin-right: 0.5em;
  color: #6FA18F;
}

.footer .address {
  margin-top: 10px;
  color: #FFF;
  font-size: 12px;
}

.footer .address a {
  color: #FFF;
  text-decoration: none;
}

.footer .address a:hover,
.footer .address a:focus {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .footer .footer-logo .logo {
    display: block;
    margin-bottom: 10px;
  }
  .footer .footer-logo .txt {
    display: block;
    line-height: 1;
  }
  .footer .address {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .footer .widget_nav_menu ul.sub-menu li a {
    line-height: 1.2;
    display: block;
    margin-bottom: 5px;
  }
  .footer .widget_nav_menu ul.menu li:last-child ul.sub-menu li a {
    display: inline;
  }
}
@media (max-width: 480px) {
  .footer .leftblock {
    float: none;
    width: 100%;
  }
  .footer .rightblock {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .widget_text {
    width: 100%;
    float: none;
  }
  .footer .widget_nav_menu {
    width: 100%;
    float: none;
  }
  .footer .widget_nav_menu ul.menu > li {
    width: 50% !important;
    margin-bottom: 10px;
  }
  .footer .footer-logo .logo {
    display: inline-block;
    margin-bottom: 10px;
  }
  .footer .footer-logo .txt {
    display: inline-block;
    line-height: 1;
  }
  .footer .widget_text {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: none;
    border-top: 1px solid #6FA18F;
  }
  .footer .address {
    text-align: left;
    display: inline-block;
  }
  .footer .footer_menu {
    margin-left: 15px;
  }
  .footer .textwidget {
    text-align: center;
  }
}
/**
 * .social-nav
 */
@font-face {
  font-family: "Genericons";
  src: url(fonts/fontawesome-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff) format("woff"), url(fonts/fontawesome-webfont.ttf) format("truetype"), url(fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
}
/**
 * .copyright
 */
.copyright {
  background-color: #0A59A8;
  font-size: 12px;
  padding: 65px 0 0;
  color: #fff;
  height: 350px;
}

.copyright .footermenu {
  display: inline-block;
  width: 695px;
  vertical-align: top;
  padding-left: 20px;
}

.footermenu li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 15px;
}

.footermenu li .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.footermenu li a {
  font-size: 15px;
  display: block;
  margin-bottom: 12px;
  color: #fff;
}

.copyright .container .row {
  letter-spacing: -0.4em;
}

.copyright .container .row > * {
  letter-spacing: normal;
}

.copyright .company-info {
  display: inline-block;
  text-align: left;
  width: 495px;
  font-size: 15px;
  margin-bottom: 0px;
}

.copyright .company-info {
  display: inline-block;
  text-align: left;
  width: 495px;
  font-size: 15px;
  margin-bottom: 0px;
}

.copyright .company-info p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.7;
}

.copyright .company-info .ttl {
  font-size: 16px;
}

.copyright .copy {
  font-size: 14px;
}

@media (max-width: 767px) {
  .copyright {
    text-align: center;
    padding: 30px 0 0px;
    height: auto;
  }
  .copyright .copy {
    text-align: center;
  }
  .copyright .footer_menu {
    display: none;
  }
  .footer .copy {
    text-align: center;
    margin-right: 0px;
    float: none;
    font-size: 10px;
  }
  .copyright .company-info {
    text-align: center;
    font-size: 10px;
    margin-bottom: 30px;
    line-height: 1.8;
    width: auto;
    display: block;
  }
  .copyright .company-info p {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.7;
  }
  .copyright .company-info .ttl {
    font-size: 14px;
  }
  .copyright .company-info strong {
    font-size: 10px;
  }
  .copyright .footermenu {
    display: none;
  }
  .copyright .sptel a {
    color: #fff;
  }
}
/*==================================================
 * contents
 *================================================*/
/**/
.search .page-header,
.blog .page-header,
.single-post .page-header,
.date .page-header {
  background: url(images/bg_news.jpg) top center no-repeat;
}

.search.post-type-archive-casestudy .page-header,
.single-casestudy .page-header,
.post-type-archive-casestudy .page-header {
  background: url(images/bg_casestudy.jpg) top center no-repeat;
}

.tax-faq_category .page-header,
.search.post-type-archive-faq .page-header,
.post-type-archive-faq .page-header {
  background: url(images/bg_faq.jpg) top center no-repeat;
}

.page-parts-recruit .page-header,
.page-parts .page-header {
  background: url(images/bg_parts.jpg) top center no-repeat;
}

.page-denso-recruit .page-header,
.page-denso .page-header {
  background: url(images/bg_denso.jpg) top center no-repeat;
}

.page-docomo-recruit .page-header,
.page-docomo .page-header {
  background: url(images/bg_docomo.jpg) top center no-repeat;
}

.page-mobility .page-header {
  background: url(images/bg_mobility.jpg) top center no-repeat;
}

.page-sdgs .page-header {
  background: url(images/bg-sdgs.jpg) top center no-repeat;
}

.page-company .page-header {
  background: url(images/bg_company.jpg) top center no-repeat;
}

.page-contact .page-header {
  background: url(images/bg_contact.jpg) top center no-repeat;
}

.page-contact-thanks .page-header {
  background: url(images/bg_contact.jpg) top center no-repeat;
}

.page-contact .entry__content {
  position: relative;
  padding-top: 50px;
}

.page-contact .pmark {
  position: absolute;
  right: 40px;
  top: 20px;
}

.page .sub-page-contents .page_submenu {
  background-color: #0A59A8;
}

.page .sub-page-contents .page_submenu ul {
  list-style: none;
  text-align: center;
  letter-spacing: -0.4em;
  margin: 0;
  padding: 0;
}

.page .sub-page-contents .page_submenu ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
}

.page .sub-page-contents .page_submenu ul li a {
  color: #fff;
  padding: 0 40px;
  font-size: 18px;
  text-decoration: none;
}

.page .sub-page-contents .page_submenu ul li:before {
  content: "|";
}

.page .sub-page-contents .page_submenu ul li:first-child:before {
  display: none;
}

.page .sub-page-contents .page_submenu ul li a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1501px) {
  .page-header {
    background-size: cover !important;
  }
}
.fivelist,
.fourlist,
.threelist,
.twolist {
  list-style: none;
  margin: 0;
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
}

.threelist.m3 {
  margin: 0 -15px;
}

.twolist > div,
.twolist > li {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
}

.threelist > div,
.threelist > li {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 33.33333%;
}

.fourlist > div,
.fourlist > li {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
}

.fivelist > div,
.fivelist > li {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 20%;
}

.threelist > div:after,
.threelist > li:after {
  display: table;
  clear: both;
  content: " ";
}

@media (max-width: 767px) {
  .page .sub-page-contents .page_submenu ul li {
    padding: 15px 0;
    font-size: 12px;
  }
  .page .sub-page-contents .page_submenu ul li a {
    padding: 0 15px;
    font-size: 12px;
  }
  .twolist > div,
.twolist > li {
    width: 100% !important;
    float: none !important;
  }
  .threelist > div,
.threelist > li {
    width: 100% !important;
    float: none !important;
  }
  .fourlist > div,
.fourlist > li {
    width: 100% !important;
    float: none !important;
  }
  .fivelist > div,
.fivelist > li {
    width: 100% !important;
    float: none !important;
  }
}
/*submenu*/
.page-header .container {
  position: relative;
}

.page-header .submenu.threelist {
  width: 740px;
  position: absolute;
  right: 0;
  top: 30px;
}

.page-header .submenu.twolist {
  width: 493px;
  position: absolute;
  right: 0;
  top: 30px;
}

.page-header .submenu li a {
  margin: 0 0 7px 7px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
}

.page-header .submenu li a:hover,
.page-header .submenu li a:focus {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-header .submenu {
    display: none;
  }
}
/*==================================================
 * single
 *================================================*/
/**
 * .single
 */
.entry__content .single-post {
  border-top: 3px solid #0A59A8;
  padding-top: 40px;
}

.entry__content .single-post h1 {
  font-size: 28px;
  padding-bottom: 20px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  margin-top: 0px;
}

.entry__content .single-post .cat {
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  color: #fff;
  height: 26px;
  line-height: 26px;
}

.entry__content .single-post .cont ul,
.entry__content .single-post .cont ol {
  margin-left: 1.5em;
}

.entry__content .single-post .single-head .date {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.entry__content h2 {
  font-size: 30px;
  padding-bottom: 26px;
  line-height: 32px;
  margin-bottom: 36px;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  margin-top: 60px;
}

.entry__content .single-post h2 {
  font-size: 24px;
  color: #fff;
  padding: 18px 24px 16px 24px;
  line-height: 1.5;
  background-color: #0A59A8;
  margin-bottom: 35px;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  border-bottom: none;
  margin-top: 35px;
  border-radius: 12px;
}

.entry__content .single-post h2::after {
  display: none;
}

.entry__content h2:first-child,
.entry__content section:first-child h2,
.entry__content section #s1 + h2 {
  margin-top: 0;
}

.entry__content .single-post .mainimg {
  text-align: center;
  margin-bottom: 40px;
}

.entry__content h3 {
  font-size: 20px;
  font-weight: normal;
}

.entry__content .single-post h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid #3B60AC;
  padding-bottom: 10px;
  color: #3A5FAC;
}

.entry__content h4 {
  font-size: 18px;
  font-weight: normal;
}

.entry__content h5 {
  font-size: 16px;
  font-weight: normal;
}

.entry__content h6 {
  font-size: 15px;
  font-weight: normal;
}

.entry__content {
  line-height: 1.5;
}

.entry__content p {
  margin-bottom: 20px;
  line-height: 2;
}

.entry__content .btxt {
  font-weight: bold;
  margin: 30px 0 30px 0;
}

.entry__content .single-post .linkarea {
  display: table;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  position: relative;
}

.entry__content .single-post .linkarea > li {
  display: table-cell;
  width: 33.33333333%;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.entry__content .single-post .linkarea > li:first-child {
  text-align: left;
}

.entry__content .single-post .linkarea > li:nth-child(2) {
  text-align: center;
}

.entry__content .single-post .linkarea > li:last-child {
  text-align: right;
}

.entry__content .single-post .linkarea > li a {
  border-bottom: 1px solid #999;
  line-height: 1.2;
  text-decoration: none;
}

.entry__content .single-post .linkarea > li a:hover {
  opacity: 0.8;
}

.entry__content .single-post .linkarea > li:first-child a:before {
  content: "\f0d9";
  font-family: "Genericons";
  line-height: 1;
  color: #006AB3;
  margin-right: 10px;
  margin-left: -15px;
}

.entry__content .single-post .linkarea > li:last-child a:after {
  content: "\f0da";
  font-family: "Genericons";
  margin-left: 10px;
  margin-right: -15px;
  line-height: 1;
  color: #006AB3;
}

.screen-reader-text {
  display: none;
}

.entry__content .single-post .txt {
  line-height: 1.8;
}

.post-navigation {
  border-bottom: 1px solid #ddd;
  width: auto;
  height: 60px;
  line-height: 60px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 218px;
  height: 60px;
  line-height: 60px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  width: 218px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: underline;
}

.post-navigation .nav-previous a:before {
  content: "＜";
  font-family: "Genericons";
  line-height: 60px;
  padding-right: 0px;
}

.post-navigation .nav-next {
  position: absolute;
  top: 0;
  right: 0;
}

.post-navigation .nav-next a:after {
  content: " ＞";
  font-family: "Genericons";
  padding-left: 0px;
  line-height: 60px;
}

.linkarea .linklist {
  border-right: 0;
  text-decoration: underline;
  display: block;
  position: absolute;
  left: calc(50% - 229px);
  top: 0;
  width: 458px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.post-navigation a:hover,
.linkarea .linklist:hover {
  background-color: #eee;
}

.linkarea .sns_btn {
  text-align: center;
  margin: 20px 0;
}

.linkarea .sns_btn ul,
.linkarea .sns_btn li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.linkarea .sns_btn li {
  letter-spacing: normal;
  display: inline-block;
  padding: 0 6px;
  vertical-align: top;
}

.linkarea .sns_btn li a {
  width: 150px;
  height: 37px;
  display: block;
  padding: 0 15px;
  color: #fff;
  line-height: 37px;
  text-decoration: none;
  border-radius: 10px;
  font-family: "Genericons";
  font-size: 20px;
}

.linkarea .sns_btn li a:hover {
  opacity: 0.8;
}

.linkarea .sns_btn li.ogn_line a {
  background: #00B900 url(images/icon_line.png) center center no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}

.linkarea .sns_btn li.ogn_tweet a {
  background-color: #1291DF;
}

.linkarea .sns_btn li.ogn_tweet a i:before {
  content: "\f099";
  font-style: normal;
}

.linkarea .sns_btn li.ogn_facebook a {
  background-color: #4267B2;
}

.linkarea .sns_btn li.ogn_facebook a i:before {
  content: "\f09a";
  font-style: normal;
}

.resentarea h4 {
  color: #fff;
  background-color: #999999;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 24px;
  margin: 50px 0 30px;
}

@media screen and (max-width: 767px) {
  .entry__content .single-post {
    border-top: none;
    padding-top: 5px;
  }
  .entry__content .single-post .single-head {
    border-top: 2px solid #006AB3;
    padding-left: 8px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .entry__content .single-post .cat {
    width: 60px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    font-size: 11px;
    color: #fff;
    height: 22px;
    line-height: 22px;
  }
  .entry__content h2 span {
    margin-left: 0px;
    line-height: 1;
    font-size: 12px;
  }
  .entry__content .single-post h1 {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .entry__content .single-post h1 span {
    margin-left: 10px;
    line-height: 1;
    font-size: 12px;
  }
  .entry__content p {
    margin-bottom: 15px;
    line-height: 1.8;
  }
  .entry__content h2 {
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 40px;
  }
  .entry__content .single-post .mainimg {
    margin-bottom: 20px;
  }
  .entry__content .single-post h2 {
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
    border-bottom: none;
    margin-top: 20px;
    border-radius: 5px;
    padding: 8px 12px 6px 12px;
  }
  .entry__content h2:first-child {
    margin-top: 0;
  }
  .entry__content h3 {
    font-size: 18px;
  }
  .entry__content .single-post h3 {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .entry__content h4 {
    font-size: 16px;
  }
  .entry__content h5 {
    font-size: 15px;
  }
  .entry__content h6 {
    font-size: 15px;
  }
  .entry__content .single-post .txt {
    line-height: 1.8;
    font-size: 12px;
  }
  .entry__content .single-post {
    margin: 0 0px;
  }
  .entry__content .single-post:after {
    content: "";
    display: block;
    clear: both;
  }
  .entry__content .single-post .single-head .date {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .entry__content .single-post ul,
.entry__content .single-post ol {
    font-size: 14px;
  }
  .entry__content p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .entry__content .single-post p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .entry__content .single-post a {
    line-height: 1.5;
    font-size: 14px;
  }
  .page-contact .entry__content {
    position: relative;
    padding-top: 25px;
  }
  .page-contact .pmark {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 50px;
    height: 50px;
  }
  .entry__content .single-post .linkarea {
    margin: 30px 0 30px;
    background-color: transparent;
    display: block;
    border: none;
  }
  .entry__content .single-post .linkarea > li a {
    width: 90px;
    text-decoration: none;
    border: 1px solid #006AB3;
    background-color: #fff;
    border-radius: 7px;
    color: #006AB3;
    font-size: 12px;
    line-height: 34px;
    height: 36px;
    text-align: center;
    display: inline-block;
  }
  .post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 32%;
    height: 40px;
    line-height: 40px;
  }
  .post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: block;
    width: auto;
    height: 36px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0A59A8;
    border-radius: 5px;
    background-color: #fff;
    font-size: 12px;
  }
  .entry__content .single-post .linkarea > li:first-child a:before {
    margin-right: 5px;
    margin-left: 0px;
  }
  .entry__content .single-post .linkarea > li:last-child a:after {
    margin-left: 5px;
    margin-right: 0px;
    line-height: 1;
  }
  .post-navigation {
    border-bottom: none;
    width: auto;
    height: auto;
    line-height: 1 !important;
    padding-bottom: 0px;
  }
  .post-navigation .nav-previous a:before {
    content: "\f0d9";
    font-family: "Genericons";
    line-height: 34px;
    color: #006AB3;
    margin-right: 0px;
  }
  .post-navigation .nav-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .post-navigation .nav-next a:after {
    content: "\f0da";
    font-family: "Genericons";
    margin-left: 0px;
    line-height: 34px;
    color: #006AB3;
  }
  .linkarea .linklist {
    border-right: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 34%;
    top: 0;
    width: 32%;
    height: 36px;
    line-height: 34px !important;
    text-align: center;
    border: 1px solid #0A59A8;
    border-radius: 5px;
    background-color: #fff;
    font-size: 12px !important;
  }
  .linkarea .sns_btn {
    text-align: center;
    margin: 10px 0 20px;
  }
  .linkarea .sns_btn li {
    width: 32%;
    letter-spacing: normal;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    padding: 0 0.51%;
  }
  .linkarea .sns_btn li a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
  }
  .resentarea h4 {
    font-size: 15px;
    font-weight: normal;
    padding: 8px 12px;
    margin: 30px 0 20px;
  }
  .resentarea .newsarea li:nth-of-type(n+3) {
    display: none;
  }
  .resentarea .newsarea ul {
    margin-left: 0;
  }
}
/*==================================================
 * archive
 *================================================*/
/**
 * .entries
 */
.entries .article {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.entries .article .entry_title {
  font-size: 16px;
  border-left: 2px solid #008C8C;
  padding: 0px 0 0px 15px;
  margin-bottom: 10px;
  display: block;
  padding: 0px 110px 0px 15px;
}

.entries .article .date {
  padding: 2px 7px;
  float: right;
  color: #FFF;
  display: block;
  background-color: #107E67;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .entries .article .entry {
    text-align: right;
  }
  .entries .article .date {
    display: inline-block;
  }
  .entries .article .entry_title {
    width: 100%;
    padding: 0px 10px 0px 10px;
    margin-top: 30px;
    text-align: left;
  }
  .entries .article .entry__summary {
    text-align: left;
  }
}
.entries .entry--has_media__inner:before,
.entries .entry--has_media__inner:after {
  content: " ";
  display: table;
}

.entries .entry--has_media__inner:after {
  clear: both;
}

.entries .entry--has_media__media {
  float: left;
  width: 90px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .entries .entry--has_media__media {
    width: 130px;
    padding-right: 20px;
  }
}
.entries .entry--has_media__link {
  width: 50px;
  height: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .entries .entry--has_media__link {
    width: 100px;
    height: 100px;
  }
}
.entries .entry--has_media__text {
  width: 50px;
  height: 50px;
  background-color: #eee;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

@media (min-width: 768px) {
  .entries .entry--has_media__text {
    width: 150px;
    height: 150px;
  }
}
.entries .entry--has_media__text:after {
  content: "";
  display: block;
  background: #fff;
  margin: 0 auto;
  height: 1px;
  width: 1em;
  position: relative;
  top: -2px;
}

.entries .entry--has_media__body {
  overflow: hidden;
}

.entries .entry--has_media__body__title {
  margin-top: 0;
}

.entries .entry-meta {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*==================================================
 * Tags
 *================================================*/
/**
 * body
 */
body {
  -webkit-font-smoothing: antialiased;
}

/**
 * heading
 */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/**
 * img
 */
img {
  height: auto;
  max-width: 100%;
}

/**
 * a
 */
a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
}

/**
 * blockquote
 */
blockquote {
  font-size: 100%;
}

/**
 * media
 */
embed,
iframe,
object {
  max-width: 100%;
}

/**
 * table
 */
table {
  margin-bottom: 11.5px;
}

table small {
  font-weight: normal;
}

.post-6 .entry__content td,
th {
  padding: 5px 10px;
}

/**
 * list
 */
dl {
  margin-bottom: 11.5px;
}

/**
 * .section
 */
section {
  position: relative;
}

section #s1,
section #s2,
section #s3,
section #s4,
section #s5,
section #s6 {
  position: absolute;
  top: -95px;
}

.home section #s1 {
  top: -70px;
}

section .anc {
  position: absolute;
  top: -102px;
}

@media screen and (max-width: 767px) {
  .home section #s1 {
    top: -50px;
  }
}
.section {
  padding-top: 0px;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.section .anc {
  position: absolute;
  top: -96px;
  width: 1px;
  height: 1px;
}

.section__title,
.section-title {
  font-size: 24px;
  margin: 0 0 10px 0px;
  text-align: left;
  font-weight: normal;
  color: #445853;
}

h2.section__title {
  color: #107E67;
  font-size: 160%;
  border-bottom: 2px solid #D3D0C8;
  display: block;
  position: relative;
  padding-bottom: 8px;
  margin: 0 0px 34px 0;
  font-weight: normal;
  text-align: left;
}

h2.section__title:after {
  content: "";
  border-bottom: 2px solid #107E67;
  width: 30%;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.home .section__title,
.section-title {
  font-size: 28px;
  margin: 0 0 0 0px;
}

ul.square {
  list-style: none;
  margin-left: 1.5em;
  margin-bottom: 30px;
}

ul.square li {
  text-indent: -1.5em;
}

ul.square li:before {
  content: "■";
  color: #107E67;
  padding-right: 0.5em;
}

ul.circle {
  list-style: none;
  margin-left: 1.5em;
  margin-bottom: 30px;
}

ul.circle li:before {
  content: "・";
  padding-right: 0.5em;
}

ul.circle li {
  text-indent: -1.5em;
  margin-bottom: 5px;
}

ol.numbers {
  margin-left: 1.5em;
}

.entry__content h3 + p {
  margin-bottom: 30px;
}

ul + .note {
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 30px;
}

.section dl {
  width: 100%;
  display: table;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0;
}

.section dl:last-child {
  border-bottom: none;
}

.section dt {
  display: table-cell;
  width: 25%;
}

.section dd {
  display: table-cell;
  width: 75%;
  line-height: 1.5;
}

.section dd span {
  padding-left: 1em;
}

.section dd p {
  line-height: 1.5;
}

@media (max-width: 480px) {
  .section dt {
    display: block;
    width: 100%;
  }
  .section dd {
    display: block;
    width: 100%;
  }
}
/*-------------------------------
事業案内
------------------------------- */
.page-mobility .entry__content,
.page-parts .entry__content,
.page-docomo .entry__content,
.page-denso .entry__content {
  padding: 0;
  margin-bottom: 0px;
}

.service-page {
  padding: 0px 0px 0;
}

.page-header .ttlarea {
  position: relative;
  display: inline-block;
  margin: 140px 0 0 105px;
}

.page-header .ttlarea:before {
  width: 164px;
  height: 164px;
  margin: 0 auto 0px;
  position: absolute;
  left: -210px;
  top: -45px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-color: #fff;
}

.page-header .ttlarea .page-header__title {
  color: #fff;
  font-size: 44px;
  padding-left: 0px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.page-header .ttlarea .etitle {
  margin: 0px 0 20px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  line-height: 1;
  padding-left: 0px;
}

.page-header .ttlarea .etitle:after {
  display: none;
}

.page-parts-recruit .page-header .ttlarea:before,
.page-parts .page-header .ttlarea:before {
  background-image: url(images/logo.svg);
  background-size: 116px auto;
}

.page-docomo-recruit .page-header .ttlarea:before,
.page-docomo .page-header .ttlarea:before {
  background-image: url(images/mark_top3.png);
  background-size: 135px auto;
}

.page-denso-recruit .page-header .ttlarea:before,
.page-denso .page-header .ttlarea:before {
  background-image: url(images/mark_top2.png);
  background-size: 120px auto;
}

.page-mobility .page-header .ttlarea:before {
  background-image: url(images/mlogo.svg);
  background-size: 92px auto;
}

.btnset .fourlist li > div {
  margin: auto;
  width: 100%;
  text-align: center;
}

.service-page .ttlarea .ettl {
  line-height: 1;
  text-align: left;
  padding-top: 0px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.service-page .ttlarea .ettl {
  text-align: center;
}

.service-page .ttlarea .ttl {
  font-size: 10px;
  padding: 0px 0 0;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}

.service-page .ttlarea .ttl {
  text-align: center;
}

.service-page h2 {
  color: #000;
  display: block;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 0px;
}

.service-page h2 span {
  color: #000;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  margin-top: 0px;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.service-page h2 span:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000;
  text-align: center;
  margin: 18px auto;
}

.service-page .s1 p {
  text-align: center;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 30px;
}

.service-page .column {
  width: 100%;
  height: 440px;
  min-width: 1200px !important;
}

.service-page .column > div:first-child {
  background-position: center center;
  background-repeat: no-repeat;
  height: 440px;
  background-size: cover;
}

.service-page .column > div:nth-child(2) .rightcont {
  width: 600px;
  display: table-cell;
  box-sizing: border-box;
  padding: 0 0px 0 60px;
  height: 440px;
  vertical-align: middle;
  text-align: left;
}

.service-page .column > div:nth-child(2) .row {
  display: table;
  box-sizing: border-box;
  height: 440px;
}

.service-page .column .sttl {
  color: #F29F00;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.service-page .column .ttl {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}

.service-page section.s1 .column .ttl {
  font-size: 23px;
  margin-bottom: 25px;
  font-weight: normal;
}

.service-page .column .txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0px;
  color: #000;
}

.service-page .column .txt span {
  margin-right: 20px;
  vertical-align: top;
  display: inline-block;
  margin-top: 20px;
}

.page-parts .column > div:first-child {
  background-image: url(images/img_parts1.jpg);
}

.page-docomo .column > div:first-child {
  background-image: url(images/img_docomo1.jpg);
}

.page-denso .column > div:first-child {
  background-image: url(images/img_denso1.jpg);
}

.page-mobility .column > div:first-child {
  background-image: url(images/img-mobility01.jpg);
}

.service-page section.s1 .shop {
  position: relative;
  margin: 30px 0 0 0px;
  padding-left: 108px;
  line-height: 2;
}

.service-page section.s1 .shop a.mark {
  display: block;
  content: "";
  border: 1px solid #ccc;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/mark_com3.png) center center no-repeat;
  background-size: 80% auto;
}

.service-page section.s1 .shop a.mark:hover {
  opacity: 0.8;
}

.service-page section.s1 .shop .ssttl {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}

.service-page section.s1 .shop .ssttl a {
  color: #000;
}

.service-page section.s1 .shop .ssttl a:hover {
  opacity: 0.8;
}

.service-page section.s2 {
  background-color: #eee;
  padding: 90px 0;
}

.service-page section.s1 .shop a {
  text-decoration: underline;
  color: #0066CC;
}

.service-page section.s2 h3 {
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  font-weight: bold;
  margin-bottom: 40px;
}

.service-page section.s2 .twolist:after {
  content: " ";
  display: table;
  clear: both;
}

.service-page section.s2 .twolist.t1 .img {
  float: right;
  padding-left: 18px;
}

.service-page section.s2 .twolist.t2 .img {
  padding-right: 18px;
}

.service-page section.s2 .twolist.t1 .cont {
  padding-right: 18px;
}

.service-page section.s2 .twolist.t2 .cont {
  padding-left: 18px;
}

.service-page section.s2 .row {
  display: table;
  box-sizing: border-box;
  height: 369px;
}

.service-page section.s2 .cont > div {
  display: table-cell;
  box-sizing: border-box;
  padding: 0 0px 0 0px;
  height: 369px;
  vertical-align: middle;
  text-align: left;
}

.service-page section.s2 .cont .ttl {
  font-size: 23px;
  margin-bottom: 25px;
  color: #000;
}

.service-page section.s2 .cont .txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0px;
  color: #000;
}

.service-page section.s2 .twolist {
  margin: 0 0 50px;
}

.service-page section.s2 .fourlist {
  margin: 50px -16px 50px;
}

.service-page section.s2 .fivelist {
  margin-bottom: 80px;
}

.service-page section.s2 .fourlist li > div {
  padding: 0 16px;
}

.service-page section.s2 .fourlist li > div .img {
  margin-bottom: 24px;
}

.page-denso .service-page section.s2 .fourlist li > div .ttl {
  height: 5em;
}

.service-page section.s2 .fourlist li > div .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0A59A5;
  height: 3.5em;
}

.service-page section.s2 .fourlist.workslist li > div .ttl {
  font-size: 18px;
}

.page-mobility section.s2 .fourlist li > div .ttl {
  text-align: center;
}

.page-mobility section .s3 {
  position: relative;
}

.service-page section.s2 a.entrybtn {
  display: block;
  margin: 80px auto 0;
  background-color: #0A59A8;
  width: 415px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
  position: relative;
}

.service-page section.s2 a.entrybtn::after {
  line-height: 16px;
  right: 30px;
  top: 0;
  font-family: "Genericons";
  content: "\f105";
  line-height: 68px;
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .service-page {
    padding: 0px 0px 0px;
  }
  .page-header .ttlarea {
    position: relative;
    display: inline-block;
    margin: 65px 0 30px 105px;
  }
  .page-header .ttlarea:before {
    width: 82px;
    height: 82px;
    margin: 0 auto 0px;
    position: absolute;
    left: -100px;
    top: -15px;
    background-color: #fff;
  }
  .service-page h2 {
    font-size: 10px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .service-page h2 span {
    font-size: 24px;
    margin-top: 10px;
  }
  .page-parts-recruit .page-header .ttlarea:before,
.page-parts .page-header .ttlarea:before {
    background-size: 45px auto;
  }
  .page-docomo-recruit .page-header .ttlarea:before,
.page-docomo .page-header .ttlarea:before {
    background-size: 60px auto;
  }
  .page-denso-recruit .page-header .ttlarea:before,
.page-denso .page-header .ttlarea:before {
    background-size: 70px auto;
  }
  .page-header .ttlarea .page-header__title {
    color: #fff;
    font-size: 24px !important;
    padding-left: 0px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    text-align: left;
  }
  .page-header .ttlarea .etitle {
    margin: 0px 0 10px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    line-height: 1;
    padding-left: 0px;
  }
  .page-header .ttlarea .etitle:after {
    display: none;
  }
  .service-page .column {
    padding: 30px 15px 10px;
    height: auto !important;
    min-width: auto !important;
  }
  .service-page .column > div:nth-child(2) .rightcont {
    width: auto;
    display: block;
    padding: 0 0px 0 0px;
    height: auto;
  }
  .service-page .column .txt {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0px;
  }
  .service-page .column > div {
    height: auto;
    padding-top: 0;
    float: none !important;
  }
  .service-page .column > div .rightcont {
    width: auto;
    display: block;
    padding: 50px 0px 0 0px;
    height: auto;
  }
  .service-page .column > div:nth-child(2) {
    padding: 20px 0 0;
  }
  .service-page .column > div:nth-child(2) .row {
    display: block;
    height: auto;
  }
  .service-page .column .ttl {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .service-page .column > div:first-child {
    height: auto;
    float: none;
    padding-top: 58.6567164179%;
  }
  .service-page section.s1 .shop {
    padding-left: 88px;
    line-height: 1.5;
    font-size: 13px;
  }
  .service-page section.s1 .shop a.mark {
    width: 65px;
    height: 65px;
  }
  .service-page section.s1 .shop .ssttl {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
  }
  .service-page section.s2 h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .service-page section.s2 {
    padding: 30px 15px 40px;
  }
  .service-page h2 span:after {
    width: 30px;
    height: 1px;
    margin: 10px auto 15px;
  }
  .service-page section.s2 .twolist .img {
    float: none;
    padding-left: 0;
    margin-bottom: 20px;
    padding-right: 0 !important;
  }
  .service-page section.s2 .row {
    display: block;
    height: auto;
  }
  .service-page section.s2 .cont .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .service-page section.s2 .twolist.t1 .cont {
    padding-right: 0px;
  }
  .service-page section.s2 .cont .txt {
    font-size: 12px;
    line-height: 1.8;
  }
  .service-page section.s2 .cont > div {
    display: block;
    padding: 0 0px 0 0px;
    height: auto;
  }
  .service-page section.s2 .twolist {
    margin: 0 0 30px;
  }
  .service-page section.s2 .fourlist {
    margin: 25px -8px 0px;
  }
  .service-page section.s2 .fourlist > li {
    width: 100% !important;
  }
  .service-page section.s2 .fourlist li > div {
    padding: 0 8px;
  }
  .service-page section.s2 .fourlist li > div .ttl {
    font-size: 14px;
    height: 3.5em;
  }
  .service-page section.s2 .fourlist.workslist li > div .ttl {
    font-size: 14px;
  }
  .service-page section.s2 .fourlist li > div p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .service-page section.s2 .twolist.t2 .cont {
    padding-left: 0px;
  }
  .service-page section.s2 a.entrybtn {
    margin: 0px auto 0;
    width: auto;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .service-page section.s2 a.entrybtn::after {
    right: 20px;
    line-height: 45px;
    font-size: 26px;
  }
  .service-page .column .txt {
    margin-bottom: 20px;
  }
  .service-page .column .txt .banner {
    letter-spacing: -0.4em;
  }
  .service-page .column .txt span {
    margin-right: 0px;
    margin-top: 10px;
    width: 50%;
    letter-spacing: normal;
    text-align: center;
  }
  .service-page .column .txt span img {
    width: 95%;
    height: auto;
  }
  .service-page section.s2 .twolist.t1 .img {
    float: none;
    padding-left: 0;
  }
  /*mobility*/
  .page-mobility section.s2 .fourlist {
    margin: 25px -8px 50px;
  }
  .page-mobility section.s2 .fourlist > li {
    width: 50% !important;
  }
  .page-mobility section.s2 .fourlist > li > div {
    padding: 0 8px;
  }
  .page-mobility section.s2 .fourlist > li > div .ttl {
    font-size: 13px;
    height: 3.5em;
  }
  .page-mobility section.s2 .fourlist > li > div .ttl p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-mobility .s3 {
    padding: 30px 0px 40px;
  }
  .page-mobility .s3 .fivelist {
    margin: 25px -8px 0px;
  }
  .page-mobility .s3 .fivelist > li {
    width: 50% !important;
    margin: 0 0 15px;
  }
  .page-mobility .s3 .fivelist > li > div {
    padding: 0 8px;
  }
}
/*-------------------------------
各募集要項
------------------------------- */
.page-child .sub-page-contents .entry {
  background-color: #EFEFEF;
}

section.s1.recruitarea {
  text-align: center;
}

section.s1.recruitarea h2 {
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 20px;
  margin-top: 20px;
}

section.s1.recruitarea .nav-tabs > li > a {
  margin-right: 10px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 7px 7px 0 0;
  width: 245px;
  color: #000;
  font-weight: bold;
  background-color: #E4E4E4;
  padding: 23px 0;
  border-bottom: 1px solid #fff;
}

section.s1.recruitarea .nav-tabs > li > a h3 {
  margin: 0;
  font-weight: bold;
}

section.s1.recruitarea .nav-tabs > li.active > a,
section.s1.recruitarea .nav-tabs > li.active > a:focus,
section.s1.recruitarea .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border: 1px solid white;
}

section.s1.recruitarea .nav-tabs {
  border-bottom: none;
}

section.s1.recruitarea .panel {
  background-color: transparent;
  border: none;
}

section.s1.recruitarea .tab-pane .inner {
  background-color: #fff;
  padding: 40px 50px;
}

section.s1.recruitarea .tbllist .table {
  margin-bottom: 10px;
}

section.s1.recruitarea .tbllist .table > tbody > tr > th {
  padding: 16px 20px 14px;
  vertical-align: top;
  line-height: 1.5;
  font-weight: bold;
  background-color: #EFEFEF;
  width: 150px;
}

section.s1.recruitarea .tbllist .table > tbody > tr > td {
  text-align: left;
  padding: 16px 20px 14px;
  line-height: 1.5;
}

section.s1.recruitarea a.entrybtn {
  display: block;
  margin: 60px auto 0;
  background-color: #0A59A8;
  width: 415px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
  position: relative;
}

section.s1.recruitarea a.entrybtn::after {
  line-height: 16px;
  right: 30px;
  top: 0;
  font-family: "Genericons";
  content: "\f105";
  line-height: 68px;
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  section.s1.recruitarea h2 {
    padding: 10px 0;
    margin-bottom: 25px;
    font-size: 15px !important;
    margin-top: 10px;
  }
  section.s1.recruitarea .nav-tabs > li {
    margin-right: 1.3333%;
    width: 32%;
  }
  section.s1.recruitarea .nav-tabs > li > a {
    margin-right: 0;
    width: auto;
    padding: 10px 0;
  }
  section.s1.recruitarea .nav-tabs > li > a h3 {
    font-size: 14px;
  }
  section.s1.recruitarea .panel {
    margin: 0 -15px;
  }
  section.s1.recruitarea .tab-pane .inner {
    padding: 20px 15px;
  }
  section.s1.recruitarea .tbllist .table > tbody > tr > th {
    padding: 10px 10px 8px;
    vertical-align: top;
    width: 80px;
  }
  section.s1.recruitarea .tbllist .table > tbody > tr > td {
    text-align: left;
    padding: 10px 10px 8px;
  }
  section.s1.recruitarea .tbllist .table {
    margin-bottom: 0px;
  }
  section.s1.recruitarea a.entrybtn {
    margin: 30px 15px 20px;
    width: auto;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  section.s1.recruitarea a.entrybtn::after {
    right: 20px;
    line-height: 45px;
    font-size: 26px;
  }
}
/*-------------------------------
会社概要
------------------------------- */
.page-company .entry__content {
  padding: 85px 0px 0;
}

.page-company .entry__content h2 {
  color: #000;
  display: block;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
  padding-bottom: 0px;
}

.page-company .entry__content h2 span {
  color: #000;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  margin-top: 0px;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-company .s1 p {
  text-align: center;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 30px;
}

.page-company section.s1 {
  padding-bottom: 60px;
}

.page-company section.s0 {
  padding-bottom: 60px;
  background-color: #EFEFEF;
}

.page-company section.s0 h3 {
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  line-height: 1;
  padding: 15px;
  margin-bottom: 25px;
  margin-top: 70px;
  font-size: 32px;
}

.page-company section.s0 .ttl {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
}

.page-company section.s0 .entry__content > div:nth-of-type(1) .ttl {
  margin-bottom: 15px;
  font-size: 26px;
}

.page-company section.s0 .txt {
  font-size: 15px;
  line-height: 2;
}

.page-company section.s0 .entry__content > div {
  padding: 0 0px 0px;
}

.page-company section.s2 {
  padding-bottom: 0px;
  background-color: #fff !important;
  padding: 0px 0;
}

.page-company section.s2 .tbllist .twolist > div:last-child table {
  border-bottom: 1px solid #ccc;
  display: block;
}

.page-company section.s2 .tbllist .twolist > div:last-child table th,
.page-company section.s2 .tbllist .twolist > div:last-child table td {
  display: block;
  width: 100%;
}

.page-company section.s2 .tbllist .twolist > div:last-child table th {
  border-top: 1px solid #ccc;
  border-bottom: none;
  padding: 12px 0px 0;
}

.page-company section.s2 .tbllist .twolist > div:last-child table td {
  border-top: none;
  border-bottom: none;
  padding: 10px 0px 12px;
}

.page-company section.s3 {
  background-color: #fff;
  padding-bottom: 60px;
}

.page-company section.s3 .entry__content {
  padding: 55px 0px 0;
}

.page-company section.s3 .tbllist th {
  width: 185px;
  letter-spacing: -0.05em;
}

.page-company section.s4 {
  padding-bottom: 50px;
  background-color: #EFEFEF;
}

.page-company section.s4 h3 {
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  font-weight: bold;
  margin-bottom: 40px;
}

.page-company section.s4 ul {
  list-style: none;
  margin-bottom: 50px;
}

.page-company section.s4 ul li {
  border-top: 1px solid #ccc;
  padding: 26px 0;
  position: relative;
}

.page-company section.s4 ul li:last-child {
  border-bottom: 1px solid #ccc;
}

.page-company section.s4 ul li .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.page-company section.s4 ul li a {
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  width: 178px;
  margin: 0px 0 0 0;
  border-radius: 4px;
  border: 1px solid #0A59A8;
  background-color: #fff;
  color: #0A59A8;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  height: 58px;
  text-decoration: none;
  line-height: 56px;
}

.page-company section.s4 ul li a::after {
  line-height: 16px;
  right: 15px;
  top: 0;
  font-family: "Genericons";
  content: "\f105";
  line-height: 56px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  text-decoration: none;
}

.page-company section.s4 ul li a:hover {
  background-color: #eee;
}

.tbllist {
  padding-bottom: 10px;
  padding-top: 10px;
}

.tbllist table {
  width: 100%;
}

.tbllist .table > tbody > tr > th {
  padding: 0px 16px;
  vertical-align: top;
  line-height: 60px;
  font-weight: bold;
}

.tbllist .table > tbody > tr:last-child > th,
.tbllist .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}

.page-company .tbllist .fivelist li {
  margin: 0;
}

.page-company section.s2 .tbllist th {
  width: 155px;
}

.tbllist .table > tbody > tr > td {
  line-height: 1.8;
  padding: 16px 0px;
}

.tbllist .table > tbody > tr > td .img {
  display: inline-block;
  vertical-align: top;
}

.tbllist .table > tbody > tr > td .img img {
  width: 233px;
  height: auto;
}

.tbllist .table > tbody > tr > td .cont {
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
}

.tbllist .table > tbody > tr > td .cont strong {
  display: block;
}

.tbllist .table > tbody > tr > td .cont a {
  text-decoration: underline;
}

.tbllist .table > tbody > tr > td .cont a:hover {
  text-decoration: none;
}

.tbllist .table > tbody > tr > td .fivelist {
  margin-bottom: 30px;
  max-width: 850px;
}

.tbllist .table > tbody > tr > td .fivelist li {
  padding: 0 7px;
  width: 25%;
}

.tbllist .table > tbody > tr > td .fivelist li div {
  line-height: 1.5;
}

.tbllist .table > tbody > tr > td .fivelist li div:before {
  content: "";
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100px;
  display: block;
  margin-bottom: 10px;
}

.tbllist .table > tbody > tr > td .fivelist li:first-child div:before {
  background-image: url(images/mark_com1.png);
}

.tbllist .table > tbody > tr > td .fivelist li:nth-child(2) div:before {
  background-image: url(images/mark_com2.png);
}

.tbllist .table > tbody > tr > td .fivelist li:nth-child(3) div:before {
  background-image: url(images/mark_com3.png);
}

.tbllist .table > tbody > tr > td .fivelist li:nth-child(4) div:before {
  background-image: url(images/mark_com4.png);
}

.tbllist .table > tbody > tr > td .fivelist li:nth-child(5) div:before {
  background-image: url(images/mark_com5.png);
}

.tbllist .table > tbody > tr > td .fivelist li:nth-child(6) div:before {
  background-image: url(images/mark_com6.png);
}

.tbllist .table > tbody > tr > td .fivelist li:nth-child(7) div:before {
  background-image: url(images/mark_com7.png);
}

.tbllist .table > tbody > tr > td .fivelist li:nth-child(8) div:before {
  background-image: url(images/mark_com8.png);
}

.tbllist .table > tbody > tr > td .fourlist {
  font-size: 15px;
}

.tbllist .table > tbody > tr > td .fourlist li:nth-child(2) {
  width: 28%;
  padding-right: 10px;
}

.tbllist .table > tbody > tr > td .fourlist li:nth-child(4) {
  width: 22%;
}

@media screen and (max-width: 767px) {
  .page-company .entry__content {
    padding: 0px 0px 0px;
  }
  .page-company .entry__content h2 {
    font-size: 10px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .page-company .entry__content h2 span {
    font-size: 24px;
    margin-top: 10px;
  }
  .page-company .entry__content h2 span:after {
    width: 30px;
    height: 1px;
    margin: 8px auto;
  }
  .page-company section.s0 h3 {
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
  }
  .page-company section.s0 .entry__content > div {
    padding: 0 0px 0px;
  }
  .page-company section.s0 .ttl {
    padding-left: 0px;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .page-company section.s0 .entry__content > div:nth-of-type(1) .ttl {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-company section.s0 .txt {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
  .page-company .s1 p {
    text-align: left;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .page-company .s1 .twolist > div:first-child {
    padding-bottom: 0px;
    padding-right: 0 !important;
    text-align: center;
  }
  .page-company .tbllist table {
    margin-bottom: 0;
  }
  .page-company .tbllist tr:last-child th,
.page-company .tbllist tr:last-child td {
    border-bottom: none;
  }
  .page-company .tbllist th {
    padding-left: 0;
  }
  .page-company .s1 .title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .page-company .twolist > div p {
    line-height: 1.8;
    font-size: 13px;
  }
  .page-company section.s0 {
    min-height: auto;
    padding: 30px 15px 30px;
  }
  .page-company section.s1 {
    padding: 30px 15px 30px;
  }
  .page-company section.s2 {
    padding: 30px 15px;
  }
  .page-company section.s3 {
    padding: 20px 15px 30px;
  }
  .page-company section.s4 {
    padding: 30px 15px 30px;
  }
  .page-company section.s4 h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .page-company section.s4 .txt {
    margin-top: 15px;
    font-size: 11px;
    padding: 0 0px 5px;
    height: auto;
  }
  .tbllist {
    padding-bottom: 0px;
    padding-top: 0;
  }
  .page-company section.s2 .tbllist th {
    padding: 8px 0px;
    width: 90px;
    line-height: 1.5;
  }
  .tbllist th {
    width: 90px;
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 11px;
  }
  .tbllist .table > tbody > tr > td {
    font-size: 11px;
    line-height: 1.5;
    padding: 10px 10px;
  }
  .tbllist .table > tbody > tr > td .fivelist li {
    width: 50% !important;
    margin-bottom: 10px;
  }
  .tbllist .table > tbody > tr > td .fivelist li div:before {
    background-size: 70% auto;
    width: 100%;
    height: auto;
    padding-top: 50.7614213198%;
    display: block;
    margin-bottom: 10px;
  }
  .tbllist .table > tbody > tr > td .fourlist li {
    font-size: 12px;
  }
  .tbllist .table > tbody > tr > td .cont {
    display: block;
    padding-left: 0px;
    margin: 10px 0 0;
  }
  .tbllist .table > tbody > tr > td .img img {
    width: 168px;
    height: auto;
  }
  .page-company section.s3 .tbllist th {
    width: 95px;
    padding: 10px 0px;
    line-height: 1.5;
  }
  .page-company section.s4 ul li {
    padding: 10px 0;
    font-size: 12px;
    padding-right: 100px;
  }
  .page-company section.s4 ul li .ttl {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .page-company section.s4 ul li a {
    height: 40px;
    line-height: 38px;
    top: 20px;
    right: 0;
    width: 90px;
    font-size: 13px;
  }
  .page-company section.s4 ul li a::after {
    right: 10px;
    line-height: 38px;
    font-size: 18px;
    font-weight: normal;
  }
  .page-company section.s4 ul {
    margin-bottom: 30px;
  }
}
/*-------------------------------
 お問い合わせ
------------------------------- */
.page-contact .entry .ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

.page-contact .entry p.txt {
  text-align: center;
  margin-bottom: 50px;
}

.page-contact .sub-page-contents .entry {
  background-color: #fff;
}

.page-contact dl {
  width: 100%;
  letter-spacing: -0.4em;
}

.page-contact dt,
.page-contact dd {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
}

.page-contact .general-area dt {
  width: 200px;
  line-height: 70px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.page-contact .general-area dt span {
  position: absolute;
  right: 0;
  height: 25px;
  width: 45px;
  text-align: center;
  top: 22px;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  background-color: #666;
}

.page-contact .general-area dt span.require {
  background-color: #FF9900;
}

.page-contact .general-area dd {
  margin-left: 20px;
  padding: 15px 0 0;
  width: 980px;
  line-height: 40px;
}

.page-contact .general-area dd a.clink {
  position: absolute !important;
  right: 0;
  top: 10px;
  display: block;
  width: 226px;
  margin: 0 0 0 0;
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
  border-radius: 4px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 50px;
  padding-right: 5px;
  line-height: 50px;
}

.page-contact .general-area dd a::after {
  right: 15px;
  top: 0;
  font-family: "Genericons";
  content: "\f105";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
}

.page-contact .general-area dd a:hover,
.page-contact .general-area dd a:focus {
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
}

.page-contact .general-area dd a:hover:after {
  color: #fff;
}

.page-contact dd input[type=text],
.page-contact .general-area dd input[type=tel],
.page-contact .general-area dd input[type=email] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  padding: 0 10px;
  background-color: #F6F6F6;
}

.page-contact dd .your-postal1,
.page-contact dd .your-postal2 {
  display: inline-block;
  width: 126px;
}

.page-contact dd span.line {
  padding: 0 5px;
}

.page-contact dd input.age {
  width: 6em;
}

.page-contact .general-area dd textarea {
  width: 100%;
  line-height: 1.3;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  padding: 10px;
  background-color: #F6F6F6;
}

.page-contact dd input[type=radio],
.page-contact dd input[type=checkbox],
.agree input[type=checkbox] {
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  margin-top: 0;
}

.page-contact dd input[type=radio] + span,
.page-contact dd input[type=checkbox] + span {
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-right: 20px;
}

.your-age + span,
.acceptance + a {
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}

span.wpcf7-list-item {
  margin-left: 0;
}

:-moz-placeholder-shown {
  color: #CCCCCC;
  padding-top: 4px !important;
}

:placeholder-shown {
  color: #CCCCCC;
  padding-top: 4px !important;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #CCCCCC;
  padding-top: 4px !important;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc;
  padding-top: 4px !important;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #CCCCCC;
}

.recruit-area {
  background-color: #F8F8F8;
  padding: 40px 30px;
  border-radius: 6px;
  margin: 20px 0 50px;
  position: relative;
}

.page-contact .note {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.page-contact .recruit-area .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-contact .recruit-area dt {
  width: 170px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.page-contact .recruit-area dd {
  margin-left: 20px;
  padding: 5px 0 0;
  width: 790px;
  line-height: 40px;
}

.page-contact .recruit-area a.clink2 {
  position: absolute !important;
  right: 30px;
  top: 40px;
  display: block;
  width: 188px;
  margin: 0 0 0 0;
  background-color: #fff;
  border-radius: 4px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 50px;
  padding-right: 5px;
  line-height: 50px;
}

.page-contact .recruit-area a::after {
  right: 15px;
  top: 0;
  font-family: "Genericons";
  content: "\f105";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
}

.page-contact .recruit-area a:hover,
.page-contact .recruit-area a:focus {
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
}

.page-contact .recruit-area dd a:hover:after {
  color: #fff;
}

.agree {
  text-align: center;
}

.agree a {
  text-decoration: underline;
  color: #333;
  font-size: 14px;
}

.agree a:hover,
.agree a:focus {
  color: #C0191B;
}

.page-contact form .btnarea {
  padding: 0;
  text-align: center;
  position: relative;
  width: 415px;
  margin: 35px auto 0;
  height: 70px;
  line-height: 70px;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.page-contact form .btnarea input {
  z-index: 1;
  background-color: #0A59A8;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 415px;
  margin: 0 0 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.page-contact form .btnarea input[disabled],
.page-contact form .btnarea input[disabled=disabled] {
  opacity: 0.6;
}

.page-contact form .btnarea input:hover {
  opacity: 0.6;
}

.page-contact form .btnarea input[disabled]:hover,
.page-contact form .btnarea input[disabled=disabled]:hover {
  background-color: #006AB3;
  opacity: 0.6;
}

.page-contact .agree label {
  font-weight: normal;
}

.page-contact dd .your-postal1 span.wpcf7-not-valid-tip,
.page-contact dd .your-postal2 span.wpcf7-not-valid-tip {
  display: block;
  line-height: 1.3;
  padding-top: 10px;
}

.page-contact .general-area .form-control {
  display: block;
  width: 100%;
  height: 154px;
  padding: 5px 0 0;
  margin-bottom: 35px;
}

.page-contact .general-area .txt {
  height: 144px;
  overflow-y: auto;
  padding: 20px 20px 0;
}

.acceptance {
  margin-right: 10px;
}

.general-area dd.postal .wpcf7-form-control-wrap {
  display: inline-block;
  width: 8em;
}

@media (max-width: 767px) {
  .page-contact .entry__content .ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-contact .entry p.txt {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .page-contact dt,
.page-contact dd {
    display: block;
  }
  .page-contact .general-area dt {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 55px;
  }
  .page-contact .general-area dt span {
    position: absolute;
    right: auto;
    left: 0;
    height: 25px;
    width: 45px;
    top: 0px;
    line-height: 25px;
    font-size: 13px;
  }
  .page-contact .general-area dd {
    margin-left: 0px;
    padding: 0px 0 0;
    width: 100%;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .your-kubun {
    margin-bottom: 60px;
    display: block;
  }
  .page-contact .general-area dd a.clink {
    position: absolute !important;
    left: 0;
    top: 90px;
    display: block;
    width: 100%;
    font-size: 13px;
    height: 40px;
    padding-right: 5px;
    line-height: 40px;
  }
  .page-contact dd input[type=text],
.page-contact .general-area dd input[type=tel],
.page-contact .general-area dd input[type=email] {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .page-contact .general-area dd textarea {
    width: 100%;
    line-height: 1.3;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 10px;
  }
  .page-contact dd input[type=radio],
.page-contact dd input[type=checkbox],
.agree input[type=checkbox] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: 0;
  }
  .page-contact dd input[type=radio] + span,
.page-contact dd input[type=checkbox] + span {
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    margin-right: 15px;
  }
  .wpcf7-list-item label {
    line-height: 20px;
  }
  .page-contact dd .your-postal1,
.page-contact dd .your-postal2 {
    display: inline-block;
    width: 100px;
  }
  .your-age + span,
.acceptance + a {
    vertical-align: middle;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
  }
  span.wpcf7-list-item {
    margin-left: 0;
    line-height: 20px;
  }
  .general-area span.wpcf7-list-item {
    display: block;
  }
  .recruit-area {
    background-color: #F8F8F8;
    padding: 20px 10px 10px;
    margin: 20px 0 30px;
    position: relative;
  }
  .page-contact .recruit-area .ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .page-contact .recruit-area .ttl + p {
    display: inline !important;
  }
  .page-contact .recruit-area dt {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
  }
  .page-contact .recruit-area dd {
    margin-left: 0px;
    padding: 5px 0 0;
    width: 100%;
    line-height: 25px;
  }
  .page-contact .recruit-area a.clink2 {
    position: relative !important;
    left: auto;
    right: auto;
    top: auto;
    display: block;
    width: 98%;
    margin: 0 auto 10px;
    background-color: #fff;
    border-radius: 4px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    height: 40px;
    padding-right: 5px;
    line-height: 40px;
  }
  .page-contact dd input.age {
    width: 6em;
  }
  .page-contact .agree {
    font-size: 12px;
  }
  .page-contact form .btnarea {
    width: 100%;
    margin: 20px auto 30px;
    height: 50px;
    line-height: 50px;
  }
  .page-contact form .btnarea .arrow {
    width: 100%;
    font-size: 22px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .page-contact form .btnarea input {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .page-contact form .btnarea .arrow:after {
    right: 10px;
    font-size: 18px;
  }
}
/*-------------------------------
 home
------------------------------- */
.home section {
  text-align: center;
}

.home section > * {
  text-align: left;
}

.home section .row {
  text-align: center;
}

.home section .container {
  background-color: transparent !important;
}

.home section .ttlarea {
  margin: 0 auto;
  display: inline-block;
  padding: 0px 0 55px 0;
}

.home section .ttlarea .ttl {
  position: relative;
  margin: 0 auto 14px;
  text-align: center;
  font-size: 41px;
  line-height: 1;
  font-weight: bold;
}

.home section .ttlarea .ttl:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000;
  text-align: center;
  margin: 18px auto;
}

.home section .ttlarea h2 {
  text-align: center;
  margin: 15px auto 0;
  line-height: 1;
  font-weight: normal;
  display: block;
  font-size: 16px;
}

.home .sec0 {
  margin-top: 0px;
  padding: 898px 0 70px;
  text-align: center;
  background: url(images/bg_top.png) no-repeat top center;
}

.home .sec0 .row {
  text-align: center;
  position: relative;
}

.home .sec0 {
  padding: 0px 0 0px 0;
}

.home .sec0 .titletxt {
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 185px;
  text-align: left;
  left: 0;
  background-image: url(images/slide1_txt.png);
  width: 596px;
  height: auto;
  padding-top: 200px;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.home .sec0 .minislider {
  position: absolute;
  top: 550px;
  width: 1210px;
  left: -5px;
}

.home .sec0 #minislider {
  position: relative;
}

.home .sec0 .minislider .slick-slide {
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .home .sec0 {
    padding: 0px 0 0px 0;
    position: static;
    background: url(images/sp_bg_top.png) no-repeat top center;
    background-size: 100% auto;
  }
  .home .sec0 .row {
    position: static;
  }
  .home .sec0 .titletxt {
    top: 10vh;
    text-align: left;
    left: 20px;
    background-image: url(images/slide1_txt.png);
    width: 265px;
    height: 134px;
    background-size: 100% auto;
    color: #fff;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-top: 80px;
  }
  .home .sec0 .minislider {
    position: absolute;
    top: 250px;
    width: 80%;
    left: 10%;
  }
  .home .sec0 #minislider {
    position: relative;
  }
  .home .sec0 .minislider .slick-slide {
    padding: 0 5px;
  }
}
/*sec1*/
.home .sec1 {
  padding: 0px 0 80px;
  margin-top: 950px;
  text-align: center;
  position: relative;
}

.home .sec1 .ttlarea {
  color: #fff;
}

.home .sec1 .ttlarea .ttl:after {
  background-color: #fff;
}

.home .sec1 .servicearea {
  text-align: left;
}

.home .sec1 .column:nth-child(even) {
  width: 100%;
  height: 440px;
}

.home .sec1 .column:nth-child(even) .leftfr {
  background-position: center center;
  background-repeat: no-repeat;
  height: 440px;
  background-size: cover;
}

.home .sec1 .column:nth-child(even) .leftfr .leftcont {
  width: 600px;
  box-sizing: border-box;
  height: 440px;
  text-align: left;
}

.home .sec1 .column:nth-child(even) .rightfr {
  height: 440px;
}

.home .sec1 .column:nth-child(even) .rightfr .rightcont {
  width: 600px;
  display: table-cell;
  box-sizing: border-box;
  padding: 0 0px 0 60px;
  height: 440px;
  vertical-align: middle;
  text-align: left;
}

.home .sec1 .column:nth-child(even) .rightfr .row {
  display: table;
  box-sizing: border-box;
  height: 440px;
}

.home .sec1 .column .sttl {
  color: #F29F00;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.home .sec1 .column .ttl {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}

.home .sec1 .column .ttl .sttl2 {
  margin-left: 30px;
  font-size: 16px;
}

.home .sec1 .column .txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0px;
  color: #000;
}

/*****odd***********/
.home .sec1 .column:nth-child(odd) {
  width: 100%;
  height: 440px;
}

.home .sec1 .column:nth-child(odd) .leftfr {
  height: 440px;
}

.home .sec1 .column:nth-child(odd) .leftfr .leftcont {
  width: 600px;
  display: table-cell;
  box-sizing: border-box;
  padding: 0 60px 0 0px;
  height: 440px;
  vertical-align: middle;
  text-align: left;
}

.home .sec1 .column:nth-child(odd) .leftfr .row {
  display: table;
  box-sizing: border-box;
  height: 440px;
  float: right;
}

.home .sec1 .column:nth-child(odd) .rightfr {
  background-position: center center;
  background-repeat: no-repeat;
  height: 440px;
  background-size: cover;
  float: right;
}

.home .sec1 .column:nth-child(odd) .rightfr .rightcont {
  width: 600px;
  box-sizing: border-box;
  height: 440px;
  text-align: left;
}

.home .sec1 .column {
  min-width: 1200px !important;
}

.home .sec1 .column:first-child .rightfr {
  background-image: url(images/img_top01.jpg);
}

.home .sec1 .column:nth-child(2) .leftfr {
  background-image: url(images/img_top02.jpg);
}

.home .sec1 .column:nth-child(3) .rightfr {
  background-image: url(images/img_top03.jpg);
}

.home .sec1 .column:nth-child(4) .leftfr {
  background-image: url(images/img_top05.jpg);
}

@media screen and (max-width: 767px) {
  .home .sec0 .ancer {
    top: -95px;
  }
  .page .ancer {
    top: -95px;
  }
  .home .sec1 {
    padding: 0px 0 80px;
    margin-top: 0;
    text-align: center;
    position: relative;
  }
  .home .sec1 .column {
    padding: 30px 0 10px;
    height: auto !important;
  }
  .home .sec1 .column:nth-child(odd) {
    width: auto;
    height: auto;
  }
  .home .sec1 .column {
    min-width: auto !important;
  }
  .home .sec1 .column:nth-child(even) .leftfr,
.home .sec1 .column:nth-child(odd) .leftfr,
.home .sec1 .column:nth-child(even) .rightfr,
.home .sec1 .column:nth-child(odd) .rightfr {
    height: auto;
    padding-top: 0;
    float: none !important;
  }
  .home .sec1 .column:nth-child(odd) .leftfr .row {
    display: block;
    height: auto;
    float: none;
  }
  .home .sec1 .column:nth-child(odd) .leftfr .leftcont {
    width: auto;
    display: block;
    padding: 0 0px 0 0px;
    height: auto;
  }
  .home .sec1 .column:first-child .leftfr .leftcont {
    background: url(images/logo.svg) top center no-repeat;
    padding-top: 50px;
    background-size: 70px auto;
  }
  .home .sec1 .column:nth-child(2) .rightfr .rightcont {
    background: url(images/mark_top2.png) top center no-repeat;
    background-size: 110px auto;
    width: auto;
    display: block;
    padding: 50px 0px 0 0px;
    height: auto;
  }
  .home .sec1 .column:nth-child(3) .leftfr .leftcont {
    background: url(images/mark_top3.png) top center no-repeat;
    background-size: 110px auto;
    width: auto;
    display: block;
    padding: 40px 0px 0 0px;
    height: auto;
  }
  .home .sec1 .column:nth-child(4) .rightfr .rightcont {
    background: url(images/mlogo.svg) top center no-repeat;
    background-size: 40px auto;
    width: auto;
    display: block;
    padding: 50px 0px 0 0px;
    height: auto;
  }
  .home .sec1 .column:nth-child(odd) .leftfr,
.home .sec1 .column:nth-child(even) .rightfr {
    padding: 20px 0 0;
  }
  .home .sec1 .column:nth-child(even) .rightfr .row {
    display: block;
    height: auto;
  }
  .home .sec1 .column .ttl {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .home .sec1 .column .ttl .sttl2 {
    margin-left: 0px;
    font-size: 12px;
    display: block;
  }
  .home .sec1 .column:nth-child(even) .leftfr,
.home .sec1 .column:nth-child(odd) .rightfr {
    height: auto;
    float: none;
    padding-top: 58.6567164179%;
  }
}
/*sec2*/
.home .sec2 {
  padding: 0px 0 0px 0;
}

.home .sec2 .container {
  position: relative;
  padding: 75px 0 75px 0;
  text-align: center;
}

.home .sec2 .ttlarea {
  padding: 0px 0 60px 0;
}

.home .sec2 .img {
  text-align: left;
  width: 548px;
}

.home .sec2 .cont {
  padding: 0px 0 0 0px;
  position: relative;
  width: 652px;
}

.home .sec2 .cont .ttl {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: left;
}

.home .sec2 .cont ul {
  list-style: none;
  padding: 0 0 0 0px;
  position: relative;
  letter-spacing: -0.4em;
  text-align: left;
  margin: 20px -6px 0;
}

.home .sec2 .cont ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px 12px;
}

.home .sec2 .cont ul li a.btn {
  line-height: 45px;
  height: 45px;
  display: block;
  border-radius: 4px;
  position: relative;
}

.home .sec2 .cont ul li a.btn::after {
  color: #fff;
  right: 15px;
  top: 0;
  line-height: 45px;
  font-family: "Genericons";
  content: "\f105";
  font-size: 24px;
  font-weight: normal;
  position: absolute;
}

.home .sec2 .txt {
  line-height: 1.8;
  font-size: 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .home .sec1 {
    padding: 0px 15px 50px;
  }
  .home .sec1 .row {
    overflow: hidden;
  }
  .home .sec1 .column .sttl {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .home .sec1 .column .txt {
    font-size: 12px;
  }
  .home .sec2 {
    padding: 42px 0 10px 0;
    background: #EFEFEF url(images/sp_bg_top2.png) top center no-repeat;
    background-size: 100% auto;
  }
  .home .sec2 .container {
    position: relative;
    padding: 0px 0 0px 0;
    overflow: hidden;
  }
  .home .sec2 .cont {
    padding: 0px 15px 0;
  }
  .home .sec2 .ttlarea {
    padding: 0px 0 0px 0;
  }
  .home .sec2 .titlearea .ttl {
    display: inline-block;
    border-left: 2px solid #333;
    padding-left: 10px;
    font-size: 14px;
    border-bottom: none;
    padding: 5px 0px 5px 10px;
    line-height: 1;
    margin-bottom: 27px;
  }
  .home .sec2 .img {
    margin: 0px 15px;
    text-align: left;
    width: auto !important;
  }
  .home .sec2 .cont .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home .sec2 .cont ul {
    padding: 0 0 0 0px;
    margin: 20px 0;
  }
  .home .sec2 .cont ul li {
    display: block;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .home .sec2 .productlist > div .ttl {
    padding-left: 10px;
  }
}
@media (min-width: 1600px) {
  .home section .cont {
    background-size: 100% auto !important;
  }
}
.home .sec3 {
  padding: 0px 0 0px 0;
  text-align: center;
}

.home .sec3 .inner {
  margin: 0;
  width: 100%;
  position: relative;
  height: 350px;
  margin: 0 auto;
}

.btnset {
  margin: 0;
  width: 100%;
  position: relative;
  height: 350px;
  margin: 0 auto;
}

.btnset .fourlist {
  position: absolute;
  left: 50%;
  top: 0;
  /*background: url(images/bg_top.jpg) no-repeat center center;*/
  width: 1200px;
  margin: 0 -600px;
}

.btnset .fourlist li {
  height: 350px;
}

.secfoot .btnset .fourlist li {
  /*width: 33.33333%;*/
}

.btnset .fourlist li span {
  height: 350px;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.3s;
  background-position: center center;
}

.btnset .fourlist li div:hover span,
.btnset .fourlist li div:focus span {
  transform: scale(1.1);
}

/*下部事業用*/
.btnset .fourlist li:first-child span {
  background-image: url(images/img_footer01.jpg);
}

.btnset .fourlist li:nth-child(2) span {
  background-image: url(images/img_footer02.jpg);
}

.btnset .fourlist li:nth-child(3) span {
  background-image: url(images/img_footer03.jpg);
}

.btnset .fourlist li:nth-child(4) span {
  background-image: url(images/img_footer5.jpg);
}

/*home用*/
.home .btnset .fourlist li:first-child span {
  background-image: url(images/bg_top1.jpg);
}

.home .btnset .fourlist li:nth-child(2) span {
  background-image: url(images/bg_top2.jpg);
}

.home .btnset .fourlist li:nth-child(3) span {
  background-image: url(images/bg_top3.jpg);
}

.home .btnset .fourlist li:nth-child(4) span {
  background-image: url(images/bg_top4.jpg);
}

@media (min-width: 1201px) {
  .btnset .fourlist {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    background-size: 100% auto !important;
  }
}
.btnset .fourlist li > div {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btnset .fourlist .cont {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 45px;
}

.home .btnset .fourlist .cont {
  top: 126px;
}

.btnset .fourlist .cont:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  width: 112px;
  height: 112px;
  display: block;
  background-color: #fff;
  margin: 0 auto 20px;
}

.btnset .fourlist li:first-child .cont:before {
  background-image: url(images/logo.svg);
  background-size: 80px auto;
}

.btnset .fourlist li:nth-child(2) .cont:before {
  background-image: url(images/mark_top2.png);
  background-size: 75px auto;
}

.btnset .fourlist li:nth-child(3) .cont:before {
  background-image: url(images/mark_top3.png);
  background-size: 84px auto;
}

.btnset .fourlist li:nth-child(4) .cont:before {
  background-image: url(images/mlogo.svg);
  background-size: 58px auto;
}

.home .btnset .fourlist .cont:before {
  display: none;
}

.btnset .fourlist .ettl {
  text-align: center;
  padding-top: 0;
  font-size: 25px;
  color: #fff;
  margin-bottom: 12px;
}

.btnset .fourlist li > div .ttl {
  text-align: center;
  font-size: 16px;
  padding: 0px 0 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 15px;
}

.btnset .fourlist a {
  display: inline-block;
  width: 230px;
  margin: 0 0 0 0;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 50px;
  line-height: 48px;
}

.btnset .fourlist a::after {
  color: #fff;
  right: 15px;
  top: 0;
  font-family: "Genericons";
  content: "\f105";
  font-size: 30px;
  font-weight: normal;
  position: absolute;
}

.btnset .fourlist a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.home .more {
  margin: 20px 0 0 0;
}

.home .more a {
  display: inline-block;
  width: 228px;
  margin: 2px 0 0 0;
  border-radius: 4px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 45px;
  text-decoration: none;
  line-height: 43px;
}

.home .more a::after {
  line-height: 16px;
  right: 20px;
  top: 0;
  font-family: "Genericons";
  content: "\f105";
  line-height: 43px;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  text-decoration: none;
}

.home .column:first-child .more {
  background: url(images/logo.svg) 260px center no-repeat;
  background-size: 116px 49px;
  height: 49px;
}

.home .column:nth-child(2) .more {
  background: url(images/mark_top2.png) 260px center no-repeat;
}

.home .column:nth-child(3) .more {
  background: url(images/mark_top3.png) 260px center no-repeat;
}

.home .column:nth-child(4) .more {
  background: url(images/mlogo.svg) 260px center no-repeat;
  height: 67px;
  line-height: 67px;
}

.home .more a:hover {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .home section .ttlarea {
    padding: 0px 0 0px 0;
    margin-bottom: 20px;
  }
  .home section .ttlarea .ttl {
    margin: 0px auto 0;
    font-size: 26px;
  }
  .home section .ttlarea h2 {
    font-size: 12px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
  }
  .home section .ttlarea h2:after {
    width: 30px;
    height: 1px;
    margin: 10px auto;
  }
  .home section .ttlarea .ttl:after {
    width: 30px;
    height: 1px;
    margin: 10px auto 15px;
  }
  .home .sec1 .cont {
    height: auto;
    padding-top: 20px;
    background-size: auto 100%;
    padding: 20px 15px;
  }
  .home .sec0 .threelist li > div .ttl {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    top: auto;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .home .sec0 .threelist li > div .ttl:before {
    width: 46px;
    height: 57px;
  }
  .home .sec0 .threelist li > div .ttl span {
    display: inline-block;
    margin: 0 auto;
    line-height: 46px;
    background-size: auto 25px;
  }
  .home .sec0 .threelist li:first-child > div .ttl span {
    padding-left: 43px;
  }
  .home .sec0 .threelist li:nth-child(2) > div .ttl span {
    padding-left: 33px;
  }
  .home .sec0 .threelist li:nth-child(3) > div .ttl span {
    padding-left: 33px;
  }
  .home .sec0 {
    padding: 0px 0px 0px;
    text-align: center;
    background-size: 100% auto;
  }
  .home .sec0 .sttl {
    color: #006AB2;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  .home .sec0 .img {
    margin: 0 15px 30px;
  }
  .home .sec0 .txt {
    margin: 0 auto 10px;
    width: auto;
    text-align: left;
    line-height: 1.8;
    font-size: 13px;
  }
  .home .sec1 {
    margin-bottom: 0px;
  }
  .home .sec1 li,
.home .sec2 li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .home .column .more {
    background: none !important;
  }
  .home .sec3 {
    padding: 0px 0 0px 0;
  }
  .home .sec3 .inner {
    height: auto;
  }
  .btnset .fourlist {
    margin: 0px 0px 0;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  .btnset {
    height: auto;
  }
  .btnset .fourlist li {
    width: 100%;
    background: none;
    border-left: none;
    padding: 0px 0 0 0;
    margin-bottom: 0px;
    position: relative;
    height: auto;
    border-bottom: 1px solid #fff;
  }
  .btnset .fourlist li span {
    height: auto;
    padding-top: 40%;
  }
  .btnset .fourlist li:first-child span {
    background-image: url(images/sp_img_footer1.jpg);
  }
  .btnset .fourlist li:nth-child(2) span {
    background-image: url(images/sp_img_footer2.jpg);
  }
  .btnset .fourlist li:nth-child(3) span {
    background-image: url(images/sp_img_footer3.jpg);
  }
  .btnset .fourlist li:nth-child(4) span {
    background-image: url(images/sp_img_footer5.jpg);
  }
  .home .btnset .fourlist li:first-child span {
    background-image: url(images/sp_bg_top1.jpg);
    padding-top: 50.6666666667%;
  }
  .home .btnset .fourlist li:nth-child(2) span {
    background-image: url(images/sp_bg_top2.jpg);
    padding-top: 50.6666666667%;
  }
  .home .btnset .fourlist li:nth-child(3) span {
    background-image: url(images/sp_bg_top3.jpg);
    padding-top: 50.6666666667%;
  }
  .home .btnset .fourlist li:nth-child(4) span {
    background-image: url(images/sp_bg_top4.jpg);
    padding-top: 50.6666666667%;
  }
  .btnset .fourlist .cont {
    top: 50%;
    margin-top: -44px;
    padding-left: 105px;
    text-align: left;
    left: 50%;
    margin-left: -145px;
  }
  .home .btnset .fourlist .cont {
    top: 50%;
    margin-top: -44px;
    padding-left: 0px;
    text-align: center;
    left: 0;
    margin-left: 0;
  }
  .btnset .fourlist .cont:before {
    width: 90px;
    height: 90px;
    margin: 0 auto 0px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .home .btnset .fourlist .cont:before {
    display: none;
  }
  .btnset .fourlist li > div {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .btnset .fourlist .ettl {
    line-height: 1;
    text-align: left;
    padding-top: 0px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
  }
  .home .btnset .fourlist .ettl {
    text-align: center;
  }
  .btnset .fourlist li > div .ttl {
    font-size: 10px;
    padding: 0px 0 0;
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
  }
  .home .btnset .fourlist li > div .ttl {
    text-align: center;
  }
  .btnset .fourlist a {
    display: inline-block;
    width: 185px;
    margin: 0 0 0 0;
    font-size: 12px;
    height: 35px;
    line-height: 33px;
  }
  .btnset .fourlist a::after {
    color: #fff;
    right: 10px;
    top: 0;
    font-family: "Genericons";
    content: "\f105";
    font-size: 20px;
    font-weight: normal;
    position: absolute;
  }
  .home .sec4 {
    padding: 30px 15px 30px;
  }
  .home .sec4 .container {
    position: relative;
  }
  .home .more a {
    display: inline-block;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: center;
    position: relative;
    width: 185px;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    padding-right: 0px;
  }
  .home .more {
    top: auto;
    left: auto;
    position: relative;
    text-align: center;
  }
  .home .more a::after {
    top: 0;
    font-family: "Genericons";
    content: "\f105";
    font-weight: normal;
    position: absolute;
    color: #999;
    right: 10px;
    line-height: 38px;
    font-size: 20px;
  }
  .newsarea {
    margin-bottom: 20px;
  }
  .home .newsarea {
    margin-bottom: 0px;
  }
  .newsarea .fourlist {
    margin: 0 -8px;
    margin-bottom: 0px;
  }
  .newsarea .fourlist li {
    width: 50% !important;
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .home .newsarea .fourlist li:nth-child(3),
.home .newsarea .fourlist li:nth-child(4) {
    display: none;
  }
  .newsarea .threelist {
    margin: 0 -8px;
    margin-bottom: 0px;
  }
  .newsarea .threelist li {
    width: 50% !important;
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .newsarea dl {
    width: 100%;
    display: block;
    padding: 0px 0 0;
  }
  .newsarea dt,
.newsarea dd {
    padding: 0 0 5px 0;
    font-weight: normal;
    display: block;
    font-size: 12px;
  }
  .newsarea dt {
    width: 100%;
    padding: 0 0 5px 0;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
  }
  .newsarea dd {
    width: 100%;
  }
  .newsarea dt a {
    height: auto;
  }
  .newsarea dt a span {
    height: auto;
    padding-top: 71.25%;
  }
  .newsarea dt a.noimg span {
    background-size: 70% auto;
  }
  .newsarea dd a {
    font-size: 13px;
    line-height: 1.5;
  }
  .home .sec5 {
    padding: 0px 0 10px 0;
  }
}
/*foot*/
#page-top {
  /* position: fixed;
      z-index: 9999;
      bottom: 30px;
      right: 30px;
      font-size: 12px;
  */
}

#page-top a {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-decoration: none;
  color: #fff;
  padding: 0px;
  text-align: center;
  display: block;
  background-color: #ccc;
  font-size: 30px;
}

#page-top a span {
  font-family: "Genericons";
}

#page-top a span:before {
  font-family: "Genericons";
  content: "\f106";
  font-size: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #page-top a {
    height: 40px;
    line-height: 40px;
  }
  #page-top a span:before {
    font-size: 40px;
  }
}
/*contact*/
.form-control {
  box-shadow: none;
}

.form {
  width: 100%;
  margin: 0 auto;
}

.form dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #D3D0C8;
  margin-bottom: 0;
}

.form dt {
  font-weight: normal;
  padding: 18px 0px 18px 20px;
  width: 220px;
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.form dd {
  vertical-align: top;
  padding: 12px 30px;
  width: 518px;
  display: table-cell;
}

.form .requre {
  font-size: 100%;
  font-weight: normal;
  color: #B33232;
  margin-left: 10px;
}

.mw_wp_form_confirm .form .requre {
  display: none;
}

.form .two .form-inline > span {
  display: inline-block;
  width: 219px;
  vertical-align: top;
}

.form .two .form-inline > span:first-child {
  margin-right: 20px;
}

.form .two .form-control {
  width: 219px;
}

.form .two .form-control:first-child {
  margin-right: 0px;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
}

input[type=search].form-control,
input[type=text].form-control {
  height: 35px;
  line-height: 35px;
  border-radius: 0px !important;
}

.form .age_area > span {
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 30px;
}

.form .age {
  width: 80px;
  margin: 0 10px 0 10px;
  vertical-align: top;
}

.form .radioarea {
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
}

.form .mwform-radio-field {
  margin-right: 20px;
  margin-left: 0px !important;
}

.form .mwform-checkbox-field {
  margin-right: 20px;
  margin-left: 0px !important;
}

.form .radioarea .mwform-radio-field {
  margin-right: 0px;
  margin-left: 20px !important;
}

.form .mwform-radio-field input,
.form .mwform-checkbox-field input {
  margin-top: 0;
}

.form .mwform-zip-field {
  display: block;
  margin-bottom: 10px;
}

.form .mwform-zip-field input:first-child {
  margin-left: 10px;
}

.form .prefecture_area {
  line-height: 30px;
  margin-bottom: 10px;
}

.form .prefecture_area span {
  display: inline-block;
  width: 4em;
}

.form .address_area span {
  display: inline-block;
  width: 4em;
}

.form .prefecture_area select {
  display: inline-block;
  margin-left: 10px;
  width: 150px;
}

.form .address_area {
  line-height: 30px;
}

.form .address_area input {
  display: inline-block;
  margin-left: 10px;
  width: 395px;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  line-height: 30px;
}

.form .cbox2 {
  letter-spacing: -0.4em;
}

.form .cbox2 .mwform-checkbox-field {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 0;
}

.form .cbox2 .mwform-checkbox-field:nth-child(odd) {
  width: 198px;
}

.form .cbox2 .mwform-checkbox-field:nth-child(even) {
  width: 290px;
}

.form dd.wide {
  padding-right: 0;
}

.form .txt {
  margin-bottom: 10px;
}

.form .tdtitle {
  background-color: #F5F5F4;
  padding: 4px 10px;
  margin: 20px 0 10px;
}

.form .cbox {
  margin-bottom: 10px;
}

.form .btnarea {
  margin-top: 25px;
  text-align: center;
  letter-spacing: -0.4em;
}

.form .btnarea > div {
  letter-spacing: normal;
  display: inline-block;
}

.form .btnarea .btn {
  margin: 0 15px;
  width: 214px;
  height: 50px;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 0.1em;
}

.btn-primary {
  color: #fff;
  border: 0;
  background: #0A59A8;
}

.btn-primary:hover {
  opacity: 0.8;
}

.form .btnarea .btn-default {
  color: #107E67;
  background-color: #FFF;
  border-color: #107E67;
}

.mw_wp_form {
  margin-bottom: 60px;
}

.mw_wp_form .error {
  margin-top: 5px;
}

.mw_wp_form .age_area .error {
  margin-top: 0px;
}

.form .ktitle {
  padding: 30px 0 15px 20px;
}

.formtxt {
  overflow: auto;
  height: 250px;
  border: 1px solid #eee;
  padding: 10px;
  margin: 0px 20px 10px 20px;
  line-height: 1.3;
}

.formtxt h4 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}

.formtxt h4 span {
  padding-right: 10px;
}

.formtxt h5 {
  font-weight: normal;
}

.form .confirmcheck {
  text-align: center;
  font-size: 110%;
}

.form .confirmcheck .mwform-checkbox-field {
  margin-right: 0px;
  margin-left: 0px !important;
}

.mw_wp_form_confirm .confirmcheck,
.mw_wp_form_confirm .ktitle,
.mw_wp_form_confirm .formtxt {
  display: none;
}

.mw_wp_form_confirm .two .form-inline > span {
  width: auto;
}

@media screen and (max-width: 767px) {
  .form dl {
    display: block;
  }
  .form dt {
    font-weight: normal;
    padding: 10px 0px 0px 0px;
    width: 100%;
    display: block;
    border-right: none;
    position: relative;
    vertical-align: top;
  }
  .form .requre {
    font-size: 100%;
    font-weight: normal;
    color: #B33232;
    margin-left: 0px;
  }
  .form dd {
    vertical-align: top;
    padding: 5px 0px 10px 0;
    width: 100%;
    display: block;
  }
  .form .two .form-inline > span {
    width: 48%;
  }
  .form .two .form-control {
    width: 100%;
  }
  .form .two .form-inline > span:first-child {
    margin-right: 4%;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form .age {
    width: 80px;
    margin: 0 5px 0 5px;
  }
  .form .radioarea {
    margin-left: 15px;
  }
  .form .radioarea .mwform-radio-field {
    margin-right: 0px;
    margin-left: 10px !important;
  }
  .form .address_area input {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  .form .btnarea .btn {
    margin: 0;
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: 0.1em;
  }
  .form .btnarea .btn-primary {
    background: #107E67;
  }
  .form .prefecture_area {
    margin-bottom: 0px;
  }
  .form .txt {
    font-size: 90%;
  }
  .form .ktitle {
    padding: 20px 0 15px 0px;
  }
  .formtxt {
    overflow: auto;
    height: 250px;
    border: 1px solid #eee;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    line-height: 1.3;
  }
  .mwform-tel-field input[type=text],
.mwform-zip-field input[type=text] {
    max-width: 85px;
  }
  .mw_wp_form_confirm .btnarea > div {
    min-width: 100px;
    margin: 0 10px;
  }
}
/*-----------------------
pagination
---------------------------*/
.pagination-wrapper {
  text-align: left !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 0;
  border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin: 0 6px;
  line-height: 1.42857143;
  color: #006AB3;
  border-radius: 0px !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #3C61AB;
}

.pagination > li > span.current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #FFF;
  background-color: #3C61AB;
  border-color: #3C61AB;
}

.pagination > li > a.prev,
.pagination > li > a.next {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
}

.pagination > li > span.disable {
  color: #fff;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin: 0px 0;
  }
  .pagination > li > a,
.pagination > li > span {
    padding: 4px 10px;
    margin: 0 4px;
  }
  .pagination-wrapper {
    text-align: center !important;
  }
}
@media screen and (max-width: 375px) {
  .pagination > li > a,
.pagination > li > span {
    padding: 4px 8px;
    margin: 0 2px;
  }
}
/* top slide Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 5px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 60px;
  height: 5px;
  padding: 0px;
  background-color: #ccc;
  cursor: pointer;
  border: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #006AB3;
}

@media (max-width: 767px) {
  .slick-dots li button {
    width: 40px;
  }
}
#sb_instagram.sbi_fixed_height {
  /*overflow: hidden !important;*/
  overflow: visible !important;
  overflow-y: visible !important;
}

/*
#sb_instagram .sbi_photo_wrap {
    padding: 5px;
}
*/
@media (max-width: 480px) {
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 33.3333%;
  }
}
#insta_ph {
  display: flex;
}

#insta_ph > div {
  flex: 1;
  margin: 0 5px;
}

#insta_ph > div a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100%;
  height: auto;
}

#insta_ph > div a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  #insta_ph {
    flex-wrap: wrap;
  }
  #insta_ph > div {
    flex: initial;
    width: 31.333%;
    margin: 0 1% 10px;
  }
}
/*sdgs*/
@media screen and (max-width: 767px) {
  .page-sdgs .entry__content {
    display: none;
  }
}
.page-sdgs section h2 {
  color: #000;
  display: block;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1;
  text-align: center;
  margin: 0 0 70px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .page-sdgs section h2 {
    font-size: 10px;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.page-sdgs section h2 span {
  color: #000;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  margin-top: 0px;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-sdgs section h2 span {
    font-size: 24px;
    margin-top: 0px;
  }
}
.page-sdgs section.s1 {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s1 {
    padding: 30px 15px 30px;
  }
}
.page-sdgs section.s1 p {
  text-align: center;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s1 p {
    text-align: left;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.page-sdgs section.s1 .grayblock {
  border: 8px solid #EEEEEE;
  display: flex;
  align-items: center;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s1 .grayblock {
    display: block;
    padding: 35px 20px;
  }
}
.page-sdgs section.s1 .grayblock .img {
  width: 234px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s1 .grayblock .img {
    text-align: center;
    width: auto;
    margin: 0 0 45px;
  }
}
.page-sdgs section.s1 .grayblock p {
  text-align: left;
  font-size: 15px;
  line-height: 2;
  margin: 0;
}
.page-sdgs section.s1 .grayblock p a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s1 .grayblock p {
    font-size: 12px;
  }
}
.page-sdgs section.s1 .grayblock h3 {
  margin: 0 0 30px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s1 .grayblock h3 {
    text-align: center;
  }
}
.page-sdgs section.s2 {
  background-color: #EFEFEF;
  padding: 90px 0px 0;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 {
    padding: 45px 20px;
  }
}
.page-sdgs section.s2 .block {
  margin: 0 0 65px;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .block {
    margin: 0 0 45px;
  }
  .page-sdgs section.s2 .block:last-child {
    margin-bottom: 0;
  }
}
.page-sdgs section.s2 h3 {
  text-align: center;
  color: #fff;
  background-color: #0098D8;
  margin: 0 0 30px;
  font-size: 22px;
  padding: 18px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 h3 {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 12px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .responsive {
    overflow: auto;
    margin-right: -20px;
  }
  .page-sdgs section.s2 .responsive img {
    width: 600px;
    height: auto;
    max-width: none;
  }
}
.page-sdgs section.s2 .fr {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .fr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .fr .img {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .fr .img img {
    width: auto;
    height: 61px;
  }
}
.page-sdgs section.s2 .fr p {
  padding-left: 32px;
  font-size: 17px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .fr p {
    font-size: 12px;
    padding-left: 0;
  }
}
.page-sdgs section.s2 .fourlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-sdgs section.s2 .fourlist li {
  width: 24.5%;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .fourlist li {
    width: 49.4% !important;
    margin-bottom: 5px;
  }
}
.page-sdgs section.s2 .list2 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .list2 {
    margin: 0 -8px;
  }
}
.page-sdgs section.s2 .list2 li {
  width: 23.6%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .list2 li {
    width: 48% !important;
  }
}
.page-sdgs section.s2 .list2 li div {
  padding: 18px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-sdgs section.s2 .list2 li div {
    padding: 10px 0;
    font-size: 13px;
  }
}
/*# sourceMappingURL=main.css.map */