@charset "utf-8";
/*=============================================

スタイルシートでサイトをカスタマイズしたい場合は、
こちらに書き込むと便利です。

=============================================*/
a:hover .entry_btn {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*=============================================
グローバルメニュー
=============================================*/
li.menu__mega ul.sub-menu {
	z-index: -1;
	position: absolute;
    top: 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
    left: 50%;
    transform: translate(-50%, 0%);
	padding: 0 0 20px;
	background-color: rgba(255,255,255,0.9);
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

li.menu__mega:hover ul.sub-menu {
	top:87px;
    visibility: visible;
    opacity: 1;
	justify-content: flex-start;
}

li.menu__mega ul.sub-menu > li {
    float: left;
    width: 22%;
	margin:1%;
    border: none;
}
/*li.menu__mega ul.sub-menu > li:nth-child(1) a,
li.menu__mega ul.sub-menu > li.sub_ti_li a {
    pointer-events: none;
	font-weight:bold;
	text-align:center;
	margin-bottom:200px;
}*/
.glovalnavi li.current-menu-item ul.sub-menu li a{
	color: #222;
}
li.menu__mega ul.sub-menu li a {
	width:100%;
	padding:5%;
	display:block;
}
li.menu__mega ul.sub-menu li a img{
	width:100%;
}
li.menu__mega ul.sub-menu > li a:hover {
	background-color:#16479B;
	color:#FFFFFF;
	border-bottom:0;
}
.glovalnavi li li.current-menu-item a {
	color: #000000;
	border-bottom:none;
}


li.menu__mega ul.sub-menu > li {
	box-sizing: border-box;
}
/*li.menu__mega ul.sub-menu > li:first-of-type,
li.menu__mega ul.sub-menu > li.sub_ti_li {
	padding: 0 10px;
}*/
.glovalnavi li.current-menu-item ul li a {
	box-sizing: border-box;
	border-bottom: none;
	background: none;
}
/*li.menu__mega ul.sub-menu > li:first-of-type a,
li.menu__mega ul.sub-menu > li.sub_ti_li a {
	border-bottom: 5px solid #17479B;	
}*/
li.menu__mega ul.sub-menu li a {
	position: relative;
	z-index: 0;
	overflow: hidden;
	transition: ease-out 0.4s;
	white-space: normal;
}
li.menu__mega ul.sub-menu li a:before,
li.menu__mega ul.sub-menu li a:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-radius: 100%;
	opacity: 0.8;
	z-index: -1;	
}
li.menu__mega ul.sub-menu li a:before {
	transition: ease-out 0.4s;
	background: #17479B;
	opacity: 0;	
}
li.menu__mega ul.sub-menu li a:after {
	transition: ease-out 0.6s;
	border: 1px #fff solid;
	opacity: 0;
}
li.menu__mega ul.sub-menu li a:hover {
	background: none;
}
li.menu__mega ul.sub-menu li a:hover:before, 
li.menu__mega ul.sub-menu li a:hover:after {
	width: 200%;
	height: 200%;
	opacity: 1;
}

/*
li.menu-item-18 ul.sub-menu{
	padding-top: 1%;
}
li.menu-item-18 ul.sub-menu > li.sub_ti_li{
	padding: 0;
}
li.menu-item-18 ul.sub-menu > li.sub_ti_li a{
	margin-bottom: 0;
}
li.menu-item-18 ul.sub-menu > li:not(.sub_ti_li) a{
	background: rgba(255,255,255,1);
	/*background: rgba(22,71,155,0.3);*/
}/*
li.menu-item-18 ul.sub-menu > li {
    box-sizing: border-box;
    white-space: normal;
    width: 23%;
}
li.menu-item-18 ul.sub-menu > li:not(.sub_ti_li){
    border: 1px solid #16479B;	
}
li.menu-item-18 ul.sub-menu > li a{
	box-sizing: border-box;
	color: #000000;
	padding: 2%;
}
li.menu-item-18 ul.sub-menu > li:nth-of-type(7),
li.menu-item-18 ul.sub-menu > li:nth-of-type(14),
li.menu-item-18 ul.sub-menu > li:nth-of-type(18) {
	margin-bottom: 15px;
}
li.menu-item-18 ul.sub-menu > li:nth-of-type(22),
li.menu-item-18 ul.sub-menu > li:nth-of-type(26) {
	margin-bottom: 40px;
}
li.menu-item-18 ul.sub-menu > li:nth-of-type(2),
li.menu-item-18 ul.sub-menu > li:nth-of-type(3),
li.menu-item-18 ul.sub-menu > li:nth-of-type(4),
li.menu-item-18 ul.sub-menu > li:nth-of-type(9),
li.menu-item-18 ul.sub-menu > li:nth-of-type(10),	
li.menu-item-18 ul.sub-menu > li:nth-of-type(11),
li.menu-item-18 ul.sub-menu > li:nth-of-type(28),
li.menu-item-18 ul.sub-menu > li:nth-of-type(29),
li.menu-item-18 ul.sub-menu > li:nth-of-type(30) {
	margin-bottom: 0.2%;
}
li.menu-item-18 ul.sub-menu > li:nth-of-type(5),
li.menu-item-18 ul.sub-menu > li:nth-of-type(6),
li.menu-item-18 ul.sub-menu > li:nth-of-type(7),
li.menu-item-18 ul.sub-menu > li:nth-of-type(12),
li.menu-item-18 ul.sub-menu > li:nth-of-type(13),	
li.menu-item-18 ul.sub-menu > li:nth-of-type(14),	
li.menu-item-18 ul.sub-menu > li:nth-of-type(31),
li.menu-item-18 ul.sub-menu > li:nth-of-type(32) {
	margin-top: 0;	
}


li.menu-item-18 ul.sub-menu > li.nomene{
	visibility: hidden;
}*/
	
