@charset "UTF-8";
/*
Theme Name:トップアンドコアリニューアル
Theme URI:https://www.topandcore.com/
Version: 1.1
*/ 

/* ======================================================
/*               ++ DEFAULT ++
   ====================================================== 
/* ------ ++ Reset CSS  ++ ------ */
html,body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, figure, footer, header, hgroup, section {
    display: block;
}
ol, ul {
	list-style: none;
}
ul { letter-spacing: -0.5em; }
li { letter-spacing: normal; }
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/: auto; /* for ie8 */
	border:0;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, select {
	font-family: inherit;
	vertical-align: middle;
}
input[type="submit"] {
	cursor: pointer;
}
span {
    font-style: inherit;
    font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* ======================================================
/*               ++ 共通STYLE ++
   ====================================================== */
html,body {
	color: #333;
    /*font-family: 'font1','Noto Sans JP','Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify; /*文字右端揃え*/
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	word-break: break-all;
	}
a {
	color: #333;
	text-decoration: none;
	}
a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
    color: #004aed;
    margin: 0 5px;
}
.c-fix:after {
	clear: both;
    content: " ";
    display: block;
}
.ly_cont {
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:1200px) {
	.ly_cont {
		width: 95%;
	}
}
@media screen and (max-width:900px) {
	.ly_cont {
		width: 90%;
	}
}
#main-container {
    padding-top: 70px;
    overflow-x: hidden;
}
@media screen and (max-width:767px) {
	#main-container {
		padding-top: 50px;
	}
}
/* --------------------------------------------------- 改行 */
span.p-br {
	display: block;
}
span.m-br {
	display: inline;
}
span.pad-br {
	display: inline;
}
@media screen and (max-width: 1023px) {
	span.pad-br {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	span.p-br {
		display: inline;
	}
	span.m-br {
		display: block;
	}
}
/* --------------------------------------------------- フォント */
@font-face {
    font-family: "font1";
	src: url('fonts/mplus-2p-medium.woff') format('woff'), url('fonts/mplus-2p-medium.ttf') format('truetype');
}
@font-face {
    font-family: "font2";
	src: url('fonts/smart.woff') format('woff'), url('fonts/smart.ttf') format('truetype');
}
/* ---------------------------------------- IE Edge font調整 */
@media all and (-ms-high-contrast:none){
	html,body {
    	font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
}
@-moz-document url-prefix() {
	html,body {
    	font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
}
@supports (-ms-ime-align: auto) {
    html,body {
    	font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}
}
/* --------------------------------------------------- margin 微調整 */
.mt-3 {
	margin-top: 3px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-3 {
	margin-bottom: 3px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
/* --------------------------------------------------- PC/MO　表示切替え */
.m-block {
	display: none;
}
@media screen and (max-width: 767px) {
	.m-block {
		display: block;
	}
	.p-block {
		display: none;
	}
}
/* --------------------------------------------------- Flex */
.flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
	height: 100%;
	z-index: 100;
}
/* ======================================================
/*               ++ 装飾・アニメーション ++
   ====================================================== */
.fuwat {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}
@media screen and (max-width: 600px) {
	.fuwat {
  		transition: all .5s;
	}
}
.slide_t {
	opacity : 0;
	transform: translateY(-20px);
	transition: all 2s;
}
.slide_l {
	opacity : 0;
	transform: translateX(-30px);
	transition: all 1s;
}
.slide_l_1 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all 1.4s;
}
.slide_l_2 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all 1.1s;
}
.slide_l_3 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all .8s;
}
.slide_l_4 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all .5s;
}
.slide_r {
	opacity : 0;
	transform: translateX(30px);
	transition: all 1s;
}
/* ----- めくれるエフェクト -----*/
@keyframes slidein {
	from {
    	transform: translateY(-100px);
	}

	to {
    	transform: translateY(0);
	}
}
.mask {
	overflow: hidden;
}
.mask .maskInner {
	width: inherit;
	height: inherit;
	background-color: #fff;
	opacity: 0;
}
@keyframes play {
	from {
    	transform: translateX(-100%);
	}
  
	to {
    	transform: translateX(0);
	}
}

@keyframes maskOut {
	from {
    	transform: translateX(0);
	}
  
	to {
    	transform: translateX(100%);
	}
}
.isPlay {
	animation-name: play;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: relative;
	opacity: 1 !important;
}
.isPlay:before {
	animation-name: maskOut;
	animation-duration: .5s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: calc(100% + 12px);
	height: 100%;
	background: #b0c4de;
}
/* ----- ■ -----*/
.square {
	position: relative;
	margin-left: 20px;
}
.square::before {
	font-family: FontAwesome;
    content: '\f0c8';
    color: #386e9a;
    position: absolute;
    top: 2px;
    left: -18px;
    font-size: 0.85em;
}
/* ======================================================
/*            ++ header ++
   ====================================================== */
.ly_header{
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-shadow: rgba(0, 0, 0, .05) 0 0 10px 3px;
}
.ly_header .ly_inner{
	margin: 0 auto;
	position: relative;
}

.ly_header .bl_headerBox_top {
    display: flex;
    justify-content: space-between;
    padding: 0.2% 0;
    align-items: center;
}

.ly_header .bl_logoBox {
    /* float: left; */
    margin: 0 0 0 10px;
}

.ly_header .bl_logoBox img {
	width: 100px;
}
.ly_header .bl_logoBox h1.el_companyName {
	margin-left: 5px;
	line-height: 1em;
}
.ly_header .bl_logoBox h1.el_companyName span {
	display: block;
	font-size: .75rem;
}
.ly_header .bl_logoBox h1.el_companyName,
.ly_header .bl_logoBox img {
	display: inline-block;
	vertical-align: middle;
}

.ly_header .bl_telBox {
    /* float: right; */
    /* max-width: 800px; */
    width: 60%;
    /* margin: 5px 0 0 10px; */
}

.ly_header .bl_telBox .bl_telBox_number {
    display: flex;
}

.ly_header .bl_telBox .bl_telBox_number li {
    vertical-align: middle;
    text-align: center;
    font-size: .85rem;
    padding: 9.5px 10px;
    width: 31%;
}

.ly_header .bl_telBox .bl_telBox_number li a {
    font-size: 20px;
    font-weight: bold;
}

.ly_header .bl_telBox .bl_telBox_number li:first-child p span {
    background: #1CA4CC;
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
    margin: 0 5% 0 0;
}

.ly_header .bl_telBox .bl_telBox_number li:nth-child(2) p span {
    background: #53AF43;
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
    margin: 0 5% 0 0;
}

.ly_header .bl_telBox .bl_telBox_number li:first-child p i {
	color: #1CA4CC;
    font-size: 18px;
    margin: 0 2% 0 0;
}

.ly_header .bl_telBox .bl_telBox_number li:nth-child(2) p i {
	color: #53AF43;
    font-size: 18px;
    margin: 0 2% 0 0;
}

.ly_header .bl_telBox .bl_telBox_number li:nth-child(3) {
    padding: 6px 5px;
    line-height: 1.2em;
    width: 21%;
}

.ly_header .bl_telBox .bl_telBox_number li:last-child {
    padding: 0 5px;
    line-height: 1.2em;
    width: 22%;
}

.ly_header .bl_telBox .bl_telBox_number li:last-child p {

}

.ly_header .bl_telBox .bl_telBox_number li:last-child p a {
    background: #CF1422;
    color: #fff;
    border: 1px solid;
    padding: 11px;
    display: block;
    border-radius: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    position: relative;
}

.ly_header .bl_telBox .bl_telBox_number li:last-child p a:hover {
    background: #fff;
    border: 1px solid #CF1422;
    color: #001F31;
}

.ly_header .bl_telBox .bl_telBox_number li:last-child p a i {
    position: absolute;
    top: 42%;
    font-size: 8px;
    right: 7%;
}

.ly_header .bl_telBox .bl_telBox_number li:last-child p a:hover i {
    color: #CF1422;
}

.ly_header .bl_nav {
    margin: 0 auto;
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #eaeaea;
}

.ly_header .nav-item {
    /* display: inline-block; */
    vertical-align: top;
    margin-right: 20px;
    width: 15%;
}
.ly_header .nav-item:last-child {
	margin-right: 0;
}
.ly_header .nav-title {
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 55px;
    letter-spacing: .1em;
    font-size: 15px;
}

.ly_header .nav-title i {
	color: #CF1422;
    font-size: 10px;
    margin: 0 0 0 5%;
    position: absolute;
    top: 42%;
}

.ly_header .nav-item:last-child {
	margin-right: 20px;
}
.ly_header .nav-title.js-dropdown {
	padding: 0 32px 0 12px;
}
.ly_header .nav-title:hover {
    color: #CF1422;
}
/*.ly_header .nav-title.js-dropdown:after{
	display: block;
    font-family: FontAwesome;
    content: '\f0d7';
    position: absolute;
    top: 0;
    right: 9px;
    font-size: 21px;
}*/
.ly_header .nav-title.is-active {
    background: #eaefef;
    color: #CF1422;
    transition: background .2s ease;
}
/*.ly_header .nav-title.js-dropdown.is-active:after{
    content: '\f0d8';
}*/
.ly_header .panel {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    background: #001f31db;
    width: 100%;
    z-index: 999;
    /*overflow-y: scroll;*/
}
.ly_header .panel-inner{
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.ly_header .index li {
	display: inline-block;
	width:28%;
	vertical-align: top;
}
.ly_header .index li.right {
    width: 68%;
    padding-left: 4%;
    border-left: #ffffff solid 1px;
    min-height: 150px;
}
.ly_header .index-title {
	color: #fff;
	text-align: center;
	display: block;
	padding: 0 0 30px;
	text-decoration: none;
	transition: .2s;
	line-height: 40px;
	margin-top: 15px;
	font-size: 1.25rem;
	letter-spacing: .2;
}
.ly_header .index-title:hover{
	opacity: 0.6;
}
.ly_header .index-list li {
	display: block;
    vertical-align: top;
    margin-top: 10px;
    width: 100%;
	text-align: left;
}
.ly_header .index-item a {
    color: #fff;
    line-height: 1.6em;
    text-decoration: none;
    display: inline-block;
    position: relative;
    letter-spacing: .05em;
    font-weight: 300;
    font-size: 15px;
}
.ly_header .index-item a:after {
	content: url(images/arrow.png);
	top: 1px;
	right: -25px;
	position: absolute;
}
.ly_header .index-item a.pdf:after {
	top: 7px;
}
.ly_header .index-item a:hover {
	text-decoration: underline;
}
.ly_header .index-item a:hover:after {
	right: -30px;
}
.ly_header .index-item img {
	margin-right: 10px;
	width: 30px;
}
.ly_header .index-item img,
.ly_header .index-item a {
	vertical-align: middle;
}

@media screen and (max-width: 1390px){
    .ly_header .bl_telBox .bl_telBox_number li {
        width: 35%;
    }
    .ly_header .bl_telBox .bl_telBox_number li a {
        font-size: 18px;
    }
    .ly_header .bl_telBox {
        width: 67%;
    }
    .ly_header .bl_logoBox img {
        width: 80px;
    }
    .ly_header .bl_logoBox h1.el_companyName {
        font-size: 14px;
    }
    .ly_header .bl_logoBox h1.el_companyName span {
        font-size: 12px;
        margin: 0 0 2px 0;
    }
}

@media screen and (max-width: 1120px){
	.ly_header .bl_telBox {
		display: none;
	}
    #mo-panel {
        display: none;
        padding-top: 70px;
        height: 100vh;
        overflow: scroll;
        background: #f5f5f5;
    }
	.ly_header{
    	width: 100%;
    	height: 70px;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 999;
    	background: #fff;
	}
	.ly_header .bl_logoBox {
		float: none;
		line-height: 1;
		margin-right: 0;
		position: absolute;
    	top: 13px;
    	left: 20px;
	}
    .ly_header .nav-title {
        line-height: 48px;
        padding: 0 50px;
        color: #333;
        text-align: center;
    }
	.ly_header .nav-title.js-dropdown {
		padding: 0 50px;
	}
	.ly_header .ly_inner {
		padding: 0;
	}
	.ly_header .nav-item {
    	display: block;
    	vertical-align: top;
		margin-right: 0;
	}
    .ly_header .nav-item {
        position: relative;
        float: none;
        font-size: 1rem;
        width: 100%;
    }
    .ly_header .bl_nav {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 8% 0 0;
    }
	.ly_header .panel {
    	top: 48px;
	}
	.ly_header .index li {
		display: block;
		width:100%;
	}
	.ly_header .index li.left {
		display: none;
	}
	.ly_header .index li.right {
		width: 100%;
		padding-left: 0;
		border-left: none;
		min-height: 100%;
	}
	.ly_header .index-list li {
		display: block;
    	width:100%;
    	margin-right:0;
		vertical-align: top;
		margin-top: 0;
    	padding: 5px 0;
		text-align: center;
	}
	.ly_header .index-list li:nth-child(3n) {
		margin-right: 0;
	}
	.ly_header .panel-inner {
		width: 96%;
		padding: 20px 20px 30px;
    	margin: 0 auto;
	}
	.ly_header .index-item a {
		line-height: 1.3em;
	}
	.ly_header .nav-item:last-child {
    	margin-right: 0;
	}
	.ly_header .nav-item span.current:after {
    	bottom: 7px;
    	left: -12px;
	}
	.ly_header .nav-title.js-dropdown:after {
    	right: 40px;
	}
}

