@charset "UTF-8";
/*
Theme Name: Emanon Pro child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro の子テーマです。
Template: emanon-pro
Version: 1.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Pro 子テーマ用のスタイルを以下に記述 
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮を
オンにしてください。
*/

.h1-header {
  color:#ffffff;
	padding:30px 0!important;
	text-align:center;
	background-color:linear-gradient(left, #00b050, #6bd19a, #00b050);
  background: -moz-linear-gradient(left, #00b050, #6bd19a, #00b050);
  background: -webkit-linear-gradient(left, #00b050, #6bd19a, #00b050);
  background: linear-gradient(to right, #00b050, #6bd19a, #00b050);
}

.h1-header h1{
	color:#ffffff!important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif!important;
	color:#ffffff!important;
	margin:0!important;
	padding:0!important;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.2;
}

.service-header .service-h1-title {
	padding: 3px !important;
}




/*ハンバーガーメニュー*/
.hamburger-menu ul {
	list-style-type: none;
}
.hamburger-menu a {
	background-color: #00b050;
	color: #fff;
	font-size:120%;
	display: block;
	width: 100%;
	padding: 10px 10%;
	text-decoration: none;
}
.hamburger-menu a:hover {
	background-color:#009644;
}

.mobile-menu-widget li a {
	padding: 14px 16px 11px 12px!important;
}

.mobile-menu-widget li a:after {
	top:48%!important;
	right: 2%!important;
}


/*企業情報*/
.company-table{
  margin: 0 auto;
  max-width: 800px;
}


.tblwidth{
	width: 120px;
}

@media (max-width: 768px){
	.m4 {
		margin-left:4px!important;
		margin-right:4px!important;

	}
.tblwidth{
	width: 72px!important;
}
table td {
    padding: 8px 0px 8px 8px!important;
	}
	
}

	
/*Tableの文字の改行*/
.br1 ,.br2 {
	display:none;
}

@media (max-width: 520px) {
	.br1 {
		display: inline;
	}
	.br2 {
		display: inline;
	}
}


.br-topour {
	display:none;
}

@media (max-width: 464px) {
	.br-topour {
		display: inline;
	}
}

.br-our {
	display:none;	
}

@media (min-width: 780px) {
	.br-our {
		display: inline;
	}
}

.br-our2 {
	display:none;	
}

@media (max-width: 780px) {
	.br-our2 {
		display: inline;
	}
}


/*ヘッダー*/
.header-logo{
/*	width: 370px;*/
/*	width: 254px;*/
}

.head-img img{
	max-width: 100%;
	height: auto;
}

.gallery-item {
	margin:0!important;
}
.gallery-item dt{
	padding:0!important;
}




/*グローバルメニュー*/
.top_menu {
  position: absolute;
	top:0;
	right:4%;
}

.top_menu_right {
  position: absolute;
	margin-top:15px;
	top:14%;
	right:4%;
	font-size:75%;
}



/*ハンバーガーメニュー*/
.modal-menu {
    position: absolute;
		top: 52%!important;
    right: 2%;
    padding-top:7px;
}


/*サイト右上メニュー*/
.top-menu1 {
	font-size:15px;
}


.top_menu_right a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.top_menu_right a::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #00b050;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.top_menu_right a:hover::after {
  transform: scale(1, 1);
}


/*ヘッダーのメニュー*/
@media (max-width: 767px) {
	.pc_navi{
		display: none;
	}
}

@media (min-width: 768px) {
	.top_menu ul li{
			display: inline;
	 }

	.top_menu_right ul li{
			display: inline;
			margin-right:1rem;
	 }

	.top_menu_left ul li{
			display: inline;
			margin-right:2rem;
		  font-weight:bold;
	 }

	.top_menu {
    padding: 3px;	
	}

	.top_menu ul{
    padding: 0px;
		margin:0px;
	}

	.top_menu ul li {
    display: inline;
    margin-right: 1em;
	}

	.top_menu ul li a { 
    font-family: "Trebuchet MS", sans-serif;
    text-decoration: none;
		font-size:14px;
		color:#383838;
	}

	.top_menu ul li a:hover{ 
    border-bottom : solid 2px #001753;
	}
}


/*トップページ*/
.news-contact{
	padding:10px;
}

/*NEWS*/
.top-news-h2{
	font-weight:normal;
	margin:0;
	margin-bottom:20px;
	color:#005B50;
  line-height: 1.2;
	font-size: 2.6em;
	border-bottom: solid 1px#005B50;
}

@media (min-width:600px){
.top-news-h2{
		text-align:left;
		max-width: 294px;
	}
}

@media (max-width:599px){
	.top-news-h2 {
		text-align: center;
		max-width: 100%;
	}
}


.top-news-link a {
	text-decoration: underline!important;
	color:#00b050!important;
	padding-right:30px!important;
}

@media (min-width:769px){
	.top-news-link-right {
    text-align: right;
    margin-right: 50px;
	}
}


@media (max-width:768px){
	.top-news-link-right {
    text-align: right;
    margin-right: 10px;
	}
}


.news-category-date{
		white-space: nowrap;
}

.news-top-li{
  list-style: none!important;
	margin-bottom:6px;
	margin-right:30px;
	display: flex;
}

.news-category-name{
		width: 100px;
		flex-shrink: 0;
		margin-right:20px;
}


/*CONTACT*/
.top-contact-box{
	border: solid 1px #1271b0;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	margin:20px 0;
	color:#1271b0;
}

.contact_box h2{
	font-weight:normal;
	margin:0;
	text-align:left;
	margin-bottom:20px;
	color:#005B50;
  line-height: 1.2;
	font-size: 2.6em;
	border-bottom: solid 1px #005B50;
}


@media (min-width:600px){
	.contact_box h2{
		text-align:left;
		max-width: 220px;
	}
}

@media (max-width:599px){
	.contact_box h2{
		text-align: center;
		max-width: 100%;
	}
}

@media (min-width:599px) and (max-width:730px) {
	.contact_box , .news_box{
		margin-right:2%;
		margin-left:2%;
	}
}


.btn a {
  position: relative;
  z-index: 2;
  color: #1271b0;
  background-color: #fff;
	border: solid 1px #1271b0;
	padding-top:30px;
	padding-bottom:30px;
}

@media (min-width:600px){
	.btn a{
		margin:20px 0;
	}
}
@media (max-width:599px){
	.btn a{
		margin:20px auto;
		width:70%;
	}
	.btn.w80 a{
		width:80%;
	}
}


.btn a:before, .btn a:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  z-index: -1;
  background-color: #1271b0;
  transition: all 300ms linear;
}
.btn a:before {
  top: 0;
  left: 0;
}
.btn a:after {
  bottom: 0;
  right: 0;
}
.btn a span {
  display: inline-block;
  background-color: #1271b0;
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 300ms linear;
  transition-delay: 250ms;
}
.btn a .line01 {
  top: 0;
  right: 0;
}
.btn a .line02 {
  bottom: 0;
  left: 0;
}
.btn a:hover {
  color: #1271b0;
}
.btn a:hover:before, .btn a:hover:after {
  height: 100%;
}
.btn a:hover span {
  width: 100%;
}


.contact_box p{
	margin: 0;
}


@media (max-width:599px){
.news-top-li{
	margin-right:0px;		
	}
.top-contact-box{
	width:80%;
	margin: 20px auto;
	}
}

.bussiness h2{
	  position: relative;
}
.about h2{
	  position: relative;
}


.top-title-h2{
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	color: #005B50;
	line-height: 1.2;
	text-align:center
}

.bussiness h2:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  /*width: 290px;*/
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 6px;
	color: #031d5b!important;
}

@media (min-width:769px){
	.bussiness h2:before {
    width: 290px;
	}
}

@media (max-width:768px){
	.bussiness h2:before {
    width: 95%;
	}
	.ourservice p{
    margin-left:2%;
		margin-right:2%;
	}
	.br-ourservice{
		display:none;
	}
}


.about h2:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 6px;
	color: #031d5b!important;
}

