@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page

--------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#index .slider {
	max-height: 500px;
	position: relative;
}
#index .slide_text {
	margin:0 auto;
	position:absolute;
	top:0;
	left: 20%;
	max-height:500px;
	z-index: 999;
	background: linear-gradient(to right,rgba(250,250,250,.6), rgba(1,1,1,.01));
}
#index .blueBox {
	background-color: #223f9b;
	height: 500px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}
#index .bx-wrapper {
	width: 100%;
    box-shadow: none !important;
    border: none !important;
    background: #fff;	
}
#index .bx-wrapper img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

#index .bx-viewport {
  max-height: 500px;
	min-height: 500px;
}
#index h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#index .boxes {
	margin-top:30px;
}
#index .box {
	width: 455px;
	height: 410px;
	background-color: #e5e5e5;
	padding: 20px 30px;
	float: left;
	margin-bottom: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root #index .box {
	letter-spacing:-.2px;
    }
}

#index .box:nth-child(2n) {
	margin-left: 30px;
}
#index .box:nth-child(3) {
	margin-bottom: 40px;
}
#index .box:nth-child(4) {
	margin-bottom: 40px;
}

#index .box h3 {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #0f2b83;
	color: #0f2b83;
	font-size: 26px;
	font-weight: bold;
	margin-top: 18px;
    padding-bottom: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root #index .box h3 {
		font-size: 23px;
    }
}

#index .box p {
	margin-top: 8px;
	line-height: 22px;
	font-size: 14px;
	text-align: justify;
}
#index .box a {
	display:block;
	width: 140px;
	text-align: center;
	margin:0 auto;
	margin-top: 16px;
}
#index .saiyo_obi {
	background-image: url(../image/saiyo_obi.jpg);
	background-size: cover;
	min-height: 280px;
	position:relative;
	margin-bottom: 38px;
	background-position: 60% 0;
}
#index h2.white {
	color: #fff;
	padding-top: 30px;
	z-index: 999;
}
#index .saiyo_obi p {
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-top: 24px;
	z-index:100;
}
#index .saiyo_obi a {
	display:block;
	width: 170px;
	margin:0 auto;
	text-align: center;
	margin-top: 35px;
}
#index .saiyo_obi .saiyo_text {
	z-index: 999;
}
#index .saiyo_obi .saiyo_blue{
	position:absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;	
	z-index: 1;
}
#index .blue_back {
	background: url(../image/saiyo_bg.png);
	background-position: center center; 
	background-repeat: no-repeat;
	min-height: 280px;
}
#index .news .border {
	border-bottom: solid 2px #000;
	width: 100%;
	margin-bottom: 25px;
}
#index .news ul {
	width: 565px;
	margin:0 auto;
	list-style-type: none;
}
#index .news li .date {
	padding-right: 25px;
}
#index .news li .title {
	text-decoration:underline;
}
#index .news a.ichiran_btn {
	display: block;
	width: 140px;
	margin:0 auto;
	text-align: center;
	margin-top: 20px;
}
#index .senmu {
	margin-bottom:40px;
}
#index .senmu_btn {
	display: block;
	width: 327px;
	margin:0 auto;
	text-align: center;
	margin-top: 35px;
}
#index .contact_box {
	width: 100%;
	background-color: #3c62dd;
	padding: 10px;
	color: #fff;
}
#index .contact_box_in {
	border: solid 1px #fff;
}
#index .contact_box_in p {
	text-align: center;
	margin-top: 26px;
}
#index .contact_box_in .box_left,#index .contact_box_in .box_right {
  height:120px;
  width: 380px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#index .contact_box_in .box_left {
	float: left;
	border-right: dashed 2px #fff;
	padding-top: 32px;
	padding-left: 70px;
}
#index .contact_box_in .box_right {
	float: right;
  width: 370px;
}
#index .contact_box_in .box_right span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#index .contact_box_in .box_right .to_phone {
	display: block;
	margin:0 auto;
}
#index .box_en {
	height: 415px;
	}
#index .box_en a {
	margin-top: 8px;
	}
#index .box_en:first-child a {
	margin-top: 6px;
	}
#index .box_en:nth-child(2) a {
	margin-top: 28px;
	}