@media screen and (max-width: 1023px){

}
@media screen and (max-width: 767px) {
	.ly_header{
		height: 50px;
	}
	#mo-panel {
    	padding-top: 50px;
	}
	.ly_header .bl_logoBox {
    	top: 7.5px;
    	left: 10px;
		margin: 0;
	}
    .ly_header .panel {
        top: 48px;
        padding: 20px 0 60px;
    }
	.ly_header .bl_logoBox img {
    	width: 70px;
	}
	.ly_header .bl_logoBox h1.el_companyName {
    	font-size: .85rem;
	}
	.ly_header .bl_logoBox img {
    	display: none;
	}
	.ly_header .bl_logoBox h1.el_companyName {
    	margin-left: 0;
	}
	.ly_header .bl_logoBox {
    	top: 13px;
	}
	.ly_header .nav-title.js-dropdown:after {
    	right: 20px;
	}
	.ly_header .nav-title.js-dropdown,
	.ly_header .nav-title{
    	padding: 0 30px;
	}
}
/* --------------------------------------------------- Toggle Button */
#mo-nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
}
#mo-nav-toggle div {
	position: relative;
}
#mo-nav-toggle span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #386e9a;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#mo-nav-toggle span:nth-child(1) {
	top: 0;
}
#mo-nav-toggle span:nth-child(2) {
	top: 22px;
}
#mo-nav-toggle span:nth-child(3) {
	top: 44px;
}
@media screen and (max-width: 1120px) {
	#mo-nav-toggle {
		display: block;
	}
	#mo-panel-close {
		display:none;
		position: fixed;
    	right: 16px;
    	top: 20px;
    	width: 50px;
    	height: 50px;
		cursor: pointer;
		z-index:99999;
	}

	#mo-panel-close div {
		position: relative;
	}
	#mo-panel-close span {
		display: block;
		position: absolute;
		height: 6px;
		width: 100%;
		background: #386e9a;
		left: 0;
	}
	#mo-panel-close span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#mo-panel-close span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#mo-panel-close span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@media screen and (max-width: 767px) {
	#mo-nav-toggle {
		right: 10px;
		top: 11px;
		width: 30px;
		height: 30px;
	}
	#mo-nav-toggle span {
		height: 4px;
	}
	#mo-nav-toggle span:nth-child(1) {
		top: 0;
	}
	#mo-nav-toggle span:nth-child(2) {
		top: 12px;
	}
	#mo-nav-toggle span:nth-child(3) {
		top: 24px;
	}
}
/* --------------------------------------------------- #nav-toggle 切り替えアニメーション */
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
	#mo-panel-close {
		right: 10px;
    	top: 10px;
		width: 30px;
		height: 30px;
	}
	#mo-panel-close span {
		height: 5px;
	}
}
/* ======================================================
/*               ++ 検索 ++
   ====================================================== */
#search {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 998;
	padding: 200px 0;
	display: none;
}
.search-engine {
	text-align: center;
}
.search-engine input {
	font-size: 50px;
}
.search-engine #s {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background:none;
	outline: none;
	background: rgba(0,0,0,0);
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.search-engine #searchsubmit {
	font-family: font3;
	color: #fff;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}
.search-engine label {
	background: none !important;
}
.screen-reader-text {
	display: block;
	font-size: 26px;
	color: #fff;
	padding-bottom: 20px;
	margin-right: 250px;
}
.result_wrap .ly_cont {
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
}
.result_wrap .result {
	margin-bottom: 30px;
	font-size:1.25em;
}
.result_wrap .hit-item {
	padding: 20px 0;
	border-bottom: dotted 0.5px #d4d9d6;
}
.result_wrap .hit-item h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
}
@media screen and (max-width: 1024px){
	.result_wrap .ly_cont {
    	padding: 50px 0;
    	margin: 0 5%;
	}
}
@media screen and (max-width: 767px){
	.result_wrap .ly_cont {
    	padding: 30px 0;
	}
	.result_wrap .result {
		margin-bottom: 0;
		font-size: 1em;
	}
}
/*----------#nav-toggle 切り替えアニメーション----------*/

	#js-search-close {
		position: absolute;
		right: 5%;
		top: 20%;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 999;
	}
	#js-search-close div {
		position: relative;
	}
	#js-search-close span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		left: 0;
	}
	#js-search-close span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#js-search-close span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#js-search-close span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
@media screen and (max-width: 768px) {
	#search {
		top: 50px;
	}
}
@media screen and (max-width: 767px) {
	#search {
		padding: 100px 0;
	}
	.search-engine input {
		font-size: 20px;
		margin-top: 20px;
	}
	.screen-reader-text {
		margin-right: 0;
		font-size: 16px;
		text-align: center;
	}
	#js-search-close {
		top: 10%;
	}
}
/* ======================================================
/*               ++ ページネーション ++
   ====================================================== */
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 3% auto 0;
    text-align: center;
    border-bottom: none !important;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: -moz-inline-box;
  display: inline-block;
  /*display: inline;*/

}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* -------------------------------------------- ++ トップページ ++ -------------------------------------------- */
.bl_secTit {
	text-align: center;
}
/*----------H2 bl_secTit_topTit ----------*/
h2.bl_secTit_topTit span.bl_secTit_topTit_en {
    display: block;
    font-size: 2.25rem;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    font-style: normal;
}
h2.bl_secTit_topTit span.bl_secTit_topTit_ja {
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 10px 0;
    display: block;
    color: #386E9A;
}
@media screen and (max-width:767px) {
	h2.bl_secTit_topTit span.bl_secTit_topTit_en {
    	font-size: 1.5rem;
	}
}
/*---------- max-width ----------*/
/*.section-1,
.ly_menu,
.section-3,
.section-98
.section-99{
	max-width: 1400px;
	margin: 0 auto;
}*/
/* ======================================================
/*                   ++ section-1 ++
   ====================================================== */
/*.section-1 h2 {
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	padding: 30px 0 50px;
	letter-spacing: .1em;
}
.section-1 .advantage li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin-right: 2%;
	background: #009de6;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, 0.5);
}
.section-1 .advantage li:last-child {
	margin-right: 0;
}
.section-1 .advantage li .num {
	font-size: 3rem;
	margin-bottom: 20px;
	line-height: 1;
	font-weight: bold;
}
.section-1 .advantage li .sent {
	line-height: 2em;
	margin-top: 20px;
}
.section-1 .advantage li img {
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.4);
}
@media screen and (max-width: 767px){
	.section-1 .advantage li {
    	display: block;
    	width: 100%;
    	margin-right:0;
    	padding: 30px 0;
		margin-bottom: 20px;
	}
	.section-1 .advantage li:last-child {
		margin-bottom: 0;
	}
	.section-1 h1 {
    	font-size: 1.25rem;
    	padding: 20px 0 30px;
	}
}*/

/* ======================================================
/*                   ++ ly_MV ++
   ====================================================== */
.ly_MV {
	position: relative;
}

.ly_MV .bl_topTit {
	position: absolute;
    bottom: 12%;
    left: 3%;
}

.ly_MV .bl_topTit h2 {
    font-size: 6rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.ly_MV .bl_topTit h2 span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid;
    padding: 8px;
    text-align: center;
}

.ly_MV .bl_topTit p {
    color: #fff;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: normal;
}