@media print, screen and (min-width: 966px) and (max-width: 1057px) {
	.glovalnavi {
    	margin-bottom: 10px;
    }
    /*li.menu__mega ul.sub-menu {
    	transform: translate(-50%, 6%);
		padding-top: 145px;
    }*/
}
@media print, screen and (min-width: 769px) and (max-width: 965px) {
	.glovalnavi {
    	margin-bottom: 10px;
    }
    /*li.menu__mega ul.sub-menu {
    	transform: translate(-50%, 19%);
		padding-top: 180px;
    }*/

    li.menu-item-18 ul.sub-menu > li a {
		font-size: 0.9rem;
		font-weight: bold;
	}
	/*li.menu-item-18 ul.sub-menu {
		transform: translate(-50%, 15%);
	}*/
	li.menu-item-18 ul.sub-menu > li:nth-of-type(7),
	li.menu-item-18 ul.sub-menu > li:nth-of-type(14),
	li.menu-item-18 ul.sub-menu > li:nth-of-type(18) {
		margin-bottom: 20px;
	}
}

/*=============================================
ヘッダーサーチ
=============================================*/
/*検索くん用*/
	/*#search .font-min {
		display: inline-block;
		font-size: 7px;
		cursor: default;
	}
	#search input.txtarea {
		width: 10em;
	}
	#search input.btn {
		position: relative;
		top: 3px;
	}
	.headernavi li:last-of-type {
		padding: 0 5px;
	}*/


/*=============================================
サイドバー
=============================================*/


/* ===== サイドメニュー（スコープ） ===== */
.sidebar .menu,
.sidebar .menu ul {
  list-style: none;
  padding: 0;
}

.sidebar .menu {
  background: #fff;
}
.sidebar .menu > li {
	width: 100%;
	margin-bottom: 5px;
    list-style: none !important;
}
/*.sidebar .menu > li a:before {
    display: block;
    float: left;
    margin: 0;
    margin-left: -14px;
    padding: 10px 0 0 0;
    background: none;
    content: "\25B6";
    font-size: 9px;
    line-height: 1px;
}*/

/* 第1階層 */
.sidebar .menu > li > a,
.sidebar .widget li a{
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 12px 14px;
  font-weight: 600;
  text-decoration: none;
  color: #4164A4;
  border-left: 2px solid #CCCCCC;
  position: relative;
}
.sidebar .menu li:hover{
	background: none;
}
.sidebar .menu {
    margin: 0 0 10px;
    text-align: left;
}

.sidebar .menu ul p {
    margin: 0 0 0.75em;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

.sidebar .menu ul ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}

.sidebar .menu ul li {
    margin: 0;
    padding: 0 0 4px;
    color: #222;
    text-align: left;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.5;
}

.sidebar .menu ul li a, 
.sidebar .menu ul li a:visited,
.sidebar .widget ul li a, 
.sidebar .widget ul li a:visited {
    /*color: #222;*/
    text-decoration: none;
	text-align: left;
}

.sidebar .menu ul li a:hover {
    text-decoration: underline;
}


.sidebar .menu ul li ul {
    margin: 0px 0;
}

.sidebar .menu ul li ul li {
    margin: 0;
    padding: 0;
    border-bottom: none;
    background: none;
    list-style: none;
    font-size: 14px;
    font-size: 1rem;
}

.sidebar .menu ul li ul li a:before {
    display: block;
    float: left;
    margin: 0;
    margin-left: -14px;
    padding: 10px 0 0 0;
    background: none;
    color: #5F5F5F;
    content: "−";
    font-size: 9px;
    line-height: 1px;
}

.sidebar .menu ul li.entry-item a:before {
    content: none;
}
.archive .sidebar .widget li{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    border: 1px #ddd solid;
    border-top: none;
    transition: all .4s;
}
.archive .sidebar .widget li a{
    display: block;
    box-sizing: border-box;
    padding: 17px 10px;
    transition: all .4s;
    text-indent: 0rem;
	text-align: left;
}



/* ホバー */
.sidebar .menu > li > a:hover,
.sidebar .widget li a:hover {
  background: #DEEAFF;;
}

/* トグルボタン（親の右側に表示） */
.sidebar .menu .menu-toggle {
  margin-left: auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex: 0 0 32px;
}

.sidebar .menu .menu-toggle::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease;
  opacity: .85;
}

/* 開いたら矢印を下向きに */
.sidebar .menu li.is-open > .menu-toggle::before {
  transform: rotate(45deg);
}

/* 第2階層以下 */
.sidebar .menu .sub-menu{
	opacity: 1;
	visibility: inherit;
}
.sidebar .menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}
.sidebar .menu .sub-menu a {
  display: block;
  padding: 10px 14px 10px 28px; /* 左を少し深く */
  color: #222222;
  text-decoration: none;
  border-left: #ccc 2px solid;
}

.sidebar .menu .sub-menu a:hover {
  background: #DEEAFF;
  text-decoration: none;
}
.sidebar .menu .sub-menu li ul li a{
	color: #5F5F5F;
}
/* 折りたたみアニメ 
.sidebar .menu .sub-menu {
  overflow: hidden;
  max-height: 0;          /* JSが開くときにscrollHeightを入れる */
  /*transition: max-height .25s ease;
}

/* 現在地の強調（WPの既存クラスを活用） */
.sidebar .menu .current-menu-item > a,
.sidebar .menu .current-menu-ancestor > a {
  background: #E8E7E4;
  color: #0b3fb3;
  border-left: 2px #0b3fb3 solid;
}

/* “JSが有効なときだけ初期非表示”の保険 
html.js-ready .sidebar .menu .sub-menu { max-height: 0; }*/