/*------------------------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------------------------*/
#service .mainImg01 {
	background-image: url(../image/service/service_01_title_bg.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
	background-position: center center;
}
#service .mainImg01 .service_text {
	position: absolute;
	left: 20%;
}
#service .mainImg02 {
	background-image: url(../image/service/service_02_title_bg.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
}
#service .mainImg02 .service_text {
	position: absolute;
	left: 20%;
}
#service .mainImg03 {
	background-image: url(../image/service/service_03_title_bg.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
}
#service .mainImg03 .service_text {
	position: absolute;
	left: 20%;
}
#service .mainImg04 {
	background-image: url(../image/service/service_04_title_bg.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
	background-position: center center;
}
#service .mainImg04 .service_text {
	position: absolute;
	left: 20%;
}
#service .mainImg05 {
	background-image: url(../image/service/service_05_title_bg.jpg?v=3);
	background-repeat: repeat-x;
	height: 150px;
	position: relative;
	display: block;
	background-position: 100% center;
}
#service .mainImg05-2 {
	background-image: url(../image/service/service_05-2_title_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	position: relative;
	display: block;
	background-position: 100% center;
}

#service .mainImg05 .service_text {
	position: absolute;
	left: 20%;
}
#service .mainImg05-2 .service_text {
	position: absolute;
	left: 20%;
}

#service .mainImg06 {
	background-image: url(../image/service/service_06_title_bg.jpg?v=3);
	height: 150px;
	position: relative;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
#service .mainImg06 .service_text {
	position: absolute;
	left: 20%;
}

#service .blueBox {
	background-color: #223f9b;
	height: 150px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}
#service .service_h2 {
	font-size: 26px;
	border-bottom: dotted 6px #223f9b;
	padding-bottom: 6px;
	display: inline-block;
	color: #223f9b;
	font-weight: bold;
}
#service .h2_parent {
	text-align: center;
	margin-bottom: 26px;
}
#service .chuzo_box {
	margin-bottom:32px;
	position: relative;
	color: #fff;
}
#service .chuzo_box div div {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:16px;
}
#service div.chuzo_box:last-child {
	margin-bottom:0;
}
#service .chuzo_box_left , #service .chuzo_box_right {
	position: relative;
}
#service .chuzo_box_left .chuzo_in {
	position: absolute;
	top: 40px;
	left: 425px;
	margin-top: 7px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root #service .chuzo_box_left .chuzo_line {
	margin-top: 7px;
    }
}

#service .chuzo_box_right .chuzo_in {
	position: absolute;
	top: 40px;
	left: 70px;
}
#service .chuzo_box .chuzo_in span {
	display: block;
	padding-top:7px;
}
#service table.chuzo_tb {
	width: 100%;
}

#service table.chuzo_tb th {
	width: 240px;
	height: 35px;
	background-color: #e5e5e5;
}
#service table.chuzo_tb td {
	width: auto;
	padding-left: 12px;
}
#service table.chuzo_tb td p:nth-child(2) {
	margin-top: 10px;
}

#service table.chuzo_tb .td_th {
	background-color: #e5e5e5;
	text-align: center;
	padding-left:0;
	font-weight: bold;
	padding: 4px 0;
}


.s05Tb {
	width: 100%;
	margin: 10px 0 30px;
}

.s05Tb th {
	background-color: #e5e5e5;
	padding: 8px;
}

.s05Tb th:nth-child(1) {
	width: 240px;
}

.s05Tb th:nth-child(2),
.s05Tb th:nth-child(3) {
	width: 300px;
}

.s05Tb td {
	padding:8px;
}

.s05Tb td.cl {
	background-color: #e5e5e5;
	text-align: center;
}

.s05Tb td.ind {
	text-indent: 90px;
}

.s05Tb td.ind2 {
	text-indent: 80px;
}

.s06Tb {
	width: 100%;
	margin: 10px 0 30px;
}

.s06Tb th {
	background-color: #e5e5e5;
	padding: 8px;
}

.s06Tb th:nth-child(1) {
	width: 240px;
}

.s06Tb th:nth-child(2) {
	width: 410px;
}

.s06Tb td {
	padding:8px;
	text-align: center;
}

.s06Tb td.cl {
	background-color: #e5e5e5;
}