@media screen and (max-width: 900px){
    .ly_MV .bl_topTit h2 {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 500px){
    .ly_MV .bl_topTit h2 {
        font-size: 3rem;
    }
    .ly_MV .bl_topTit h2 span {
        font-size: 16px;
        border: none;
        padding: 0;
        text-align: left;
    }
    .ly_MV .bl_topTit p {
        font-size: 16px;
        margin: 2% 5% 0 0;
    }
}

@media screen and (max-width: 400px){
    .ly_MV .bl_topTit h2 {
        font-size: 2.5rem;
    }
    .ly_MV .bl_topTit h2 span {
        font-size: 14px;
    }
    .ly_MV .bl_topTit p {
        font-size: 14px;
    }
}
/* ======================================================
/*                   ++ ly_menu ++
   ====================================================== */
.ly_menu {
    padding: 50px 0 100px;
    background-image: url(images/bg_menu.jpg);
    background-size: cover;
}
.ly_menu .bl_secTit {
	padding: 0 0 35px;
}
.ly_menu .bl_secTit p {
    margin: 30px 0 0;
    font-size: 16px;
}
.ly_menu h1 span {
	background: -webkit-linear-gradient(transparent 68%, #ffed00 68%, #ffed00 97%,transparent 100%);
}

.ly_menu .bl_menuBox {
    display: flex;
}

.ly_menu .bl_menuBox li {
    display: flex;
    width: 32%;
    vertical-align: top;
    margin-right: 2%;
    -webkit-box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    justify-content: center;
    flex-direction: column;
    padding: 2%;
    background: #fff;
    border-radius: 15px;
}

.ly_menu .bl_menuBox li:last-child {
	margin-right: 0;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt {
    position: relative;
    background: #fafafa;
    padding: 20px 0 55px 0;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt h3 {
    color: #386E9A;
    margin: 5px 0 20px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smtit {
    text-align: center;
    line-height: 2em;
    display: flex;
    align-items: center;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smtit:before,
.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smtit:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smtit:before {
    margin-right: 1rem;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smtit:after {
    margin-left: 1rem;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox {
    background: #f2f2f2;
    padding: 9% 2% 6%;
    margin: 12% 0 0;
    position: relative;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox .bl_menuBox_txt_smBox_fukidashi {
    width: 80%;
    position: absolute;
    top: -6%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox .bl_menuBox_txt_pop {
    position: relative;
    background: #1CA4CC;
    padding: 5px 15px;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox .bl_menuBox_txt_pop:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 53%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-top: 7px solid #1ca4cc;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox ul {
	
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox ul li {
    display: block;
    width: auto;
    background: none;
    box-shadow: none;
    line-height: 1.3em;
    font-size: 15px;
    position: relative;
    padding: 2% 2% 2% 9%;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #1CA4CC;
    border-radius: 5px;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt p {
    line-height: 2em;
}

.ly_menu .bl_menuBox li p.el_menuBox_txt_list {
    position: relative;
    padding: 0 0 0 9%;
}

.ly_menu .bl_menuBox li p.el_menuBox_txt_list::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #386E9A;
    border-radius: 5px;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .link {
    position: relative;
    width: 80%;
    margin: 5% auto 0;
}
.ly_menu .bl_menuBox li .bl_menuBox_txt .link a {
    border: 1px solid;
    padding: 12px;
    display: block;
    border-radius: 60px;
    text-align: center;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .link a:hover {
    background: #CF1422;
    color: #fff;
    border: 1px solid #CF1422;
}

.ly_menu .bl_menuBox li .bl_menuBox_txt .link span,
.ly_menu .bl_menuBox li .bl_menuBox_txt .link img {
	vertical-align: middle;
}
.ly_menu .bl_menuBox li .bl_menuBox_txt .link img {
    margin-left: 10px;
    position: absolute;
    right: 5%;
    top: 35%;
}
@media screen and (max-width: 1145px){
    .ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox .bl_menuBox_txt_smBox_fukidashi {
        width: 100%;
    }
}

@media screen and (max-width: 1024px){
	.ly_menu .bl_secTit p {
    	margin: 10px 0 0;
    	display: block;
	}
}

@media screen and (max-width: 900px){
    .ly_menu .bl_menuBox {
        display: flex;
        flex-direction: column;
    }
    .ly_menu .bl_menuBox li {
        padding: 5%;
	}
    .ly_menu .bl_menuBox li {
        width: 100%;
        margin: 0 0 5% 0;
	}
    .ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox ul li {
        padding: 1% 2% 1% 5%;
        margin: 0;
    }
    .ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox {
        margin: 7% 0 0;
    }
    .ly_menu .bl_menuBox li .bl_menuBox_txt {
        padding: 20px 0 20px 0;
    }
}

@media screen and (max-width: 767px){
	.ly_menu {
		padding: 30px 0 0;
	}
	.ly_menu .bl_secTit {
    	padding: 0 0 10px;
	}
	.ly_menu .bl_menuBox li {
    	display: block;
    	width:100%;
   		margin-right: 0;
		margin:0 0 20px 0
	}
    .ly_menu .bl_menuBox li .bl_menuBox_txt {
        padding: 20px 0 20px 0;
        background: #fff;
    }
	.ly_menu .bl_secTit p {
    	font-size: 1rem;
		text-align: left;
	}
    .ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox ul li {
        padding: 1% 2% 1% 9%;
    }
    .ly_menu .bl_menuBox li .bl_menuBox_txt .bl_menuBox_txt_smBox {
        margin: 12% 0 0;
        padding: 13% 2% 6%;
    }
}
/* ======================================================
/*                   ++ section-3 ++
   ====================================================== */
.section-3 {
	box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, 0.4);	
	margin-top: 2%;
}
.section-3 .news li {
	display: inline-block;
	vertical-align: top;
}
.section-3 .news li:first-child {
	background: #cf1422;
	background-image: url(images/bg-4.png);
    background-position: center center;
    background-repeat: repeat;
	color: #fff;
	width: 32%;
}
.section-3 .news li:last-child {
	background: #fafafa;
	width: 68%;
	padding: 40px;
}
.section-3 .news li:first-child h2 {
	text-align: right;
	padding: 40px 40px 0 0;
}
.section-3 .news li:last-child img {
	display: none;
}
.section-3 .news li:last-child span.news-title {
	line-height: 1.8em;
}
.section-3 .news li:last-child span.news-title a {
	margin-right: 1em;
}
.section-3 .news li:last-child span.news-title a:hover,
.section-3 .news li:last-child .news-top + p a:hover {
	color: #386e9a;
}
@media screen and (max-width: 767px){
	.section-3 .news li:first-child,
	.section-3 .news li:last-child {
		width: 100%;
	}
	.section-3 .news li:last-child {
		padding: 20px;
	}
	.section-3 .news li:first-child h1 {
    	text-align: center;
    	padding: 20px 0;
	}
}
/* ======================================================
/*                   ++ ly_magazine ++
   ====================================================== */
.ly_magazine {
    position: relative;
    background: #d7e2eb;
    padding: 100px 0;
}
.ly_magazine ul {
    display: flex;
}
.ly_magazine ul li {
	
}
.ly_magazine ul li.ly_magazine_TitBox {
    width: 30%;
}
.ly_magazine ul li.ly_magazine_articleBox {
    width: 70%;
}
.ly_magazine .bl_secTit {
    padding: 50px 0;
	text-align: center;
}
.ly_magazine .text {
	padding-bottom: 35px;
}
.ly_magazine .magazine-pdf li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
.ly_magazine .magazine-pdf li:last-child {
	margin-right: 0;
}
.ly_magazine .magazine-pdf li figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    color: #333;
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.3);
	min-height: 200px;
    border-radius: 15px;
}
.ly_magazine .magazine-pdf li .figure_wrap {
    padding: 20px;
}
.ly_magazine .magazine-pdf li .figure_wrap h2 {
    display: inline-block;
    padding: 5px 20px;
    background: #386E9A;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 20px;
}
.ly_magazine .magazine-pdf li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.ly_magazine .magazine-pdf li figcaption p {
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    letter-spacing: .1em;
}
.ly_magazine .magazine-pdf li figure:hover figcaption {
	opacity: 1;
}
.ly_magazine .magazine-pdf li figure .link {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.ly_magazine .magazine-pdf li figure .link img {
    margin-left: 10px;
}
.ly_magazine .magazine-pdf li figure .link span,
.ly_magazine .magazine-pdf li figure .link img {
    vertical-align: middle;
}
.ly_magazine .more a {
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 50px auto 0;
    border: 1px solid #000;
    background: #ffffff;
    color: #000;
    border-radius: 40px;
    padding: 15px 0;
    position: relative;
    transition: transform .5s;
}
.ly_magazine .more a span {
	position: relative;
}
.ly_magazine .more a span:after {
    content: url(images/arrow.png);
    top: 1px;
    right: -30px;
    position: absolute;
}
.ly_magazine .more a:hover {
    background: #CF1422;
    color: #fff;
    border: 1px solid #CF1422;
}
.ly_magazine .more a:hover span:after {
    right: -35px;
}

@media screen and (max-width: 900px) {
    .ly_magazine ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ly_magazine ul li.ly_magazine_TitBox {
        width: 100%;
        display: flex;
         justify-content: space-around;
    }
    .ly_magazine .magazine-pdf li .figure_wrap .eye img {
        width: 100%;
    }
    .ly_magazine ul li.ly_magazine_articleBox {
        width: 100%;
        margin: 5% 0 0 0;
    }
    .ly_magazine .magazine-pdf li {
        width: 100%;
        margin: 0 0 5% 0;
    }
    .ly_magazine .bl_secTit {
        text-align: left;
        width: 60%;
    }
	.ly_magazine ul li.ly_magazine_TitBox .more {
        width: 40%;
	}
    .ly_magazine .magazine-pdf li .figure_wrap {
        padding: 5%;
    }
}

@media screen and (max-width: 767px) {
    .ly_magazine {
        padding: 50px 0;
    }
	.ly_magazine .bl_secTit {
    	padding: 30px 0 20px;
	}
	.ly_magazine .magazine-pdf li {
    	display: block;
    	width: 100%;
    	margin: 0 0 20px 0;
	}
	.ly_magazine .more a {
    	margin: 30px auto 0;
	}
	.ly_magazine .deco-1 {
    	top: -48px;
	}
	.ly_magazine .deco-2 {
    	bottom: -40px;
	}
	.ly_magazine .magazine-pdf li figure,
	.ly_magazine .mask .maskInner {
		background: rgba(255,255,255,.8);
	}
}

@media screen and (max-width: 500px) {
    .ly_magazine .more a span:after {
        display: none;
    }
}

@media screen and (max-width: 345px) {
    .ly_magazine ul li.ly_magazine_TitBox {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
    .ly_magazine .more a {
        margin: 0 0 5%;
    }
    .ly_magazine .bl_secTit {
        text-align: center;
    }
    .ly_magazine ul li.ly_magazine_TitBox .more {
        width: 70%;
    }
}

/* ======================================================
/*                   ++ ly_recCont ++
   ====================================================== */
.ly_recCont {
	padding: 100px 0;
}
.ly_recCont .bl_recCont_list {
	margin-top: 3%;
}
.ly_recCont .bl_recCont_list.first {
	margin-top: 50px;
}
.ly_recCont .bl_recCont_list li {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    margin-right: 3%;
    overflow: hidden;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}
.ly_recCont .bl_recCont_list li:last-child {
	margin-right: 0;
}
.ly_recCont .bl_recCont_list li h3 {
	background: #386e9a;
	color: #fff;
    padding: 7px 0 7px 15px;
}
.ly_recCont .bl_recCont_list li h3.red {
	background: #cf1422;
}
.ly_recCont .bl_recCont_list.custom li .insert {
	background: #fafafa;
    padding: 20px;
}
.ly_recCont .bl_recCont_list.custom li .merumaga {
	text-align: center;
}
.ly_recCont .bl_recCont_list.custom li .merumaga h4 {
	font-size: 1.25rem;
	margin-bottom: 10px;
}
.ly_recCont .bl_recCont_list.custom li .merumaga h4 a {
	color: #cf1422;
}
.ly_recCont .bl_recCont_list.custom li .merumaga h4 a:hover {
	color: #a50216;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .desc {
	margin-bottom: 10px;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .sign {
	margin-top: 10px;
}
.ly_recCont .bl_recCont_list.custom li img {
	display: block;
	margin: 20px auto 0;
}
.ly_recCont .bl_recCont_list.custom li p.pdf img {
	display: inline-block;
	margin: 0 0 0 7px;
}
.ly_recCont .bl_recCont_list.custom li p.pdf img,
.ly_recCont .bl_recCont_list.custom li p.pdf span {
	vertical-align: middle;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .radio-btn {
	margin-bottom: 10px;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .radio-btn .input,
.ly_recCont .bl_recCont_list.custom li .merumaga .radio-btn .choices {
	vertical-align: bottom;
	line-height: 1;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .textbox li {
	display: inline-block;
	vertical-align: middle;
	width: 88%;
	margin-right: 3%;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .textbox li:last-child {
	width: 9%;
	margin-right: 0;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .textbox li input {
	width: 100%;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .sign a.kiyaku {
	margin-right: 5px;
}
.ly_recCont .bl_recCont_list.custom li .merumaga .sign a:hover {
	color: #cf1422;	
}
.ly_recCont .bl_recCont_list.custom li .allabout .desc {
	text-align: center;
	margin-top: 5px;
}
.ly_recCont .bl_recCont_list.custom li .allabout .desc:hover {
	color: #cf1422;	
}
.ly_recCont .bl_recCont_list li.mykomon img {
	display: none;
}
.ly_recCont .bl_recCont_list li.mykomon .sp-c-nav td {
    height: auto;
    padding: 140px 20px 0 0;
    line-height: 1.8em;
}
.ly_recCont .bl_recCont_list li.mykomon table {
	margin-top: -10px;
	background-size: contain;
}
.ly_recCont .bl_recCont_list li.float tr {
	float: left;
	margin-top: 10px;
}
.ly_recCont .bl_recCont_list li.float td {
	vertical-align: top;
}
.ly_recCont .bl_recCont_list li.float div div a img {
	display: none;
}
.ly_recCont .bl_recCont_list li.float .article,
.ly_recCont .bl_recCont_list li.yougo .article {
	padding: 0 20px;
}
.ly_recCont .bl_recCont_list li.yougo table {
	width: 100%;
	margin-top: 10px;
}
.ly_recCont .bl_recCont_list li .article .article-content #a-con div {
	text-align: left !important;
}
.ly_recCont .bl_recCont_list li.float table tr:nth-child(2) {
	margin-top: 10px;
}
@media screen and (max-width: 1023px){
	#mkcontents {
    	width: 96% !important;
		margin: 10px auto !important;
	}
}
@media screen and (max-width: 900px) {
	.ly_recCont .bl_recCont_list li {
    	display: block;
    	width: 100%;
    	margin-right: 0;
	}
	.ly_recCont .bl_recCont_list,
	.ly_recCont .bl_recCont_list li:last-child {
    	margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
    .ly_recCont {
        padding: 50px 0;
    }
	.ly_recCont .bl_recCont_list li h2 {
    	padding: 7px 10px;
	}
	.ly_recCont #mkcontents .article .article-content #a-con div {
		text-align: left !important;
	}
	.ly_recCont .bl_recCont_list li.mykomon .sp-c-nav td {
    	padding: 60px 10px 0 0;
	}
	.ly_recCont .bl_recCont_list li h3 {
		padding: 7px;
	}
	.ly_recCont .bl_recCont_list li.float .article,
	.ly_recCont .bl_recCont_list li.yougo .article {
		padding: 0 10px;
	}
	.ly_recCont .bl_recCont_list.custom li .insert{
		padding: 10px;
	}
}

/* ======================================================
/*                   ++ ly_recCont2 ++
   ====================================================== */
.ly_recCont2 {
    padding: 100px 0;
    background-image: url(images/bg_contents2.jpg);
    background-size: cover;
}
.ly_recCont2 .bl_recCont_list {
	margin-top: 3%;
}
.ly_recCont2 .bl_recCont_list.first {
	margin-top: 50px;
}
.ly_recCont2 .bl_recCont_list li {
    width: 100%;
    margin: 0 0 3% 0;
    overflow: hidden;
    box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, 0.4);
}
.ly_recCont2 .bl_recCont_list li:last-child {
	margin-bottom: 0;
}

.ly_recCont2 .bl_recCont_list li ul {
    display: flex;
}

.ly_recCont2 .bl_recCont_list li ul li {
    margin: 0;
    background: #fff;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_f {
    width: 50%;
    border-radius: 15px 0 0 15px;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l {
	padding: 3%;
    width: 60%;
    position: relative;
    border-radius: 0 15px 15px 0;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l::before {
    font-family: FontAwesome;
    content: '\f054';
    color: #fff;
    position: absolute;
    right: 4.5%;
    bottom: 10%;
    transform: translateY(50%);
    font-size: 11px;
    transition: .3s;
    z-index: 2;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #CF1422;
    position: absolute;
    right: 3%;
    bottom: 10%;
    transform: translateY(50%);
    transition: .3s;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l.el_recCont_list_l_a-none::before {
    display: none;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l.el_recCont_list_l_a-none::after {
    display: none;
}

.ly_recCont2 .bl_recCont_list li h3 {
    padding: 5px 0 5px 15px;
    border-left: 5px solid #cf1422;
    font-size: 18px;
}
.ly_recCont2 .bl_recCont_list.custom li .insert {
    margin: 3% 0 0;
    text-align: left;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga h4 {
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga h4 a {
    color: #cf1422;
    border-bottom: 1px solid;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga h4 a:hover {
	color: #a50216;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .desc {
	margin-bottom: 10px;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .sign {
	margin-top: 10px;
}
.ly_recCont2 .bl_recCont_list.custom li img {
    display: block;
    width: 100%;
}
.ly_recCont2 .bl_recCont_list.custom li p.pdf img {
	display: inline-block;
	margin: 0 0 0 7px;
}
.ly_recCont2 .bl_recCont_list.custom li p.pdf img, .ly_recCont2 .bl_recCont_list.custom li p.pdf span {
    vertical-align: middle;
    width: auto;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .radio-btn {
	margin-bottom: 10px;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .radio-btn .input,
.ly_recCont2 .bl_recCont_list.custom li .merumaga .radio-btn .choices {
	vertical-align: bottom;
	line-height: 1;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .textbox li {
	display: inline-block;
	vertical-align: middle;
	width: 88%;
	margin-right: 3%;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .textbox li:last-child {
	width: 9%;
	margin-right: 0;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .textbox li input {
	width: 100%;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .sign a.kiyaku {
	margin-right: 5px;
}
.ly_recCont2 .bl_recCont_list.custom li .merumaga .sign a:hover {
	color: #cf1422;	
}
.ly_recCont2 .bl_recCont_list.custom li .allabout .desc {
    text-align: right;
    margin-top: 15px;
}
.ly_recCont2 .bl_recCont_list.custom li .allabout .desc:hover {
	color: #cf1422;	
}
.ly_recCont2 .bl_recCont_list li.mykomon img {
	display: none;
}
.ly_recCont2 .bl_recCont_list li.mykomon .sp-c-nav td {
    height: auto;
    padding: 140px 20px 0 0;
}
.ly_recCont2 .bl_recCont_list li.mykomon table {
	margin-top: -10px;
	background-size: contain;
}
.ly_recCont2 .bl_recCont_list li.float tr {
	float: left;
	margin-top: 10px;
}
.ly_recCont2 .bl_recCont_list li.float td {
	vertical-align: top;
}
.ly_recCont2 .bl_recCont_list li.float div div a img {
	display: none;
}
.ly_recCont2 .bl_recCont_list li.float .article,
.ly_recCont2 .bl_recCont_list li.yougo .article {
	padding: 0 20px;
}
.ly_recCont2 .bl_recCont_list li.yougo table {
	width: 100%;
	margin-top: 10px;
}
.ly_recCont2 .bl_recCont_list li .article .article-content #a-con div {
	text-align: left !important;
}
.ly_recCont2 .bl_recCont_list li.float table tr:nth-child(2) {
	margin-top: 10px;
}
.ly_recCont2 .bl_recCont_list li ul li .bl_recCont_list_inspection {
    display: flex;
}
.ly_recCont2 .bl_recCont_list li ul li .bl_recCont_list_inspection h4 {
    background: #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ly_recCont2 .bl_recCont_list li ul li .bl_recCont_list_inspection p {
    background: #F7F7F7;
    padding: 2% 5% 2% 2%;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l .bl_otherPost {
    /*background: #e7f4ff;*/
    padding: 3%;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l .bl_otherPost p.el_otherPostTxt {
    color: #1c2cff;
    text-decoration: underline;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l .bl_otherPost p.el_otherPostTit {
    border-left: 5px solid #396d99;
    margin: 0 0 2% 0;
    padding: 0 0 0 2%;
}

.ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l .bl_otherPost p.el_otherPostTit span {
	font-size: 14px;
}

.ly_recCont2 .bl_recCont2Box_post {
    background: #fff;
    border-radius: 20px;
    padding: 3%;
}

.ly_recCont2 .bl_recCont2Box_post h3 {
    margin: 0 0 3% 0;
}

.ly_recCont2 .bl_recCont2Box_post ul {
    padding: 0 0 2% 0;
    border-bottom: 1px dashed #2f2f2f;
    margin: 0 5% 2% 5%;
}

.ly_recCont2 .bl_recCont2Box_post ul:last-child {
    border-bottom: none;
}

.ly_recCont2 .bl_recCont_list .bl_recCont2Box_post li {
    box-shadow: none;
}

.ly_recCont2 .bl_recCont_list .bl_recCont2Box_post li h4 {
    margin: 0 0 5% 0;
    color: #cf1422;
    font-size: 20px;
}

@media screen and (max-width: 1023px){
	#mkcontents {
    	width: 96% !important;
		margin: 10px auto !important;
	}
}

@media screen and (max-width: 900px) {
    .ly_recCont2 .bl_recCont_list li ul {
        display: flex;
        flex-direction: column;
    }
    .ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_f {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
    .ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l {
        padding: 5%;
        width: 100%;
        position: relative;
        border-radius: 0 0 15px 15px;
        margin: 0;
    }
    .ly_recCont2 .bl_recCont_list li {
        margin: 0 0 5% 0;
     }
    .ly_recCont2 .bl_recCont_list.custom li .insert {
        margin: 0;
    }
    .ly_recCont2 .bl_recCont_list .bl_recCont2Box_post li {
        padding: 3%!important;
    }
    .ly_recCont2 .bl_recCont_list li ul li.bl_recCont_list_l .bl_otherPost {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
	.ly_recCont2 {
    	padding: 50px 0;
	}
	.ly_recCont2 .bl_recCont_list li {
    	display: block;
    	width: 100%;
    	margin-right: 0;
	}
	.ly_recCont2 .bl_recCont_list,
	.ly_recCont2 .bl_recCont_list li:last-child {
    	margin-top: 20px;
	}
	.ly_recCont2 .bl_recCont_list li h2 {
    	padding: 7px 10px;
	}
	.ly_recCont2 #mkcontents .article .article-content #a-con div {
		text-align: left !important;
	}
	.ly_recCont2 .bl_recCont_list li.mykomon .sp-c-nav td {
    	padding: 60px 10px 0 0;
	}
    .ly_recCont2 .bl_recCont_list li h3 {
        padding: 5px 0;
        border: none;
        color: #cf1422;
        font-weight: 700;
    }
	.ly_recCont2 .bl_recCont_list li.float .article,
	.ly_recCont2 .bl_recCont_list li.yougo .article {
		padding: 0 10px;
	}
	.ly_recCont2 .bl_recCont_list.custom li .insert{
		padding: 10px;
	}
    .ly_recCont2 .bl_recCont_list li ul li .bl_recCont_list_inspection {
        display: flex;
        flex-direction: column;
    }
    .ly_recCont2 .bl_recCont_list li ul li .bl_recCont_list_inspection h4 {
        padding: 5px 0;
    }
}

/* ======================================================
/*                   ++ ly_number ++
   ====================================================== */
.ly_number {
    position: relative;
    padding: 100px 0;
}

.ly_number ul {
    display: flex;
}

.ly_number ul li {
    width: 35%;
    background: #f5f5f5;
    margin: 0 2% 0 0;
    padding: 3%;
    text-align: center;
    border-radius: 15px;
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.3);
}

.ly_number ul li:last-child {
    margin: 0;
}

.ly_number p.el_numberBox_date {
    text-align: right;
    margin: 2% 0;
    font-size: 18px;
}

.ly_number ul li h3 {
    font-size: 20px;
    margin: 0 0 5% 0;
}

.ly_number ul li img {
    width: 70%;
    margin: 5% auto;
}

.ly_number p span {
    font-size: 50px;
    margin: 0 2%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
    .ly_number ul {
        display: flex;
        flex-direction: column;
    }
    .ly_number ul li {
        width: 100%;
        margin: 0 0 5% 0;
        padding: 5%;
    }
    .ly_number ul li img {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .ly_number {
        padding: 50px 0;
    }
}

/* ======================================================
/*                   ++ section-98 ++ 
 * 20210729TC櫻田
   ====================================================== */
.section-98 .bl_secTit {
	padding: 8px 0;
    text-align: center;
	color: red;
}
/* ======================================================
/*                   ++ section-99 ++ 
 * 20210128TC櫻田
   ====================================================== */
.section-99 .bl_secTit {
	padding: 10px 0;
    text-align: center;
}
.section-99 {
	padding: 0 0 50px;
}
.section-99 .pick-up {
	margin-top: 1%;
}
.section-99 .pick-up.first {
	margin-top: 5px;
}
.section-99 .pick-up li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
	overflow: hidden;
	box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, 0.4);
	background: #333c5e;
	color: #fff;
	padding: 20px;
	transition: all .5s;
}
.section-99 .pick-up li:hover {
    background: #009de6;	
}
.section-99 .pick-up li:last-child {
	margin-right: 0;
}
.section-99 .pick-up li h2 {
	font-size:1.2rem;
    padding: 0 0 10px 15px;
}
.section-99 .pick-up li strong {
	font-size:1.5rem;
	background: -webkit-linear-gradient(transparent 82%, #ffed00 82%);
	/* 20210729櫻田　下線を追加*/
	
}
.section-99 .pick-up a {
	color: #fff;
}
@media screen and (max-width: 767px){
	.section-99 .pick-up li:first-child,
	.section-99 .pick-up li:last-child {
		width: 100%;
		margin-top: 5px;
	}
	.section-99 .pick-up li:first-child h1 {
    	text-align: center;
    	padding: 20px 3px 3px 3px;
	}

	.section-99 .pick-up, li h2 {
    	padding: 7px 10px;
	}
	.section-99 {
    	padding: 0 0 10px;
	}
	.section-99 .bl_secTit {
    	padding: 20px 0 5px;
	}
}
/* ======================================================
/*               ++ ly_contact ++
   ====================================================== */
.ly_contact {
	background-image: url(images/bg_contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;	
	padding: 100px 0;
}

.ly_contact h2 {
    margin: 0 0 3% 0;
}

.ly_contact h2.bl_secTit_topTit span.bl_secTit_topTit_en {
    color: #fff;
}

.ly_contact h2.bl_secTit_topTit span.bl_secTit_topTit_ja {
    color: #fff;
}

.ly_contact h3 {
    margin: 0 0 3% 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.ly_contact h3 i {
    padding: 0 10px 0 0;
}


.ly_contact .more h3 {
    margin: 5% 0 0;
}

.ly_contact .ly_contact_office {
    max-width: 1200px;
    margin: 0 auto;
}
.ly_contact .ly_contact_office li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    border: 1px solid #fff;
    padding: 4%;
    margin: 0 5% 0 0;
    color: #fff;
    text-align: center;
}
.ly_contact .ly_contact_office li:last-child {
    margin: 0;
}
.ly_contact .desc {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 80px;
}
.ly_contact .ly_contact_office li h4 {
	font-size: 1.5rem;
	margin-bottom: 8px;
	line-height: 1;
}
.ly_contact .ly_contact_office li .address {
    font-size: 1rem;
    line-height: 1.8em;
}
.ly_contact .ly_contact_office li .tel {
	margin: 5% 0 0;
}
.ly_contact .ly_contact_office li .tel a {
    position: relative;
    margin: 0 0 0 34px;
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
}
.ly_contact .ly_contact_office li .tel a::before {
    font-family: FontAwesome;
    content: '\f098';
    font-size: 1.25em;
    color: #ffffff;
    position: absolute;
    top: -4px;
    left: -45px;
}
.ly_contact .more a {
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 40px auto 0;
    background: #ffffff;
    color: #3e3e3e;
    border-radius: 50px;
    padding: 15px 0;
    position: relative;
    transition: transform .5s;
}
.ly_contact .more a span {
	position: relative;
}
.ly_contact .more a span:after {
    content: url(images/arrow.png);
    top: 1px;
    right: -30px;
    position: absolute;
}
.ly_contact .more a:hover {
    background: #CF1422;
    color: #fff;
}
.ly_contact .more a:hover span:after {
    right: -35px;
}
@media screen and (max-width: 767px) {
	.ly_contact {
    	padding: 30px 0;
	}
	.ly_contact .desc {
    	font-size: 1rem;
    	margin-bottom: 20px;
	}
	.ly_contact .ly_contact_office li {
    	display: block;
    	width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.ly_contact .ly_contact_office li:last-child {
		margin-bottom: 0;
	}
	.ly_contact .ly_contact_office li .flex {
		display: block;
	}
	.ly_contact .more a {
    	margin: 26px auto 0;
	}
    .ly_contact .ly_contact_office li h4 {
        font-size: 1rem;
    }
    .ly_contact .ly_contact_office li .address {
        font-size: 15px;
    }
    .ly_contact .ly_contact_office li .tel a {
        font-size: 1.2em;
    }
}
/* ======================================================
/*               ++ footer ++
   ====================================================== */
footer .bl_footerBox {
    display: flex;
    margin: 5% 0;
}

footer .bl_footerBox .bl_footerBox_r {
    width: 20%;
    margin: 0 0 5% 0;
}

footer .bl_footerBox .bl_footerBox_r a {
	
}

footer .bl_footerBox .bl_footerBox_r a img {
	
}

footer .bl_footerBox .bl_footerBox_l {
    width: 85%;
    margin: 0 0 0 5%;
}

footer .bl_footerBox .bl_footerBox_l ul {
    display: flex;
}

footer .bl_footerBox .bl_footerBox_l ul li {
    width: 100%;
    margin: 0 3% 0 0;
}

footer .bl_footerBox .bl_footerBox_l ul li p.bl_footerBox_l_Tit {
    margin: 0 0 3% 0;
}

footer .bl_footerBox .bl_footerBox_l ul li ul {
    display: flex;
    flex-direction: column;
    margin: 0 0 5% 0;
}

footer .bl_footerBox .bl_footerBox_l ul li ul li {

}

footer .bl_footerBox .bl_footerBox_l ul li ul li a {
    font-size: 13px;
}

footer .privacy-policy {
    text-align: center;
    padding: 10px 0 30px;
    border-top: 1px solid #eaeaea;
}
footer .privacy-policy img {
	width: 80px;
	margin-right: 10px;
}
footer .privacy-policy img,
footer .privacy-policy span {
	vertical-align: middle;
}
footer .privacy-policy .link span {
	position: relative;
	font-size: .9rem;
}
footer .mark {
	max-width: 300px;
	margin: 30px auto;
}
footer .mark li {
	width: 22%;
	margin-right:2%;
	display: inline-block;
	vertical-align: middle;
}
footer .mark li:last-child {
	margin-right: 0;
}
footer .global-link {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
footer .global-link li {
    text-align: center;
    font-size: .9rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-left: 20px;
}
footer .global-link li:last-child {
	margin-right: 0;
}
footer .global-link li span {
	position: relative;
}
footer .global-link li span::before,
footer .privacy-policy .link span::before {
    font-family: FontAwesome;
    content: '\f0da';
    position: absolute;
	color: #d7e2eb;
	top: -3px;
    left: -15px;
    font-size: 18px;
}
footer .global-link li a:hover span::before,
footer .privacy-policy .link a:hover span::before {
	color: #386e9a;
}
footer .copy {
	background: #005bac;
	padding: 5px 0;
	margin-top: 30px;
}
footer .copy p {
	text-align: center;
	font-size: .65rem;
	color: #fff;
}

@media screen and (max-width: 767px){
	footer .privacy-policy img {
    	width: 80px;
    	margin-right: 0;
	}
	footer .privacy-policy {
    	text-align: center;
    	padding: 20px 0;
	}
	footer .privacy-policy p.m-block {
		margin-bottom: 12px;
		font-size: .9rem;
		line-height: 1.3em;
	}
	footer .copy {
    	padding: 5px 0 41px;
    	margin: 10px 0 0;	
	}
	body.contact .copy {
    	padding: 5px 0;
	}
	footer .global-link {
    	margin: 0 auto 16px;
	}
    footer .bl_footerBox {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .bl_footerBox .bl_footerBox_l ul {
        display: flex;
        flex-direction: column;
    }
    footer .bl_footerBox .bl_footerBox_l ul li {
        text-align: center;
    }
    footer .bl_footerBox .bl_footerBox_l {
        width: 100%;
        margin: 0;
    }
}
/* ======================================================
/*           ++ お問い合わせ　右下リンク ++
   ====================================================== */
#contact-link {
	display: inline-block;
    position: fixed;
    right: 0;
    bottom: 25px;
	z-index: 999;
	padding: 20px 30px;
    background: #e43a15;
	background: -webkit-linear-gradient(to right, #e65245, #e43a15);
	background: linear-gradient(to right, #e65245, #e43a15);

}
.contact #contact-link {
	display: none;
}

#contact-link a {
    color: #fff;
	position: relative;
	margin-left: 24px;
	letter-spacing: .1em;
}
#contact-link a:before {
	font-family: FontAwesome;
    content: '\f0e0';
    position: absolute;
	top: -1px;
    left: -24px;
}
@media screen and (max-width: 767px) {
	#contact-link {
    	width: 100%;
    	text-align: center;
    	padding: 6px 0;
		bottom: 0;
	}	
}
/* ======================================================
/*               ++ topスクロール ++
   ====================================================== */
.page-top {
	position: relative;
	text-align: center;
	padding: 50px 0 0;
	font-size: .75rem;
    font-weight: bold;
}
.page-top a:before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 50px;
	position: absolute;
	top: -7px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	transition: all .5s;
	font-weight: normal;
}
.page-top a:hover:before {
	top: -12px;
}
@media screen and (max-width: 767px) {
	.page-top {
    	padding: 40px 0 0;
	}
	.page-top a:before {
    	top: -16px;
	}
}
/* ======================================================
/*               ++ スライダー ++
   ====================================================== */
.metaslider .caption-wrap{
    position: absolute;
    bottom: 50% !important;
    left: 0;
    right: 0;
    background: none !important;
    color: white;
    opacity: 1 !important;
    margin: 0 auto !important;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2em;
    font-size: 1.5rem;
	letter-spacing: .1em;
    transform: translateY(50%);
	text-shadow: 2px 2px 2px #333;
}
.metaslider .caption-wrap h2 {
	font-size: 3rem;
	margin: 0 0 20px;
}
.metaslider .caption-wrap h3 {
	font-size: 2.25rem;
}
.metaslider .flex-control-nav {
	bottom: 30px !important;
}
.metaslider .flexslider {
	margin: 0 !important;
}
@media screen and (max-width: 767px) {
	.metaslider .caption-wrap{
    position: absolute;
    bottom: 50% !important;
    left: 0;
    right: 0;
    background: none !important;;
    color: white;
    opacity: 1 !important;;
    margin: 0 auto !important;;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2em;
    font-size: 1rem;
	letter-spacing: .1em;
    transform: translateY(50%);
	text-shadow: 2px 2px 2px #333;
}
.metaslider .caption-wrap h2 {
	font-size: 1.75rem;
	line-height: 1.4em !important;
	margin: 0 0 20px;
}
.metaslider .caption-wrap h3 {
	font-size: 1.25rem;
	line-height: 1.7em;
}
.metaslider .flex-control-nav {
	bottom: 15px !important;
}
}
/* -------------------------------------------- ++ 固定ページ ++ -------------------------------------------- */
/* ======================================================
/*               ++ 共通スタイル ++
   ====================================================== */
#kotei-container {
	padding-top: 100px;
}

@media screen and (max-width: 1120px) {
    #kotei-container {
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px){
	#kotei-container {
		padding-top: 50px;
	}	
}

.ly_header .nav-item span.current {
	position: relative;
}
/*.ly_header .nav-item span.current:after {
	content: '';
    display: block;
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cf1422;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}*/
@media screen and (max-width: 1023px) {
	.ly_header .nav-item span.current:after {
    	bottom: 7px;
    	left: -12px;
	}
}
@media screen and (max-width: 767px){
	.ly_header .nav-item span.current:after {
    	bottom: 31%;
    	left: -16px;
	}	
}
/*----- ページナビゲーション -----*/
#pageNav {
	background: #e6e6e6;
    padding: 15px 0;
}
#pageNav ul.navlist {
	margin: 0 auto;
	max-width: 1025px;
}
#pageNav .navlist li {
	display: inline-block;
	padding: 0 20px;
	vertical-align: bottom;
}
.profile #pageHeader {
	background: url(images/top-profile.jpg) center center no-repeat;
	background-size: cover;
}
#pageNav .navlist li a.current {
	color: #005bac;
}
/*----- パンくず -----*/
#bread ul {
    margin: 12px auto;
    font-size: .85em;
	text-align: center;
	line-height: 1;
}

#bread li {
	display: inline-block;
	letter-spacing: .1em;
}

#bread li a:hover {
	color: #cf1422;
}

@media screen and (max-width: 767px) {
	#bread ul {
    	margin:8px auto;
		font-size: .75em;
	}	
}

/*---------- セクションタイトル h1 ----------*/
h1.sec-title {
	margin-bottom: 30px;
}
h1.sec-title span.bl_secTit_topTit_en{
	display: block;
	font-size:2.25rem;
	font-weight: bold;
	letter-spacing: .02em;
	line-height: 1em;
    margin-bottom: 3px;
}
h1.sec-title span.bl_secTit_topTit_ja {
	font-weight: normal;
	font-size: 1.1rem;
    letter-spacing: .05em;
}
.one-third li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 3.5%;
}
.one-third li:last-child {
	margin-right: 0;
}
.ratio-35-65 li {
	display: inline-block;
	vertical-align: top;
	width: 35%;
}
.ratio-35-65 li:last-child {
	width: 65%;
}
.ratio-20-80 li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.ratio-20-80 li:last-child {
	width: 80%;
}
@media screen and (max-width: 767px){
	.one-third li,
	.ratio-35-65 li,
	.ratio-35-65 li:last-child,
	.ratio-20-80 li,
	.ratio-20-80 li:last-child {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	h1.sec-title {
    	margin-bottom: 10px;
	}
	h1.sec-title span.bl_secTit_topTit_en {
    	font-size: 1.5rem;
		margin-bottom: 0;
	}
	h1.sec-title span.bl_secTit_topTit_ja {
    	font-size: .9rem;
    	line-height: 1;
	}
}

.l-justify {
	/*background: url(images/bg-3.png) 0 0 repeat-y;
	background-size: 100%;*/
	margin: 50px 0;
}
.l-justify h1.sec-title {
	text-align: right;
}
@media screen and (max-width: 767px) {
    .r-justify, .l-justify {
        margin: 0 0 5% 0;
    }
}
/* ======================================================
/*               ++ サービスメニュー ++
   ====================================================== */
.service .ratio-35-65 {
	margin-bottom: 50px;
	box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, 0.5);
}
.service .ratio-35-65 li:last-child {
	padding: 30px;
	background: #fff;
	font-size: .95rem;
	line-height: 1.5em;
}
.service .ratio-35-65 li h2 {
	font-weight: bold;
    line-height: 1;
    letter-spacing: .1em;
    margin-bottom: 17px;
    font-size: 1.1rem;
}
.service .ratio-35-65 li .charge {
	margin-top: 10px;
}
.service .ratio-35-65 li .charge li h3 {
    background: #cf1422;
    color: #fff;
    margin-right: 10px;
    line-height: 1;
	text-align: center;
	padding: 3px 0;
	font-size: .85rem;
}
.service .ratio-35-65 li .charge li {
	display: inline-block;
	vertical-align: top;
	width: 10%;
}
.service .ratio-35-65 li .charge li:last-child {
	width: calc(90% - 5px);
	margin-left: 5px;
	padding: 0;
}
.service .ratio-35-65 li .charge li:last-child .square {
	margin-left: 50px;
}
.service .l-justify .ratio-35-65 li h2 span {
	font-weight: normal;
	margin-left: 25px;
	font-size: .95rem;
}
.service .l-justify .ratio-35-65 li h2 span.br {
	display: block;
	margin: 5px 0 0;
}
.service .mask .maskInner {
	width: calc(100% - 10px);
}
.service  .more a {
	display: block;
	max-width: 300px;
	text-align: center;
	margin: 16px auto 0;
	background: #cf1422;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	position: relative;
	transition: transform .5s;
}
.service .more a span {
	position: relative;
}
.service .more a span:after {
    content: url(images/arrow.png);
    top: 1px;
    right: -30px;
    position: absolute;
}
.service .more a:hover {
	background: #a50216;
}
.service .more a:hover span:after {
    right: -35px;
}
@media screen and (max-width: 767px) {
	.service .ratio-35-65 {
		margin-bottom: 20px;
	}
	.service .ratio-35-65 li .charge li {
		display: block;
		width: 100%;
	}
	.service .ratio-35-65 li .charge li:last-child {
		width: 100%;
		margin-left: 0;
	}
	.service .ratio-35-65 li .charge li:first-child {
		margin-bottom: 5px;
	}
	.service .ratio-35-65 li .charge li:last-child .square {
		display: block;
		margin-left: 0
	}
	.service .ratio-35-65 li:last-child {
    	padding: 20px;
	}
	.service .ratio-35-65 li h2 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.service .l-justify .ratio-35-65 li h2 span {
		display: block;
		margin: 5px 0 0;
	}
}
/* ======================================================
/*               ++ 料金 ++
   ====================================================== */
.ryoukin table.price {
	border-top: 1px solid #eaefef;
	border-right: 1px solid #eaefef;
	border-collapse: collapse;
	width: 100%;
	box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, 0.5);
}
.ryoukin table.price td:first-child {
    width: 20%;
}
.ryoukin table.price td:nth-child(2),
.ryoukin table.price td:last-child {
    width: 40%;
}
.ryoukin table.price th,
.ryoukin table.price td {
	border-left: 1px solid #eaefef;
	border-bottom: 1px solid #eaefef;
	padding: 10px 15px;
}
.ryoukin table.price th {
	background: #202f55;
    color: #fff;
	text-align: left;
	font-weight: normal;
    letter-spacing: .05em;
}
.ryoukin table.price td {
	background: #fff;
}
.ryoukin .menu {
	margin-top: 50px;
	box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, 0.5);
}
.ryoukin .menu .ratio-20-80 li {
	vertical-align: middle;
}
.ryoukin .menu .ratio-20-80 li:first-child {
	text-align: center;
	background: #202f55;
	color: #fff;
	letter-spacing: .05em;
}
.ryoukin .menu .ratio-20-80 li:last-child {
	background: #fff;
	padding: 40px;
	line-height: 1.8em;
}
.ryoukin .r-justify .desc {
	margin-bottom: 20px;
}
.ryoukin .l-justify h2 {
    position: relative;
    margin: 40px 0 13px 58px;
    letter-spacing: .05em;
}
.ryoukin .l-justify h2.mt-0 {
    margin: 0 0 13px 58px;	
}
.ryoukin .l-justify h2:before {
    content: "";
    display: block;
    height: 2px;
	background: #333;
    position: absolute;
    top: 50%;
    width: 40px;
    left: -56px;
}
.ryoukin table.price td.center {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ryoukin table.price td:first-child,
	.ryoukin table.price td:nth-child(2),
	.ryoukin table.price td:last-child {
    	width: 100%;
	}
	.ryoukin table.price {
		border: none;
		font-size:0.75rem;
	}
	.ryoukin table.price thead {
		display: none;
	}
	.ryoukin table.price tr {
		border-top: 1px solid #999;
		border-left: 1px solid #999;
    	display: block;
    	margin-bottom: 10px;
		}
	.ryoukin table.-price tr td.mo-none {
		display: none;
		}
	.ryoukin table.price tr.obi {
		display:none;
	}
	.ryoukin table.price td {
   		border-right: 1px solid #999;
    	border-bottom: 1px solid #999;
    	display: block;
    	padding: 5px;
    	text-align: right;
  	}
	.ryoukin table.price td::before {
    	content: attr(data-label);
    	float: left;
    	font-weight: bold;
	}
	.ryoukin .menu .ratio-20-80 li:last-child {
		padding: 20px;
	}
	.ryoukin .menu {
		margin-top: 20px;
	}
	.ryoukin .l-justify h2 {
    	margin: 10px 0 5px 40px;
	}
	.ryoukin .l-justify h2:before {
    	width: 23px;
    	left: -38px;
	}
	.ryoukin table.price {
		box-shadow: none;
	}
	.ryoukin .menu .ratio-20-80 li:first-child {
		padding: 10px 0;
	}
	.ryoukin table.price td {
		height: 100%;
    	background: linear-gradient(90deg, #ccc 50%, #fff 50%);
	}
}
/* ======================================================
/*                   ++ 事務所通信 ++
   ====================================================== */
.magazine article {
    position: relative;
    padding: 100px 0;
    background: #f5f5f5;
}
.magazine article .bl_secTit {
    padding: 50px 0;
}
.magazine article .archive-m-wrap li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 50px;
	position: relative;
}
.magazine article .archive-m-wrap li:nth-child(2n) {
	margin-right: 0;
}
.magazine article .archive-m-wrap li .text {
	padding-bottom: 35px;
	font-size: .9rem;
}
.magazine article .archive-m-wrap li figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    color: #333;
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.3);
    min-height: 200px;
    border-top: 5px solid #386E9A;
}
.magazine article .archive-m-wrap li .figure_wrap {
    padding: 20px;
}
.magazine article .archive-m-wrap li .figure_wrap h2 {
    display: inline-block;
    padding: 8px 20px;
    background: #386E9A;
    color: #ffffff;
    letter-spacing: .1em;
    margin-bottom: 20px;
    line-height: 1em;
    border-radius: 40px;
}
.magazine article .archive-m-wrap li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.magazine article .archive-m-wrap li figcaption p {
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    letter-spacing: .1em;
}
.magazine article .archive-m-wrap li figure:hover figcaption {
	opacity: 1;
}
.magazine article .archive-m-wrap li figure .link {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/*.magazine article .archive-m-wrap li:first-child figure:before {
    content:"new";
	position: absolute;
    top: 20px;
    right: 20px;
	background: #cf1422;
    color: #fff;
	display: inline-block;
	padding: 5px 10px;
}*/
.magazine article .archive-m-wrap li figure .link img {
    margin-left: 10px;
}
.magazine article .more a {
	display: block;
	width: 300px;
	text-align: center;
	margin: 50px auto 0;
	background: #cf1422;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	position: relative;
	transition: transform .5s;
}
.magazine article .more a span {
	position: relative;
}
.magazine article .more a span:after {
    content: url(images/arrow.png);
    top: 1px;
    right: -30px;
    position: absolute;
}
.magazine article .more a:hover {
	background: #a50216;
}
.magazine article .more a:hover span:after {
    right: -35px;
}
@media screen and (max-width: 767px) {
    .magazine article {
        margin: 30px 0;
        padding: 50px 0;
    }
	.magazine article .archive-m-wrap li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* ======================================================
/*               ++ 会社概要 ++
   ====================================================== */
.profile table {
	border-collapse: collapse;
	width: 100%;
	letter-spacing: .1em;
}
.profile table td,
.profile table th  {
	vertical-align: middle;
}
.profile table td {
	border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding: 22px 0 22px 22px;
    text-align: left;
	background: #f7f6f5;
}
.profile table th {
    background: #386E9A;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding: 22px 0 22px 22px;
    text-align: left;
    width: 20%;
    color: #fff;
    font-weight: normal;
}
.profile table td.registration p {
	line-height:2em;
}
.profile table td.registration p:nth-child(2) {
	margin-left: 1em;
	line-height: 1.4em;
	margin-bottom: .6em;
	font-size: .9em;
}
.profile table td.kisoku a,
.profile table td.kyoutei a {
	line-height: 2em;
}
.profile table td.kisoku a:hover,
.profile table td.kyoutei a:hover {
	color: #42a057;
}
.profile .link_btn ul {
	width: 90%;
    margin: 0 auto 50px;
}
.profile .link_btn ul li {
	display: inline-block;
	width: 45%;
	margin-right: 10%;
	vertical-align: top;
}
.profile .link_btn ul li:last-child {
	margin-right: 0;
}
.profile .link_btn ul li a {
	background: #2d2e49;
	color: #fff;
	display: block;
	padding: 15px 0;
	text-align: center;
	position: relative;
}
.profile .link_btn ul li a:hover {
	letter-spacing: .2em;
	transition: .3s ease-in-out;
}
.profile .link_btn ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-top: 30px solid #9091b4;
}
.profile .link_btn ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #9091b4;
}
.profile .link_btn ul li a:hover:before {
    border-right: 51px solid transparent;
    border-top: 51px solid #9091b4;
	transition: .3s ease-in-out;
}
.profile .link_btn ul li a:hover:after {
    border-left: 51px solid transparent;
    border-bottom: 51px solid #9091b4;
	transition: .3s ease-in-out;
}
.profile .bk {
    padding: 50px 0;
}
.profile #kotei-container .bk .ly_cont {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /*-webkit-box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);*/
    z-index: 1;
    background: #fff;
}
.profile .ly_company_cont {
    padding: 50px 65px !important;
}

@media screen and (max-width: 1024px) {
	.profile table th,
	.profile table td {
    	padding: 22px 0 22px 22px;
	}
	.profile #pageHeader .title_wrap {
		top: 20%;
		right: 10%;
	}
}

@media screen and (max-width: 767px) {
	.profile table {
		border-top: none;
	}
	.profile table td {
		border-bottom: none;
	}
	.profile table td,
	.profile table th {
		display:block;
    	font-size:.9rem;
    	padding: 10px;
	}
	.profile table th {
   		border-bottom: none;
		width: 100%;
	}
	.profile .bk {
    	padding: 30px 0;
	}
	.profile .ly_company_cont {
    	padding: 10px !important;
	}
	.ly_company {
        padding: 50px 0;
	}
}
/* ======================================================
/*               ++ 支店一覧 ++
   ====================================================== */
.ly_office {
    background: #f5f5f5;
    padding: 50px 0 0;
}
.office #s-3 .r-justify{
	margin: 0 0 100px; 
}
.office .map iframe {
	height: 400px;
}

.office .bl_officeBox {
    padding: 40px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    display: flex;
}
.office .bl_officeBox {
    -webkit-box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
}
.office .bl_officeBox .bl_office_textBox {
    width: 45%;
    margin: 0 5% 0 0;
}
.office .bl_officeBox .bl_office_mapBox {
    width: 50%;
}
.office .bl_officeBox p.address {
	margin: 0 0 3% 0;
}
.office .bl_officeBox .bl_office_textBox h2 {
    font-size: 1.25rem;
    margin-bottom: 7%;
    color: #386E9A;
    font-weight: 600;
    border-left: 5px solid #386E9A;
    padding: 0 0 0 10px;
}
.office .bl_officeBox .bl_office_textBox .tel,
.office .bl_officeBox .bl_office_textBox .free-tel {
	margin-right: 20px;
}

@media screen and (max-width: 900px) {
    .office .bl_officeBox {
        display: flex;
        flex-direction: column;
    }
    .office .bl_officeBox .bl_office_textBox {
        width: 100%;
        margin: 0;
    }
    .office .bl_officeBox .bl_office_mapBox {
        width: 100%;
        margin: 5% 0 0;
    }
}

@media screen and (max-width: 767px) {
	.office .bl_officeBox {
    	padding: 20px;
	}
	.office .bl_officeBox .bl_office_textBox h2 {
    	margin-bottom: 8px;
	}
	.office .bl_office_mapBox iframe {
		height: 300px;
	}
    .ly_office {
         padding: 50px 0 30px;
     }
    .office #s-3 .r-justify{
    	margin: 0; 
    }
}
/* ======================================================
/*               ++ 代表ご挨拶 ++
   ====================================================== */
.message .bk {
    padding: 50px 0;
}
.message .message-bord {
	padding-bottom: 100px;
}
.message .message-bord li {
	display: inline-block;
	vertical-align: bottom;
}
.message .message-bord li.text-wrap {
	width: 78%;
	background: #eaefef;
	padding: 60px 160px 60px 60px;
}
.message .message-bord li.p-block {
	width: calc(22% + 100px);
	margin-left: -100px;
	margin-bottom: -100px;
	box-shadow: 0 5px 50px -7px rgba(25,25,25,.7);
}
.message .message-bord li.m-block {
		display: none;
	}
.message .message-bord li.text-wrap .name {
	margin-top: 30px;
	padding-bottom: 6px;
	border-bottom: 3px solid #333;
    display: inline-block;
}
@media screen and (max-width: 767px) {
	.message .bk {
    	padding: 30px 0;
	}
	.message .message-bord li.text-wrap {
		display: block;
    	width: 100%;
    	padding: 20px;
	}
	.message .message-bord li.p-block {
		display: none;
	}
	.message .message-bord li.m-block {
		display: block;
    	width: 100%;
    	margin: 0;
		box-shadow: none;
	}
	.message .message-bord {
    	padding-bottom: 0; 
	}
	.message .message-bord li.text-wrap .name {
		display: none;
	}
}
/* ======================================================
/*               ++ 社労士募集 ++
   ====================================================== */
.partner .menu {
	margin-top: 20px;
    -webkit-box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
}
.partner .menu .ratio-20-80 li {
	vertical-align: middle;
}

.partner .menu .ratio-20-80 li h2 {
    letter-spacing: 0.1em;
}

.partner .menu .ratio-20-80 li:first-child {
	text-align: center;
	background: #202f55;
	color: #fff;
	letter-spacing: .05em;
}
.partner .menu .ratio-20-80 li:last-child {
	background: #fff;
	padding: 40px;
	line-height: 1.8em;
}
.partner .r-justify .desc {
    font-size: 1.8rem;
    letter-spacing: .1em;
    margin: 1% 0 2%;
    line-height: 1.8em;
    color: #cf1422;
    text-align: center;
}

span.hp_line {
    text-decoration: underline;
    color: #cf1422;
}

blockquote {
    position: relative;
    padding: 1.2em;
    font-size: .9em;
    border-radius: 6px;
}

blockquote img {
    width: 17%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

blockquote:before, blockquote:after {
    position: absolute;
    font-size: 10em;
    opacity: .15;
    font-family: 'Noto Sans JP', 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    content: '“';
    color: #ff949c;
}

blockquote:before {
    top: 5px;
    left: 190px;
}

blockquote:after {
    bottom: -64px;
    right: 150px;
    transform: rotateY(180deg);
}

.partner .ps {
	margin-top: 50px;
    text-align: center;
    line-height: 2em;
    font-size: 1.1rem;
    letter-spacing: .05em;
}
.partner .text {
    text-align: center;
    margin: 8% 0 2%;
}
@media screen and (max-width: 767px) {
	.partner .menu {
    	margin-top: 20px;
	}
	.partner .menu .ratio-20-80 li:last-child {
    	padding: 20px;
    	line-height: 1.6em;
	}
	.partner .ps {
    	margin: 20px 0 0;
    	text-align: left;
		line-height: 1.6em;
    	font-size: 1rem;
    	padding: 0 10px;
	}
	.partner .menu .ratio-20-80 li:first-child {
    	padding: 10px 0;
	}
    .partner .r-justify .desc {
        margin: 3% 0 2%;
        font-size: 1.3rem;
    }
    blockquote img {
        width: 50%;
    }
    blockquote {
        margin: 5% 0 0;
        padding: 0;
    }
    blockquote:before, blockquote:after {
        display: none;
    }
}
/* ======================================================
/*                ++ お問合せ ++
   ====================================================== */
/* --------------------------------------------------- リキャプチャ */
.grecaptcha-badge { visibility: hidden; }
#contact-form .recaptcha {
	font-size: .875rem;
	margin: 10px 0 0;
}
#contact-form .recaptcha a {
    margin: 0 5px;
    border-bottom: 1px solid #00a1e9;
    color: #00a1e9;
	padding-bottom: 2px;
}
#contact-form .recaptcha a:hover {
    border-bottom: 1px solid #005bac;
    color: #005bac;
}
.contact .text {
	text-align: center;
	margin: 38px 0 38px;
}
.form {
    padding: 50px;
    background: #f5f5f5;
    box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, .5);
    margin: 0 0 100px;
    border-radius: 30px;
}
.form-box,
.form-box-02{
	margin:0 auto 20px;
}
.form-box-03 {
    margin: 20px auto 0;
}
.form-box-02 .kome{
	margin:10px 0;
}
.form-box li {
	display:inline-block;
	vertical-align:top;
	width:calc(49% - 2px);
	margin-left:1px;
	margin-right: 2%;
}
.form-box li:last-child {
	margin-right: 0;	
}
.form_item {
	margin-bottom:10px;
}
.form_item label {
	background: transparent;
}
.yoyaku-kibou li {
	display:inline-block;
	width:32%;
	vertical-align:top;
	margin-right:2%;
}
.yoyaku-kibou li:last-child {
	margin-right:0;
}
span.his {
	background: #ff6347;
	padding: 0 2px;
	color: #fff;
	border-radius: 3px;
	margin: 0 0 0 10px;
	font-size:0.85em;
}
.wpcf7-form-control.textarea,
.wpcf7-form-control.textarea2 {
	width: 100%;
	padding: 7px 5px;
	font-size: 16px;
	font-family: 'font1','Noto Sans JP','Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	border:none;
}
.wpcf7-form-control.textarea3 {
	width: 100px;
	padding: 5px;
	font-size: 16px;
	border:none;
}
.wpcf7-form-control.select {
	background:#fff;
	padding: 5px;
	width:220px;
	font-size: 16px;
	border:none;
}
.wpcf7-form-control.select2 {
	background:#fff;
	padding: 5px;
	width:80px;
	font-size: 16px;
	border:none;
}
.hb-item {
	width:33.333%;
	float:left;
}
span.unit {
	display:inline-block;
	margin-left:5px;
}
label {
	border: none;
	padding: 4px 5px 5px;
	display: inline-block;
	cursor: pointer;
	background:#fff;
	border:none;
}
.wpcf7-list-item-label,
label {
	vertical-align:middle;
}
.c-red {
	color:#f15a24;
}
.policy-link a {
	text-decoration: underline;
	font-size:1.25em;
}
.form-wrap .button:hover{
	background:#140469;;
}
.policy-link a:hover {
	color:#fff;
}
.ps {
	margin-bottom:10px;
}
.transmission {
	text-align:center;
	margin: 50px auto 0;
}
.thanks_m {
	background:#fff;
	padding: 50px;
	text-align:center;
	margin:100px 0;
}
.form .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #386e9a;
    display: inline-block;
    width: 20%;
    outline: none;
    border-radius: 50px;
    color: #fff;
    font-size: 1.25em;
    border: none;
    padding: 10px 0;
    margin: 0 2%;
    letter-spacing: .1em;
    font-family: 'font1', 'Noto Sans JP', 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
span.wpcf7-list-item {
    margin: 0!important;
}
.wpcf7-spinner {
	display: none !important;
}
@media screen and (max-width: 1023px) {
	.form {
		padding: 50px 0;
	}	
}
@media screen and (max-width: 960px) {
	.form {
		padding: 30px 10px;
	}
}
@media screen and (max-width: 767px) {
	.form {
		padding: 15px;
	}
	.form .ly_cont {
		padding: 30px 10px;
	}
	h1.gaiyou {
		font-size:1.5em;
		margin-bottom:0;	
	}
	.form-box-02 {
		width:100%;
	}
	.form-box {
		margin-bottom:0;
	}
	.form-box li {
		display:block;
		vertical-align:top;
		width:100%;
		margin:0 0 5px 0;
	}
	.wpcf7-form-control.select {
		width:100%;
	}
	.form_item,
	.policy-link a {
		font-size:1em;
	}
	.thanks_m {
		text-align:left;
		padding: 0 20px;
		margin: 50px 0;
	}
    .form .button {
        width: 48%;
        margin: 0 0 0 2%;
        font-size: 1em;
    }
	.contact .text {
    	margin: 20px 0;
	}
	.transmission {
    	margin: 20px auto 5px;
	}
	.form {
    	margin: 0 0 30px;
	}
}
/*確認画面*/
div#wpcf7cpcnf {
  z-index: 0 !important;
}
div#wpcf7cpcnf table {
  width: 90%;
  max-width: 700px;
  margin: auto;
}
@media (max-width: 600px) {
  div#wpcf7cpcnf table {
    font-size: 14px;
  }
}
div#wpcf7cpcnf table th {
    text-align: left;
    color: #000000;
    padding: 2%;
    border-bottom: 1px solid #e4e4e4;
}
div#wpcf7cpcnf table tr:nth-child(n+2) {
  padding: 20px 0 0;
}
div#wpcf7cpcnf table td {
    padding: 0 0 0 20px;
    padding: 2%;
    border-bottom: 1px solid #e4e4e4;
}
div#wpcf7cpcnf .wpcf7cp-btns {
    text-align: center;
    margin-top: 4em;
}
div#wpcf7cpcnf .wpcf7cp-btns > button {
    width: 200px;
    margin: auto;
    padding: 15px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #386e9a;
    border: none;
    transition: 0.3s opacity;
    cursor: pointer;
    border-radius: 50px;
}
@media (min-width: 821px) {
  div#wpcf7cpcnf .wpcf7cp-btns > button:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
  div#wpcf7cpcnf .wpcf7cp-btns > button:hover {
    opacity: 0.75;
  }
}
@media (max-width: 820px) {
  div#wpcf7cpcnf .wpcf7cp-btns > button:active {
    opacity: 0.75;
  }
}
@media (max-width: 600px) {
  div#wpcf7cpcnf .wpcf7cp-btns > button:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
}
/* ======================================================
/*                ++ 個人情報保護方針 ++
   ====================================================== */