@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*==============サイドバー設定===============*/
.sidebar-philosophy-inner h2 {
	color: #ffffff;
	background: #16479b;
	margin-bottom: 0;
	margin-top: 0;
	padding: 17px .75em;
	line-height: 1.3;
}

/*========アーカイブ サイドバー設定==========*/
.sidebar1.sidebar.sub {
	width: 22%;
}
.sidebar1.sidebar.sub .widget-title {
	color: #ffffff;
	background: #16479b;
	margin-bottom: 0;
	margin-top: 0;
	padding: 17px .75em;
}  
.sub ul {
	margin: 0;
}


/*===================検索====================*/
.widget_search div {
	text-align: center;
	position: relative;
    z-index: 0;
}
.search-input {
	box-sizing: border-box;
    margin: 0 auto 10px;
    padding: 1em .6em;
    max-width: 100%;
    position: relative;
    z-index: 0;
    font-weight: 600;
	font-family:'Font Awesome 5 Free'     
}
/*.widget_search div label:after {
	content: '\f002';
	font-weight: 600;
	font-family:'Font Awesome 5 Free' 
}*/
.search .entry-content p a {
	color: #697bd3;
    text-decoration: underline;
}
.search .entry-content p a:hover {
    text-decoration: none;
}
/*=============================================
フッター上バナー
=============================================*/
#footer-banner{
	/*max-width: 1170px;*/
	max-width: 1200px;
	margin: 70px auto;
	padding: 0 10px;
}
#footer-banner ul {
	position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer-banner ul li {
    /*width: 32.5%;*/
    width: 24%;
    height: 100%;
    padding: 0;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px #ccc;
}
#footer-banner ul li a {
    width: 100%;
    height: 100%;
    position: relative;
    /*padding: 15.5% 0;*/
    padding: 14% 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /*font-size: 20px;*/
    font-size: 16px;
    border-radius: 15px;
    z-index: 0;
    overflow: hidden;
    transition: ease 0.4s;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
#footer-banner ul li a span{
	width: 100%;
	/*padding: 0 25px;*/
	padding: 0 20px;
	overflow: hidden;
	text-align: left;
	min-height: 4.3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
}
#footer-banner ul li a span i{
	float: right;
	line-height: 30px;
}
#footer-banner ul li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,65,0.4);
	border-radius: 15px;
	z-index: -1;
}
#footer-banner ul li#banner01 a {
    background: url(img/bg_footer-banner01.jpg) no-repeat 0 0;
    background-size: cover;	
}
#footer-banner ul li#banner02 a {
    background: url(img/bg_footer-banner02.jpg) no-repeat 0 0;
    background-size: cover;	
}
#footer-banner ul li#banner03 a {
    background: url(img/bg_footer-banner03.jpg) no-repeat 0 0;
    background-size: cover;	
}
#footer-banner ul li#banner04 a {
    background: url(img/bg_footer-banner04.jpg) no-repeat 0 0;
    background-size: cover;	
}
#footer-banner ul li a:after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: -1;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
/*#footer-banner ul li a:hover {
	transform: scale(1.1,1.1);
}*/
#footer-banner ul li a:hover:after {
  -webkit-animation: shin01 .75s;
  animation: shine01 .75s;
}
@-webkit-keyframes shine01 {
  100% {
    left: 125%;
  }
}
@keyframes shine01 {
  100% {
    left: 125%;
  }
}

/*=============================================
フッター
=============================================*/
.footer-menu {
    padding: 20px 15px 15px 15px;
}
#footer-menu ul.menu{
	padding: 0;
}
#footer-menu-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
#footer-menu .footer1 {
	width: 228px;
	margin: 0;
}
#footer-menu .footer2 {
    width: 221px;
	margin: 0;
}
#footer-menu .footer3 {
	/*width: 30%;*/
	width: 221px;
	margin: 0;
}
#footer-menu .footer4 {
	/*width: 30%;*/
	width: 295px;
	margin: 0;
}
#footer-menu .footer-menu-inner ul li {
    padding-left: 0;
}
#footer-menu .footer-menu-inner ul li ul {
    padding: 0 15px;
}
#footer-menu .footer-menu-inner ul li ul li {
    margin-left: 0;
}
#footer-menu.sub ul li a:before {
	display: none;
}
/*=============================================
TOP
=============================================*/
/*====*/
/*#choose-tab section .content li a {
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
	z-index: 0;
}
#choose-tab section .content li a i {
	color: #16479b;
}
#choose-tab section .content li a:before,
#choose-tab section .content li a:after {
	position: absolute;
	content: '';
	border-radius: 100%;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
}
#choose-tab section .content li a:before {
	background: #3470c6;
	transition: all 0.4s;
}
#choose-tab section .content li a:after {
	transition: all 0.6s;
}
#choose-tab section .content li a:hover,
#choose-tab section .content li a:hover i {
	color: #fff;
}
#choose-tab section .content li a:hover:before {
	width: 150%;
	height: 150%;
}
#choose-tab section .content li a:hover:after {
	width: 150%;
	height: 150%;
	border: 1px #fff solid;
}*/

#choose-tab section .content li a {
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
	z-index: 0;
}
#choose-tab section .content li a i {
	color: #16479b;
}
#choose-tab section .content li a:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 100%;
	opacity: 0.8;
	z-index: 1;
	/*transition: ease 0.5s;*/	
	transform: translateX(-50%) translateY(-50%);		
}
#choose-tab section .content li a:hover,
#choose-tab section .content li a:hover i {
	color: #fff;
}
#choose-tab section .content li a:hover {
	opacity: 0.8;
	background: #16479b;
}
#choose-tab section .content li a:hover:after {
	-webkit-animation: top-sizeScale .8s ease;
	animation: top-sizeScale .8s ease;
}
@-webkit-keyframes top-sizeScale {
  0% {
	width: 0;
	height: 0;
	border: 0 #fff solid;
	}
  100% {
	width: 200%;
	height: 200%;
	border: 1px #fff solid;
	}	  
}
@keyframes top-sizeScale {
  0% {
	width: 0;
	height: 0;
	border: 0 #fff solid;
	}
  100% {
	width: 200%;
	height: 200%;
	border: 1px #fff solid;
	}	  
}


