@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #FFFFFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:target:before {
  /*  height: 100px;
  ヘッダの高さ */
  /*  margin: -100px 0 0;
  ヘッダの高さ */
  content: "";
  display: block;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
_:-ms-lang(x)::-ms-backdrop, img {
     height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.img_w100 {
  width: 100%;
}

#page-top {
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  transition: .5s all;
  display: block;
}

#page-top a:hover {
  opacity: 0.7;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

p {
  line-height: 1.7;
}
p.lh12 {
  line-height: 1.3;
}

.br-sp {
  display: none;
}

a {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: 700;
  color: #FF7F00;
}

.pt_20 {
  padding-top: 25px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
	
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.ml_10 {
  margin-left: 10px;
}

.pt_25 {
  padding-top: 25px !important;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none !important;
}

.map__block_sp {
  display: none;
}

.center {
  text-align: center;
}

.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0px;
  top: 0px;
  max-height: 110px;
}

.content_block {
  padding: 50px 0px 0px;
}

.sub__wrap {
  max-width: 600px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 90%;
  padding: 0px 20px;
}

/*.pd30 {padding-top:30px;}*/

.common_btn {
  background: #1C58AF;
  width: 290px;
  display: block;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  transition: .5s all;
  position: relative;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -2px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  opacity: 0.7;
}

.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.number_list {
  margin-bottom: 25px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

header {
  width: 100%;
  max-width: 2000px;
  height: 450px;
  background: #1679FF;
  position: relative;
  margin: 0px auto;
}

header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0px;
  top: 0px;
}

header:after {
  content: "";
  position: absolute;
	width: 55%;
  top: 205px;
  left: 0px;
  height: 1px;
  background: #FFF;
}

header .main_visual {
  background: url("../img/main.jpg") no-repeat 0px 0px;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 960px;
  position: relative;
  margin: 0px auto;
}

header .main_visual #MainCopy, header .main_visual #MainCopy span {
  opacity: 0;
}

header .main_visual .main__logo {
  position: absolute;
  left: 50px;
	top: 60px;
}

header .main_visual .main__logo ul {
  display: flex;
  flex-wrap: nowrap;
}

header .main_visual .en {
  position: absolute;
  top: 20px;
  right: 20px;
}

header .main_visual .en a {
  color: #FFF;
}

header .main_visual .sub_ttl {
  color: #FFF;
  position: absolute;
  left: 50px;
  top: 220px;
  font-size: 134%;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.logo {
  width: 100%;
  background: #193544;
  text-align: right;
  padding: 10px 10px;
  box-sizing: border-box;
	padding-right:80px;
}

.second_logo {
  width: 100%;
  background: #193544;
  text-align: right;
  padding: 10px 10px;
  box-sizing: border-box;
}

.sub__img__top {
  width: 100%;
  max-width: 960px;
  margin: 0px auto 30px;
}

.sub__img__top img {
  width: 100%;
}

.nav {
  width: 100%;
}

.nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nav ul .active {
  background-color: #1C58AF;
}

.nav ul .active a {
  color: #FFF;
}

.nav ul li {
  width: calc(100% / 7);
  text-align: center;
  box-sizing: border-box;
  transition: .5s all;
  position: relative;
  padding: 10px 5px;
  text-align: center;
  font-weight: 600;
}

.nav ul li:hover {
  background-color: #1C58AF;
}

.nav ul li:hover a {
  color: #FFF;
}

.nav ul li:last-child:after {
  background-color: #DDDDDD;
  content: '';
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 2px;
}

.nav ul li:before {
  background-color: #CCC;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
	width: 2px;
}

.nav ul li a {
  display: block;
  text-decoration: none;
  transition: .5s all;
  font-size: 74%;
}

.nav ul li a:hover:after {
  width: 100%;
}

.nav .pc_dropdown {
  width: 100%;
  display: none;
  height: auto;
  position: absolute;
  margin-left: 0px;
  top: 60px;
  left: 0px;
  z-index: 100;
}

.nav .pc_dropdown li {
  width: 100%;
  background: #F7F5F4;
  margin: 0px;
  border-bottom: 1px solid #CCC;
  border-left: none;
  padding: 0px;
  position: relative;
  transition: .5s all;
  height: 30px;
}

.nav .pc_dropdown li:before {
  display: none;
}

.nav .pc_dropdown li:hover {
  background-color: #F7F5F4;
}

.nav .pc_dropdown li:hover a {
  color: #FFF;
}

.nav .pc_dropdown li a {
  display: block;
  font-size: 100%;
  padding: 5px;
  height: auto;
  color: #1C58AF !important;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: .5s all;
}

.nav .pc_dropdown li a:after {
  display: none;
}

footer {
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
}

footer .link {
  background: #E1E6EA;
  padding-top: 50px;
}

footer .link .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer .link .wrap div {
  width: 50%;
  box-sizing: border-box;
  padding-left: 100px;
}

footer .link .wrap div .box {
  border-left: 1px solid #CCC;
  padding-left: 20px;
  padding-bottom: 30px;
  box-sizing: border-box;
  height: 100%;
}

footer .link .wrap div .box .sub_ttl {
  font-size: 94%;
}

footer .link .wrap div .box .sub_ttl span {
  color: #3E516D;
}

footer .link .wrap div .box ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  margin-bottom: 15px;
}