.privacy .bk {
    padding: 50px 0;
    background: #eaefef;
}
.privacy #kotei-container .bk .ly_cont {
    max-width: 1200px;
    margin: 5% auto;
    position: relative;
    -webkit-box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 18.5px 0.5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background: #fff;
    border-radius: 30px;
}
.privacy .wrap-inner {
    padding: 50px 65px !important;
}
.privacy .statement {
	margin: 0 0 40px;	
}
.privacy h2.item-title {
    color: #386e9a;
    margin: 30px 0 5px;
}
.privacy h3 {
	margin-top: 10px;
}
.privacy p.number-item {
	margin-top: 10px;
	line-height: 1.4em;
}
.privacy .item-wrap {
	margin: 10px 0 0 16px;
	line-height: 1.5em;
}
.privacy .item-wrap li {
	margin-bottom: 10px;
}
.privacy .item-wrap li:last-child {
	margin-bottom: 0;
}
.privacy .madoguchi {
	margin: 10px 0 0 32px;
}
.privacy .madoguchi .mail {
	margin-left: 20px;
}
.privacy .date {
	margin-top: 20px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.privacy .bk {
    	padding: 30px 0;
	}
	.privacy .wrap-inner {
		padding: 20px !important;
	}
	.privacy .madoguchi {
    	margin: 10px 0 0 0
	}
	.privacy .madoguchi .mail {
    	margin-left: 0;
	}
	.privacy .statement {
    	margin: 0 0 20px;
	}
	.privacy h2.item-title {
    	margin: 20px 0 5px;
	}
}