@media (min-width:769px){
	.about h2:before{
    width: 200px;
	}
}

@media (max-width:768px){
	.about h2:before{
    width: 95%;
	}
}

.bussiness{
	margin-top:50px;
}

.about{
	margin-top:50px;
}

.about-box{
	margin-top:0px;
}

.about-box p{
	white-space: nowrap;
}

.news_box{
	margin-top:50px;
	margin-bottom:30px;
}

.contact_box{
	margin-top:50px;
	margin-bottom:30px;
}


@media (min-width:736px){
	.top-title-h2{
    font-size: 2.6em;
	}
	.top-news-h2 {
    font-size: 2.6em;
	}
	.contact_box h2 {
    font-size: 2.6em;
	}
}

@media (min-width:600px) and (max-width:735px) {
	.top-title-h2{
    font-size: 2.0em;
	}
	.top-news-h2 {
    font-size: 2.0em;
	}
	.contact_box h2 {
    font-size: 2.0em;
	}
}

@media (max-width:599px){
	.top-title-h2{
    font-size: 2.6em;
	}
	.top-news-h2 {
    font-size: 2.6em;
	}
	.contact_box h2 {
    font-size: 2.6em;
	}
}


/*2カラム*/
.ourservice{
	text-align:center;
	margin-bottom:30px;
	margin-top:20px;
}

.flex-item2{
	overflow:hidden;
	white-space: nowrap;
}

.flex-item2 img{
	transition:1s all;
	border: solid 1px #031d5b;
}

.flex-item2 img:hover {
	transform:scale(1.2,1.2);
  transition:1s all;
	opacity: 0.5;
}


@media (min-width: 769px) {
.flex-box2 {
	padding: 2%;
	display: flex;
	justify-content:center;
	margin:auto;
	text-align:center;
}

.flex-item2 {
	width:49%;
	margin:auto;
	}
}


@media (max-width: 768px) {
.flex-box2 {
		padding:1%;
    justify-content:center;
		margin:auto;
}

.flex-item2 {
    padding: 1%;
    margin: 10px auto;
}

.flex-item2:nth-child(1) {
	width:99%;
	text-align:center;
}

.flex-item2:nth-child(2) {
	width:99%;
	text-align:center;
}
		.flex-item2 {
		width:80%!important;
	}
.bussiness .flex-item2 {
                width:90%!important;
            }
	.flex-item2 img{
		width:100%;
	}
}


/*3カラム*/
.top-overlay {
 	position: absolute;
	top: 50%;
	left:50%;
	width: 100%;
  color: #fff;
  text-align: ceter!important;
}


.top-font-white{
	color:#ffffff;
	font-size:200%;
	text-align:center;
	z-index:10;
}

.valueimg.flex-box3 {
	margin-bottom: 50px;
}
@media (max-width:768px){
	.valueimg.flex-box3 {
		margin-bottom: 50px;
	}
	.valueimg .flex-item3 {
		margin-bottom: 20px;
	}
}
.valueimg .flex-item3 > p{
	font-size: 14px;
}
.valueimg .flex-item3 img {
    transition: none;
    border: none;
    margin-bottom: 14px;
}
.valueimg .flex-item3 img:hover {
	transform:scale(1.0,1.0);
	opacity: 1;
}
.ourserviceimg .flex-item3 > p{
	padding: 0px 10px 10px;
	text-align: center;
	font-size: 14px;
}
.ourserviceimg .flex-item3 .topbtn1{
	overflow: hidden;
}
.ourserviceimg.flex-box4 {
    padding: 2%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    align-items: normal;
}
@media (max-width: 768px) {
    .ourserviceimg.flex-box4 {
        padding: 1%;
        justify-content: center;
        margin: auto;
        flex-direction: column;
        gap: 20px;
    }
}
.ourserviceimg .flex-item4 {
	width:24%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background-color: transparent;
	display:flex;
	flex-direction:column;
}
.ourserviceimg .flex-item4 p {
	flex-grow: 1;
	font-size: 14px;
	margin-bottom: 6px;
}
.ourserviceimg .flex-item4 .topbtn1 {
	margin-top: auto;
}
.ourserviceimg .flex-item4 .overwhite > img {
  margin-top: 0px;
  margin-bottom: 0px;
  border: solid 1px #031d5b;
}
@media (max-width:768px){
	.ourserviceimg .flex-item4 {
		width:82% !important;
	}
	.ourserviceimg .flex-item4 .overwhite > img {
		width:100%;
	}
}
.topbtn1 {
	position: relative;
}
.topbtn11{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }

        .topbtn11 p{
            line-height: 1.2;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: bold;
        }

        .topbtn11 a {
            font-size: 14px;
			color: #fff;
            display: block;
            cursor: pointer;
			background: #fff;
    margin-bottom: 5px;
    border-radius: 4px;
    color: #00af50;
    padding: 5px;
    font-weight: bold;
			min-width: 180px;
			    height: 40px;
    line-height: 2;
    text-align: center;
	transition: none;
        }
        .topbtn11 a:hover {
            color: #00af50;
			font-size: 15px;
    line-height: 1.5;
			    padding: 8px 5px;
        }
        @media (max-width:768px){
          .topbtn11 a:hover {
						font-size: 13px;
        	}
        }
.topbtn11 a img {
	border: none;
    width: 15px;
	margin-left: 10px;
    margin-top: 7px;
	transition: none;
}
.topbtn11 a:hover img {
    margin-top: 4px;
}
.topbtn11r p{
  bottom: 5%;
  right: 5%;
  transform: translate(-5%, -5%);
    -webkit-transform: translate(-5%, -5%);
    -ms-transform: translate(-5%, -5%);
	font-size:60%;
	border: double 1px #ffffff;
	padding: 3px 3px 2px 8px;
}

.topbtn12r p{
  bottom: 5%;
  right: 4%;
  transform: translate(-5%, -5%);
    -webkit-transform: translate(-5%, -5%);
    -ms-transform: translate(-5%, -5%);
	font-size:60%;
	border: double 1px #ffffff;
	padding: 3px 3px 2px 8px;
}


.flex-item3{
	overflow:hidden;
}

.flex-item3 img{
	transition:1s all;
	border: solid 1px #031d5b;
}

.flex-item3 img:hover {
	transform:scale(1.2,1.2);
  transition:1s all;
	opacity: 0.5;
}
@media (max-width: 992px) {
	.topbtn11 p{
		font-size: 14px;
	}
	.topbtn11 a{
			min-width: 160px;
			font-size: 13px;
	}
	.topbtn11 a img {
		display: none;
	}
}
@media (max-width:768px){
	.flex-item3 {
		width:80%!important;
	}

	.flex-item3 img{
		width:100%;
	}
	.topbtn11 a {
            font-size: 12px;
			min-width: 260px;
			padding-top: 8px;
        }
	.topbtn11 a img {
            display: none;
        }
}
@media (max-width:320px){
            .topbtn11 a {
                min-width: 265px;
                height: 36px;
            }
            .topbtn11 a img {
                border: none;
                width: 15px;
                margin-left: 5px;
                margin-top: 6px;
            }
        }

.hover2 {
  position: relative;
  background: #fff;
  border: 0 solid #fff;
  box-sizing: border-box;
}
.hover2::before, .hover2::after,
.hover2 span::before,
.hover2 span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #031d5b;
}
.hover2::before {
  left: 0;
  top: 0;
  height: 5px;
  width: 0%;
  transition: width 300ms;
}
.hover2::after {
  left: 0;
  top: 0;
  height: 0%;
  width: 5px;
  transition: height 300ms;
}
.hover2 span::before {
  right: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  transition: width 300ms;
}
.hover2 span::after {
  right: 0;
  bottom: 0;
  height: 0%;
  width: 5px;
  transition: height 300ms;
}
.hover2:hover::before {
  width: 100%;
}
.hover2:hover::after {
  height: 100%;
}
.hover2:hover span::before {
  width: 100%;
}
.hover2:hover span::after {
  height: 100%;
}