.service01-p1 {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.service01-p1 img {
	margin-bottom: 4px;
}

.service01-p2 {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.service01-p2 div {
	margin: 0;
	padding: 0;
	text-align: center;
}

.service01-p2 div img.mgn {
	margin-top: 12px;
}


/* Dao add */
.px820 {
	width: 820px;
	margin:0 auto;
}

.contact_green_box {
	background-color: #097508;
}


.contact_green_box .contact_box_in p {
	margin-top: 15px;
}


.contact_box_in .box_right span:last-of-type {
	font-size: 12px;
}

.contact_green_box .box_right span {
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 15px;
}

.contact_box_in .box_right p {
	text-align: left;
	margin-top: 0;
	font-size: 12px;
	margin-left: 65px;
	line-height: 1.2;
}

#service .greenBox {
	background-color: #097508;
	height: 150px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}

#service .mainImg04-green {
	background: url(../image/service/service_04_title_bg_green.jpg) no-repeat center center;
	background-size: cover;
}

#service .greenBox {
	background-color: #097508;
	height: 150px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}

#service .list h2 {
	margin-bottom: 60px;
	text-align: center;
}

#service .list ul {
	margin: 0 15px;
	padding: 0;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

#service .list li {
	width: 188px;
	margin-bottom: 40px;
	text-align: center;
	list-style: none;
	margin-right: 52px;
}

#service .list li:nth-child(4n+0) {
	margin-right: 0;
}

#service .list li h3 {
	padding: 5px 10px;
	background-color: #097508;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: left;
}

#service .list li p {
	text-align: center;
	font-size: 16px;
	color: #0e780d;
	margin-top: 10px;
	margin-bottom: 25px;
	min-height: 40px;
}

#service .list li a.btn {
	color: #097508;
	line-height: 40px;
	height: 40px;
	padding: 0 50px 0 20px;
	border: 1px solid #097508;
	border-radius: 20px;
	background: url(../image/service/icon-next.png) no-repeat right 20px center;
	display: inline-block;
}

#service .service-detail .title {
	margin: 98px 0 110px 0;
	position: relative;
}

#service .service-detail .photo {
	position: absolute;
	left: 0;
	top: -53px;
}

#service .service-detail .content-detail {
	width: 100%;
	background-color: #bdddad;
	padding: 45px 80px 40px 80px;
}

#service .service-detail h2 {
	text-align: center;
	margin-bottom: 15px;
}

#service .service-detail .content-detail h3 {
	padding: 30px 0 20px 0;
}

#service .service-detail .content-detail dt {
	font-size: 18px;
	font-weight: bold;
}

#service .service-detail .content-detail dt,
#service .service-detail .content-detail dd {
	line-height: 1.8;
}

#service .service-detail .content-detail dd {
	font-size: 14px;
	margin-bottom: 20px;
}

#service .service-detail .content-detail p {
	font-size: 14px;
	line-height: 30px;
}

#service .service-detail .content-detail ul {
	border-bottom: 1px solid #a0a0a0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#service .service-detail .content-detail li {
	float: left;
	width: 50%;
	padding: 20px 40px 20px 30px;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	list-style: none;
	background-color: #fff;
}

#service .service-detail .content-detail li span:first-child {
	padding-right: 50px;
}
#service .service-detail .content-detail li:nth-child(2n+0) {
	border-right: 1px solid #a0a0a0;
}

#service .service-detail .linkbox {
	margin: 40px auto 50px auto;
	text-align: center;
	display: block;
}

#service .service-detail .note {
	text-align: center;
	margin-bottom: 95px;
}

#service .service-detail .content-detail .marBottom20 {
	margin-bottom: 20px;
	line-height: 21px;
}

#service .service-detail h4 {
	font-size: 16px;
	color: #097508;
	font-weight: bold;
	margin-bottom: 5px;
}

#service .service-detail table td,
#service .service-detail table th {
	background-color: #fff;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	padding: 20px 30px 20px 20px;
}

#service .service-detail table th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

#service .service-detail table td:last-child {
	border-right: 1px solid #a0a0a0;
}

#service .service-detail table {
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #a0a0a0;
}

#service .service-detail .marLeft10 {
	margin-left: 10px;
}
/* Dao add end */

