﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	box-sizing: border-box;
	text-align: justify;
	color: #323232;
	line-height: 1.5em;
}

/********************
全体共通
 *********************/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

body{
	background: #f2f6ff;
}

/* リンク */
a{
	text-decoration: none;
	color: #0b76bf;
}

a:hover{
	text-decoration: underline;
}

/* 見出し類 */
h2{
	font-size: 23px;
	text-align: center;
	padding: 5px 0;
	border-top: solid 5px #4870b4;
	border-bottom: solid 1px #4870b4;
}

h2 span{
	font-size: 18px;
}

h3{
	text-align: left;
	border-left: solid 5px #ffe866;
	padding: 5px;
	padding-left: 10px;
	margin: 10px 0;
}

h3 span{
	font-size: 16px;
	font-weight: normal;
}

h4{
	margin: 20px 0 0;
}

h4:before{
	content: '';
	width: 15px;
	height: 15px;
	background: #323232;
	display: inline-block;
	margin-right: 5px;
}

header{
	background: #fff;
}

/* ロゴと日時のとこ */
header .logos{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.l-c-wrap{
	width: 33.33%;
	display: flex;
	align-items: center;
	float: left;
}

header .logos h1{
	width: 55%;
	min-width: 100px;
}

header .logos h1 img{
	width: 100%;
	vertical-align: middle;
}

header .logos .calender{
	display: inline-block;
	margin-left: 20px;
	word-break: keep-all;
}

/* 真ん中のメッセージ */
.news_text{
	width: 33.33%;
	padding: 5px 0;
}

.news_text p{
	text-align: center;
	font-size: 1.1em;
}

/* カスタム検索 */
.search-wrap{
	width: 33.33%;
}

.searchbox{
	float: right;
	display: inline-block;
}

.searchbox input[type="text"]{
	padding: 5px;
	border: 1px solid #aaa;
	padding: 2px;
	background: rgb(255, 255, 255) url(https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) no-repeat scroll left center;
	text-indent: 48px;
	vertical-align: middle;
	width: 80%;
}

.searchbox input[type="text"]:focus{
	background: #fff;
	text-indent: 0;
}

.searchbox label{
	background: #aaa;
	display: inline-block;
	padding: 1px 5px;
}

.searchbox label:hover{
	opacity: 0.5;
	transition: ease .5s;
	}

.searchbox label img{
	vertical-align: middle;
	width: 15px;
}

.searchbox input#search{
	display: none;
}

.res-search-wrap .res-search-btn{
	display: none;
}

.res-search-wrap{
	display: none;
}

/* アコーディオンメニューについて */
.toggle {
	font-size: 12px;
}

.toggle + * {
	display:block;
}

.toggle + *{
	display:none;
}

/* グローバルナビ */
header nav{
	background: #0b409c;
	box-shadow: 0 0 5px #aaa;
	font-size: 0;
}

header nav .toggle {
	display: none;
	font-size: 12px;
}

header nav .toggle + * {
	display:block;
}

header nav ul{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

header nav ul li{
	display: inline;
	list-style-type: none;
	vertical-align: middle;
}

header nav ul li a{
	text-align: center;
	width: calc(100% / 7);
	width: 12.5%;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding:20px 5px;
	vertical-align: middle;
	height: 100%;
	max-height: 130px;
}

header nav ul li:nth-child(5) a,
header nav ul li:nth-child(7) a{
	padding: 10px 5px;
}

header nav ul li a:hover,
header nav ul li:nth-child(5) a:hover,
header nav ul li:nth-child(7) a:hover{
	background: #11316c;
	color: #fff;
	transition: ease .5s;
	text-decoration: none;
}

header nav ul li a.nowpage{
	background: #11316c;
	color: #fff;
}

header nav ul li:first-child a{
	border-left: none;
}

/* パンくずリスト */
.pankuzu{
	width: 100%;
	max-width: 1200px;
	margin: 15px auto 0;
	padding: 0 5px;
}

.pankuzu li{
	display: inline-block;
}

.pankuzu li:after{
	content:'>';
	font-size: 20px;
	margin: 0 10px 0 20px;
}

.pankuzu li:last-child:after{
	content:'';
}

.pankuzu li a{
	color: #000;
	/* text-decoration-line: underline; */
}

/* ラッパー */
#wrapper{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}

#wrapper .left-wrap{
	width: 80%;
	float: left;
}