footer .link .wrap div .box ul li {
  margin-right: 10px;
  font-size: 84%;
}

footer .copy {
  background: #3E516D;
  padding: 20px 0px;
  color: #FFF;
  font-size: 94%;
}

footer .copy .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer .copy .wrap div {
  width: 50%;
  box-sizing: border-box;
  color: #FFF;
}

footer .copy .wrap div ul {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}

footer .copy .wrap div ul li {
  margin-right: 20px;
}

footer .copy .wrap div ul li a {
  color: #FFF;
  font-size: 94%;
}

footer .copy .wrap div p {
  font-size: 84%;
  text-align: right;
}

.wrapper, .main_wrapper {
  width: 960px;
  margin: 0px auto;
  position: relative;
}

p.lead1 {
    padding-left: 10px;
}

.ttl {
  font-size: 124%;
  margin-bottom: 20px;
  border-left: 7px solid #3E516D;
  box-sizing: border-box;
}

.ttl .top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #CCC;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
}

.ttl .top .left .orange {
  background: #F7931E !important;
}

.ttl .top .left .sub_ttl {
  width: 260px;
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  background: #1C58AF;
}

.sub_ttl3 {
    width: 953px;
    padding: 7px;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
    background: #1C58AF;
}

.ttl .top .left .lead {
  color: #3E516D;
  padding-top: 10px;
  font-size: 104%;
}