/*------------------------------------------------------------------------------------------------
  kikai
--------------------------------------------------------------------------------------------------*/
#kikai .chuzo_box_right .chuzo_in{
	left: 425px;
	top: 38px;
}
#kikai .chuzo_box_left .chuzo_in{
	left: 80px;
	top: 56px;
}
#kikai table th {
	background-color: #e5e5e5;
	padding-top:8px;
	padding-bottom:8px;
}
#kikai table th:first-child {
	width: 240px;
}
#kikai table th:nth-child(2) {
	width: 210px;
}
#kikai table th:nth-child(3) {
	width: 240px;
}
#kikai table th:nth-child(4) {
	width: 60px;
}
#kikai table th:last-child {
	width: 190px;
}
#kikai table td {
	padding-top: 6px;
	padding-bottom:6px;
}
#kikai table tr td:first-child {
	padding-left: 52px;
}
#kikai table tr td:nth-child(2) {
	padding-left: 20px;
}
#kikai table tr td:nth-child(3) {
	padding-left: 42px;
}
#kikai table tr td:last-child {
	padding-left: 25px;
}
#kikai table.kikai_tb_en tr td:first-child {
	padding-left: 10px;
}
#kikai table.kikai_tb_en tr td:nth-child(3) {
	padding-left: 20px;
}

/*------------------------------------------------------------------------------------------------
  daikasu
--------------------------------------------------------------------------------------------------*/
#daikasu .flow_box {
	border:solid 1px #254dcf;
}
#daikasu .flow_box:last-child span {
	margin-top: 30px;	
	margin-bottom: 20px;
}

#daikasu .flow_box div {
	float:right;
	margin-top: 17px;
	margin-right: 11px;
	width: 690px;
}
#daikasu .flow_box:last-child div {
	margin-top:50px;
}
#daikasu .flow_box span {
	font-size: 22px;
	font-weight:bold;
	color: #254dcf;
	margin-bottom: 12px;
	display: block;
}
#daikasu .flow_box div p {
	margin-top:14px;
}
#daikasu .arrow {
	text-align: center;
	margin: 15px auto;
}
#daikasu .kako_box {
	height: 112px;
	border-bottom: dashed 1px #223f9b;
}
#daikasu .kako_box:last-child {
	height: 92px;
	border-bottom:none;
}
#daikasu .kako_box:nth-child(2) {
	height: 112px;
}
#daikasu .kako_box img {
	float: left;
	margin-right: 50px;
}
#daikasu .follow {
	border: solid 1px #254dcf;
	background-color: #fff;
	padding-bottom:20px;
	margin-top:40px;
}
#daikasu .follow .fl-dai {
	float: left;
	margin-top:-50px;
	margin-left: 30px;
}
#daikasu .daikasu_tb th {
	background-color: #e5e5e5;
	padding-top:8px;
	padding-bottom: 8px;
}
#daikasu .daikasu_tb td {
	padding-top:5px;
	padding-bottom: 5px;
}
#daikasu .daikasu_tb {
	margin-top: 10px;
	margin-bottom: 30px;
}
#daikasu .daikasu_tb th:first-child {
	width: 240px;
}
#daikasu .daikasu_tb th:nth-child(2) {
	width: 210px;
}
#daikasu .daikasu_tb th:nth-child(3) {
	width: 240px;
}
#daikasu .daikasu_tb th:nth-child(4) {
	width: 60px;
}
#daikasu .daikasu_tb th:last-child {
	width: 190px;
}
#daikasu .daikasu_tb tr td:first-child,#daikasu .daikasu_tb tr td:nth-child(3) {
	padding-left: 10px;
}
#daikasu .daikasu_tb tr td:nth-child(2) {
	padding-left: 18px;
}
#daikasu .daikasu_tb tr td:last-child {
	padding-left: 24px;
}

  #daikasu .flow_box .second {
    width: 690px;
  }


/*_____ENGLISH_____*/
#daikasu .daikasu_tb tr td:first-child, #daikasu .daikasu_tb_en tr td:nth-child(3) {
	padding-left: 10px;
	}
/*------------------------------------------------------------------------------------------------
  hanbai
--------------------------------------------------------------------------------------------------*/
.link_betsu {
	text-align: center;
}

/*------------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------------*/
#company .mainImg {
	background-image: url(../image/company/main_title_bg_181214.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
}
#company .mainImg .service_text {
	position: absolute;
	left: 20%;
}
#company .blueBox {
	background-color: #223f9b;
	height: 150px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}