@media (min-width: 769px) {
	.flex-box3 {
    padding:2%;
    display: flex;
    justify-content:center;
	}

	.flex-item3 {
		width:32%;
		margin:auto;
	}
}

@media (max-width: 768px) {
	.flex-box3 {
		padding:1%;
		justify-content:center;
		margin:auto;
	}

	.flex-item3 {
		padding: 1%;
		margin: 10px auto;
		width:99%;
		text-align:center;
	}
}



/*4カラム*/
@media (min-width: 769px) {

.flex-box4 {
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    justify-content:center;
}
 
.flex-item4 {
    padding: 10px;
    margin: 10px;
    border-radius:  5px;
    width: 15%;
    background-color:  #ffffff;
		width:23%;
		border: solid 2px #f3f3f3;
}

	.flex-item4 img{
		margin-top:25px;
		margin-bottom:25px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.flex-item4 ul{
		padding-left:25px!important;
		padding-right:5px;
		text-align:left;
	}
	
}

@media (max-width: 768px) {
	.flex-box4 {
		background-color: #ffffff;
		padding:10px;
		justify-content:center;
	}

	.flex-item4 {
		padding: 10px;
		margin:  10px auto;
		border-radius:  5px;
		width: 15%;
		background-color:  #ffffff;
		width:96%;
		border: solid 2px #f3f3f3;
	}

	.flex-item4 img{
		margin-top:25px;
		margin-bottom:25px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.flex-item4 ul{
		padding-left:20px!important;
		padding-right:5px;
		text-align:left;
	}
}


.flex-item4 h4{
	background-color:#fae5d2;
	text-align:center;
	color:#1e1f23;
}

.flex-item4{
	text-align:center;
}

/*フッター*/
.sidebar-footer {
	padding-top:0px!important;
}

.fooder-flex {
	display: flex;
	white-space: nowrap;
}

.footer-menu{
	margin-right:10px;
	margin-bottom:3px;
}

.footer-widget-box {
	text-align:center;
}

@media (min-width: 992px) {
	.footer-logo-sp{
		display:none;
	}

	.footer-logo-tb{
		display:none;
	}

	.footer-logo-pc {
		margin-top:28px;
		display:inline-block;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.footer-logo-pc{
		display:none;
	}

	.footer-logo-sp{
		display:none;
	}

	.footer-logo-tb {
		margin-top:28px;
		margin-right:10px
	}
}

@media (max-width: 767px) {
.footer-logo-tb{
	display:none;
	}

.footer-logo-sp img{
	margin-top:12px;
	margin-right:10px
	}
}

.footer-logo-pc , .footer-logo-tb , .footer-logo-sp img{
	/* width:254px; */
}

.copyright {
	display:none;
}


@media (max-width: 767px) {
	.footer-copy {
		padding-left:15px;
	}
}

/*共通のH*/
h3 {
	padding: 0 10px 0 10px!important;
	margin:30px 0 20px 0!important;
	border-bottom: 3px solid #00b050;
}

h4{
	margin:0px 0 0px 0!important;
	font-weight:bold!important;
}

/*共通*/
.container > p{
	margin-bottom:10px!important;
}


/*固定ページのヘッダー共通*/
.article-header {
	padding:0!important;
	margin:0!important;
}

.h1{
	margin:0!important;
}

.article-header h1 {
    margin: 0!important;
}

.entry-subtitle{
	color:#ffffff;
	font-size:60%;
	font-style:italic;
	font-family: "Roboto Condensed", sans-serif;
}


/*事業概要 service */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.br-service {
	display:none;	
}

@media (min-width: 990px) {
	.br-service {
		display: inline;
	}
}

.br-service1 {
	display:none;	
}

@media (min-width: 760px) {
	.br-service1 {
		display: inline;
	}
}

.br-service2 {
	display:none;	
}

@media (max-width: 990px) {
	.br-service2 {
		display: inline;
	}
}


.service-tehaili{
	margin:20px;
}

.service-backcolor01{
	background-color:#e9e9e9!important;
	padding-top:15px;
	padding-bottom:20px;	
	text-align:center;
}

.service-nowrap{
/* 	white-space: nowrap; */
}

.service-backcolor02{
	background-color:#e9e9e9!important;
	padding:10px 10px 30px 10px;
	margin-top:60px;
}

.service-backcolor03{
	background-color:#e9e9e9!important;
}

.service-font {
	font-size:130%;
	font-style:italic;
/* 	white-space: nowrap; */
}
.nounder-link a{
	text-decoration: none;
}

.link-under{
  border-bottom: 1px solid #00b050;
  padding-bottom: 1px;
}

.service-font150{
	font-size:150%;	
}

.service-underapace{
	margin-bottom:10px!important;
}


.service03{
	margin-top:40px;
	padding-top:30px;
}

.service03 img{
	margin-top:0px;
}

@media(max-width: 599px) {
	.service03 img{
		margin-top:0px;
	}
}

@media(min-width: 600px) {
	.service04{
		margin-top:40px;
		padding-top:30px;
	}
	.service04 img{
		margin-top:0px;
	}
}

@media(max-width: 599px) {
	.service04{
		margin-top:0px;
		padding-top:0px;
	}
	.service04 img{
		margin-top:0px;
	}
}


.service01 p{
	text-align:center;
	margin:10px 5%;
}

.service-healthpci-teikyo{
	line-height: 1.2;
	text-align:center;
}

.service-healthpci p{
	text-align:center;
}

.service-healthpci-img {
	margin-bottom:20px;
	margin-top:20px;
}

.service-healthservice p{
	text-align:center;
}


.service-title-box a.hoverimg{
    display:block;
}
.service-title-box a.hoverimg img{
    transition:all 0.5s ease;
}
.service-title-box a:hover.hoverimg img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.service-title-box a:hover img.overmove{
	transition: all 0.1s;
}

.service-title-box a:hover img.overmove{
	transform: translate(2px,2px);
}

.serviceimg {
	width:120px;
	height:120px;
}

.serviceimg18 {
	height:12px;
	width:auto;
	margin-top:10px;
	margin-right:2px!important;
}


.service-support ul{
	list-style-image: url(/wp-content/themes/emanon-pro-child/img/service-check.png);
	padding: 0 10px;
}

.service-support li{
	line-height: 1.5;
}

@media (max-width: 991px) {
	.article-body ul {
    padding-left: 10%!important;
	}
.service-support ul {
    margin-left: 20px;
}

}

@media (max-width: 767px) {
	.article-body ul {
    padding-left: 16px!important;
	}

.service-support ul {
    margin-left: 20px;
}

}

.service-support{
	background-color:#f6f6f6;
	padding:4% 5%;
	margin:auto;
	border: 2px solid #fff;
}

@media (max-width: 991px) {
	.service-support {
		padding: 2% 1%;
	}
}

@media (max-width: 767px) {
	.service-support {
		padding: 5% 5%;
		border-bottom: 20px solid #fff;
	}
}


.service-support-box{
	display:flex;
}

.service-support-box:before{
	content:"";
	display: block;
	width:0;
	height:0;
	padding-top:1%;
	padding-bottom:3%;
}

@media(max-width: 767px) {
	.service-support-box{
		display:block;
	}

	.service-support-box:before{
		content:"";
		display: block;
		width:0;
		height:0;
		padding-top:1%;
		padding-bottom:3%;
	}
}


.service-h3 {
	border-left: 3px solid #e57d1c;
	border-bottom: 2px solid #e9e9e9;
	width: 99%;
	padding: 4px 9px!important;
  margin: 40px auto 20px;
	text-align:left;
}

.font80p{
	font-size:80%;
}

@media(min-width: 1090px) {
	.service-service-p{
		padding-right:10%;
		line-height: 1.2!important;
	}
}



.service-contact {
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.btn-yellow , 
a.btn-yellow{
  padding: 0.9em 0.5em;
  text-decoration: none;
  background: #FFE699;
  border: solid 1px #fce8d9;
	border-radius: 4px;
	color:#000000!important;
	font-size:180%!important;
}

.btn-yellow {
  display: inline-block;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
	width: 60%;
}

@media (min-width: 681px) {
	.btn-yellow {
  	display: inline-block;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
		width: 60%;
	}
}

@media (min-width:501px) and (max-width:680px) {
	.btn-yellow {
  	display: inline-block;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
		width: 70%;
	}
}

@media (max-width:500px) {
	.btn-yellow {
 	 display: inline-block;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
		width: 80%;
	}
}


a.btn-yellow{
  padding: 0.9em 0.5em;
  text-decoration: none;
  background: #FFE699;
  border: solid 1px #fce8d9;
	border-radius: 4px;
	color:#000000!important;
	font-size:160%!important;
}
.btn-yellow a{
		color:#000000!important;

}

.btn-yellow:hover,
a.btn-yellow:hover {
  color: #fff!important;
  background: #FC7B03;/*#f56500;*/
}


.btn-yellow:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
	color: #fff;
}






.service-title-top{
	margin-top:60px;
}

.service-title-gigyou{
	margin-bottom:20px;	
}

.service-title-healthpci{
	margin-bottom:20px;	
}

.service-txt{
	margin-top:20px;	
}

.service-txt p{
	font-weight:bold;
	color:#666666;
	text-align:center;
}

.service-touisai{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

/*tab*/
.tabs_ctn{
	margin-bottom: 3em;
}

.s-tab {
  display       : inline-block;
  border-radius : 5%;
	font-size: 13px;
  text-align    : center;
  cursor        : pointer;
	padding: 14px 24px;
	margin:0 2px;
	background: #b0e4ff;
  color         : #ffffff;
	box-shadow: 2px 2px #dcd3ca;
}


@media(min-width: 1220px) {
	.s-tab{
		font-size: 13px;
    padding: 14px 24px;
    margin: 0 2px;
	}
}

@media (min-width:1200px) and (max-width:1219px) {
	.s-tab{
		font-size: 13px;
    padding: 14px 22px;
    margin: 0 2px;
	}
}

@media (min-width:1000px) and (max-width:1199px) {
	.s-tab{
		font-size: 13px;
    padding: 14px 17px;
    margin: 0 2px;
	}
}

@media (min-width:992px) and (max-width:999px) {
	.s-tab{
		font-size: 13px;
    padding: 14px 17px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:730px) and (max-width:991px) {
	.s-tab{
		font-size: 13px;
    padding: 14px 38px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:710px) and (max-width:729px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 38px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:689px) and (max-width:709px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 36px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:667px) and (max-width:688px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 34px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:647px) and (max-width:666px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 32px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:627px) and (max-width:646px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 30px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:610px) and (max-width:626px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 28px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:590px) and (max-width:609px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 26px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:588px) and (max-width:589px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 23px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:585px) and (max-width:587px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 22px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:580px) and (max-width:584px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 17px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:572px) and (max-width:579px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 17px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:535px) and (max-width:571px) {
	.s-tab{
		font-size: 11px;
    padding: 14px 17px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:501px) and (max-width:534px) {
	.s-tab{
		font-size: 11px;
    padding: 14px 17px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}


@media (min-width:480px) and (max-width:500px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 12px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:460px) and (max-width:479px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 14px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:440px) and (max-width:459px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 12px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 0%!important;
	}
}

@media (min-width:420px) and (max-width:439px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 10px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:400px) and (max-width:419px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 8px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:380px) and (max-width:399px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 6px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 0%!important;
	}
}

@media (min-width:360px) and (max-width:379px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 4px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:340px) and (max-width:359px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 2px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media (min-width:320px) and (max-width:339px) {
	.s-tab{
		font-size: 12px;
    padding: 14px 0px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}

@media(max-width: 319px) {
	.s-tab{
		font-size: 11px;
    padding: 14px 0px;
    margin: 0 2px;
	}
	.article-body ul {
    padding-left: 5%!important;
	}
}


.tab-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3em;
}


@media (min-width: 737px){
	.tab-box ul{
    position: relative;
	}

	.tab-box li {
  	position: relative;
	}

.tab-box li:after {
  	font-family: 'FontAwesome';
  	content: "\f105";
  	position: absolute;
  	top: 45%;
  	right: 10px;
	  margin-top: -12px;
		color:#ffffff;
	}
}

@media (max-width: 736px){
	.tab-box ul{
  	  position: relative;
	}

	.tab-box li {
  	position: relative;
	}

	.tab-box li:active li:after {
    position: absolute;
    top: -6px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1271b0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	}
}


.box_tab ul{
}

.box_tab li{
	list-style-type: none;
  cursor: pointer;
}


.tab-box a{
	text-decoration: none;
	user-select:none;
	line-height: 1.5;
	border: 1px solid #1271b0;
}

.s-contents {
  padding: 10px;
  margin-right: 26px;
}

.tab-box .tab-active {
  background-color: #1271b0;
  color: #fff;
  font-weight:bold;
}


.txt_b{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: .5em;
	text-align:left;
}

.txt {
    color: #333333;
		text-align:left;
}


/*赤いボタン*/
.btn_style a{
	background: #e06f61;
	border: 2px solid #e74631;
  display: block;
  position: relative;
  line-height: 1;
  color: #fff;
  width: 65%;
	margin: 0 auto;
	text-align:center;
	padding:10px;
	border-radius:5px;
}

.btn_style a{
  background: #e06f61;
	text-decoration: none!important;
  cursor: pointer;
	user-select:none!important;
	color:#ffffff;
}

.btn_style a:hover{
	background: #e74631;
}

.btn_red{
	margin-top:2em;	
}

.btn_style {
  position: relative;
}

.btn_style a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 7px;
    top: 45%;
    margin-top: -.5em;
    font-size: 1.2em;
    color: #fff;
}


@media (min-width: 1025px) {
  br.view_sp {
		display: none;
  }
  br.view_tab {
		display: none;
  }
  br.view_pc {
		display: inline;
  }
  br.view_pc-tab {
		display: inline;
  }
}

@media (min-width: 737px) {
  br.view_sp {
		display: none;
  }
  br.view_tab {
		display: inline;
  }
  br.view_pc-tab {
		display: inline;
  }
  br.view_pc {
		display: none;
  }
}

@media (max-width: 736px) {
  br.view_sp {
		display: inline;
  }
  br.view_tab-sp {
		display: inline;
  }
  br.view_tab {
		display: none;
  }
  br.view_pc {
		display: none;
  }
}



/*４つの特徴*/
.service-toku4 h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
	border-bottom: 3px solid #ffffff;
	font-size:150%;
}

.service-toku4 h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #00165b;
}

.service-toku4 h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.service-toku4 h4 {
	color:#00165b;
}
.service-toku4{
	border-bottom: 2px solid #00165b;
	padding-bottom:30px;
	margin-bottom:50px;
}

@media(max-width: 599px) {
	.service-toku4 {
		text-align:center;
	}
	
	.service-toku1-1 , .service-toku2-1 , .service-toku3-1 , .service-toku4-1	{
		margin-bottom:20px;
	}

	.service-toku1-2 , .service-toku2-2 , .service-toku3-2 , .service-toku4-2{
		margin-bottom:40px;
	}
}



.service-fb{
	color:#3d9ecf;
	font-size:150%;
}

.service-toku-box1{
	margin-top:10px;
	margin-bottom:30px;
}
.service-toku-box2{
	margin-top:30px;
	margin-bottom:10px;
}


/*事業概要のTable*/
.service-table-box table th{
	  vertical-align: middle;
}

.service-table-box table th{
  border: 4px solid #fff!important;
  padding: .2em!important;
	font-weight:bold;
}


.service-table-box table tr:nth-child(2n) td {
    background: #efefef;
}

.service-table-box table tr td {
    text-align: center;
	  vertical-align: middle;
}

.service-table-box table tr td {
  border: 4px solid #fff!important;
  padding: .2em!important;
	font-weight:bold;
}

.service-table-box table tr td span {
    color: #e30c13;
    font-weight: bold;
    font-size: 1.4em;
}

.service-table-box table tr td:nth-child(2n) {
	font-weight: bold;!important;
	font-size: 1.3em!important;
}


.service-table-box table tr th.bg_white {
	background: #ffffff;
}

.service-table-box table tr th.bg_grey {
	background: #535353;
	color:#ffffff;
}

.service-table-box table tr th.bg_orange {
	background: #e57d1c;
	color:#ffffff;
}


/*４つの特徴*/
.service-merritt-box .service-merritt .service-toku-box {
	border: 1px solid #e3e3e3;
	padding: 5px;
	margin-bottom: 10px;
}

.service-merritt img{
	margin-top:20px;
}

.service-merritt-box .service-merritt  h4 {
	background-color: #fae5d2;
	padding: 5px 10px;
	text-align: center;
	font-size: 1.15em;
	margin-bottom: 20px;
}

.service-merritt-box .service-merritt .service-toku-box .img {
	text-align: center;
	margin-bottom: 10px;
}


@media (min-width: 1200px) {
  .service-merritt-box .service-merritt .service-toku-box {
		width: 23%;
		margin: 0 1.0% 1.0%;
		float: left;
		height:320px;
  }

  .service-merritt-box .service-merritt ul {
		padding: 10px;
  }

	.service-merritt-box .service-merritt ul li {
		margin-bottom: 8px;
		list-style-type: disc;
		line-height: 1.4;
  	margin-left: 20px;
	}
}

@media (min-width:1025px) and (max-width:1199px) {
  .service-merritt-box .service-merritt .service-toku-box {
		width: 23%;
		margin: 0 1.0% 1.0%;
		float: left;
		height:340px;
	}
  .service-merritt-box .service-merritt ul {
		padding: 10px;
  }

	.service-merritt-box .service-merritt ul li {
		margin-bottom: 8px;
		list-style-type: disc;
		line-height: 1.4;
  	margin-left: 20px;
	}
}

@media (min-width:995px) and (max-width:1024px) {
  .service-merritt-box .service-merritt .service-toku-box {
		width: 23%;
		margin: 0 1.0% 1.0%;
		float: left;
		height:340px;
	}

  .service-merritt-box .service-merritt ul {
		padding: 10px 10px 0;
  }

	.service-merritt-box .service-merritt ul li {
		margin-bottom: 8px;
		list-style-type: disc;
		line-height: 1.4;
    margin-left: 20px;
	}
}


@media (min-width:738px) and (max-width:994px) {
  .service-merritt-box .service-merritt .service-toku-box {
		width: 47%;
		margin: 0 1.0% 1.0%;
		float: left;
		height:300px;
	}

  .service-merritt-box .service-merritt ul {
		padding: 10px 10px 0;
  }

	.service-merritt-box .service-merritt ul li {
		margin-bottom: 8px;
		list-style-type: disc;
		line-height: 1.4;
    margin-left: 20px;
	}
}


@media (max-width:737px) {
  .service-merritt-box .service-merritt .service-toku-box {
		width: 95%;
		margin: 0 1.5% 1.5%;
		height:280px;
	}
  .service-merritt-box .service-merritt ul {
		padding: 10px 10px 0;
  }
.service-merritt-box .service-merritt ul li {
	margin-bottom: 8px;
	list-style-type: disc;
	line-height: 1.4;
    margin-left: 30px;
}
}

.service-margin-top a{
	margin-top:30px;
}


.service-title-tehai{
	margin-bottom:20px;
}

@media (min-width:600px) {
	.service-tehai img{
		margin-left:20px!important;
	}
}





@media(min-width: 600px) {
.service-yakkan-iti{
	text-align:right;
	}
	.service-yakkan-link {
		margin:60px 0 0 0;
		width:90%;
	}
}
@media(max-width: 599px) {
.service-yakkan-iti{
	text-align:center;	
	}
	.service-yakkan-link {
		margin:60px 0 0 0;
		width:100%;
	}
}

.service-download a{
  text-decoration: none;
  border-bottom: 1px solid #1271b0;
  padding-bottom: 1px;
	color: #1271b0;
}
.service-download p{
	text-align:center;
	font-size:90%;
}

.service-download-box{
	margin-top:10px;
}

/*pci検査*/

.service-pci ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0.5em 0.5em 0.5em 40px;
}
.service-pci li {
  font-size: 28px;
	line-height: 1.1;
  position: relative;
	padding-left:40px;
}
.service-pci li:before {  counter-increment: number;
  content: counter(number);
  background-color: #00b050;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
	font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','Hiragino Mincho Pro','HGS明朝E','メイリオ','Meiryo,serif','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  height: 36px;
  width: 36px;
  color: #ffffff;
	padding-top:3px;
	padding-right:1px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}


@media (max-width: 768px) {
	.service-pci li:before {  counter-increment: number;
  	content: counter(number);
  	background-color: #00b050;
  	border: 1px solid;
  	border-radius: 50%;
  	box-sizing: border-box;
  	display: flex;
  	justify-content: center;
  	align-items: center;
		font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','Hiragino Mincho Pro','HGS明朝E','メイリオ','Meiryo,serif','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  	height: 36px;
  	width: 36px;
  	color: #ffffff;
		padding-top:3px;
		padding-right:1px;
  	line-height: 1;
  	position: absolute;
  	top: 12%;
  	left: 0;
	}
}


.service-pci-li{
	font-size:150%;
	font-weight:bold;
}

.service-pci p{
	padding:0 15px;
}

@media (min-width: 1100px) {
	.service-pci{
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}

	.service-pci ol {
  	counter-reset:number;
  	list-style-type: none!important;
  	padding:60px 60px 50px 60px;
  	background: #f5faff;
	}
}


@media (min-width:999px) and (max-width:1099px) {
	.service-pci{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}

	.service-pci ol {
  	counter-reset:number;
  	list-style-type: none!important;
  	padding:5% 15% 2% 15%;
  	background: #f5faff;
	}
}

@media (min-width:768px) and (max-width:998px) {
	.service-pci{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}

	.service-pci ol {
  	counter-reset:number;
  	list-style-type: none!important;
  	padding:5% 10% 3% 10%;
  	background: #f5faff;
	}
}



@media (min-width:600px) and (max-width:767px) {
	.service-pci{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}

	.service-pci ol {
  	counter-reset:number;
  	list-style-type: none!important;
  	padding:5% 30px;
  	background: #f5faff;
	}
	
	.service-pci ol li {
  	position: relative;
  	line-height: 1.1!important;
  	padding: 0.5em 0.5em 0.5em 50px;
	}

	.service-pci ol li:before {
		margin-left: 10px;
		margin-right: 10px;
	}
}



@media (max-width:599px) {
	.service-pci{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}

	.service-pci ol {
  	counter-reset:number;
  	list-style-type: none!important;
  	padding:10% 5% 5% 5%;
  	background: #f5faff;
	}

	.service-pci ol li {
  	position: relative;
  	line-height: 1.1!important;
  	padding: 0.5em 0.5em 0.5em 50px;
	}

	.service-pci ol li:before {
		margin-left: 10px;
		margin-right: 10px;
	}
}


/* 吹き出し本体 */
.service-healthpci-box{
	margin:10px;
}

.service-healthcare-backcolor{
	background-color:#F5FAFF;
	padding-bottom:20px;
	margin-top:15px;
}

.service-healthcare-balloon p{
	font-size:125%;
	font-weight:bold;
	line-height: 1.3!important;
	text-align:center;
}

.service-healthcare-balloon {
  position: relative;
  display: inline-block;
  text-align: center;
  color:#e57d1c;
  padding: 25px;
  background-color: #fae5d2;
  border-radius: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:350px;
}

.service-healthcare-balloon:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #fae5d2 transparent;
	border-width: 20px 10px 0 10px;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}


@media (max-width:350px) {
	.service-healthcare-balloon {
  	width: 100%; 
	}
	}

}


/*特商法*/
.commerce .commerce-tbl {
  width: 100%;
	font-size:1em!important;
}

table.commerce-tbl {
    border-collapse: collapse;
    border-spacing: 0;
}


table.commerce-tbl th,td {
	text-align: left;
	padding: 14px 16px!important;
	border:0px!important;
}

table.commerce-tbl th {
	font-weight:bold;
	text-align:left;
  background: #F3F3F3!important;
	vertical-align: middle;
}

.commerce .commerce-tbl td a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.commerce .commerce-tbl a{
	text-decoration: none;
}


@media(min-width: 767px) {
table.commerce-tbl 	th, td {
	border-top: 2px dotted #e3e3e3!important;
  border-bottom: 1px dotted #e3e3e3!important;
  border-left:0px dotted #ffffff!important;
	border-right:0px dotted #ffffff!important;
	}
}



/*Tableの文字の改行*/
.br-commerce {
	display:none;
}

@media (min-width:768px) and (max-width:1000px) {
.br-commerce {
	display: inline;
}
}



/*約款*/
.clausej{
	margin:0 0 30px 0;
	padding: 0 20px 30px 20px;
	border-bottom:solid 1px #ccc
}

.clause-mi {
	font-weight:bold;
	font-size:1.1em;
	padding:0 10px;
}

.clause a{
		text-decoration: none;
}


/*IR*/
.ir-content {
	text-align:center;
}



/*NEWS*/
.news-h2-title{
	margin:0!important;
}

.article-body-news {
	margin-top:0px!important;	
}


.news-header {
  color:#ffffff;
	padding:30px 0!important;
	text-align:center;
	background-color:linear-gradient(left, #1271b0, #6eb3e0, #1271b0);
  background: -moz-linear-gradient(left, #1271b0, #6eb3e0, #1271b0);
  background: -webkit-linear-gradient(left, #1271b0, #6eb3e0, #1271b0);
  background: linear-gradient(to right, #1271b0, #6eb3e0, #1271b0);
}



/*アコーディオン*/
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
	margin-bottom:30px;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 2.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000000;
	background: #f3f3f3;
  cursor: pointer;
}

.accordion-container{
  background-color: #f3f3f3;	
}

.accordion-container h4{
font-size:100%!important;
	text-align:right;
}


.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #f3f3f3;
	color: #000000;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
	user-select:none;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
}


.search-submit{
	border-radius: 5px 5px 5px 5px;
	text-align:center;
	padding:7px 30px 26px 30px!important;
	top:90%!important;
	right: 50%!important;
	background-color:#203864!important;
	color:#ffffff!important;
}

.search-field {
	opacity: 0;	
}

.serch-sub{
	margin-bottom:10px;
}



.kensaku{
	position:reverse;
}

.search-form{
	user-select:none;
}

button.search-submit1 {
	border-radius: 5px 5px 5px 5px;
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 100px;
	background-color: #248;
	color: #fff;
	border-style: none;
	margin-bottom:10px;
}

.serch-sub {
	text-align: center;
}


.article-body ul{
}

.kensaku-li li{
	display: inline-block;
	margin-right:10px;	
}

.k-months{
	margin-bottom:8px;
}

#accordion input[type=checkbox] {
	display: none; /* checkboxを非表示にする */
}

#accordion  input[type="checkbox"]:checked + label {
	background: #1271b0;
	color: #ffffff;
}


.article-body h5{
 margin:0;
 padding:0;
}


.k-label {
	display: block;
	font-weight:bold;
	float: left;
	font-size:80%;
	margin: 1px 1px 1px 1px;
	width: 100%;
	height: 28px;
	text-align: center;
	padding-left: 14px;
	padding-right: 15px;
	padding-bottom:5px;
	padding-top:2.0px;
	cursor: pointer;
	color: #000;
	border: 1px solid #006DD9;
	border-radius: 5px;
}

.k-label:hover {
background-color: #E2EDF9;
}





/*IR情報・NEWSの一覧表示*/

.ir-header-title {
	margin:10px 10px 10px 0px!important;
  border-left: solid 0px #ffffff!important;
  background-color: #ffffff!important;
}

.ir-header-title {
	padding:0!important;
}


.catecss {
	color:#ffffff;
	background-color:#00b050;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.updatecss{
	background-color:#f3f3f3;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:90%;
}


@media(min-width: 767px) {

.box-cate {
	margin-bottom:20px!important;
	display: inline-block;
}

.box-left{
	width: 150px;
  display: table-cell;
	padding-right:10px;
}

.box-cate{
	white-space: normal;
  display: table;
  table-layout: fixed;
}



.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
}

.br-list {
	display: inline;
}

@media (max-width: 767px) {
	.br-list {
		display:none;
		margin-right:20px;
	}
	.box-left div{
		display: inline;	
	}

	.news-h2-title{
		padding:0px;
	}

	.box-right{
		margin-bottom:20px;
	}
}




@media(max-width: 767px) {
.box-cate {
	margin-bottom:0px!important;
	display: block;
}

.box-left{
	width: 100%;
	margin-top:20px;
}

.box-cate{
	border-bottom:dotted 2px #f3f3f3;
}

	.updatecss {
		background-color: #ffffff;
	}
}


/*採用情報*/
.recruit-header {
  color:#ffffff;
	padding:30px 0!important;
	text-align:center;
	background-color:linear-gradient(left, #1271b0, #6eb3e0, #1271b0);
  background: -moz-linear-gradient(left, #1271b0, #6eb3e0, #1271b0);
  background: -webkit-linear-gradient(left, #1271b0, #6eb3e0, #1271b0);
  background: linear-gradient(to right, #1271b0, #6eb3e0, #1271b0);
}


.recruit-toptxt p{
	text-align:center;
	margin-top:30px;
	font-size:150%;
	
}


.recruit-midasi h2 {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 1.1em;
    line-height: 1.2;
    color: #737373;
    /* font-size: 2.6em; */
    font-size: 2.0em;
    font-weight: normal;
}


.recruit-midasi h2:before {
  content: '\30FC';
  display: inline-block;
	background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
	position:absolute;
	left:0;
	top:14%;
}



.recruit-midasi-setumei {
	margin:0 auto 30px auto;
	width:90%;
}

.recruit-box-link {
	margin-bottom:30px!important;
	display: inline-block;

	white-space: normal;
  display: table;
  table-layout: fixed;
  width:80%;
	margin:auto;
}

.recruit-box-left{
  display: table-cell;
padding:1%;
}
.recruit-box-right{
  display: table-cell;
padding:1%;
}




/*募集中の採用情報*/
.recruit-saiyou-midasi-bk h2 {
	font-size: 2.6em;
	color:#737373;
	margin:0;
	font-weight: normal;
	line-height: 1.2;
}	


.recruit-saiyou-midasi h2 {
	margin-left:0;
	margin-top:30px;
	margin-bottom:0px;
  position: relative;
  padding-left: 1.1em;
  line-height: 1.2;
	color:#737373;
	font-size: 2.0em;
	font-weight: normal;
}


.recruit-saiyou-midasi h2:before {
  content: '\30FC';
  display: inline-block;/*忘れずに！*/
  vertical-align: middle;
	position:absolute;
	left:0;
	top:8%;
}


.saiyou-midasi h3 {
	margin-left:10px!important;
	margin-right:10px!important;
	margin-top:30px;
	margin-bottom:0px;
  position: relative;
  padding-left: 1.3em!important;
	padding-bottom:5px!important;
  line-height: 1.0;
	color:#737373;
}


.saiyou-midasi h3:before {
  content: '\30FC';
  display: inline-block;
  vertical-align: middle;
	position:absolute;
	left:0;
	top:0;
}




/*募集中の採用情報のボタン*/
.wp-block-columns{
	margin-bottom:0!important;
}



/*採用情報の募集要項のTABLE*/
.recruit-bosyu-tbl {
  width: 100%;
	font-size:1em!important;
}

table.recruit-bosyu-tbl {
    border-collapse: collapse;
    border-spacing: 0;
}


table.recruit-bosyu-tbl th,td {
	text-align: left;
	padding: 14px 16px!important;
	border:0px!important;
}

table.recruit-bosyu-tbl th {
	font-weight:bold;
	text-align:left;
  background: #F3F3F3!important;
}

.recruit-bosyu .recruit-bosyu-tbl td a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.recruit-bosyu .recruit-bosyu-tbl a{
	text-decoration: none;
}


@media(min-width: 767px) {
.recruit-bosyu-tbl table	th td {
	border-top: 2px dotted #e3e3e3!important;
  border-bottom: 1px dotted #e3e3e3!important;
  border-left:0px dotted #ffffff!important;
	border-right:0px dotted #ffffff!important;
	}
}




.saiyou-textarea p{
	padding-left:20px;
	padding-right:20px;
}

.saiyou-toiawase-message{
	padding-left:20px;
	padding-right:20px;	
	margin-bottom:20px;
}

/*採用情報のフォーム*/
.recruit-tbl {
  width: 100%;
	font-size:1em!important;
}

.recruit-form-box table {
    border-collapse: collapse;
    border-spacing: 0;
}



.recruit-form-box table th {
	font-weight:bold;
	text-align:left;
  background: #F3F3F3!important;
	vertical-align: middle;
	text-align: left;
	padding: 14px 16px!important;
	vertical-align:top;
}

.recruit .recruit-form-box td a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.recruit .recruit-tbl a{
	text-decoration: none;
}


.recruit-form-box table td {
    background: #F3F3F3!important;
		text-align: left;
	padding: 14px 16px!important;
	vertical-align:top;

}



/*採用情報の問い合わせフォーム*/

.submit-btn input {
	background: #264276;;
    height: 56px;
    width: 150px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
	display:inline-block;
}

.submit-btn input:hover {
	background: #1271b0;
	color: #000000!important;
}


.submit-btn{
	text-align:center;
	margin:20px auto;
	text-align:center;
}

.submit-btn-set{
  display: flex;
}


.your-email , .your-email-confirm , .tel-number{
	margin-bottom:10px;
}


.recruit-personal-check{
	background-color:#ffffff;
	border: medium solid #eeeeee;
}

.recruit-personal-check p{
	margin-top:16px;
	margin-bottom:16px;
	padding:15px 42px;
}

.recruit-personal-check input{
	padding: 12px 8px;
	cursor: pointer;
	width: 17px;
 	height: 17px;
	vertical-align:middle;
}


@media (max-width: 767px) {
.recruit-personal-check p{
	padding:15px 20px;
}
}


.recruit-personal-check a{
	text-align:right;
	text-decoration: none;
	border-bottom: 1px solid #1271b0;
  padding-bottom: 1px;
}

.checkbox-css {
	margin-bottom:7px;
}




/*個人情報の取り扱いについて*/
.personal-info-box h2{
	margin: 40px 0 0px 0;
	line-height: 1.5;
	font-size: 20px;
	font-size: 2.0rem;
}


/*フォームの上の確認画像*/
.contact-breadcrumb2{
	margin-top:10px;
}
.contact-breadcrumb3{
	margin-top:20px;
}



.linkmenu02 li {
	background-color: #000000;
}

/*アコーディオン*/
.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
		border: 0px solid #e3e3e3;
    display: block;
		opacity: 1;
		padding: 0px 20px 0px 20px;
    transition: .5s;
}



#toggleMenu1 {
    overflow: hidden;
    transition: all 0.5s;
    background-color: #eee;
}

#toggleMenu2 {
    overflow: hidden;
    transition: all 0.5s;
    background-color: #eee;
}

#toggleMenu3 {
    overflow: hidden;
    transition: all 0.5s;
    background-color: #eee;
}

#toggleMenu4 {
    overflow: hidden;
    transition: all 0.5s;
    background-color: #eee;
}