.top-banner-box {
	margin-top: 50px;
	background-color:#FFFFFF;
	padding-bottom:20px;
}
.top-banner-box-under {
	border:1px solid #DDDDDD;
	background-color:#FAFAFA;
	padding:20px;
	margin: 0 20px;
}
.top-banner-box-under .inner {
	display:flex;
}
.top-banner-box-under .inner p {
	margin:0;
	width:33.333%;
	font-size:0.8rem;
	padding:10px 1% 0;
	text-align: center;
}

/*==============================================*/
#blue-button li .blue-button {
	position: relative;
	overflow: hidden;
}
#blue-button li .blue-button:after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: -1;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
#blue-button li .blue-button:hover:after {
  -webkit-animation: shine02 .75s;
  animation: shine02 .75s;
}
@-webkit-keyframes shine02 {
  100% {
    left: 125%;
  }
}
@keyframes shine02 {
  100% {
    left: 125%;
  }
}
/*==================バナー===================*/
#flex-banner {
	box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#flex-banner li a {
	box-sizing: border-box;
	transition: ease 0.6s;
}
#flex-banner li p {
    line-height: 1.5;
    letter-spacing: -0.02rem;
    margin-bottom: 0;
    margin-top: 5px;
}
.top-img-banner {
	border: 1px #b3b3b3 solid;
	text-align: center;
	/*display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;*/
    overflow: hidden;
    display: table;
    box-sizing: border-box;
    height: auto;
    min-height: 153px;
}
.inner-top-img-banner {
	display: table-cell;
	vertical-align: middle;	
}
.top-img-banner img {
	width: 100%;
    padding: 2%;
    box-sizing: border-box;
}
#flex-banner li a:hover img {
	opacity: 0.6;
}
/*=================お知らせ==================*/
/*#info .btn:hover i {
   animation:movearrow 1.5s linear infinite alternate;
}
@keyframes movearrow {
   0%{margin:0 0 0 0;opacity:0.8;}
   100%{margin:0 10px 0 -10px;opacity:1;}
}*/
/*
#info .btn:hover {
   animation: color_anim 5s linear 1s infinite alternate;
}
@keyframes color_anim {
    0% { background: #5b89d8; }
  50% { background: #2d5fb5; }
  100% { background: #16479b; }
}
*/

/*=============================================
下層項目用
=============================================*/
/*=================メニュー==================*/
.left-sidebar .flex .section-box a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	transition: ease-out 0.4s;
	text-decoration: none;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.left-sidebar .flex .section-box a .recruit_name02 {
	display: none;
}
.left-sidebar .flex .section-box a span,
.left-sidebar .flex .section-box a span img,
.section-box a ul li {
	transition: ease-in-out 0.4s;
}
.left-sidebar .flex .section-box a:before,
.left-sidebar .flex .section-box a:after {
	content: '';
	position: absolute;
	display: block;
	top: 0%;
	left: 0%;
	width: 200%;
	height: 200%;
	opacity: 0;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%);
	transition: ease-out 0.4s;	
}
/*.left-sidebar .flex .section-box a:before {
	transition: ease-out 0.4s;
	background: #17479B;	
}
.left-sidebar .flex .section-box a:after {
	transition: ease-out 0.6s;
	border: 1px #fff solid;
}*/
.left-sidebar .flex .section-box a:hover {
	opacity: 0.9;
	
}
.left-sidebar .flex .section-box a:hover span,
.section-box a:hover ul li {
	color: #fff;
}
.left-sidebar .flex .section-box a:hover .recruit_name01 {
	/*-webkit-filter: brightness(0) invert(1);
     -moz-filter: brightness(0) invert(1);
     -o-filter: brightness(0) invert(1);
     -ms-filter: brightness(0) invert(1);
     filter: brightness(0) invert(1);*/
	display: none;
}
.left-sidebar .flex .section-box a:hover .recruit_name02 {
	display: inline-block;
}
.left-sidebar .flex .section-box a:hover:before  {
	opacity: 1;
	-webkit-animation: slide 6s ease-in-out infinite alternate;
	animation: slide 6s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, rgba(51,100,183,0.8) 30%, rgba(22,71,155,0.8) 30%, rgba(22,71,155,0.8) 70%, rgba(51,100,183,0.8) 70%);
}
@-webkit-keyframes slide {
  0% {
    transform:translateX(-50%);
  }
  100% {
    transform:translateX(-35%);
  }
}
@keyframes slide {
  0% {
    transform:translateX(-50%);
  }
  100% {
    transform:translateX(-35%);
  }
}
.left-sidebar .flex .section-box a:hover:after {
	opacity: 1;
	-webkit-animation: slide01 7s ease-in-out infinite alternate;
	animation:slide01 7s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, rgba(51,100,183,0.5) 30%, rgba(22,71,155,0.5) 30%, rgba(22,71,155,0.5) 70%, rgba(51,100,183,0.5) 70%);
}
@-webkit-keyframes slide01 {
  0% {
    transform:translateX(-35%);
  }
  100% {
    transform:translateX(-50%);
  }
}
@keyframes slide01 {
  0% {
    transform:translateX(-35%);
  }
  100% {
    transform:translateX(-50%);
  }
}