#company .h2_parent {
	text-align: center;
	margin-bottom: 25px;
	padding-top: 40px;
}
.greed {
	margin-bottom: 40px;
}
#company .greed p {
	margin-top:25px;
}
.company_bg {
	background: url(../image/company/comp_bg.png),#eeeeee;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 16px;
}
.company_bg p {
	text-align: left;
	margin-top: 25px;
}
.company_bg img {
	display: block;
	margin:0 auto;
}
#company .mark img {
	float: left;
	margin-right: 20px;
}
#company .mark p {
	margin-top: 20px;
}
#company .bg_gray {
	padding-top:0;
}
#company table.gaiyo {
	width: 940px;
	margin:0 auto;
	border:#959595;
}
#company table.gaiyo th {
	width: 240px;
	background-color: #c9c9c9;
	padding: 10px;
}
#company table.gaiyo td {
	padding:10px;
	letter-spacing: -.8px;
	background: #fff;
}
#company .enkaku {
	width: 730px;
	margin:0 auto;
	margin-top: 25px;
}
#company .enkaku td {
	border-bottom: solid 1px #a0a0a0;
	padding-top:8px;
	padding-bottom: 8px;
}
#company .enkaku tr td:first-child {
	width: 160px;
}
#company .enkaku tr:last-child td {
	border-bottom:0;
}
#company .dept01 table {
	border: solid 1px #959595;
	width: 940px;
	margin-top: 14px;
	margin-bottom: 25px;
}
#company .dept01 th {
	background-color: #c9c9c9;
	padding-top:8px;
	padding-bottom:8px;
}
#company .dept01 td {
	padding-top:8px;
	padding-bottom:8px;
}
#company .dept01 tr td:first-child {
	text-align: center;
	width: 240px;
}
#company .dept01 tr td:last-child {
	padding-left: 10px;
}

/*------------------------------------------------------------------------------------------------
  saiyou
--------------------------------------------------------------------------------------------------*/
#saiyou .mainImg {
	background-image: url(../image/saiyou/main_title_bg.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
	
}
#saiyou .mainImg .service_text {
	position: absolute;
	left: 20%;
}
#saiyou .blueBox {
	background-color: #223f9b;
	height: 150px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}

#saiyou .h2_parent {
	text-align: center;
	margin-bottom: 25px;
	padding-top: 40px;
}
#saiyou .message img {
	float: left;
}
#saiyou .message p {
	margin-bottom: 25px;
	
}
#saiyou .message_p {
	float: right;
	width: 540px;
}
#saiyou .message_p p:last-child {
	float: right;
}
.saiyo_bg {
	background: url(../image/saiyou/saiyo_bg.jpg);
	background-size: 100%;
	padding-bottom: 5px;
	background-position: center center;
}
.saiyo_bg_en {
	background: url(../image/saiyou/saiyo_bg_en.jpg);
	background-size: 100%;
	padding-bottom: 5px;
	background-position: center center;
}
#saiyou .message .message_p_en {
	float: right;
	width: 540px;
	text-align: justify;
	margin-bottom: 20px;
	}
.yoko {
	width: 940px;
	margin:0 auto;
}
.yoko th {
	widht: 240px;
	background: #e5e5e5;
	padding: 10px;
}
.yoko td {
	padding: 10px;
	padding-left: 12px;
}
.yoko td ul {
	padding-left: 20px;
	margin: 0;
}
#saiyou .message_en img {
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
	}
#saiyou .message_en .message_p {
	float: none;
	width: auto;
	}
/*------------------------------------------------------------------------------------------------
  privacy
--------------------------------------------------------------------------------------------------*/
#privacy .mainImg {
	background-image: url(../image/privacy/main_title_bg.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
	
}
#privacy .mainImg .service_text {
	position: absolute;
	left: 20%;
}
#privacy .blueBox {
	background-color: #223f9b;
	height: 150px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}
.privacy_h2 {
	text-align: center;
	margin-top: 45px;
}
.privacy_block {
	border-bottom:solid 1px #223f9b;
}
.privacy_block:last-child {
	border-bottom:none;
}
.privacy_block p {
	margin-top: 26px;
	padding-bottom: 40px;
}
.privacy_block:last-child p{
	padding-bottom:0;
}