.recruit-contact-top {
    background: #EEEEEE;
    padding: 20px 20px 20px 20px;
		margin-top:10px;
}



.saiyou-info-box{
}

.saiyou-flex {
display:flex;
 flex-wrap:wrap;
}
.saiyou-li{
	display:flex;
}

.recruit-btn {
	color:#ffffff;
	font-size:1.5rem;
	border: 1px solid #000;
	border-radius: 6px!important;
  background: #203864;
	padding:20px 0px;
	margin:10px auto;
	width:100%!important;

}

.wp-block-column{
	margin:0 2px 0 2px!important;
}

.recruit-btn:hover {
  color: #fff;
  background: #1271b0;
}


.recruit-btn:after{
  font-family: "FontAwesome";
  content: '\f105';
	font-weight: 900;
	padding-left:10px;
}

.saiyou-button-box{
	width:80%!important;
	margin:auto!important;
}
.saiyou-flex{
	margin:auto;
	text-align:center;
}

.saiyou-nosaiyou-info{
	margin-top:30px;
	text-align:center;
}



/*採用情報のフォーム*/

.recruit-form {
	background-color:#eee;
}

.recruit-form h3{
	padding: 6px 0;
}


/*フォームの確認*/
.contact-breadcrumb {
	    display: flex;
    justify-content: center;
    line-height: 1;
    padding-top: 3.125rem;
    text-align: center;
}