/*=============================================
企業情報
=============================================*/
/*==================枠設定===================*/
.left-side-flex {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.left-sidebar .main {
	width: calc(100% - 293px);
}
.left-sidebar .sidebar-philosophy {
	width: 257px;
}

h2.top-h,
h3.top-h,
h4.top-h{
    margin-top:0;
}
/*===================地図====================*/
h2.access-h2 {
	margin-top: 0;
}
.iframe-wrap {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*===================支店・関係会社====================*/
table.style01.affiliates-table th {
	text-align:left !important;
}

/*=============================================
法人向け保険商品
=============================================*/
/*===================共通====================*/
.left-sidebar .flex .section-box a span, 
.left-sidebar .hojin-menu .section-box a span {
    line-height: 1.3;
    min-height: 3.3rem;
}
h2.service-top-h2 {
    margin-top:0;
}
.service-sup {
	padding: 20px;
    background: #dff2fd;
}
.service-sup p {
	margin-bottom: 0;
}
/*==============リンクアイコン===============*/
.service-link-inner {
	padding-top: 1em;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
.service-link-img {
	width: 49%;
}
.service-link-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-link-box::after{
	display: block;
	content:"";
	width: 23%;
}
.service-link-box::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.service-link-box a {
	width: 23%;
	margin-bottom: 15px;
	color: #222222!important;
	text-decoration: none !important;
	font-weight: bold;
	border: #CCCCCC 1px solid;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service-link-box a:after{
	content: '';
	width: 20px;
	height: 20px;
	background: url(img/corporations/icon_downward.svg);
	display: inline-block;
}

/*===アイコンここまで====*/

.section-box a ul {
    min-height: 10.35em;
    letter-spacing: -0.01rem;
}
.left-sidebar .icon01 li {
    margin-left: 18px;
    letter-spacing: 0.02rem;
}

/*=================海上保険==================*/
h2.marine-top-h2 {
	margin-top: 0;
}
p.title-p {
	font-size: 1.4rem;
    margin-bottom: 1rem;
	color: #16479b;
}

/*=============海上保険メニュー==============*/
.marine ul.marine01 li a {
	z-index: 0;
	overflow: hidden;
	transition: ease 0.4s;
	text-indent: -2rem;
}
.marine ul.marine01 li a:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 100%;
	opacity: 0.8;
	z-index: 1;
	/*transition: ease 0.5s;*/	
	transform: translateX(-50%) translateY(-50%);		
}
.marine ul.marine01 li a:hover {
	opacity: 0.9;
	color: #fff;
	background: #16479b;
}
.marine ul.marine01 li a:hover:after {
	-webkit-animation: sizeScale .8s ease;
	animation: sizeScale .8s ease;
}

@-webkit-keyframes sizeScale {
  0% {
	width: 0;
	height: 0;
	border: 0 #fff solid;
	}
  100% {
	width: 200%;
	height: 200%;
	border: 1px #fff solid;
	}	  
}
@keyframes sizeScale {
  0% {
	width: 0;
	height: 0;
	border: 0 #fff solid;
	}
  100% {
	width: 200%;
	height: 200%;
	border: 1px #fff solid;
	}	  
}


/*==================リスク===================*/
.marine .marine-img-inner {
	background: none;
	border-bottom: 1px solid #ccc;
	/*border-top: 1px solid #ccc; */
}
.marine-img-wrap {
	position: relative;
	z-index: 0;
	width: auto;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
}
.marine-p-box {
	position: relative;
	width: auto;
	max-width: 600px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.marine-p-box p { 
	width: 33.333333%;
	text-align: center;
	margin-bottom: 5px;
}
a.marine-wrap-a {
	position: absolute;
    width: 33.33333333%;
    /*background: rgba(22,71,155,0.9);*/
    padding: 3.5% 10px;
    box-sizing: border-box;
    line-height: 1.7;
    font-size: 0.9rem;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    transition: ease 0.4s;
    padding: 1%;
    height: 84%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;    
}
a.marine-wrap-a span {
	opacity: 0;
	transition: ease 0.4s;
	position: relative;
	left: 2%;
	z-index: 2;
    left: 2%;
}
a.marine-wrap-a01 {
	left: 0;
	top: 8%;
}
a.marine-wrap-a02 {
	left: 33.33333333%;
    right: 33.33333333%;
    bottom: 8%;
}
a.marine-wrap-a03 {
	right: 0;
	top: 8%;
}
a.marine-wrap-a01:before,
a.marine-wrap-a02:before,
a.marine-wrap-a03:before {
	content: '';
	position: absolute;
	display: block;	
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(22,71,155,0.9);
	transition: ease 0.3s;
	z-index: -1;
}
a.marine-wrap-a01:before,
a.marine-wrap-a03:before {
	top: 0;
}

a.marine-wrap-a02:before {
	bottom: 0;
}

a.marine-wrap-a01:hover,
a.marine-wrap-a02:hover,
a.marine-wrap-a03:hover  {
	opacity: 1;
}
a.marine-wrap-a01:hover span,
a.marine-wrap-a02:hover span,
a.marine-wrap-a03:hover span {
	opacity: 1;	
}
a.marine-wrap-a01:hover:before,
a.marine-wrap-a02:hover:before,
a.marine-wrap-a03:hover:before {
	height: 100%;
}
.marine-img-inner .marine01 {
	margin-top: 20px;
}

/*============海上保険 -担保危険-============*/
.marine .flex-img-disaster {
    margin-top: 0;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.marine .disaster-text-inner {
	width: 75%;
}
p.disaster-title-p {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2rem;
}
.disaster-img-inner {
	text-align: center;
	margin: 20px 3% 12%;
}
.disaster-img-inner02 {
	width: 25%;
}
.disaster-img-inner03 {
	width: 25%;
	order: -1;
}
.disaster-img-box {
	position: relative;
	display: inline-block;
	text-align: center;
}
.disaster-img-box:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -100%;
	transform: scale(1, -1);
	z-index: -1;
	width: 100%;
	height: 100%;
}
.disaster-img-box01:before {
	background:  url(/system/wp-content/uploads/2019/11/img_disaster01.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.disaster-img-box02:before {
	background:  url(/system/wp-content/uploads/2019/11/img_disaster02.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.disaster-img-box03:before {
	background:  url(/system/wp-content/uploads/2019/11/img_disaster03.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.disaster-img-box:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #fff 60%, rgba(255,255,255,0.2) 100%);
	z-index: -1;
}

/*============海上保険 -担保危険-============*/
.case-img-box {
	margin: auto;
	max-width: 600px;
	margin: auto;
}

/*============海上保険 -事例紹介-============*/
.case-title {
	display: inline-block;
	min-width: 6rem;
	background: #e6e6e6;
	padding: 2px 10px;
	font-size: 1.2rem;
	border: 1px #ccc solid;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}
.case-title strong {
	border-left: 5px #16479b solid;
	padding-left: 5px;
}
h5.no-mat-h5 {
	margin-top: 10px;
}
ul.case-ul {
	margin: 1rem 0;
	padding: 10px 1.5rem;
	border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;	
}
ul.case-ul li {
	list-style: disc;
	color: #697bd3;	
}
ul.case-ul li a {
    color: #697bd3;
    text-decoration: underline;
}
ul.case-ul li a:hover {
	text-decoration: none;
}


 /*海上保険 -事例紹介- */
#kwmap2_1,
#kwmap3_1 {
	transform: translateX(23%);	
}
#kwmap2_2,
#kwmap3_3 {
	transform: translateX(-20%);
 }
#kwmap2_3 {
	transform: translateX(-18%);
}
#kwmap2_4,
#kwmap3_4 {
	transform: translateX(-18%);
}
 	
@media print, screen and (min-width: 769px) {
 /*海上保険 -事例紹介- */

 	#fk1_3 {
	 	left: 2% !important;
 	}
 	#fk1_5 {
	 	width: 46em !important;
	 	left: -0.5% !important;
 	}
    #fk1_5:before {
	 	left: 53%;
 	}
 	#fk1_7 {
	 	width: 46em !important;
	 	left: -0.5% !important;
 	}
 	#fk2_3 {
	 	width: 45em !important;
	 	left: 1% !important;
 	}
   	#fk2_3:before {
	 	left: 30%;
 	}
 	#fk2_7 {
	 	width: 34em !important;
	 	left: 23% !important;
 	}
  	#fk2_7:before {
	 	left: 65%;
 	}
 	#fk2_8 {
	 	width: 43em !important;
	 	left: 5% !important;
 	}
 	#fk2_8:before {
	 	left: 85%;
 	}
 	#fk2_9 {
	 	width: 45em !important;
	 	left: 1% !important;
 	}
 	#fk2_9:before {
	 	left: 90%;
 	}
 	#fk3_3 {
	 	left: 2% !important;
 	}
 	#fk3_7 {
	 	left: 33% !important;
 	}
 	#fk3_9 {
	 	left: 14% !important;
 	}
  	#fk3_9:before {
	 	left: 90%;
 	}
}
/*=============================================
固定ページ -法人向け-
=============================================*/
/*===================共通====================*/
h2.life-top-h2 {
    margin-top: 0;
}