/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#news .mainImg {
	background-image: url(../image/news/main_title_bg.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
	
}
#news .mainImg .service_text {
	position: absolute;
	left: 20%;
}
#news .blueBox {
	background-color: #223f9b;
	height: 150px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}
#news .category ul {
	width:700px;
	padding:0;
	margin:0 auto;
}
#news .category ul li {
	list-style-type: none;
	display: inline-block;
	padding-left: 12px;
	padding-right:12px;
	border-right:solid 3px #313131;
	height: 30px;
	line-height: 30px;
	display: block;
    float: left;
}
#news .category ul li.current {
	background-color:#223f9b;
}
#news .category ul li.current a{
	color: #fff;
}
#news .category ul li:last-child {
	border:none;
}
#news .category ul li a {
	color: #223f9b;
	font-size: 16px;
	font-weight: bold;
}
#news .list {
	width: 710px;
	margin:0 auto;
	margin-top: 35px;
}
#news .list ul {
	list-style-type:none;
}
#news .list ul li {
	margin-bottom: 10px;
}
#news .list .cate {
	display: inline-block;
	width: 75px;
	height: 25px;
	border:solid 1px #000;
	text-align: center;
	margin-right: 40px;
}
#news .list .date {
	margin-right:25px;
}
#news .list a {
	text-decoration: underline;
}
#news .pager {
	text-align: center;
}
#news .pager a {
	display: inline-block;
	width: 50px;
	text-decoration: none;
	color: #223f9b;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
#news .pager .current {
	background-color:#223f9b;
	color: #fff;
	display: inline-block;
	width: 50px;
	text-decoration: none;
	font-weight: bold;
	height: 50px;
	line-height: 44px;
}
.wp-pagenavi a, .wp-pagenavi span.current {
	border:none !important;
	}


.full_content {
        max-width:715px;
		height: 300px;
        position:relative;
        margin:10px auto 0;
        clear:both;
}
.tabmenu{
		display:inline-block;
	    padding-left: 12px;
	    padding-right: 12px;
	    border-right: solid 3px #313131;
	    height: 30px;
	    line-height: 30px;
	    color: #223f9b;
	    font-size: 16px;
	    font-weight: bold;
	    cursor: pointer;
}
.tabmenu:last-child {
		border:none;
}

.active, .hover {
        background:#999;
        color: #000;
        font-weight:bold;
}

.current-cat {
	background: #223f9b;
    color: #fff;
    }
#news .category ul li.current-cat a {
	color: #fff;
	}
.blueback li.cat-item-11,.blueback li.cat-item-10 {
    background: #223f9b;
    }
#news .blueback ul li.cat-item-11 a,#news .blueback ul li.cat-item-10 a {
    color: #fff;
    }


/*________English________*/
#news .news_en .category ul {
	width: 860px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root #news .news_en .category ul {
	width: 880px;
	}
}
#news .news_en .category ul li {
	padding-left:5px;
	padding-right:5px;
	letter-spacing: -.5px;
	}
#news .news_en .list {
	width: 100%;
	}
#news .news_en .list .cate {
	width: 165px;
	}
/*------------------------------------------------------------------------------------------------
  news-detail
--------------------------------------------------------------------------------------------------*/
#news .detail-title {
	font-size: 18px;
	margin-bottom:24px;
}
#news .detail-title .dt-date {
	margin-right: 32px;
}
#news .detail-title .title {
	margin-right: 32px;
}
#news .detail-title .category {
	display: inline-block;
	width: 75px;
	height: 25px;
	border:solid 1px #000;
	text-align: center;
	margin-right: 40px;
	font-size: 14px;
}
#news .content p {
	margin-top: 28px;
}
#news .dt-pager {
	text-align: center;
	color:#223f9b;
	font-weight: bold;
	margin-top: 40px;
}

.dt-pager a {
	display: inline-block;
    width: 200px;
	color: #223f9b
}
.dt-pager_en a {
	width: 200px;
	color: #223f9b
	}
#news .detail-title .category_en {
	width: 165px;
	}