#contents {
	line-height: 1.6em;
}
#contents table {
	line-height: 1.6em;
}
#mkcontents {
    line-height: 1.6em;
    max-width: 980px;
    margin: 50px auto;
}
#mkcontents table {
    line-height: 1.6em;
	width: 100%;
}
#mkcontents p {
	margin-bottom: 20px;
}
#mkcontents table td {
	vertical-align: top;
	padding: 0 10px;
}
#mkcontents table td {
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
}
#mkcontents dl.content-news, #mkcontents dl.news-top {
	word-break: break-all;
	margin: 0;
	padding: 0;
}
#mkcontents dl.content-news dt, #mkcontents dl.news-top dt {
	display: table;
}
#mkcontents dl.content-news dt .news-title, #mkcontents dl.news-top dt .news-title {
	display: table-cell;
}
#mkcontents dl.content-news dt .news-date, #mkcontents dl.news-top dt .news-date {
	display: table-cell;
	padding-left: 12px;
	white-space: nowrap;
	color: #999;
}
.error404 .ly_cont {
	padding: 50px 0;
}



/* ======================================================
/*                ++ 下層ページ ++
   ====================================================== */
.bl_Topvisual {
    padding: 120px 0 80px;
    position: relative;
    background: url(images/bg_preparation.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bl_Topvisual .bl_pageTit {
    width: 100%;
    text-align: left;
}

.bl_pageTit h1 {
    margin: 0 0 4px;
}

.bl_pageTit h1 span {
    font-size: 2.5rem;
    letter-spacing: .1em;
    padding: 0 0 4px 0;
    display: inline-block;
    line-height: 1;
    color: #333;
}

.bl_pageTit h1, .bl_pageTit .en-title {
    color: #242424;
}

.bl_pageTit .en-title span {
    font-size: 1rem;
    line-height: 1;
    padding: 10px 0 0 0;
    display: inline-block;
    color: #386E9A;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.bl_secTit_topTit .flex{
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .bl_Topvisual {
        padding: 80px 0;
    }
    .bl_Topvisual .bl_pageTit {
        width: 100%;
        position: static;
        transform: none;
    }
    .bl_Topvisual .bl_pageTit h1, .bl_Topvisual .bl_pageTit .en-title {
        line-height: 1.3em;
    }
    .bl_Topvisual .bl_pageTit h1 span {
        font-size: 1.5rem;
        line-height: 1.5em;
    }
}


/* ======================================================
/*      ++ 企業制度・規程リファインサービスページ ++
   ====================================================== */
.ly_service {
    background: #f5f5f5;
    padding: 100px 0;
}

.ly_service .bl_serviceBox p.el_serviceBox_Tit {
	text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5% 0;
}

.ly_service .bl_serviceBox ul {
    display: flex;
    flex-wrap: wrap;
}

.ly_service .bl_serviceBox ul li {
    position: relative;
    width: 31%;
    background: #fff;
    padding: 3% 2%;
    border-radius: 20px;
    margin: 0 3% 3% 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.ly_service .bl_serviceBox ul li img {
    width: 30%;
    margin: 0 auto 8%;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
}

p.el_serviceBox_number {
    position: absolute;
    top: -7%;
    font-size: 50px;
    font-weight: 800;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #cf1422;
}

.ly_service .bl_serviceBox ul li:nth-child(3n) {
    margin: 0 0 2% 0;
}

.ly_service .bl_serviceBox ul li h3 {
    margin: 0 0 8% 0;
    font-size: 18px;
    text-align: center;
    color: #386E9A;
    font-weight: 800;
}

.ly_service .bl_serviceBox ul li .bl_serviceBox_txt {
	
}

.ly_service .bl_serviceBox ul li .bl_serviceBox_txt p {
    position: relative;
    padding: 0 0 0 9%;
    margin: 0 0 3% 0;
}

.ly_service .bl_serviceBox ul li .bl_serviceBox_txt p::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #386E9A;
    border-radius: 5px;
}

@media screen and (max-width: 900px) {
    .ly_service .bl_serviceBox ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ly_service .bl_serviceBox ul li {
        width: 100%;
        padding: 5%;
        margin: 0 0 6% 0;
    }
    .ly_service .bl_serviceBox ul li .bl_serviceBox_txt p {
        padding: 0 0 0 6%;
    }
    .ly_service .bl_serviceBox ul li h3 {
        margin: 0 0 5% 0;
    }
    .ly_service .bl_serviceBox ul li img {
        margin: 0 auto 5%;
    }
    .ly_service .bl_serviceBox ul li .bl_serviceBox_txt p {
        margin: 0 0 2% 0;
    }
    .ly_service .bl_serviceBox ul li:nth-child(3n) {
        margin: 0 0 6% 0;
    }
}
@media screen and (max-width: 767px) {
    p.el_serviceBox_number {
        font-size: 40px;
    }
    .ly_service .bl_serviceBox ul li .bl_serviceBox_txt p {
        padding: 0 0 0 9%;
    }
    .ly_service {
        padding: 50px 0;
    }
}