.ttl .top .right {
  color: #A3B2C4;
  font-size: 144%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.ttl .copy {font-size: 96% !important;
  color: #1C58AF;
  font-weight: 800;
  padding: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.middle_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 114%;
  padding: 5px 0px 5px 25px;
  color: #786C59;
  border-left: 7px solid #FF8000;
}

.top__message {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top__message .left {
  width: 30%;
}

.top__message .right {
  width: 66%;
    box-sizing: border-box;
  padding-bottom: 50px;
padding-left: 1em;
}

.top__message .right p {
  line-height: 1.8;
}

.top__message .right p span {
  font-size: 124%;
}
p.president{
	text-align:right;
	margin-top:2em;
}
.message_back{
	background: url("../img/earth.png") no-repeat bottom right;
}

.top__map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top__map .border_bottom {
  border-bottom: 1px solid #CCC;
}

.top__map .box {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.top__map .box .sub_ttl {
  color: #808080;
  font-size: 114%;
  margin-bottom: 10px;
}

.top__map .box .sm_ttl {
  color: #4D4D4D;
  font-size: 104%;
  margin-bottom: 10px;
}

li.pd20 {
	float: left;
	width: calc(50% - 10px);
    padding-right: 10px;
}

.top__map .box .img__align {
/*   display: flex; */
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.img__align1 {
/*     display: flex; */
    flex-wrap: nowrap;
    justify-content: flex-end;
}

/*.top__map .box .w30 li {
  width: 32%;
}*/

.top__map .box:nth-child(odd) {
  border-right: 1px solid #CCC;
}

.top__company {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top__company .box {
  width: 48%;
}

.top__company .box .sub__img {
  text-align: right;
  padding: 20px 0px;
}
.top__company .box .sub__img1 {
  text-align: right;
  padding: 30px 0px;
}


.top__company .box .sub_ttl {
  border-bottom: 1px solid #CCC;
  padding: 0px 0px 7px 15px;
  font-size: 114%;
  margin-bottom: 20px;
}
.top__company .box .sub_ttl2 {
  border-bottom: 1px solid #CCC;
  padding: 0px 0px 7px 15px;
  font-size: 114%;
  margin-bottom: 20px;
	margin-top: 20px;
}

.top__company .box .info {
  border-bottom: 1px solid #CCC;
  padding: 20px 0px;
	padding-bottom: 26px;
}

.top__company .box .info1 {
  border-bottom: 1px solid #CCC;
  padding: 1px 0px;
}

.top__company .box .info .sm_ttl {
  background: #648299;
  padding: 8px;
  text-align: center;
  color: #FFF;
  /*font-size: 104%;*/
	box-sizing: border-box;
	font-size: 16px;
}

span.sm_ttl1 {
    font-size: 12px;
}

.top__company .box .info .lead {
  background: #E4EAEF;
  padding-top: 15px;
padding-left: 15px;
  font-size: 94%;
  box-sizing: border-box;
}
.top__company .box .info .lead2 {
  background: #E4EAEF;
	padding-left: 15px;
  font-size: 85%;
	padding-bottom:25px;
  box-sizing: border-box;
}

.top__company .box table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.top__company .box table tr {
  width: 100%;
}

.top__company .box table th, .top__company .box table td {
  box-sizing: border-box;
  padding: 6px;
  text-align: left;
  font-size: 94%;
}
.font94 {
	 font-size: 94%;
}
.font114 {
	padding: 0px 0px 7px 15px;
  font-size: 114%;
	font-weight:bold;

}

.top__company .box table th.wd25 {
  text-align: left;
  width:25% !important;
}
.top__company .box table th {
	text-align: left;
	font-size: 94%;
}
.top__company .box table th.normal {
	font-weight: normal;
}

.top__bottom__img {
  min-height: 236px;
  background: url("../img/factory_bg_24.png") no-repeat bottom left;
  text-align: right;
}

.process {
  border: 1px solid #CCC;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px 20px 0px 20px;
  background: url("../img/pro_bg.png") no-repeat bottom right;
}

.process .sub_ttl {
  font-size: 134%;
  margin-bottom: 30px;
  color: #3E516D;
}

.process ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.process ul li {
  width: 23%;
  position: relative;
  margin-bottom: 20px;
}

.process ul li .img__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}

.process ul li .group {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
}

.process ul li .group .left {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5D7693;
  color: #FFF;
}

.process ul li .group .right {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CADFEA;
  font-size: 84%;
}

.process ul li:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -20px;
  width: 13px;
  height: 28px;
  background: url("../img/icon4.png") no-repeat 0px 0px;
}

.process ul li:nth-child(4n):after, .process ul li:last-child:after {
  display: none;
}

.main_product {
  padding-top: 30px;
}

.main_product .btn {
  margin: 0 0 0 auto;
  display: block;
  background: #00A99D;
  box-shadow: 2px 2px 4px gray;
  padding: 20px 0px;
  width: 230px;
  color: #FFF;
  text-align: center;
  transition: .5s all;
}

.main_product .btn:hover {
  opacity: 0.7;
}

.main_product .sub_ttl {
  font-size: 114%;
  margin-bottom: 20px;
}

.main_product table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.main_product table .green {
  background: #B9DD22;
}

.main_product table .purple {
  background: #BA9BC9;
}

.main_product table .beige {
  background: #F9D19D;
}

.main_product table .blue {
  background: #87B6DD;
}

.main_product table tr {
  width: 100%;
}

.main_product table th, .main_product table td {
  box-sizing: border-box;
  padding: 25px;
  text-align: left;
  font-size: 94%;
  border: 1px solid #CCC;
}

.main_product table th {
  text-align: left;
  width: 27%;
  vertical-align: middle;
}

.voice__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice__block .box {
  width: 49%;
  box-sizing: border-box;
  border: 1px solid #CCC;
  padding: 20px;
  margin-bottom: 25px;
}

.voice__block .box .ttl__box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.voice__block .box .ttl__box li:last-child {
  padding-left: 20px;
  width: 80%;
}

.voice__block .box .ttl__box .main_ttl {
  background: url("../img/black_logo.jpg") no-repeat top right;
  color: #A3B2C4;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  font-size: 200%;
  width: 100%;
}

.voice__block .box .ttl__box .copy span {
  font-size: 114%;
}

.voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url("../img/voice_bg.png") no-repeat bottom right;
  padding-top: 30px;
}

.voice .box {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  padding: 20px;
}

.voice .box .ttl__box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.voice .box .ttl__box li:last-child {
  padding-left: 20px;
  width: 80%;
}

.voice .box .ttl__box .main_ttl {
  background: url("../img/black_logo.jpg") no-repeat top right;
  color: #A3B2C4;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  font-size: 200%;
  width: 100%;
}

.voice .box .ttl__box .copy span {
  font-size: 114%;
}

.quality .facility {
  box-sizing: border-box;
  border: 1px solid #CCC;
  padding: 20px;
}

.quality .facility .sub_ttl {
  font-size: 114%;
  color: #2A5B96;
  margin-bottom: 20px;
}

.quality .facility ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quality .facility ul li {
  width: 30%;
}

.quality .facility ul li img {
  width: 100%;
}

.quality .facility ul li p {
  padding-top: 10px;
}

.quality .img_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quality .img_box ul li {
  width: 33%;
  position: relative;
  margin-bottom: 30px;
}

.quality .img_box ul li img {
  width: 100%;
}

.quality .img_box ul li .inner {
  background: #2A5B96;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #FFF;
  height: 60px;
  padding: 0px 5px;
  box-sizing: border-box;
}

.top__slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top__slide .left {
  width: 695px;
}

.top__slide .left .app_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 678px;
  padding-top: 20px;
}

.top__slide .left .app_nav li {
  width: 23%;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: .5s all;
}

.top__slide .left .app_nav li:hover {
  opacity: 0.7;
}

.top__slide .left .app_nav li a {
  color: #3E526C;
  display: block;
  padding: 10px 12px;
  box-sizing: border-box;
  font-size: 84%;
  font-weight: 800;
}

.top__slide .left .app_nav li:first-child {
  background: #B9DD23;
}

.top__slide .left .app_nav li:nth-child(2n) {
  background: #BB9BCA;
}

.top__slide .left .app_nav li:nth-child(3n) {
  background:  #F9D19D;
}

.top__slide .left .app_nav li:last-child {
  background: #86B6DC;
}

.top__slide .left .app_nav li:before {
  content: "";
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  color: white;
  top: 12px;
  font-size: 144%;
  left: 8px;
}

.top__slide .left .flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top__slide .left .flow ul .left_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 16px;
  height: 28px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url("../img/icon3.png") no-repeat 0px 0px;
}