.contact-breadcrumb span{
    border-bottom: 3px solid rgba(173,0,45,.2);
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-bottom: 1.25rem;
}
}

[data-step="1"] .contact__form-breadcrumb span:first-child, [data-step="1"] .contact__form-breadcrumb span:first-child:hover, [data-step="2"] .contact__form-breadcrumb span:nth-child(2), [data-step="2"] .contact__form-breadcrumb span:nth-child(2):hover, [data-step="3"] .contact__form-breadcrumb span:nth-child(3), [data-step="3"] .contact__form-breadcrumb span:nth-child(3):hover {
    border-bottom-color: #ad002d;
}


/*パンくずリスト*/
#breadcrumb {
	top: 3px!important;
	left:4px!important;
}

.article-body{
	margin-top:0px!important;
}

#breadcrumb a{
	color:#00b050;
}

#breadcrumb a:hover{
	color:#1271b0;
}



#breadcrumb{
	padding:0 16px!important;
	}

.content-box{
 margin-top:0px!important;
}


@media(max-width: 767px) {
#breadcrumb{
	padding:0!important;
	}
	.content-box{
		margin-top:15px!important;
	}

.article-body ol{
	padding:0!important;		
	}
}





/*404*/
.text404 p{
	text-align:center;	
}

.logo404 img{
	margin-top:30px!important;
}
.url404 p{
	margin-top:30px!important;
	text-align:center;
	margin-top:auto;
}