/* コンテンツ */
.contents{
	margin: 0 0 30px;
}

.contents:last-child{
	margin: 0 ;
}

.contents-item{
	margin: 0 0 20px;
}

.contents-item:last-child{
	margin: 0 ;
}

/* メインカラム */
div#main{
	background: #fff;
	box-shadow: 0 0 5px #aaa;
	width: 75%;
	float: left;
	padding: 30px;
}

div.left .contents .btn:first-of-type{
	border-bottom: solid 1px #555;
}

div.left .contents .btn:last-child a{
	margin: 20px 0 10px;
}

/* 右カラム */
div.right{
	width: 25%;
	float: right;
	padding: 0 20px;
}

div.right .contents{
	background: transparent;
	padding: 0;
}

div.right .contents h2{
	text-align: left;
	border-top: none;
	border-bottom: none;
	font-size: 18px;
}

div.right .contents h2:after{
	content:"";
	display:block;
	height:3px;
	width:100%;
	background: -moz-linear-gradient(left, #113268, #007be2);
	background: -webkit-linear-gradient(left, #113268, #007be2);
	background: linear-gradient(to right, #113268, #007be2);
}

div.right .contents h2 a{
	float: right;
	font-size: 0.8em;
	color: #323232;
}

div.right .contents h2 a:hover{
	opacity: 0.5;
	transition: ease .5s;
}

div.right .contents h2 a:before{
	content: '>';
	margin-right: 10px;
}

div.right .contents:first-child img{
	width: 100%;
	max-width: 200px;
	vertical-align: bottom;
	margin: 5px 0;
}

div.right{
	min-width: 200px;
	margin: 10px 0;
}

div.right ul li{
		list-style: none;
		padding: 5px 0;
		display: inline-block;
	border-bottom: 1px dotted #bbb;
		width: 100%;
		padding-left: 10px;
}

div.right ul li a{
	color: #0d77c0;
	font-weight: normal;
}

div.right ul li a:before{
	content: '';
	background-image: url(../img/topicmark.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 10px;
}

div.right  ul li{
	width: 100%;
}

div.right .contents.banner{
	text-align: center;
}

div.right .contents.banner img{
	width: 100%;
	max-width: 234px;
}

div.right .otherlink ul {
	border-left: none;
	border-right: none;
}

div.right .otherlink ul li a:before{
	/* display: none; */
}

div.right hr{
	display:block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px dashed #4870b4;
	margin: 40px 0 30px;
}

/* フッター */
footer{
	clear: both;
	background: #fff;
	position:relative;
}

footer #page-top {
	text-align: center;
	font-size: 0;
	right: calc( (100% - 1200px ) / 2);
	width:60px;
	opacity: 1;
	margin:0 auto;
}

footer #page-top:hover{
	opacity: 0.5;
	transition: ease .5s;
}

footer #page-top a{
	display: inline-block;
	background: #0b409c;
	box-shadow: 0 0 10px #555;
	padding: 22px 10px;
	border-radius: 10px;
	color: #000;
	width: 60px;
}

footer #page-top a img{
	width: 100%;
}

footer #page-top div{
	font-size: 11px;
	color: #000;
	background: none;
	margin: 5px 0;
	text-align: center;
	display: none;
}

footer .contents{
	margin: 0;
	padding: 0;
}

footer nav{
	background: #11316c;
}

footer ul{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}

footer ul li{
	display: inline;
	list-style-type: none;
}

footer ul li img{
	margin-right: 50px;
	vertical-align: bottom;
}

footer ul li a{
	display: inline-block;
	margin:0 25px 0 10px;
	font-size: 13px;
	font-weight: bold;
	width: auto;
	color: #fff;
}