.top__slide .left .flow ul .right_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 16px;
  height: 28px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url("../img/icon.png") no-repeat 0px 0px;
}

.top__slide .left .flow ul .bottom_icon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 28px;
  height: 15px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url("../img/icon2.png") no-repeat 0px 0px;
}

.top__slide .left .flow ul li {
  width: 45%;
  position: relative;
  margin-bottom: 30px;
	margin-right:20px;
}

.top__slide .left .flow ul li img {
  width: 100%;
}

.top__slide .left .flow ul li p {
  width: 100%;
  text-align: center;
  color: #FFF;
  background: #2A5B96;
}

.top__slide .left .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top__slide .left .box .bx-wrapper {
  margin-bottom: 20px;
}

.top__slide .left .box .thum {
  width: 85px;
}

.top__slide .left .box .thum ul li {
  display: block;
  width: 85px;
  height: 85px;
  overflow: hidden;
}

.top__slide .left .box .sp-slides {
  width: 613px;
}

.top__slide .right {
  width: 250px;
}

.top__slide .right .img__align {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top__slide .right .w50 div {
  width: 48%;
}

.top__slide .right .w50 div img {
  width: 100%;
}

.top__slide .right ul li {
  border-bottom: 1px solid #CCC;
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.top__slide .right ul li .inner {
  box-shadow: 2px 2px 4px gray;
  background: #667784;
  text-align: center;
	transition: .5s all;
}

.top__slide .right ul li .inner :hover {
	  background: #1C58AF;
}
.top__slide .right ul li .inner :active {
	  background: #1C58AF;
}


.top__slide .right ul li a {
  padding: 20px 0px;
  display: block;
  color: #FFF;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
}

.breadcrumb ul li {
  height: 100%;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

.breadcrumb ul li:first-child {
  background: #1C58AF;
  /*position: relative;*/
}

.breadcrumb ul li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #1C58AF;
  position: absolute;
  right: -30px;
  top: 0px;
	display:none;
}
ul.pdl3 {
    padding-left: 100%;
}

.breadcrumb ul li:last-child {
  background: #00A99D;
}

.use {
  margin-top: 30px;
  border-top: 1px solid #CCC;
  padding-top: 20px;
}

.use .beige .sub_ttl_box {
  background: #F9EADC;
}

.use .beige .sub_ttl_box .sub_ttl {
  background: #F9D19D;
}

.use .purple .sub_ttl_box {
  background: #E1D7F4;
}

.use .purple .sub_ttl_box .sub_ttl {
  background: #BA9BC9;
}

.use .green .sub_ttl_box {
  background: #EBF4D3;
}

.use .green .sub_ttl_box .sub_ttl {
  background: #B9DD22;
}

.use .blue .sub_ttl_box {
  background: #CEE3EF;
}

.use .blue .sub_ttl_box .sub_ttl {
  background: #87b6dd;
}
.use .deep .sub_ttl_box {
  background:#99efb4;
}

.use .deep .sub_ttl_box .sub_ttl {
  background: #3c8c47;
}

.use article {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  position: relative;
  min-height: 240px;
  margin-bottom: 30px;
}

.use article .content {
  width: 100%;
  padding: 25px 0px 25px 140px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.use article .content .example {
  font-size: 120%;
  margin-bottom: 10px;
	color: white;
	background-color:black;
	padding:5px;
	padding-left:20px;
	width:100%;
}


.use article .content p {
  margin-bottom: 20px;
}

.use article .content img {
  width: 100%;
  margin-bottom: 30px;
}

.use article .sub_ttl_box {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 240px;
  height: 240px;
}

.use article .sub_ttl_box .sub_ttl {
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.use article .sub_ttl_box .sub_ttl h2 {
  font-size: 104%;
}

/*.use article:first-child {
  padding-top: 20px;
}*/
p.pd5 {
    padding: 0 10px 0 5px;
}

.news_box {
  border-top: 3px solid #B3B3B3;
  border-left: 3px solid #B3B3B3;
  background: #F2F2F2;
  box-sizing: border-box;
  padding: 20px 20px 5px 20px;
  position: relative;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 15px;
}

.news_box dl dt {
  box-sizing: border-box;
  width: 20%;
}

.news_box dl dd {
  color: #333333;
  width: 80%;
  box-sizing: border-box;
}

.news_box dl dd a {
  color: #1C58AF;
  text-decoration: none;
  position: relative;
}

.news_box .img_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

/*/////////// サイトマップ ////////////*/
.sitemap a {
  text-decoration: none;
  color: #000;
}

.sitemap a:hover {
  text-decoration: underline;
}

.sitemap ul {
  display: flex;
  flex-wrap: wrap;
}

.sitemap ul li {
  width: calc(100% / 3);
  font-size: 94%;
  margin-bottom: 10px;
}

.sitemap ul li span {
  color: #1C58AF;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

.company_tbl table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 40px 0px;
  box-sizing: border-box;
}

.company_tbl table tr {
  width: 100%;
}

.company_tbl table th, .company_tbl table td {
  box-sizing: border-box;
  padding: 25px 10px;
  font-size: 16px;
  font-size: 100%;
}

.company_tbl table th {
  color: #000;
  text-align: left;
  width: 30%;
  border-bottom: 3px solid #1C58AF;
  vertical-align: middle;
}

.company_tbl table td {
  background: white;
  border-bottom: 1px solid #CCC;
}

.company_tbl table td p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.company_tbl table td p:last-child {
  margin-bottom: 0px;
}

.alert {
  margin-bottom: 30px;
}

.alert li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}

.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FF0000;
}

.alert li:last-child {
  margin-bottom: 0px;
}

form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}
form table.table1 {
    width: 100%;
    border-spacing: 0px;
    margin: 20px 0px;
    background: antiquewhite;
	padding:20px;
}

form table th, form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

form table th {
  width: 25%;
  text-align: left;
}

.table1 th {
    vertical-align: middle;
}

form table th span {
  margin-left: 20px;
}

form table th .require {
  display: inline-block;
  background: #1C58AF;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
}

form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  /*width: 80%;*/
}
input.normal_txt2 {
    margin-top: 20px;
}
input.normal_txt1 {
    margin-top: 20px;
}