/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
#contact .mainImg {
	background-image: url(../image/contact/main_title_bg.jpg);
	background-size: 100%;
	height: 150px;
	position: relative;
	display: block;
	
}
#contact .mainImg .service_text {
	position: absolute;
	left: 20%;
}
#contact .blueBox {
	background-color: #223f9b;
	height: 150px;
	width: 20%;
	position: absolute;
	top:0;
	z-index: 998;
}
#contact .kaku {
	width: 940px;
	margin:0 auto;
	margin-top: 30px;
	font-size: 16px;
}
#contact .kaku th{
	background-color: #959595;
}
#contact .kaku th,#contact .kaku td {
	height: 45px;
	line-height: 45px;
}
#contact .kaku th:first-child {
	width: 160px;
}
#contact .kaku th:last-child {
	width: 390px;
}
#contact .kaku tr td:first-child {
	text-align: center;
	font-weight:bold;
}
#contact .kaku tr td:nth-child(2) {
	padding-left: 30px;
}
#contact .kaku tr td:last-child {
	padding-left: 40px;
}
#contact p.chui {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
#contact .contact_form {
	padding: 45px 60px 45px 60px;
	background-color: #fff;
}
#contact .contact_form table {
	width: 660px;
}
#contact .contact_form table th {
	text-align: left;
	width: 160px;
}
#contact .contact_form table tr:last-child th {
	vertical-align: top;
}
#contact .contact_form table tr {
	margin-bottom: 10px;
}
#contact .contact_form table td input {
	height: 35px;
	border: solid 1px #000;
	width: 370px;
	margin-bottom:8px;
}
#contact .contact_form table td .mwform-tel-field input {
	width: 113px;
	}
#contact .contact_form table tr:nth-child(3) input,#contact .contact_form table tr:nth-child(4) input {
	width: 180px;
	margin-right:10px;
}
#contact .contact_form table textarea {
	width: 500px;
	height: 110px;
	border: solid 1px #000;
}
#contact .contact_form div {
	text-align: center;
	margin-top: 45px;
}
#contact .contact_form .back_btn {
	float: left;
}
#contact .contact_form .send_btn {
	float: right;
}

.mw_wp_form_input .btn input{
background:url(../image/contact/cnf.png) no-repeat;
width: 140px;
height: 40px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}
 
.mw_wp_form_confirm .btn input{
/*���M�{�^���p*/
background:url(../image/contact/send.png) no-repeat;
width: 100px;
height: 40px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
margin-right: 88px;
}
 
#submitback input{
/*�߂�{�^���p*/
background:url(../image/contact/back.png) no-repeat;
width: 160px;
height: 40px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
margin-right: 167px;
}
.contact_form ul {
	list-style-type: none;
	margin:0 auto;
    text-align: center;
    margin-top: 50px;
	}
.contact_form ul li {
	display: inline-block;
	text-align: center;
	}
.mw_wp_form_confirm {
}

/*____English___*/
#contact .kaku_en th,#contact .kaku_en td {
	line-height: normal;
}
#contact .kaku_en tr td:nth-child(2) {
    padding-left: 14px;
}
#contact .kaku_en tr td:last-child{
	padding-left: 14px;
}
#contact .contact_form table td input.contact_en_phone-fax {
  width: 113px;
}

.mw_wp_form_input .btn_en input{
background:url(../image/contact/cnf_en.png) no-repeat;
width: 220px;
height: 40px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}
 
.mw_wp_form_confirm .btn_en input{
/*���M�{�^���p*/
background:url(../image/contact/send_en.png) no-repeat;
width: 110px;
height: 40px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
margin-right: 88px;
}
 
#submitback_en input{
/*�߂�{�^���p*/
background:url(../image/contact/back_en.png) no-repeat;
width: 165px;
height: 40px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
margin-right: 167px;
}
#index .box_en h3 {
	font-size: 25px;
  margin-bottom: 3px;
}
#index .box_en {
	font-size:13.5px;
	}

.teikaBtn a {
width: 360px;
display: block;
margin: 0 auto 60px;
color: #FFF;
font-weight: bold;
text-align: center;
font-size: 20px;
letter-spacing: 0.02em;
	line-height: 60px;
	height: 60px;
	border: 2px solid #097508;
	border-radius: 100vh;
	background: url(../image/service/icon-next_white.png) #097508 no-repeat right 20px center;
}

.teikaBtn a:hover {
color: #097508;
background: url(../image/service/icon-next.png) #FFF no-repeat right 20px center;
opacity: 1;
}