/* footer ul li a:hover{
	opacity: 0.5;
	transition: ease .5s;
} */

footer .f-kigyoinfo{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 5px;
}

footer .img-area{
	width: 100%;
	margin: 0 auto;
	padding: 20px 5px;
	border-top: solid 3px #8798b4;
	text-align: center;
}

footer .img-area img{
	width: 100%;
	max-width: 500px;
	vertical-align: middle;
}

footer p{
	line-height: 1.8em;
	font-size: 14px;
}

footer span{
	font-size: 20px;
	font-weight: bold;
}

/* トップページスライド */
.content {
	padding: 80px 0;
}

.slider_base {
	width: 100%;
	overflow: hidden;
}

.slider {
	width: 1920px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

.pattern1 div {
	/* margin: 5px; */
	width: 100%;
}

/*（スライド）矢印表示 */
.slick-prev, .slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #111;
	opacity: 0.5;
	height: 100%;
	z-index: 120;
	width: 360px;
	position: absolute;
}

.slick-prev{
	left: 0px;
}

.slick-next {
	right: 0px;
}

.slick-prev:hover, .slick-next:hover {
	background-color: #111;
}

.slick-prev:before, .slick-next:before {
	content: "";
	background: url(../img/btn_mark02_.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-top: -3px;
	background-size: contain;
	background-position: right;
	vertical-align: middle;
	z-index:1;
}

.slick-prev:before{
	transform: rotate(180deg);
}

.slick-prev:before{
		position:absolute;
		right:20px;
}

.slick-next:before{
		position:absolute;
		left:20px;
}

/*テーブル要素について*/
/* 基本設定 */
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	table-layout: auto;
	width: 100%;
}

table th {
	background: #0b409c;
	color: #fff;
	white-space: nowrap;
}

table th,
table td {
	padding: 5px;
	text-align: left;
}

table td {
	border: solid 1px #0b409c;
}

/* type01-購読＆広告申込 */
.table-type01 *{
	font-size: 12px;
}

.table-type01 th {
	border: solid 1px #0b409c;
		border-right: solid 1px #fff;
}

.table-type01 th:last-child {
	border-right: solid 1px #0b409c;
}

.check{
	width: 10px;
	white-space: normal;
}

/* 記事付きの消えるtd */
.table-type01 td.res-td{
	display:none;
}

/* type02-購読申込最初の表 */
.table-type02{
	width: 100%;
}

.table-type02 tr th  {
	text-align: left;
	border: solid 1px #0b409c;
	border-bottom: solid 1px #fff;
}

.table-type02 tr:last-child th {
	border-bottom: solid 1px #0b409c;
}

.table-type02 th,
.table-type02 td{
	padding: 5px;
}

/*採用ページ*/
.saiyou h5{
	font-size: 16px;
}

.saiyou table{
    margin: 0 auto 10px;
    border: none;
    table-layout: fixed;}

.saiyou table tr{
    border-top: 1px solid #0b409c;
    border-bottom: none;
}

.saiyou table tr:last-child {
    border-bottom: 1px solid  #0b409c;
}

.saiyou table th {
    border: none;
    padding: 15px 0;
    background: none;
    color: #000;
    font-weight: bold;
	  vertical-align: top;
}

.saiyou table td {
    border: none;
    padding: 15px 0;
}

.recruit table td:last-child {
    border-bottom: none;
}

/* フォームボタン基礎 */
form .form-btn{
	text-align: center;
	padding: 20px 0 0 ;
}

form .form-btn input{
	width: 100px;
	padding: 5px 10px;
	margin: 5px;
	text-align: center;
}

/* フォーム系（購読・広告・記事付き写真申込） */
.contact-item {
	margin: 20px 0 10px;
}

.contact-item label{
	display: block;
}

.contact-item label.chkbox-wrap {
    width: auto;
    max-width: 90px;
}

.contact-item label span{
	font-size: 10px;
	color: #fff;
	background: #0b409c;
	vertical-align: middle;
	padding: 0 5px;
	margin-left: 10px;
}