form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

form table .normal_txt {
  width: 75%;
}
/*form table .normal_txt1 {
  width: 25%;
}*/

form table .small_txt {
  width: 50%;
}

form .button_area {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

form .button_area br {
  display: none;
}

form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 40px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}

form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 60px;
  background: #1C58AF;
  color: #FFF;
}

/*input.normal_txt2 {
    width: 100%;
}*/

form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
	}

.welfare .sub_ttl {
  color: #A3B2C4;
  font-size: 204%;
  margin-bottom: 20px;
}

.welfare .box {
  background: #F9F4ED;
  padding: 20px;
  box-sizing: border-box;
}

.welfare .box .main_ttl {
  border-left: 3px solid #F7931E;
  border-bottom: 1px solid #CCC;
  padding: 5px 0px 5px 20px;
  font-size: 154%;
  margin-bottom: 20px;
}

.welfare .box article {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.welfare .box article .group:first-child {
  width: 55%;
}

.welfare .box article .group:last-child {
  width: 42%;
}

.welfare .box article .group:last-child ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.welfare .box article .group:last-child ul li {
  width: 48%;
}

.welfare .box article .group:last-child ul li img {
  width: 100%;
}

.welfare .box article .group:last-child ul li p {
  padding-top: 10px;
}

.welfare .box article .group .lead {
  position: relative;
  color: #4D4D4D;
  padding: 2px 0px 0px 20px;
  margin-bottom: 20px;
}

.welfare .box article .group .lead:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 110%;
}