/******無限スクロール****************/
/*infinite-scroll*/
.morebutton {
	text-align:center;
	margin: 30px 30px 30px 30px;

}

#more-button {
	text-align:center;
	color:#ffffff;
  background: #264276;
  height: 56px;
  width: 150px;
}

.scroller-status {
  display: none;
  margin-top: 40px;
}

.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #00b8d4;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}

@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

.infinite-scroll-last,
.infinite-scroll-error {
  color: #757575;
  text-align: center;
}


/*infinite-scrollのローディング中のクルクル回る画像*/
.infinite-scroll-request {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/*CONTACT*/
.contact-top-txt{
	text-align:center;
	font-size:150%;
	margin-top:30px;
	margin-bottom:30px;
}

.contact-tbl {
  width: 100%;
	font-size:1em!important;
}

.contact-form-box{
	margin-top:30px;	
}

.contact-form-box table {
    border-collapse: collapse;
    border-spacing: 0;
}


.contact-form-box table th,td {
	text-align: left;
	padding: 14px 16px!important;
	vertical-align:top;
}

.contact-form-box table th {
	font-weight:bold;
	/*width:30%;*/
	/*font-size: .875rem;*/
  /*color: #666;*/
	text-align:left;
  background: #F3F3F3!important;
	vertical-align: middle;
}

/*.contact-form-box td a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
}*/
.contact-tbl a{
	text-decoration: none;
	border-bottom: 1px solid #00b050;
  padding-bottom: 1px;
}


.contact-form-box table td {
    background: #F3F3F3!important;
}





.form-content{
	margin-top:30px;
}

.contact-form p{
	/*text-align:center;*/	
	padding-left:30px;
	padding-right:30px;
	margin-bottom:30px;
}

.contact-form h3{
	padding: 6px 0;
}

.contact-personal-check a{
	text-align:right;
}

.contact-personal-check{
	background-color:#ffffff;
	border: medium solid #eeeeee;
}

.contact-personal-check p{
	margin-top:16px;
	margin-bottom:16px;
	padding:15px 42px;
}

.contact-personal-check input{
	padding: 12px 8px;
	cursor: pointer;
	width: 17px;
 	height: 17px;
	vertical-align:middle;
}

.contact-sendtxt{
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
}


@media (max-width: 767px) {
.contact-personal-check p{
	padding:15px 20px;
}
}
/* Tran Tram add */
        /*ヘッダーのメニュー*/
        .navbar {
            position: absolute;
            margin-top:5px;
            top:0;
            right:0;
            font-size:75%;
        }

        /* Navigation links */
        .navbar a {
            float: left;
            font-size: 14px;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            color: #303030;
        }
@media (max-width: 1200px) {
        .navbar a {
            padding: 14px 10px;
        }
}
        /* The subnavigation menu */
        .navbar .subnav {
            float: left;
            overflow: hidden;
        }

        /* Subnav button */
        .navbar .subnav .subnavbtn {
            font-size: 14px;
            border: none;
            outline: none;
            color: #303030;
            padding: 17px 16px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
            line-height: 1.3;
        }
@media (max-width: 1200px) {
        .navbar .subnav .subnavbtn {
            padding: 17px 10px;
        }
}
        .navbar a {
            position: relative;
            display: inline-block;
            text-decoration: none;
        }
        .navbar > a::after, .navbar .subnav-content a::after{
            position: absolute;
            bottom: -3px;
            left: 0;
            content: '';
            width: 100%;
            height: 3px;
            background: #00b050;
            transform: scale(0, 1);
            transform-origin: center top;
            transition: transform .3s;
        }
        .navbar a:hover::after, .navbar .subnav-content a:hover::after {
            content: '';
            transform: scale(1, 1);
        }
        /* Style the subnav content - positioned absolute */
        .navbar .subnav-content {
            display: none;
            position: absolute;
            border: 1px solid #ccc;
            z-index: 999;
            top: 49px;
            padding: 10px 0;
            background: #fff;
        }
        .navbar .subnav-content > li {
            list-style: none;
            padding: 0px 15px 0;
            background: #fff;
        }
        .navbar .subnav-content label {
            padding-bottom: 5px;
            display: block;
            font-weight: bold;
        }
        .navbar .subnav-content li:nth-child(n+2) {
            padding-top: 10px;
        }
        .navbar .subnav-content .subnav-child {
            padding-left: 10px;
        }
        /* Style the subnav links */
        .navbar .subnav-content a {
            float: none;
            color: #303030;
            display: block;
            text-align: left;
            text-decoration: none;
            padding: 0;
			font-size: 14px;

        }


        /* When you move the mouse over the subnav container, open the subnav content */
        .navbar .subnav:hover .subnav-content {
            display: block;
        }
        @media (max-width: 767px) {
            .pc_navi{
                display: none;
            }
        }
		.mobile-menu-widget li.hamburger-menu-sub ul a:after {
			content: none;
		}
        .mobile-menu-widget li.hamburger-menu-sub {
            border: 1px solid #00b050;
        }
        .mobile-menu-widget li.hamburger-menu-sub a:after {
          display:none;
        }
        .mobile-menu-widget li.hamburger-menu-sub > a {
          pointer-events: none;
        }
		.mobile-menu-widget li.hamburger-menu-sub > ul {
            padding: 0 20px;
        }
		.mobile-menu-widget li.hamburger-menu-sub ul li:not(:last-child) {
            border-bottom: 1px dashed #00b050;
        }
        .mobile-menu-widget li.hamburger-menu-sub ul.subnav-child li {
            /*border-bottom: none;*/
        }
        .mobile-menu-widget li.hamburger-menu-sub li a {
            background: #fff;
            color:#303030;
            font-size: 16px;
            padding: 14px 0px 11px 0px !important;
        }
        .mobile-menu-widget li.hamburger-menu-sub label {
			display: block;
            font-weight: bold;
            margin-top: 20px;
            line-height: 1.4;
        }
		.hamburger-menu .hamburger-menu-sub img{
			margin-top: 5px;
			margin-right: 5px;
		}
.article-body .news-box-item {
  background: #fff;
  border-radius: 15px;
  padding: 0px 32px 32px;
  position: relative;
  overflow: hidden;
  width: 65.7%;
  border: 3px solid #00b050;
  margin: 20px auto 0 auto;
}
@media (max-width: 999px) {
  .article-body .news-box-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .article-body .news-box-item {
    padding: 0px 24px 24px;
  }
}
.article-body .news-box-item:only-child {
  height: 100%;
}
.article-body .news-box-item.-new::after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 50px;
  background: #F59D06;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  color: #fff;
  transform: rotate(-45deg);
  transform-origin: center bottom;
  position: absolute;
  top: -20px;
  left: -20px;
}
.article-body .news-box-item__heading {
  font-size: 2em !important;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  padding: 0 !important;
  margin: 32px 0 !important;
}
@media (max-width: 767px) {
  .article-body .news-box-item__heading {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.article-body .news-box-item__img {
/*  display: flex;
  justify-content: center;
  align-items: center;*/
  margin-bottom: 32px;
  text-align: center;
}
.article-body .news-box-item__img img {
  height: auto;
}
.article-body .news-box-item__text {
	margin-bottom: 16px;
}
.article-body .news-box-item__list {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background-color: #e9f2e9;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .article-body .news-box-item__list {
    margin-bottom: 16px;
  }
}
.article-body .news-box-item__list ul.c-list.-check {
  font-size: 1.6rem;
  list-style-image: url(/wp-content/themes/emanon-pro-child/img/service-check.png);
  padding-left: 16px !important;
}
.article-body .news-box-item__list ul li {
  font-weight: bold;
}
.article-body .news-box-item__detail {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .article-body .news-box-item__detail {
    display: block;
    margin-bottom: 24px;
  }
  .article-body .news-box-item__detail::after {
  	display: block;
    content: "";
    clear: both;
  }
}
.article-body .news-box-item__detail > .box-image {
  width: 33%;
  max-width: 160px;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .article-body .news-box-item__detail > .box-image {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.article-body .news-box-item__detail > .box-image figure {
  background-color: #f6f8f9;
  border-radius: 10px;
}
.article-body .news-box-item__detail > .box-image figure img {
  height: auto;
}
.article-body .news-box-item .service-btn-box a {
	font-size: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0;
}
@media (max-width: 767px) {
	.article-body .news-box-item .service-btn-box a {
		width: 100%;
	}
}
.service-h1 h1 {
     white-space: normal !important;
}
.service-title-box a {
    font-size: 14px;
}

.kensaku-list #item_list .box-cate .box-right .news-h2-title + br {
	display: none;
}