.contact-item input,
.contact-item input,
.contact-item select,
.contact-item textarea{
	border: none;
	background: #dddddd;
	padding: 5px;
}

.contact-item input[type="checkbox"]{
	margin-right: 10px;
}

.contact-item textarea{
	height: 120px;
	width: 100%;
}

/* 記事付き写真の枚数指定フォーム（クラス構造も含めて要修正） */
.kijitsuki-num{
    width: 3em;
	border: none;
	background: #dddddd;
	padding: 5px;
}

/* 記事付きの増減ボタン関係 */
.spinner_area{
	position: relative;
	width: 85px;
}

.spinner_area input{
    /* width: auto; */
    vertical-align: middle;
    /* デフォルトのスピナーを消す */
    -webkit-appearance: none;
    -moz-appearance:textfield;
}

.spinner_area input.counter1{
	width: 40px;
}

.spinner_area input[type="button"]{
    cursor: pointer;
    position: absolute;
}

.spinner_area input[type="button"][data-cal="1"]{
 	right: 22px;
	top: 0;
 }

 .spinner_area input[type="button"][data-cal="-1"]{
 	right: 0;
	top: 0;
 }

 .btnspinner{
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
     font-size: 17px;
     background: #727272;
	 border: none;
	 color: #fff;
	 font-weight: bold;
	 padding: 2px 2px 0;
}

/* 日付選択セレクトボックス */
.cp_ipselect {
	overflow: hidden;
	width: auto;
	text-align: center;
	display: inline-block;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.cp_ipselect select::-ms-expand {
display: none;
}

.cp_ipselect.cp_sl04 {
position: relative;
background: #ddd;
}

.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.4em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	pointer-events: none;
	z-index: 100;
}

.cp_ipselect.cp_sl04 select {
padding: 5px 38px 5px 5px;
}

.cp_ipselect.cp_sl04::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 32px;
	padding: 0;
	content: '';
	pointer-events: none;
	background: #727272;
	z-index: 0;
}
.cp_ipselect.cp_sl04 select {
padding: 5px 2em 5px 5px;
}

.cp_ip_wrap{
	display: inline-block;
}

.cp_ip_wrap{
	margin-right: 5px;
}

.cp_ip_wrap:first-of-type .cp_ipselect.cp_sl04 {
	width: 84px
}

.cp_ip_wrap:nth-of-type(2) .cp_ipselect.cp_sl04,
.cp_ip_wrap:nth-of-type(3) .cp_ipselect.cp_sl04{
	width: 64px
}

.errorMessage{
	font-size: 12px;
	text-align: left;
		color: tomato;
		padding: 0 0 5px;
}

.hissu{
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: tomato;
}

/* 申込ページ内の説明文 */
.under-h2p{
	margin: 20px 0;
}

/* トップページ‐最新記事 */
.saishinkiji dl{
	margin: 15px 0;
	border-bottom:1px dotted #bbb;
}

.saishinkiji dd,dl{
	font-size: 15px;
}

.saishinkiji dl dt {
		font-size: 18px;
		font-weight: bold;
		display: block;
		border-left: 5px solid #ffe866;
		padding-left: 10px;
}

.saishinkiji dl dd{
	font-size: 14px;
	line-height: 1.8em;
	margin: 5px 0 15px 15px;
}

.saishinkiji dl.img-kiji dd p.saishin-honbun{
	float: right;
	width: 70%;
	padding-left: 15px;
}

.saishinkiji dl dd p a,
.column a:last-of-type{
	display: block;
	float: right;
}