/*===============法人のお客様================*/
.left-sidebar .hojin-menu .section-box {
	padding: 0;
}
@media print, screen and (max-width: 1120px) {
	.left-sidebar .hojin-menu .section-box {
    	 width: 32%;
    }
	.left-sidebar .hojin-menu .section-box:nth-of-type(3n-3) {
		margin-right: 0;
	}
}

/*=================事業保証==================*/
.life .jh_dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
/*=============================================
保険コスト見直しサービス
=============================================*/
/*==事例：機械卸売業/貸しビル業/サービス業===*/
.main .pagelink li a {
	color: #697bd3;
	cursor: pointer;
	transition: ease 0.4s;
}
.main .pagelink li a:hover {
	text-decoration: underline;
}





/*=============================================
固定ページ -採用情報-
=============================================*/
/*===================共通====================*/
h2.recruit-top-h2 {
    margin-top: 0;
}
.recruit_strength_text {
	margin-bottom:30px;
	padding-bottom:5px;
	background-color:#F5F5F5;
}
.recruit_strength_text p{
	text-align:center;
	padding:0 15px;
}
.recruit_strength_text h3{
	border-left:none !important;
	background-size:cover;
	padding:50px 0 50px 30px;
	margin:0 0 20px;
	text-align:left;
}
.recruit_strength_text .vision01 h3{
	background-image:url(img/recruit/img_strength01.png);
}
.recruit_strength_text .vision02 h3{
	background-image:url(img/recruit/img_strength02.png);
}
.recruit_strength_text .vision03 h3{
	background-image:url(img/recruit/img_strength03.png);
}
.recruit_strength_text .vision04 h3{
	background-image:url(img/recruit/img_strength04.png);
}

table.recruit {}
table.recruit td p {margin-bottom:0;}


/*===========社員インタビュー============*/
h2.recruit-name-h2 {
    padding-bottom: 2em;
}
	
.recruit-box .section-box a ul {
    min-height: 3.14em;
	letter-spacing: -0.01rem;
	margin-top: 10px;
}
.recruit-box .section-box a ul li {
	line-height: 1.5;
}


/*================社員座談会=================*/
.symposium-inner p {
	letter-spacing: -0.01rem;
}
.symposium-flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-items: center;
}
.symposium-img {
	min-width: 300px;
}
.symposium-img-r {
	order: 2;
	margin-left: 2.5%;
}
.symposium-img-l {
	margin-right: 2.5%;
}
p.symposium-p {
	margin-bottom: 0;
}