.welfare .box article .group .voice_box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CCC;
  padding: 10px;
}

.welfare .box article .group .voice_box .ttl__box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.welfare .box article .group .voice_box .ttl__box li:last-child {
  padding-left: 20px;
  width: 80%;
}

.welfare .box article .group .voice_box .ttl__box .voice_ttl {
  background: url("../img/logo_biege.png") no-repeat top right;
  color: #A3B2C4;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  font-size: 200%;
  width: 100%;
}

.welfare .box article .group .voice_box .ttl__box .copy span {
  font-size: 114%;
}

.contact_list ul li {
  border-bottom: 1px solid #CCC;
  padding: 1px 10px 25px 40px;
  position: relative;
  line-height: 1.8;
  margin-bottom: 40px;
}

.contact_list ul li:last-child {
  margin-bottom: 0px;
}

.contact_list ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #6B7887;
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 110%;
}

.contact_info .blue span {
  color: #1C58AF;
}

/*.contact_info .blue .circle {
  background-color: #1C58AF;
}*/

.contact_info .blue .circle {
 border:solid 1px  #1C58AF;
}

.contact_info .blue .btn {
  background: #1C58AF;
}

.contact_info .light_blue span {
  color: #729BCC;
}

.contact_info .light_blue .circle {
  background-color: #729BCC;
}

