@charset "utf-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); /* ウェブフォント（Noto Sans Japanese） */
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");   /* ウェブフォント（さわらび明朝） */
/*! layout.css | ページの基本デザイン用css */
/*! フォント定番
	【ゴシック系】
	font-family: Arial,Verdana,Helvetica,Roboto,"Meiryo","メイリオ","MS PGothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	【明朝系】
	font-family: Garamond,"Times New Roman","HGS明朝E","MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","HiraMinProN-W3","ヒラギノ明朝 Pro W3",serif;
	【ウェブフォント】
	font-family: "Noto Sans Japanese"; ※Google提供フリーフォント、ゴシック系・漢字可
	font-family: "Sawarabi Mincho";    ※Google提供フリーフォント、明朝系・漢字可
*/

/* 全体の設定
   ========================================================================== */
html, body {
	width: 100%;
	height: 100%;
	font-size: 14.4px;
}
@media screen and (min-width: 768px), print {
	html {
		font-size: initial;
	}
}

body {
	min-width: 320px;
	background-color: #ffffff;
	color: #222222;
	font-size: 92%;
	font-family: Arial,Verdana,Helvetica,Roboto,"Meiryo","メイリオ","MS PGothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	line-height: 1.75;
	letter-spacing: 0.075em;
}
@media print {
	body {
		color: #000000;
		font-size: 13px;
		-webkit-print-color-adjust: exact;
		overflow: visible !important;
	}
}

#JSOK {
	display: none;
}

#JSNG {
	display: block;
	padding: 0.8em;
}

/* inner設定
------------------------------------------------------------*/
.inner {
	max-width: 1004px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0.8em;
}

/* リンク設定
------------------------------------------------------------*/
a,
a:before, a:after,
a img {
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a img:hover {
	opacity: 0.80;
}

/* 画像・差し込み文書設定
------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

iframe {
	border: none;
}

.iframe-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.iframe-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.only-pc {
	display: none;
}
@media screen and (min-width: 768px), print {
	.only-pc {
		display: block;
	}
}

.only-mb {
	display: block;
}
@media screen and (min-width: 768px), print {
	.only-mb {
		display: none;
	}
}

[class*="inview-"] {
	opacity: 0;
}

[class*="inview-"].animated {
	opacity: 1;
}

/* ヘッダー
   ========================================================================== */
header#jomo-header {
	background-color: #ffffff;
	border-top: 4px solid #256bb1;
}

header#jomo-header .logo {
	padding: 0.72em 0 0.4em;
	line-height: 1;
}

header#jomo-header .logo a {
	display: table;
	width: auto;
	height: auto;
	background: none;
}

header#jomo-header .logo a img {
	display: block;
	width: 115px;
}

/* パンくずリスト
   ========================================================================== */
.breadcrumb {
	position: relative;
	z-index: 1;
	padding: 0.8em 0;
	background-color: #f3f3f3;
	border-bottom: 1px solid #d6e0e9;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) inset;
	-moz-box-shadow:    0 2px 4px 0 rgba(0, 0, 0, .2) inset;
	box-shadow:         0 2px 4px 0 rgba(0, 0, 0, .2) inset;
	font-size: 0.8em;
}
@media screen and (min-width: 768px), print {
	.breadcrumb {
		padding: 1.04em 0;
	}
}

.breadcrumb a {
	color: #222222;
}

.breadcrumb .inner {
	display: -webkit-flex;
	display:    -moz-flex;
	display:         flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.breadcrumb-item {
	padding-right: 0.8em;
	white-space: nowrap;
}

.breadcrumb-item:first-child {
	padding-left: 0.32em;
}

.breadcrumb-item:not(:last-child):after {
	content: ">";
	display: inline-block;
	margin-left: 0.48em;
}

/* フッター
   ========================================================================== */
footer#jomo-footer {
	position: relative;
	z-index: 1;
	background-color: #f8f8f8;
	border-top: 1px solid #d6e0e9;
}

footer#jomo-footer .inner {
	max-width: 1024px;
	padding: 0 1em;
}

.footer-informations {
	border-top: 1px solid #d6e0e9;
}

.footer-informations .informations-link {
    padding: 0.4em 0;
}

.footer-informations .informations-link .link-list {
	display: -webkit-flex;
	display:    -moz-flex;
	display:         flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -0.8em;
	font-size: 0.88em;
}

.footer-informations .informations-link .link-list .list-item {
	width: 50%;
	margin: 0.4em 0;
	padding: 0.24em 1.28em;
	text-align: center;
}
@media screen and (min-width: 768px), print {
	.footer-informations .informations-link .link-list .list-item {
		width: 25%;
		border-left: 1px solid #d6e0e9;
	}
}

.footer-informations .informations-link .link-list .list-item:nth-child(2n) {
	border-left: 1px solid #d6e0e9;
}
@media screen and (min-width: 768px), print {
	.footer-informations .informations-link .link-list .list-item:first-child,
	.footer-informations .informations-link .link-list .list-item:nth-child(4n+1) {
		border-left: none;
	}
}

.footer-informations .informations-link .link-list .list-item a {
	color: #222222;
	text-decoration: none;
}

.footer-informations .informations-ttl {
	padding-top: 0.4em;
	text-align: center;
}

/* ページ先頭へ
------------------------------------------------------------*/
.footer-pagetop {
	position: absolute;
	top: -2em;
	top: -webkit-calc(-2em + 0.1px);
	top:    -moz-calc(-2em + 0.1px);
	top:         calc(-2em + 0.1px);
	right: 0;
	left: 0;
	width: 8em;
	height: 2em;
	margin: auto;
	background-color: #f8f8f8;
	border: 1px solid #d6e0e9;
	border-bottom: none;
}

.footer-pagetop a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #222222;
	font-size: 13px;
	font-family: Ubuntu;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
}

.footer-pagetop a:before {
	content: "↑ pagetop";
}

/* コピーライト
------------------------------------------------------------*/
.footer-copyright {
	padding: 15px 0;
	background-color: #256bb1;
	color: #ffffff;
	font-size: 13px;
	font-family: Ubuntu;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}

/* フォローボタン
------------------------------------------------------------*/
.footer-social {
	padding: 1.44em 0;
}

.footer-social .social-follow {
	display: -webkit-flex;
	display:    -moz-flex;
	display:         flex;
	align-items: center;
	justify-content: center;
}

.footer-social .social-follow > * {
	margin: 0 0.32em;
}

.footer-social .social-follow a {
	position: relative;
	display: -webkit-flex;
	display:    -moz-flex;
	display:         flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.footer-social .social-follow .twitter,
.footer-social .social-follow .facebook,
.footer-social .social-follow .line {
	width: 128px;
	height: 38px;
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
}

.footer-social .social-follow .twitter,
.footer-social .social-follow .facebook {
	border: 1px solid #e9ebee;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
}

.footer-social .social-follow .twitter {
	background-color: #00aced;
}

.footer-social .social-follow .facebook {
	background-color: #305097;
}

.footer-social .social-follow .twitter i,
.footer-social .social-follow .facebook i {
	margin-left: 0;
	margin-right: 0.4em;
	font-size: 20px;
}

.footer-social .social-follow .line a img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 100%;
}