/*@media only screen and (min-width: 641px) and (max-width: 768px) {
	#post-525 .entry-content p,
	#post-530 .entry-content p,
	#post-533 .entry-content p,
	#post-1234 .entry-content p,
	#post-1236 .entry-content p,
	#post-1238 .entry-content p {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		margin-top: 0;
	}
	#post-525 .entry-content p img,
	#post-530 .entry-content p img,
	#post-533 .entry-content p img,
	#post-1234 .entry-content p img,
	#post-1236 .entry-content p img,
	#post-1238 .entry-content p img {
		margin-top: 0;
	}
	#post-525 .entry-content p:nth-of-type(odd),
	#post-530 .entry-content p:nth-of-type(odd),
	#post-533 .entry-content p:nth-of-type(odd),
	#post-1234 .entry-content p:nth-of-type(odd),
	#post-1236 .entry-content p:nth-of-type(odd),
	#post-1238 .entry-content p:nth-of-type(even) {
		flex-direction: row;
	}
	#post-525 .entry-content p:nth-of-type(odd) img,
	#post-530 .entry-content p:nth-of-type(odd) img,
	#post-533 .entry-content p:nth-of-type(odd) img,
	#post-1234 .entry-content p:nth-of-type(odd) img,
	#post-1236 .entry-content p:nth-of-type(odd) img,
	#post-1238 .entry-content p:nth-of-type(even) img {
		margin-right: 0.5em;
	}
	#post-525 .entry-content p:nth-of-type(even),
	#post-530 .entry-content p:nth-of-type(even),
	#post-533 .entry-content p:nth-of-type(even),
	#post-1234 .entry-content p:nth-of-type(even),
	#post-1236 .entry-content p:nth-of-type(even),
	#post-1238 .entry-content p:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	#post-525 .entry-content p:nth-of-type(even) img,
	#post-530 .entry-content p:nth-of-type(even) img,
	#post-533 .entry-content p:nth-of-type(even) img,
	#post-1234 .entry-content p:nth-of-type(even) img,
	#post-1236 .entry-content p:nth-of-type(even) img,	
	#post-1238 .entry-content p:nth-of-type(odd) img {
		margin-left: 0.5em;
	}		
	.symposium-flex { 
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}	
	
}*/
/*=============================================
双日(株)海外旅行保険ご加入者さまへのご案内
=============================================*/	
h2 .min-p {
	font-size: 1.5rem;
}
.hospital_list-flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.hospital_list-flex-box01 {
	width: 38%;
	margin: auto;
}
.hospital_list-flex-box01 img {
	width: 100%;
	max-width: 360px;
	box-sizing: border-box;
	border: 1px #aaa solid;
}
.hospital_list-flex-box02 {
	width: 58%;	
	margin: 0 auto;
}
.hospital_list-flex-box02 li {
	text-align: right;
}
a.a-underline {
	color: #697bd3;
    text-decoration: underline;
}
.hospital_list .fa-file-pdf {
	color: #ef6761;
}
.agreement-box {
	margin-top: 30px;
	text-align: right;
}
a.agreement-a {
	display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 10px 0 8px;
    min-width: 16em;
    background: linear-gradient(180deg, #fff 0%, #ddd 100%);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    color: #ef6761;
}
a.agreement-a .min-p {
	font-size: 0.9rem;
}

/*=============================================
新・海外旅行保険 インターネット契約サービス
=============================================*/	
.travel-sample {
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
	background-color: rgb(247, 173, 157);
	margin: auto;
	padding: 10px 1%;
}
.travel-inner {
	margin: auto;
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	padding: 20px 0 5px;
}
.travel-img-box {
	text-align: center;
	margin-bottom: 20px;
}
p.travel-title-p {
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
}
.travel-flex {
	margin-top: 30px;
}
.travel-flex-inner {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
}
.travel-flex-box {
	text-align: center;
	width: 33.33333333333333%;
}
.travel-flex-box img {
	vertical-align: bottom;
}
p.travel-flex-box-p {
	line-height: 1.5;
    margin: 0 auto -10px;
    text-align: center;
    min-height: 3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.travel-size510 {
	max-width: 510px;
	margin: auto;
	letter-spacing: 0.03rem;	
}
p.travel-flex-p {
	margin-bottom: 5px;
}
.travel-a-box {
	text-align: center;
	margin: 20px auto;
}
.travel-a-box a {
	color: #697bd3;
    text-decoration: underline;
    transition: ease .3s;
}
.travel-a-box a:hover {
	text-decoration: none;
}
.travel-section {
	max-width: 510px;
	margin: auto; 
}
.travel-section p {
	margin-bottom: 10px;
}
p.line-hei1_5 {
	line-height: 1.5;
}

/*=============================================
ちょいのり保険
=============================================*/	
div#ichinichiContents {
	width: 100%;
	max-width: 741px;
	margin: 0 auto;
	color: #000;
	text-align: left;
	box-sizing: border-box;
}
div#ichinichiContents h1,
div#ichinichiContents h2 {
	margin: 0;
	text-align: center;
}
div#ichinichiContents table {
	font-size: 113%;
}
div#ichinichiContents table.noStyle,
div#ichinichiContents table.noStyle th,
div#ichinichiContents table.noStyle td {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #000;
	font-size: 1rem;
}
div#ichinichiContents table.noStyle th{
	width: 170px;
}
div#ichinichiContents table.noStyle td{
	width: calc(100% - 170px);
}
/* qrcodeBox, smartphoneBox */

div#ichinichiContents div.qrcodeBox,
div#ichinichiContents div.smartphoneBox {
	width: 49%;
	max-width: 370px;
	margin: 20px 0 0 0;
	text-align: center;
	display: inline;
}
div#ichinichiContents div.qrcodeBox {
	float: left;
}
div#ichinichiContents div.smartphoneBox {
	float: right;
}
div#ichinichiContents div.qrcodeBox div.action,
div#ichinichiContents div.smartphoneBox div.action {
	height: 103px;
	margin: 28px auto;
}