.contact_info .light_blue .btn {
  background: #729BCC;
}

.contact_info ul {
  max-width: 850px;
  width: 80%;
  margin: 10px auto 20px;
  display: flex;
  justify-content: center;
}

.contact_info ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_info ul li .btn {
   /* margin: 0 0 0 auto;*/
  display: block;
  /*box-shadow: 2px 2px 4px gray;*/
  padding: 20px 0px;
  width: 230px;
  color: #FFF;
  text-align: center;
  transition: .5s all;
}
.contact_info ul li .btn1 {
    margin: 0 0 0 auto;
    display: block;
    /* box-shadow: 2px 2px 4px grey; */
    padding: 20px 0px;
    width: 230px;
    color: #FFF;
    text-align: center;
    transition: .5s all;
}

.contact_info .blue .btn1 {
    background: #1C58AF;
}

.contact_info ul li .btn:hover {
  opacity: 0.7;
}

.contact_info ul li .btn:hover {
  opacity: 0.7;
}

.contact_info ul .circle {
  width: 84px;
  height: 84px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.contact_info ul .circle p {
  color: #FFF;
  font-size: 124%;
}*/

.contact_info ul .circle p.kon {
  color:#1C58AF;
  font-size: 124%;
}

.contact_info ul .circle p.white {
  color:#FFF;
  font-size: 124%;
}
i.fa.fa-caret-right {
	padding-left:10px;
	/*font-size:25px;*/
}

.contact_info ul .lead {
  padding: 0px 15px;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .laed {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5;
  font-size: 94%;
}

.contact .laed a {
  font-size: 114%;
  text-decoration: underline;
  color: #000;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #1C58AF;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

ul.fl1 {
	display:flex;
	background:#F1F1F1;
}


li.wd50 {
	width:50%;
}

th {
	padding:5px;
	white-space: nowrap;
}

img.img1 {
	padding:50px 0 10px 20px;
}
.boxsky1 {
	margin-bottom:50px;
}
.under1 {
	border-bottom: solid 1px;
	font-weight:bold;
}
.under2 {
	font-weight:bold;
}

table.skyt1 {
    font-size: 13px;
	padding:10px;
}
.pd201 {
    margin-left: 30px;
    margin-top: 90px;
}
.pd202 {
    margin-left: 30px;
    margin-top: 115px;
}

.pd203 {
    margin-left: 30px;
    margin-top: 70px;
}
.pd204 {
    margin-left: 30px;
    margin-top: 70px;
}

th.font1 {
    font-size: 16px;
}

sub_ttl orange1 {
	background-color:#00b9eb;
}
.under2 {
    padding: 0 10px 10px 0;
}

@media screen and (max-width: 960px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }
}