.saishinkiji dl dd p a:before{
	content: '';
	background-image: url(../img/lead.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.saishinkiji dl dd p.kijidate{
	width: 100%;
	float: none;
	margin: 5px 0;
	color: #ababab;
}

.saishinkiji dl dd p.kijidate:before{
	content: '';
	background-image: url(../img/watch.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

.saishinkiji dl dd .saishin-img{
	float: left;
	width: 30%;
}

.saishinkiji dl dd .saishin-img img{
	width: 100%;
	vertical-align: bottom;
}

.saishinkiji dl dd .saishin-img p{
	float: none;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}

/* 記事の詳細 */
.saishinkiji.detail dl{
		border-bottom: none;
}

.saishinkiji.detail dl,
.saishinkiji.detail dl dd{
		margin-bottom: 0;
}


.saishinkiji.detail dl dd p a::before {
		background-image: unset;
		display: none;
}

/* 修正版最新記事レイアウト */
.saishinkiji dl dd .saishin-img.left-img{
	float: left;
	width: 30%;
	margin: 0 15px 5px 0;
}

.saishinkiji dl dd .saishin-img.right-img{
	float: right;
	width: 30%;
	margin: 0 0 5px 15px;
}

.saishinkiji dl dd .saishin-img.left-img,
.saishinkiji dl dd .saishin-img.right-img{
	min-width: 150px;
}

/* .saishinkiji dl.img-kiji dd p.saishin-zenbun{
	margin-bottom: 20px ;
} */

/* トップページ‐最近のトピックス */
.saikintopics ul li{
	list-style: none;
}

.saikintopics ul li{
	margin: 20px 0;
}

.saikintopics ul li span{
	color: #ababab;
	font-size: 14px;
	display: inline-block;
	width: 110px;
}

.saikintopics ul li span:before{
	content: '';
	background-image: url(../img/sai_topics_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
	}

.saikintopics ul li p{
		width: calc(100% - 110px);
		float: right;
		padding-left: 10px;
}

/* 過去記事一覧 */
.kakohigoto ul{
	list-style: none;
	margin: 5px 0 0;
}

.kakohigoto ul li{
	list-style: none;
	padding: 10px 0;
	border-bottom:1px dotted #bbb;
}

.kakohigoto ul li:first-child{
	border-top:1px dotted #bbb;
}

.kakohigoto ul li a{
		width: 100%;
		float: none;
		padding: 0;
}

/* 青ボタン‐一覧見る＆記事詳細の前後ボタン */
.blue-btn{
	display: inline-block;
	background: #0b409c;
	color: #fff;
	padding: 7px 20px;
	float: right;
}

.blue-btn:hover{
	text-decoration: none;
}

/* 前後ボタン */
.prenex-wrap{
	float: right;
	margin: 30px 0 0 ;
}

.blue-btn.prev,
.blue-btn.next{
	float: none;
	text-align: center;
}

.blue-btn:before{
	content: '';
	background-image: url(../img/topicmark_w.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-right: 10px;
}

.blue-btn.prev:before{
	transform: rotate(180deg);
}

.blue-btn.next:before{
	display: none;
}

.blue-btn.next:after{
	content: '';
	background-image: url(../img/topicmark_w.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	display: inline-block;
	height: 10px;
	margin-left: 10px;
}

.blue-btn:hover{
	opacity: 0.5;
	transition: ease .5s;
}

/* 企業情報 */
/* 企業情報メニュー */
ul.kigyojoho-menu{
	text-align: center;
	padding-top: 30px;
}

ul.kigyojoho-menu li{
	text-align: center;
	list-style: none;
	display: inline;
}

ul.kigyojoho-menu li a{
	display: inline-block;
	width: 18%;
	font-size: 16px;
	margin: 0 2px 10px;
	padding: 10px 5px;
	color: #fff;
	font-weight: bold;
	min-width: 120px;
	background: #0b409c;
	text-align: center;
}

ul.kigyojoho-menu li a.active{
	background: #11316c;
}

/* はじめに */
/* .hajimeni img{
	width: 50%;
	max-width: 300px;
	float: left;
}
 */

/* 理念 */
.rinen p {
	text-indent: 1em;
}

/* 社長挨拶 */
.aisatu{
	text-align: left;
}

.aisatu p{
	text-align: left;
}

.aisatu .syatyo,
.hajimeni .syatyo{
	float: left;
	margin: 0 20px;
	margin-left: 0;
	background: #5a95db;
	text-align: center;
	padding: 10px;
}

.hajimeni .syatyo{
	background: none;
	padding: 0;
}

.aisatu .syatyo img,
.hajimeni .syatyo img{
	width: 100%;
	max-width: 200px;
}

.hajimeni .syatyo img{
	max-width: 250px;
}

.aisatu .syatyo p{
	text-align:  center;
}

.contents .aisatu .syatyo p:first-of-type {
		margin-bottom: 0;
		margin-top: 10px;
}

.aisatu .syatyo p span{
	font-size: 1.5em;
	font-weight: bold;
}

/* 会社概要 */
.gaiyou-img{
	width: 25%;
	float:left;
	min-width: 150px;
	padding: 0 10px 10px;
	text-align: center;
}

.gaiyou-img img{
	width: 100%;
}

.right-table{
	width: 75%;
	float: right;
	padding: 0 10px 10px;
}

.map{
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
	margin-top: 10px;
}

.map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* 購読申込 */
.kodoku-con{
	padding: 5px;
	border: solid 2px #0b409c;
}

.kodoku-con p{
	text-align: center;
}

.kodoku-con p:first-child{
	font-weight: bold;
	font-size: 1.1em;
}

/* 広告申込 */
.moshikomi  .table-type01,
.moshikomi  .table-type02{
	margin-bottom: 20px;
}

.moshikomi  .table-type01{
	table-layout: fixed;
}

/* うちモフ  */
.lb-wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 20px 0;
}

.lb-wrap .lb-item{
	text-align: center;
	padding: 0 10px 20px;
}

.lb-wrap .lb-item img{
	margin-bottom: 10px;
	vertical-align: bottom;
	width: 140px;
	height: 140px;
}

/* 左寄せのため空div */
.lb-item.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 160px;
}

.object_fit_img{
	object-fit: cover;
	object-position: center top;
	font-family: 'object-fit: cover; object-position: center top;'
}

/* .mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
		width: 100%;
} */

#inline-wrap {
		position: relative;
		margin: 10px auto;
		max-width: 700px;
		background: #fff;
		padding: 20px;
}

#inline-wrap .image,
#inline-wrap p{
	text-align: center;
}

#inline-wrap p{
	margin-top: 20px;
}

.modal_wrap{
	position: relative;
}

.modal_switch{
	position: absolute;
	color: #fefefe;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 30px;
}

.modal_switch.pre{
	left: -30px;
	}

.modal_switch.nex{
	right: -30px;
	}

.modal_switch.nex:after,
.modal_switch.pre:before{
	content: "";
	background: url(../img/btn_mark02_.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-top: -3px;
	background-size: contain;
	background-position: right;
	vertical-align: middle;
	z-index:1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 20px;
}

.modal_switch.pre:before{
	transform: rotate(180deg);
}

.modal_open{
		display: inline-block;
		float: left;
		text-align: center;
		cursor: pointer;
}

.modal_box {
		position: fixed;
		z-index: 7777;
		display: none;
		margin: 0;
		padding: 30px;
		text-align: center;
		background: #fff;
		box-sizing: border-box;
		width: 80%;
		max-width: 500px;
		height: 90vh;
		max-height: 600px;
}

.modal_box  img{
	height: 70%;
	width: 100%;
	background: #eee;
}

.object_fit_img2{
	object-fit: contain;
	object-position: center;
	font-family: 'object-fit: contain; object-position: center ;'
}

.modal_box p {
	text-align: center;
}

.modal_box p span{
	font-weight: bold;
	font-size: 18px;
}

.modal_close {
		position: absolute;
		top: 0;
		right: -35px;
		display: block;
		width: 25px;
		text-align: center;
}

.modal_close img {
	background: transparent;
	width: 100%;
}

.modal_bg {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 6666;
		display: none;
		width: 100%;
		height: 120%;
		background-color: rgba(0,0,0,0.7);
}

/* リンク集、サイトマップ */
.link ul{
	padding: 0 20px;
}

.link ul li{
	list-style: none;
}

.link ul li span.indent{
	display: inline-block;
	margin-left: 1em;
}

/* 送信完了画面 */
.comp-submit{
	text-align: center;
}