div#ichinichiContents div.qrcodeBox div.action {
	max-width: 284px;
	background: url(img/tyoinori/bg_action.gif) no-repeat 50% 0;
}

div#ichinichiContents div.smartphoneBox div.action {
	max-width: 330px;
	background: url(img/tyoinori/bg_action.gif) no-repeat 50% 0;
}

div#ichinichiContents div.qrcodeBox p.text {
	float: left;
	width: 57%;
	min-width: 160px;
}
div#ichinichiContents div.smartphoneBox p.text {
	float: left;
	width: 61%;
	min-width: 187px;
}
.qrcodeBox p.text img,
.smartphoneBox p.text img,
.qrcodeBox p.qrcode img,
.smartphoneBox p.button img {
	margin-top: 0;
}
div#ichinichiContents div.qrcodeBox p.qrcode {
	float: left;
	padding: 10px 0 10px 17px;
    width: 30%;
    margin-bottom: 0;
}
div#ichinichiContents div.smartphoneBox p.button {
	float: left;
	padding: 37px 0 37px 7px;
    width: 30%;
}
div#ichinichiContents div.border {
	padding: 15px;
	border: 3px solid #009ce5;
	_zoom: 1;
}
#footer-ichinichiContents p.note {
	text-align: left;
	color: #000;
	padding-left: 1.0em;
    text-indent: -0.7em;
    line-height: 1.3em;
    font-size: 0.9em;
    margin-bottom: 2px;
}
#footer-ichinichiContents {
	max-width: 740px;
	height: auto;
	margin: 20px auto;
	text-align: left;
}

div#ichinichiContents div.headerB {
	border: 3px solid #009ce5;
	/*background: url(img/tyoinori/bg_border_middle.gif) repeat-y 0 0;*/
	text-align: center;
	padding: 10px;
}

div#ichinichiContents div.headerB div.tetsuduki {
	/*background: #fff url(img/tyoinori/bg_border_bottom.gif) no-repeat 0 0;*/
}

div#ichinichiContents div.contentsB {
	overflow: hidden;
	*zoom: 1;
}
.header-subB {
	text-align: center;
    margin: -30px auto 0;
}
.header-subB .tetsuduki img {
	vertical-align: bottom;
}
.header-subB .tetsuduki01 img {
	vertical-align: top;
}

/*=============================================
よくある質問
=============================================*/
.faq-box a {
	color: #697bd3;
    text-decoration: underline;
}

/*=============================================
海上保険用語集
=============================================*/
.main-glossary {
	/*color: #697bd3;*/
}
.glossary-inner {
	margin-left: 2.5%;
	margin-right: 2.5%;	
}
.main-glossary a {
	text-decoration: underline;
	color: #697bd3;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.main-glossary a:hover {
	text-decoration: none;
}
.main-glossary .glossary-inner div {
	margin-left: 1.25rem;
}

/*=============================================
全ページ共通
=============================================*/
.wrapper .page-header-image {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 260px;
	position: relative;
}
/*@media print, screen and (min-width: 2401px) {
	.wrapper .page-header-image {
		background-size: cover;
	}	
}
@media print, screen and (min-width: 769px) and (max-width: 1057px) {
	.wrapper .page-header-image {
		padding-top: 170px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
	.wrapper .page-header-image {
		padding-top: 155px;
	}	
}*/
.flex .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}
.flex-nowrap {
	display: flex;
	flex-wrap: nowrap;
}
.bor-img-box {
	box-sizing: border-box;
	border: 2px #16479b solid;
	padding: 20px 10px;
	border-radius: 10px;
}
.marine .btn, 
.life .btn {
	color: #16479b;
	background: #fff;
}
.marine .btn .fa-angle-right,
.life .btn .fa-angle-right {
    float: right;
	line-height: 60px;
	padding-right: 5%;
}
.marine .center {
    justify-content: center;
}
.flex.align-it-center {
	align-items: center;
}
.left-sidebar .non-flex .section-box a .img-wrap {
	display: block;
}
.mt0 { margin-top: 0 !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px;}
.mr20 { margin-right: 20px;}
.ml20 { margin-left: 20px!important;}
.ml0 { margin-left: 0!important;}
.main .txt-cen {
	text-align: center;
}
.main .txt-rig {
	text-align: right;
}
.main .txt-lef {
	text-align: left;
}

ol.count-ol {
	list-style:none;
	padding:0;
	margin:0;
	margin-left: 2rem;
    text-indent: -1.7em;
	/*counter-reset: count-number;*/
}


/*=============================================
投稿ページ
=============================================*/	
.right_sidebar .contents-inner {
	box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.right_sidebar .main {
    width: 75%;
    margin-left: auto;
    order: 1;
}

/*=============================================
事例ポップアップ
=============================================*/	
.kwmap_cap1 {
  position: absolute;
  overflow: hidden;
  width: 130px;
  height: 85px;
  margin: 8px 0 0 0 !important;
  z-index: 1;
  cursor: pointer;
}
.kwmap_cap2 {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
	background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  z-index: 4;
}
.kwmap_cap3 {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.kwmap_cap2 p {
  font-size:1em !important;
  font-weight:bold !important;
  padding-left:0 !important;
  padding-top:5px !important;
  padding-bottom:0 !important;
  margin:0 !important;
  color: #fff;
  text-align: center;
}
.kwmap_cap2 p.cap_mds {
  font-size:1em !important;
  font-weight:bold !important;
  padding-top:20px !important;
}

/*=============================================
検索ページ
=============================================*/	
h2.search-top-h2 {
	margin-top: 0;
}
.search-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
}
.search-flex p {
	margin-bottom: 5px;
}
.search-flex p:last-of-type {
	margin-left: 10px; 
}