@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

input[type="text"], input[type="password"], textarea, select, button {
	outline: none;
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	body header, body .bg {
		display: none;
	}
}
*, *:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

ol {
	list-style-type: decimal;
	margin-left: 1.3em;
}
ol li {
	padding-bottom: 10px;
}

input::-webkit-input-placeholder {
	color: #afafaf;
	line-height: 1;
}

input::-moz-placeholder {
	color: #afafaf;
}

input:-ms-input-placeholder {
	color: #afafaf;
}

input:-moz-placeholder {
	color: #afafaf;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
.form-group.has-error .help-block {
	font-weight: normal;
	color: #dd4b39;
   line-height: 1.5;
   font-size: 12px;
   display: block;
   margin-top: 0.5em;
}
.form-group.has-error .textarea1 {
	border-color: #cc0000!important;
}

/* 提携news */
li.partner-meta__date:before {
	content: '記事日時：';
}
li.partner-meta__source:before {
	content: '提携元：';
}
li.partner-meta__source > a {
	color: #0e6ebd;
}
li.partner-meta__link:before {
	content: '元記事を読む \f08e';
    font-family: FontAwesome;
}
.partner-article__body p {
	line-height: 25px;
}
ul.partner-meta {
    margin: 16px 0 0 0;
}
li.partner-meta__link {
    background: #0e6ebd;
	width: max-content;
	height: 29px;
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 3px 10px 1px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}
.partner-meta__link-anchor {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-decoration: none;
  }
  .partner-meta__link {
	position: relative;
  }
  

@media print, screen and (max-width: 640px) {
	body {
		font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
		color: #222;
		font-size: 14px;
		line-height: 1.2;
		font-weight: normal;
		background: #fff;
	}

	img {
		border: 0;
		vertical-align: bottom;
	}

	.pc, .none {
		display: none;
	}

	.container {
		*zoom: 1;
		position: relative;
	}
	.container:after {
		content: "";
		display: table;
		clear: both;
	}

	a {
		color: #222;
		text-decoration: none;
	}

	header {
		background: #fff;
		position: fixed;
		width: 100%;
		height: 58px;
		line-height: 1;
		z-index: 10;
		color: #fff;
		*zoom: 1;
	}
	header:after {
		content: "";
		display: table;
		clear: both;
	}
	.sp {
		position: relative;
	}
	h1.logo {
		text-align: center;
	}
	header .logo img {
		width: 50%;
        height: auto;
        padding: 3px 0 0;
	}
	header .menuBtn {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 50px;
		height: 50px;
		padding: 6px 10px 10px 10px;
		background-size: 50px auto;
		transition: 0.5s;
	}
	header .menuBtn span {
		display: block;
        width: 32px;
        height: 3px;
        background: #222;
        border-radius: 3px;
        transition: all 0.3s ease;
        margin: 5px 0 2px;
	}
	.nav_pc {
		display: none;
	}
	.nav_sp {
		display: block;
	}
	.menuBtnTxet {
		color: #222;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: -0.6px;
	}
	.closeBtn span {
		display: block;
		width: 32px;
		height: 3px;
		background: #fff;
		border-radius: 3px;
		transition: all 0.3s ease;
		margin: 10px;
	}
	.closeBtn span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}
	.closeBtn span:nth-child(2) {
		transform: rotate(-45deg) translate(5px, -5px);
	}
	.closeBtnTxet {
		color: #f9f9f9;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: -0.6px;
	}
	header .hbtn1 {
		position: absolute;
		top: 7px;
        right: 10px;
        color: #222;
        font-size: 28px;
	}
	header .hbtn1 img {
		width: 30px;
	}
	header .hbtn2 {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	header .hbtn2 img {
		width: 30px;
	}

	#headsearch {
		display: none;
		background: #fff;
		padding: 5px 10px;
		line-height: 1;
		position: fixed;
		top: 52px;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	#headsearch .box {
		background: #fff;
		border: 1px solid #1984c2;
		border-radius: 15px;
		position: relative;
		padding-left: 10px;
		width: 90%;
        margin: 0 auto;
	}
	#headsearch .box input[type="text"],
	#headsearch .box input[type="search"]{
		padding: 0;
		border: none;
		border-radius: 0;
		outline: none;
		background: none;
		width: calc(100% - 30px);
		height: 30px;
		font-size: 16px;
	}
	#headsearch .box .search_btn {
		position: absolute;
		top: 2px;
        right: 9px;
        width: 21px;
        font-size: 22px;
        color: #1984C2;
	}

	#spmenu {
		width: 100%;
		min-height: 100%;
		height: 100vh !important;
		position: fixed;
		top: 0px;
		left: 0px;
		line-height: 1;
		z-index: 11;
		background: rgba(0, 0, 0, 0.75);
		transition: 0.3s;
		transform: translateX(-100%);
	}
	#spmenu.on {
		transform: translateX(0px);
	}
	#spmenu .in {
		overflow: auto;
		width: 80%;
		min-height: 100%;
		height: 100vh !important;
		background: #fff;
		position: relative;
	}
	#spmenu .in .snsnav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px;
	}
	#spmenu .in .snsnav li img {
		height: 40px;
	}
	#spmenu .in .nav li {
		border-top: 1px solid #e1e1e1;
	}
	#spmenu .in .nav li a, #spmenu .in .nav li.sonota {
		display: block;
		width: 100%;
		padding: 10px 15px;
	}
	#spmenu .in .nav li a {
		position: relative;
	}
	#spmenu .in .nav li a::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #186aab;
		border-right: solid 2px #186aab;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 4px);
		right: 20px;
	}
	#spmenu .in .nav li.mds {
		padding: 5px 15px;
		font-size: 12px;
		color: #fff;
		background: #3793db;
	}
	#spmenu .in .sub {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0 15px;
	}
	#spmenu .in .sub li {
		padding: 0 5px 5px 0;
	}
	#spmenu .in .sub li a {
		display: block;
		padding: 7px;
		font-size: 12px;
		color: #1984c2;
		border: 1px solid #1984c2;
		border-radius: 5px;
	}
	#spmenu .closeBtn {
		position: absolute;
		top: 15px;
		left: 80%;
		text-align: center;
	}
	#spmenu .closeBtn img {
		width: 40px;
	}

	footer {
		background: #1b6bb2;
		text-align: center;
		padding-bottom: 117px;
		color: #fff;
		line-height: 1;
		position: relative;
	}
	footer a {
		color: #fff;
	}
	.footer-column.recruit ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid #fff;
	}
	.footer-column.recruit li a {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	.footer-column.recruit li {
		width: 50%;
	}
	.footer-column.recruit li:first-child {
		border-right: 1px solid #fff;
	}
	footer .nav3 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid #fff;
	}
	footer .nav3 li {
		width: 50%;
		border-right: 1px solid #fff;
	}
	footer .nav3 li:nth-child(2n) {
		border-right: 0;
	}
	footer .nav3 li:nth-last-child(-n+1)	 {
		border-bottom: 0;
	}
	footer .nav3 li a {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	footer .copyright {
		font-size: 12px;
	}

	.footer-xhandle {
		width: 100%;
		padding: 28px 0 30px;
	}

	.footer-xhandle img {
		width: 30%;
	}

	.footer-logo-sp {
		height: 100px;
	}

	.overlayad {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background:#fff;
		z-index: 3;
		line-height: 0;
	}
	.overlayad img {
		width: 100%;
	}

	#pagetop {
		font-size: 11px;
		padding: 15px 0;
		position: absolute;
		top: 46%;
        right: 2%;
        transform: translateY(-50%);
	}
	#pagetop img {
		width: 35px;
		margin-bottom: 6px;
	}

	#gnav {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-top: 5px;
		line-height: 1;
		background: #addefb;
		border-bottom: 4px solid #1984c2;
	}
	#gnav ul {
		display: -ms-flexbox;
		display: flex;
		padding-left: 5px;
	}
	#gnav ul li .n1 {
		display: inline-block;
		padding: 10px 0;
		background: #fff;
		color: #1984c2;
		font-weight: bold;
		width: 90px;
		text-align: center;
		border-radius: 5px 5px 0 0;
		margin-right: 2px;
	}
	#gnav ul li.current .n1 {
		background: #1984c2;
		color: #fff;
	}
	#gnav .arrow {
		position: relative;
		margin-left: 8px;
		width: 10px;
		display: inline-block;
	}
	#gnav .arrow::before {
		content: '';
		width: 7px;
		height: 7px;
		border: 0px;
		border-top: solid 2px #186aab;
		border-right: solid 2px #186aab;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 9px);
		left: 0;
	}

	#contents {
		padding-top: 55px;
	}
	#contents #push {
		background: url("../img/ico_push_sp.png") no-repeat left 5px top 5px;
		background-size: 55px auto;
		padding: 5px 5px 5px 65px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	#contents #push a {
		color: #0e6ebd;
		text-decoration: underline;
	}
	#contents .maintitle {
		padding: 0px 10px 20px;
		font-size: 20px;
		font-weight: bold;
	}
	.bnr div {
      margin: 0 auto;
	}
	#contents #side .bnr {
		padding-top: 30px;
	}
	#contents .rankinglist li {
		border-bottom: 1px solid #e1e1e1;
	}
	#contents .rankinglist li:last-child {
		border-bottom: 0;
	}
	#contents .rankinglist li a {
		display: block;
		padding: 10px;
		*zoom: 1;
		position: relative;
	}
	#contents .rankinglist li a:after {
		content: "";
		display: table;
		clear: both;
	}
	#contents .rankinglist li a i {
		position: absolute;
		top: 10px;
		left: 5px;
		width: 30px;
		color: #58adf2;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	#contents .rankinglist li a i.rank_a1 {
		background: url("../img/rank_a1.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #ffc905;
	}
	#contents .rankinglist li a i.rank_a2 {
		background: url("../img/rank_a2.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #aeb4c5;
	}
	#contents .rankinglist li a i.rank_a3 {
		background: url("../img/rank_a3.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #eea07a;
	}
	#contents .rankinglist li a i.rank_b1 {
		background: url("../img/rank_b1.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #ffc905;
	}
	#contents .rankinglist li a i.rank_b2 {
		background: url("../img/rank_b2.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #aeb4c5;
	}
	#contents .rankinglist li a i.rank_b3 {
		background: url("../img/rank_b3.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #eea07a;
	}
	#contents .rankinglist li a .ttl {
		font-size: 16px;
		font-weight: bold;
		padding-left: 30px;
	}
	#contents .rankinglist li a .date {
		text-align: right;
		font-size: 12px;
		color: #999;
		padding-top: 5px;
	}
	#contents .rankinglist li a .pic {
		width: 80px;
		float: right;
		margin-left: 10px;
	}
	#contents .rankinglist li a .pic img {
		width: 100%;
	}
	#contents .rankinglist li a:hover {
		opacity: 1;
		background: #f1f7fc;
	}
	#contents .rankinglist li a:hover p {
		color: #0e6ebd;
		text-decoration: underline;
	}
	#contents .bnr {
		text-align: center;
		padding-bottom: 10px;
	}
	#contents .bnr img {
		width: 300px;
	}
	#contents #sns_sp .snsnav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 40px 5px 20px;
	}
	#contents #sns_sp .snsnav li {
		width: 16%;
	}
	#contents #sns_sp .snsnav li img {
		width: 100%;
	}
	
	.new {
		width: 30px;
		margin-right: 5px;
	}

	.mds1,
	.mds2,
	.mds3,
	.mds4 {
		border-top: 5px solid #1984c2;
		background: #eff9ff;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		padding: 10px;
	}
	.mds1 small,
	.mds2 small,
	.mds3 small,
	.mds4 small {
		font-size: 12px;
		font-weight: normal;
		display: block;
	}
	.mds1 a,
	.mds2 a,
	.mds3 a,
	.mds4 a {
		position: absolute;
		top: calc(50% - 17px);
		right: 10px;
	}
	.mds1 a img,
	.mds2 a img,
	.mds3 a img,
	.mds4 a img {
		width: 30px;
	}

	.mds1.rm1 {
		background: url("../img/rank_a.png") #eff9ff no-repeat left 10px center;
		background-size: 30px auto;
		padding: 10px 10px 10px 50px;
	}
	.mds1.rm2 {
		background: url("../img/rank_b.png") #eff9ff no-repeat left 10px center;
		background-size: 30px auto;
		padding: 10px 10px 10px 50px;
	}

	.morebtn {
		border-top: 1px solid #e1e1e1;
		background: url("../img/morebtnbg.png");
		background-size: 50% auto;
		text-align: center;
	}
	.morebtn a {
		display: block;
		width: 100%;
		padding: 15px;
		color: #1984c2;
		font-size: 16px;
		font-weight: bold;
	}
	.morebtn a img {
		width: 14px;
		margin-left: 5px;
		vertical-align: -1px;
	}

	.newslist1 ul li {
		border-bottom: 1px solid #e1e1e1;
	}
	.newslist1 ul li:last-child {
		border-bottom: 0;
	}
	.newslist1 ul li a {
		display: block;
		padding: 10px;
		*zoom: 1;
	}
	.newslist1 ul li a:after {
		content: "";
		display: table;
		clear: both;
	}
	.newslist1 ul li a .pic {
		float: left;
		margin-right: 10px;
		position: relative;
	}
	.newslist1 ul li a .pic img {
		width: auto;
		height: 80px;
	}
	.newslist1 ul li a .pic .ico {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 25px;
		height: 25px;
		z-index: 2;
	}
	.newslist1 ul li a .cat {
		color: #076dbf;
		font-size: 12px;
		padding-bottom: 5px;
	}
	.newslist1 ul li a .ttl {
		font-weight: bold;
		font-size: 16px;
	}
	.newslist1 ul li a .date {
		padding-top: 5px;
		text-align: right;
		font-size: 12px;
		color: #999;
	}
	.newslist1 ul li a .lead {
		clear: both;
		font-size: 12px;
		padding-top: 10px;
		line-height: 1.5;
	}
	.newslist1 ul li.ex a .pic {
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
		background: #000;
		width: calc(100vmin - 20px);
		height: 64vw;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.newslist1 ul li.ex a .pic img {
		max-width: 100%;
		height: 100%;
		flex-basis: 100%;
		object-fit: cover;
		object-position: top center;
	}

	.tags {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px;
	}
	.tags li {
		width: calc(50% - 2px);
		padding-bottom: 4px;
	}
	.tags li a {
		display: block;
		border: 1px solid #c4c4c4;
		border-radius: 5px;
		background: url("../img/ico_tag.png") #fdfdfd no-repeat left 10px center;
		background-size: 15px;
		padding: 10px 5px 10px 30px;
		font-size: 13px;
	}
	.tags li a:hover {
		opacity: 1;
		background: url("../img/ico_tag.png") #f7fbff no-repeat left 10px center;
		background-size: 15px;
		color: #0e6ebd;
	}

	.pickimg {
		padding-bottom: 30px;
	}
	.pickimg ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px;
	}
	.pickimg ul li {
		width: 24%;
	}
	.pickimg ul li a {
		display: block;
		position: relative;
	}
	.pickimg ul li a img {
		width: 100%;
	}
	.pickimg ul li a .ico {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 25px;
		z-index: 2;
	}

	.section {
		padding-bottom: 30px;
		position: relative;
	}
	.section.nopb {
		padding-bottom: 0;
	}
	.section h3 {
		font-weight: bold;
		font-size: 18px;
		padding: 0px 10px;
	}
	.section .rt {
		position: absolute;
		top: 3px;
		right: 0;
		font-size: 12px;
		color: #999;
	}

	.list1 {
		font-size: 16px;
		font-weight: bold;
	}
	.list1 li {
		padding-left: 12px;
		padding-bottom: 10px;
		position: relative;
	}
	.list1 li a {
		color: #0e6ebd;
	}
	.list1 li a:hover {
		text-decoration: underline;
	}
	.list1 li::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #0e6ebd;
		border-right: solid 2px #0e6ebd;
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
		left: 0px;
	}
	.list1 li small {
		display: block;
		font-size: 12px;
		color: #999;
		font-weight: normal;
		padding-top: 3px;
	}

	.list2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background: #f8fbfd;
		padding: 10px;
	}
	.list2 li {
		width: 10%;
	}
	.list2 li img {
		width: 100%;
	}

	.sns_b {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 30px;
	}
	.sns_b li {
		width: 33%;
		padding-bottom: 2px;
	}
	.sns_b li img {
		width: 100%;
	}

	a.npn_fb_btn {
		display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: #1877f2;
        border-radius: 7px;
        text-decoration: none;
        font-family: sans-serif;
        font-size: 0.9rem;
        font-weight: bold;
        white-space: nowrap;
        margin-right: 10px;
		color: #fff !important;
	  }
	  a.npn_fb_btn i {
		margin-right: 8px;
	  }
	  a.npn_fb_btn:hover {
		opacity: 0.9;
	  }
	  .npn_fb_logo_btn {
		width: 20px;
		margin-right: 3px;
	  }

	.list3 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px 10px 30px 10px;
	}
	.list3 li {
		width: 48%;
	}
	.list3 li a {
		display: block;
	}
	.list3 li a .pic {
		padding-bottom: 10px;
	}
	.list3 li a .pic img {
		width: 100%;
	}
	.list3 li a .ttl {
		font-weight: bold;
		font-size: 14px;
	}
	.list3 li a .date {
		font-size: 12px;
		padding-top: 5px;
		color: #999;
	}
	.list3 li a:hover {
		opacity: 1;
		background: #f9f9f9;
	}
	.list3 li a:hover .ttl {
		color: #0e6ebd;
		text-decoration: underline;
	}

	.list4 li {
		border-bottom: 1px solid #e1e1e1;
	}
	.list4 li.ad {
		background: url("../img/morebtnbg.png");
		background-size: 50% auto;
	}
	.list4 li a {
		display: block;
		padding: 10px;
		*zoom: 1;
		position: relative;
	}
	.list4 li a:after {
		content: "";
		display: table;
		clear: both;
	}
	.list4 li a .pic {
		float: left;
		margin-right: 10px;
	}
	.list4 li a .pic img {
		height: 80px;
	}
	.list4 li a .ttl {
		font-weight: bold;
		font-size: 16px;
	}
	.list4 li a .cat {
		float: left;
		color: #076dbf;
		font-size: 12px;
		padding-top: 5px;
	}
	.list4 li a .date {
		float: right;
		font-size: 12px;
		padding-top: 5px;
		color: #999;
	}
	.list4 li a:hover {
		opacity: 1;
		background: #f9f9f9;
	}
	.list4 li a:hover .ttl {
		color: #0e6ebd;
		text-decoration: underline;
	}

	.list5 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		background: url("../img/list5_bg.png");
		background-size: 6px;
		padding: 10px 7px 7px 10px;
		border-top: 1px solid #0e6ebd;
		border-bottom: 1px solid #0e6ebd;
	}
	.list5 li {
		width: calc(25% - 3px);
		margin: 0 3px 3px 0;
	}
	.list5 li img {
		width: 100%;
	}

	.pagenav {
		padding: 10px;
		background: url("../img/morebtnbg.png");
		background-size: 50%;
		text-align: center;
	}
	.pagenav li {
		display: inline-block;
		text-align: center;
	}
	.pagenav li a {
		border: 1px solid #1984c2;
		padding: 8px 0;
		margin-right: 5px;
		width: 50px;
		display: block;
		color: #1984c2;
		border-radius: 5px;
	}
	.pagenav li a:hover {
		background: #f1f7fc;
		text-decoration: underline;
	}
	.pagenav li.active_page a {
		color: #fff;
		background: #1984c2;
	}
	.pagenav li.prev a {
		width: 60px;
		margin-right: 10px;
	}
	.pagenav li.prev a i {
		margin-right: 10px;
		display: inline-block;
		position: relative;
	}
	.pagenav li.prev a i::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #0e6ebd;
		border-right: solid 3px #0e6ebd;
		transform: rotate(225deg);
		position: absolute;
		top: calc(50% - 9px);
		left: 0px;
	}
	.pagenav li.next a {
		width: 60px;
		margin-left: 5px;
	}
	.pagenav li.next a i {
		margin-left: 10px;
		display: inline-block;
		position: relative;
	}
	.pagenav li.next a i::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #0e6ebd;
		border-right: solid 3px #0e6ebd;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 9px);
		right: 0px;
	}
	.pagenav li.disabled a {
		border: 1px solid #ccc;
		background: #eee;
		color: #a4a4a4;
		cursor: default;
	}
	.pagenav li.disabled a i::before {
		border-top: solid 3px #a4a4a4;
		border-right: solid 3px #a4a4a4;
	}
	.pagenav li.disabled a:hover {
		opacity: 1;
		text-decoration: none;
	}

	.photopagenav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 10px;
	}
	.photopagenav li {
		text-align: center;
	}
	.photopagenav li a {
		border: 1px solid #1984c2;
		padding: 8px 0;
		display: block;
		color: #1984c2;
		border-radius: 5px;
	}
	.photopagenav li a:hover {
		background: #f1f7fc;
		text-decoration: underline;
	}
	.photopagenav li.back a {
		color: #fff;
		background: #1984c2;
		width: 165px;
	}
	.photopagenav li.prev a {
		width: 60px;
	}
	.photopagenav li.prev a i {
		margin-right: 10px;
		display: inline-block;
		position: relative;
	}
	.photopagenav li.prev a i::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #0e6ebd;
		border-right: solid 3px #0e6ebd;
		transform: rotate(225deg);
		position: absolute;
		top: calc(50% - 9px);
		left: 0px;
	}
	.photopagenav li.next a {
		width: 60px;
	}
	.photopagenav li.next a i {
		margin-left: 10px;
		display: inline-block;
		position: relative;
	}
	.photopagenav li.next a i::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #0e6ebd;
		border-right: solid 3px #0e6ebd;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 9px);
		right: 0px;
	}
	.photopagenav li.disabled a {
		border: 1px solid #ccc;
		background: #eee;
		color: #a4a4a4;
		cursor: default;
	}
	.photopagenav li.disabled a i::before {
		border-top: solid 3px #a4a4a4;
		border-right: solid 3px #a4a4a4;
	}
	.photopagenav li.disabled a:hover {
		opacity: 1;
		text-decoration: none;
	}

	.meta {
		font-size: 12px;
		padding: 0 10px 10px;
	}
	.meta a {
		color: #076dbf;
	}
	.meta a:hover {
		text-decoration: underline;
	}
	.meta i {
		float: right;
		color: #999999;
		margin-left: 20px;
	}
	.meta .pc {
		display: none;
	}

	.fav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px 10px 30px 10px;
	}
	.fav li {
		width: 49%;
	}
	.fav li img {
		width: 100%;
	}

	#toppage #zone1 .topnews li .pic {
		padding-bottom: 10px;
	}
	#toppage #zone1 .topnews li .pic img {
		width: 100%;
	}
	#toppage #zone1 .topnews li .cat {
		color: #076dbf;
		font-size: 12px;
		padding: 0 10px 5px;
	}
	#toppage #zone1 .topnews li .ttl {
		font-weight: bold;
		font-size: 16px;
		padding: 0 10px;
	}
	#toppage #zone1 .topnews li .date {
		padding: 5px 10px 40px;
		text-align: right;
		font-size: 12px;
		color: #999;
	}
	#toppage #zone1 .topnews .swiper-button-prev,
	#toppage #zone1 .topnews .swiper-button-next {
		width: 40px;
		height: 80px;
		margin-top: 0px;
		top: 24%;
	}
	#toppage #zone1 .topnews .swiper-button-prev {
		background: url("../img/prev_sp.png") no-repeat 0 0;
		background-size: 40px auto;
		left: 0;
	}
	#toppage #zone1 .topnews .swiper-button-next {
		background: url("../img/next_sp.png") no-repeat 0 0;
		background-size: 40px auto;
		right: 0;
	}
	#toppage .pickup {
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 30px;
	}

	#article #zone1 .mainpic {
		padding-bottom: 15px;
	}
	#article #zone1 .mainpic .pic {
		background: #eeeeee;
		position: relative;
		text-align: center;
		overflow: hidden;
		height: auto;
	}
	#article #zone1 .mainpic .pic img {
		max-width: 100%;
	}
	#article #zone1 .mainpic .pic img.sp {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top center;
	}
	#article #zone1 .mainpic .pic .ico {
		position: absolute;
		bottom: 2px;
		right: 2px;
		width: 25px;
	}
	#article #zone1 .mainpic .caption {
		text-align: center;
		padding-top: 5px;
		color: #999999;
		font-size: 13px;
		word-break: break-all;
	}
	#article #zone1 .post {
		padding: 0px 10px 30px 10px;
		font-size: 16px;
		line-height: 1.5;
		word-break: break-all;
	}
	#article #zone1 .btn {
		width: 300px;
		margin: auto;
		padding-bottom: 30px;
	}
	#article #zone1 .btn img {
		width: 100%;
	}
	#article #zone1 .sns_b {
		padding: 0px 10px 30px 10px;
	}
	#article #zone1 .sns_b::after {
      content:"";
      display:block;
      height:0;
      width: 33%;
	}
	#article .pickup {
		padding-bottom: 30px;
	}
	#article .pickup li:last-child {
		border-bottom: 1px solid #e1e1e1;
	}

	#list #zone1 .maintitle {
		padding: 10px 5px 0 5px;
		font-size: 18px;
		border-bottom: 4px solid #1984c2;
	}
	#list #zone1 .maintitle i {
		display: inline-block;
		padding: 10px;
		background: #fff;
		font-weight: bold;
		text-align: center;
		border-radius: 5px 5px 0 0;
		background: #1984c2;
		color: #fff;
	}
	#list #zone1 .newslist1 ul li:last-child,
	#list #zone1 .rankinglist ul li:last-child {
		border-bottom: 1px solid #e1e1e1;
	}

	#photo #zone1 {
		padding-bottom: 30px;
	}
	#photo #zone1 .mainpic {
		padding: 0 10px 10px 10px;
		text-align: center;
	}
	#photo #zone1 .mainpic .pic img {
		max-width: 100%;
		max-height: 450px;
	}
	#photo #zone1 .mainpic .caption {
		padding-top: 10px;
	}
	#photo #zone1 .sns_b.pc {
		display: none;
	}

	#form hr {
		border: dashed #c4c4c4;
		border-width: 1px 0 0 0;
		height: 1px;
		margin: 0 10px 30px;
	}
	#form #zone1 .maintitle {
		padding: 10px 5px 0 5px;
		font-size: 18px;
		border-bottom: 4px solid #1984c2;
		margin-bottom: 20px;
	}
	#form #zone1 .maintitle i {
		display: inline-block;
		padding: 10px;
		background: #fff;
		font-weight: bold;
		text-align: center;
		border-radius: 5px 5px 0 0;
		background: #1984c2;
		color: #fff;
	}
	#form #zone1 h2 {
		line-height: 1.5;
		font-weight: bold;
		margin: 0 10px;
	}
	#form #zone1 .t1 {
		line-height: 1.5;
		padding-bottom: 30px;
		margin: 0 10px;
	}
	#form #zone2 {
		font-size: 16px;
		margin: 0 10px;
	}
	#form #zone2 .zu {
		padding-bottom: 30px;
		text-align: center;
	}
	#form #zone2 .zu img {
		width: 100%;
	}
	#form #zone2 .formarea {
		background: #fafafa;
		padding: 20px 10px 0px 10px;
		margin-bottom: 30px;
	}
	#form #zone2 .formarea .f1 {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#form #zone2 .formarea .f1 i {
		font-size: 12px;
		color: #cc0000;
	}
	#form #zone2 .formarea .f1 span {
		font-size: 14px;
		font-weight: normal;
		color: #cc0000;
		background: #faefee;
		margin-left: 10px;
		display: inline-block;
	}
	#form #zone2 .formarea .f1b {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
		margin-bottom: 10px;
		color: #1984c2;
		border-bottom: 1px solid #1984c2;
	}
	#form #zone2 .formarea .f2 {
		padding-bottom: 20px;
		line-height: 1.5;
	}
	#form #zone2 .formarea .f2 .textarea1 {
		width: 100%;
		height: 35px;
		padding: 0 5px;
		font-size: 16px;
		border: 1px solid #cccccc;
		border-radius: 0;
		outline: none;
	}
	#form #zone2 .formarea .f2 textarea {
		width: 100%;
		padding: 5px;
		font-size: 16px;
		border: 1px solid #cccccc;
		border-radius: 0;
		outline: none;
	}
	#form #zone2 .submit {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#form #zone2 .submit input[type="submit"],
	#form #zone2 .submit button[type="button"] {
		font-size: 18px;
		font-weight: bold;
		border: 1px solid #1984c2;
		padding: 10px 0;
		width: 100%;
		max-width: 180px;
		display: block;
		color: #fff;
		background: #1984c2;
		border-radius: 5px;
	}
	#form #zone2 .submit input[type="button"] {
		font-size: 18px;
		font-weight: bold;
		border: 1px solid #1984c2;
		padding: 10px 0;
		margin-right: 5px;
		width: 100%;
		max-width: 180px;
		display: block;
		color: #1984c2;
		background: #fff;
		border-radius: 5px;
		position: relative;
	}
	#form #zone2 .back {
		text-align: center;
		line-height: 1;
	}
	#form #zone2 .back a {
		position: relative;
		display: inline-block;
		color: #076dbf;
	}
	#form #zone2 .back a::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #076dbf;
		border-right: solid 3px #076dbf;
		transform: rotate(225deg);
		position: absolute;
		top: calc(50% - 4px);
		left: -10px;
	}

	#textpage #zone1 .maintitle {
		padding: 10px 5px 0 5px;
		font-size: 18px;
		border-bottom: 4px solid #1984c2;
		margin-bottom: 20px;
	}
	#textpage #zone1 .maintitle i {
		display: inline-block;
		padding: 10px;
		background: #fff;
		font-weight: bold;
		border-radius: 5px 5px 0 0;
		background: #1984c2;
		color: #fff;
	}
	#textpage #zone1 h2 {
		line-height: 1.5;
		font-weight: bold;
		margin: 0 10px;
	}
	#textpage #zone1 .t1 {
		line-height: 1.5;
		padding-bottom: 30px;
		margin: 0 10px;
	}
	#textpage #zone2 {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 10px;
	}
	#textpage #zone2 h2 {
		font-weight: bold;
	}
	#textpage #zone2 .t1 {
		padding-bottom: 30px;
	}
	#textpage #zone2 a {
		color: #076dbf;
	}
	#textpage #zone2 a:hover {
		text-decoration: underline;
	}
	.search {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.search input[type="search"] {
		width: 70%;
		height: 30px;
		margin-right: 6px;
		padding: 7px;
        border: 1px solid #82a5bd;
        border-radius: 15px;
	}
	.search_btn i {
		font-size: 20px;
        color: #1984C2;
	}
	/* 提携news */
	figure.wp-block-image img {
		max-width: 100% !important;
        margin: 11px 0 15px !important;
	}
}
@media screen and (min-width: 641px) {
	body {
		font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
		color: #222;
		font-size: 14px;
		line-height: 1.2;
		font-weight: normal;
		background: #fafafa;
		min-width: 1024px;
	}

	.fav iframe, img {
		vertical-align: bottom;
	}

	.sp, .none {
		display: none;
	}

	.container {
		width: 1020px;
		margin: 0 auto;
		*zoom: 1;
		position: relative;
	}
	.container:after {
		content: "";
		display: table;
		clear: both;
	}

	a {
		color: #222;
		transition: 0.3s;
		text-decoration: none;
	}
	a:hover {
		opacity: 0.7;
	}

	a[href^="tel:"] {
		cursor: default;
	}
	a[href^="tel:"]:hover {
		opacity: 1;
	}

	hr {
		border: solid #c4c4c4;
		border-width: 1px 0 0 0;
		height: 1px;
		margin-bottom: 30px;
	}

	header {
		background: #fff;
		background-size: 5px 116px;
		width: 100%;
		line-height: 1;
		height: 116px;
	}
	header .logo {
		padding: 21px;
		text-align: center;
	}
	header .logo img {
		width: 300px;
	}
	header .logo a:hover {
		opacity: 1;
	}
	header .bnr {
		position: absolute;
		top: 0;
		right: 0;
	}
	header .bnr img {
		width: 468px;
	}
	header .bnr a:hover {
		opacity: 1;
	}
	header .sns {
		position: absolute;
		top: 68px;
		right: 0;
		background: rgba(255, 255, 255, 0.3);
		border-radius: 5px;
		padding: 2px 0px 2px 5px;
	}
	header .sns .snsnav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center; 
	}
	header .sns .snsnav li {
		padding-right: 5px;
	}
	header .sns .snsnav li img {
		width: 26px;
	}
	.nav_pc {
		display: block;
	}
	.nav_sp {
		display: none;
	}
	.search {
		width: 100%;
		height: 30px;
		background: #fff;
		border: 1px solid #82a5bd;
		border-radius: 15px;
		padding-left: 15px;
		position: relative;
		margin: 0 0 15px 0;
	}
	.search input[type="text"],
	.search input[type="search"] {
		padding: 0;
		border: none;
		border-radius: 0;
		outline: none;
		background: none;
		width: 100%;
		height: 30px;
		font-size: 14px;
	}
	.search .search_btn {
		position: absolute;
		top: 1px;
        right: 15px;
        cursor: pointer;
        font-size: 22px;
        color: #1984C2;
	}
	header .sns .snsnav li .search input[type="search"]::-webkit-search-cancel-button {
	}

	#gnav {
		width: 100%;
        padding: 0 50px;
        line-height: 1;
        background: #1984C2;
	}
	#gnav ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
        position: relative;
        width: 1020px;
        margin: 0 auto;
	}
	#gnav ul li .n1 {
		display: block;
		padding: 12px 15px;
		position: relative;
		color: #fff;
	}
	#gnav ul li .n1:hover::before {
		content: '';
		width: 100%;
		height: 4px;
		background: #1984c2;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#gnav ul li.current .n1::before {
		content: '';
		width: 100%;
		height: 4px;
		background: #1984c2;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#gnav ul .sub {
		display: none;
		position: absolute;
		top: 44px;
		right: 0;
		background: #45a3ea;
		*zoom: 1;
		z-index: 2;
		border-radius: 5px;
		padding: 15px 10px;
	}
	#gnav ul .sub:after {
		content: "";
		display: table;
		clear: both;
	}
	#gnav ul .sub::before {
		content: '';
		position: absolute;
		top: -8px;
		right: 43px;
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #45a3ea;
		border-left: 10px solid transparent;
	}
	#gnav ul .sub li {
		float: left;
		border-right: 1px solid #fff;
	}
	#gnav ul .sub li:last-child {
		border-right: 0;
	}
	#gnav ul .sub li a {
		display: block;
		padding: 0 10px;
		color: #fff;
		position: relative;
	}
	#gnav ul .sub li a:hover::before {
		content: '';
		width: 100%;
		height: 3px;
		background: #fff;
		position: absolute;
		bottom: -10px;
		left: 0;
	}
	#gnav .arrow {
		position: relative;
		margin-left: 8px;
		width: 10px;
		display: inline-block;
	}
	#gnav .arrow::before {
		content: '';
		width: 7px;
		height: 7px;
		border: 0px;
		border-top: solid 2px #186aab;
		border-right: solid 2px #186aab;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 9px);
		left: 0;
	}

	.pankuzu {
		width: 1000px;
		margin: 20px auto;
		line-height: 1;
	}
	.pankuzu a {
		color: #175da5;
	}
	.pankuzu a:hover {
		text-decoration: underline;
	}
	.pankuzu .rank {
		background: url("../img/rank_a1.png") no-repeat left center;
		background-size: 15px;
		padding-left: 20px;
		position: relative;
	}
	.pankuzu .rank::before {
		content: '';
		width: 7px;
		height: 7px;
		border: 0px;
		border-top: solid 2px #175da5;
		border-right: solid 2px #175da5;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 3px);
		right: -10px;
	}

	footer {
		background: #3793db;
		padding-top: 30px;
		color: #fff;
		font-size: 12px;
		line-height: 1;
		position: relative;
	}
	footer a {
		color: #fff;
	}
	footer a:hover {
		text-decoration: underline;
	}
	footer .logo {
		float: left;
		width: 200px;
	}
	footer .logo img {
		width: 129px;
	}
	footer .bg {
		background: #1b6bb2;
		padding: 10px 0;
	}
	footer .bg .nav3 {
		float: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	footer .bg .nav3 li {
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #fff;
	}
	footer .bg .nav3 li:last-child {
		border-right: 0;
	}
	footer .bg .copyright {
		float: right;
		letter-spacing: 1px;
	}

	.footer-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 40px;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 0 25px;
	}
	
	.footer-title {
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 12px;
		position: relative;
	}
	
	.footer-column.category {
		width: 340px;
	}

	.footer-column.recruit,
	.footer-column.sns {
		width: 163px;
	}

	.footer-column ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	ul.category-list {
		display: flex;
		flex-wrap: wrap;
		gap: 2px 30px;
		width: 360px;
	}

	.category-list li {
		width: 95px;
	}

	.footer-column li {
		margin-bottom: 6px;
		font-size: 13px;
	}
	
	.footer-column.recruit li {
		margin-bottom: 9px;
	}
	
	.footer-column a {
		color: #fff;
		text-decoration: none;
	}
	
	.footer-column a:hover {
		text-decoration: underline;
	}

	.footer-menu-icon {
		font-size: 10px;
        margin-right: 2px;
        vertical-align: 1px;
	}

	#pagetop {
		position: absolute;
		right: calc(50% - 510px);
		top: 38px;
		z-index: 2;
	}
	#pagetop img {
		width: 60px;
	}

	#contents {
		width: 1020px;
		margin: 0 auto;
		padding-bottom: 100px;
		*zoom: 1;
	}
	#contents:after {
		content: "";
		display: table;
		clear: both;
	}
	#contents #mainarea {
		float: left;
		width: 700px;
	}
	#contents #mainarea #push {
		background: url("../img/ico_push.png") #e0f1ff no-repeat left 5px center;
		background-size: 55px auto;
		padding: 5px 5px 5px 65px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	#contents #mainarea #push a:hover {
		color: #0e6ebd;
		text-decoration: underline;
	}
	#contents #mainarea .bg {
		background: #fff;
		border-radius: 10px;
		box-shadow: 0px 0px 8px #ccc;
	}
	#contents #mainarea .bg .maintitle {
		margin: 0 -15px;
		background: url("../img/maintitle.png") no-repeat center top;
		background-size: 100% auto;
		padding: 20px 15px;
		font-size: 26px;
		font-weight: bold;
	}
	#contents #mainarea .bg .in {
		width: 630px;
		margin: auto;
	}
	.bnr div {
		margin: 0 auto;
	}
	#contents #mainarea .bg .bnr {
		text-align: center;
		padding-bottom: 50px;
	}
	#contents #mainarea .bg .bnr img {
		width: 468px;
	}
	#contents #mainarea .bg .bnr a:hover {
		opacity: 1;
	}
	#contents #side {
		float: right;
		width: 300px;
	}
	#contents #side .bnr {
		padding-bottom: 30px;
	}
	#contents #side .bnr img {
		width: 300px;
	}
	#contents #side .bnr a:hover {
		opacity: 1;
	}
	#contents #side .rankinglist {
		margin-bottom: 30px;
	}
	#contents #side .rankinglist ul li {
		border-bottom: 1px solid #e1e1e1;
	}
	#contents #side .rankinglist ul li a {
		display: block;
		padding: 10px 0;
		*zoom: 1;
		position: relative;
	}
	#contents #side .rankinglist ul li a:after {
		content: "";
		display: table;
		clear: both;
	}
	#contents #side .rankinglist ul li a i {
		position: absolute;
		top: 10px;
		left: 0;
		width: 30px;
		color: #58adf2;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	#contents #side .rankinglist ul li a i.rank_a1 {
		background: url("../img/rank_a1.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #ffc905;
	}
	#contents #side .rankinglist ul li a i.rank_a2 {
		background: url("../img/rank_a2.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #aeb4c5;
	}
	#contents #side .rankinglist ul li a i.rank_a3 {
		background: url("../img/rank_a3.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #eea07a;
	}
	#contents #side .rankinglist ul li a i.rank_b1 {
		background: url("../img/rank_b1.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #ffc905;
	}
	#contents #side .rankinglist ul li a i.rank_b2 {
		background: url("../img/rank_b2.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #aeb4c5;
	}
	#contents #side .rankinglist ul li a i.rank_b3 {
		background: url("../img/rank_b3.png") no-repeat center top;
		background-size: 15px;
		padding-top: 15px;
		color: #eea07a;
	}
	#contents #side .rankinglist ul li a .ttl {
		font-size: 14px;
		font-weight: bold;
		padding-left: 35px;
	}
	#contents #side .rankinglist ul li a .date {
		text-align: right;
		font-size: 12px;
		color: #999;
		padding-top: 3px;
	}
	#contents #side .rankinglist ul li a .pic {
		width: 65px;
		float: right;
		margin-left: 10px;
	}
	#contents #side .rankinglist ul li a .pic img {
		width: 100%;
	}
	#contents #side .rankinglist ul li a:hover {
		opacity: 1;
		background: #f1f7fc;
	}
	#contents #side .rankinglist ul li a:hover .ttl {
		color: #0e6ebd;
		text-decoration: underline;
	}

	.new {
		width: 30px;
		margin-right: 5px;
	}

	.mds1 {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		margin-bottom: 10px;
		background: url("../img/mds1.png") no-repeat left center;
		background-size: 4px;
		height: 41px;
		padding: 3px 0 0 15px;
	}
	.mds1 small {
		font-size: 12px;
		font-weight: normal;
		display: block;
	}
	.mds1 a {
		position: absolute;
		top: 5px;
		right: 0;
	}
	.mds1 a img {
		width: 30px;
	}

	.mds2 {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		margin-bottom: 10px;
		background: url("../img/mds2.png") no-repeat center top;
		background-size: 100% auto;
		padding: 13px 0 5px;
	}
	.mds2 a {
		position: absolute;
		top: 12px;
		right: 0;
	}
	.mds2 a img {
		width: 25px;
	}
	.mds2::before {
		content: '';
		width: calc(100% + 30px);
		height: 80px;
		border: 0px;
		position: absolute;
		top: 0;
		left: -15px;
		border-radius: 0 0 10px 10px;
		box-shadow: 0px 4px 4px #eee;
		transform: rotateX(180deg);
	}

	.mds3 {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		margin-bottom: 10px;
		background: url("../img/mds3.png") no-repeat center top;
		background-size: 100% auto;
		padding: 13px 0 5px;
	}
	.mds3 a {
		position: absolute;
		top: 12px;
		right: 0;
	}
	.mds3 a img {
		width: 25px;
	}
	.mds3::before {
		content: '';
		width: calc(100% + 30px);
		height: 80px;
		border: 0px;
		position: absolute;
		top: 0;
		left: -15px;
		border-radius: 0 0 10px 10px;
		box-shadow: 0px 4px 4px #eee;
		transform: rotateX(180deg);
	}

	.mds4 {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		margin-bottom: 10px;
		background: url("../img/mds4.png") no-repeat left center;
		background-size: 4px;
		height: 30px;
		padding: 4px 0 0 15px;
	}
	.mds4 a {
		position: absolute;
		top: 0;
		right: 0;
	}
	.mds4 a img {
		width: 30px;
	}

	.newslist1 {
		padding: 0 15px 50px 15px;
	}
	.newslist1 ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.newslist1 ul li {
		width: 305px;
		border-bottom: 1px solid #e1e1e1;
	}
	.newslist1 ul li a {
		display: block;
		padding: 10px 0;
		*zoom: 1;
		position: relative;
	}
	.newslist1 ul li a:after {
		content: "";
		display: table;
		clear: both;
	}
	.newslist1 ul li a .pic {
		float: left;
		margin-right: 10px;
	}
	.newslist1 ul li a .pic img {
		width: 100px;
	}
	.newslist1 ul li a .cat {
		color: #076dbf;
		font-size: 12px;
		padding-bottom: 5px;
	}
	.newslist1 ul li a .ttl {
		font-weight: bold;
		font-size: 16px;
	}
	.newslist1 ul li a .lead {
		clear: both;
		font-size: 12px;
		padding-top: 10px;
		line-height: 1.5;
		height: 5.334em;
		overflow: hidden;
		position: relative;
	}
	#list #zone1 .kijilist li a .lead:before,
	.newslist1 ul li a .lead:before {
		bottom: -1px;
		content: "　　…";
		right: 0;
	}
	#list #zone1 .kijilist li a .lead:after,
	.newslist1 ul li a .lead:after {
		content: "";
		height: 100%;
		width: 100%;
	}
	#list #zone1 .kijilist li a .lead:before,	#list #zone1 .kijilist li a .lead:after,
	.newslist1 ul li a .lead:before, .newslist1 ul li a .lead:after {
		background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(72%,#fff));
		background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 72%);
		position: absolute;
	}
	#list #zone1 .kijilist li a:hover .lead:before,	#list #zone1 .kijilist li a:hover .lead:after,
	.newslist1 ul li a:hover .lead:before, .newslist1 ul li a:hover .lead:after {
		background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(72%,#f9f9f9));
		background: linear-gradient(90deg,hsla(0,0%,100%,0),#f9f9f9 72%);
	}
	.newslist1 ul li a .ttl:after {
		content: "";
		display: table;
		clear: both;
	}
	.newslist1 ul li a:hover {
		opacity: 1;
		background: #f9f9f9;
	}
	.newslist1 ul li a:hover .ttl {
		color: #0e6ebd;
		text-decoration: underline;
	}
	.newslist1 ul li:nth-child(1) {
		width: 100%;
	}
	.newslist1 ul li:nth-child(1) a .pic img {
		width: 130px;
	}
	.newslist1 ul li:nth-child(1) a .ttl {
		font-weight: bold;
		font-size: 18px;
	}
	.newslist1 ul li:nth-child(1) a .ttl:after {
		clear: none;
	}
	.newslist1 ul li:nth-child(1) a .lead {
		clear: none;
	}

	.tags {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.tags li {
		padding: 0 10px 10px 0;
	}
	.tags li a {
		display: block;
		border: 1px solid #c4c4c4;
		border-radius: 5px;
		background: url("../img/ico_tag.png") #fdfdfd no-repeat left 10px center;
		background-size: 15px;
		padding: 10px 10px 10px 30px;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 185px;
	}
	.tags li a:hover {
		opacity: 1;
		background: url("../img/ico_tag.png") #f7fbff no-repeat left 10px center;
		background-size: 15px;
		color: #0e6ebd;
	}

	.pickimg {
		padding: 0 15px 50px 15px;
	}
	.pickimg ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.pickimg ul li {
		margin-right: 1px;
		width: 125px;
	}
	.pickimg ul li a {
		display: block;
		width: 125px;
		position: relative;
	}
	.pickimg ul li a img {
		width: 125px;
	}
	.pickimg ul li a .new {
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		z-index: 2;
	}

	.section {
		padding-bottom: 30px;
		position: relative;
	}
	.section h3 {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.section .morebtn {
		position: absolute;
		top: 3px;
		right: 0;
		font-size: 13px;
	}
	.section .morebtn a {
		color: #0e6ebd;
		position: relative;
		padding-right: 10px;
	}
	.section .morebtn a:hover {
		text-decoration: underline;
	}
	.section .morebtn a::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #0e6ebd;
		border-right: solid 2px #0e6ebd;
		transform: rotate(45deg);
		position: absolute;
		top: 4px;
		right: 0px;
	}
	.section .rt {
		position: absolute;
		top: 3px;
		right: 0;
		font-size: 12px;
		color: #999;
	}

	.list1 {
		font-size: 16px;
		font-weight: bold;
	}
	.list1 li {
		padding-left: 12px;
		padding-bottom: 10px;
		position: relative;
	}
	.list1 li a {
		color: #0e6ebd;
	}
	.list1 li a:hover {
		text-decoration: underline;
	}
	.list1 li::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #0e6ebd;
		border-right: solid 2px #0e6ebd;
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
		left: 0px;
	}
	.list1 li:last-child::before {
		content:none;
	}
	.list1 li small {
		display: block;
		font-size: 12px;
		color: #999;
		font-weight: normal;
		padding-top: 3px;
	}

	.list2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		background: #f8fbfd;
		padding: 10px;
	}
	.list2 li {
		width: 60px;
		margin-right: calc(130px / 7);
	}
	.list2 li:last-child {
		margin-right: 0
	}
	.list2 li img {
		width: 100%;
	}

	.sns_b {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sns_b li {
		width: calc(100% / 5 - 8px);
	}
	.sns_b li img {
		width: 100%;
	} 

	a.npn_fb_btn {
		display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 21px;
        background: #1877f2;
        border-radius: 12px;
        text-decoration: none;
        font-family: sans-serif;
        font-size: 12px;
        white-space: nowrap;
        margin-right: 10px;
		color: #fff !important;
		padding: 0 10px;
	  }
	  a.npn_fb_btn i {
		margin-right: 8px;
	  }
	  a.npn_fb_btn:hover {
		opacity: 0.9;
	  }
	  .npn_fb_logo_btn {
		width: 15px;
		margin-right: 3px;
	  }

	.list3 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.list3 li {
		width: 23.5%;
	}
	.list3 li a {
		display: block;
	}
	.list3 li a .pic {
		padding-bottom: 10px;
	}
	.list3 li a .pic img {
		width: 100%;
	}
	.list3 li a .ttl {
		font-weight: bold;
		font-size: 15px;
	}
	.list3 li a .date {
		font-size: 12px;
		padding-top: 5px;
		color: #999;
	}
	.list3 li a:hover {
		opacity: 1;
		background: #f9f9f9;
	}
	.list3 li a:hover .ttl {
		color: #0e6ebd;
		text-decoration: underline;
	}

	.list4 li {
		border-bottom: 1px solid #e1e1e1;
	}
	.list4 li a {
		display: block;
		padding: 10px 0;
		*zoom: 1;
		position: relative;
	}
	.list4 li a:after {
		content: "";
		display: table;
		clear: both;
	}
	.list4 li a .pic {
		float: left;
		margin-right: 10px;
	}
	.list4 li a .pic img {
		width: 60px;
	}
	.list4 li a .pic + .ttl {
		padding-top: 12px;
	}
	.list4 li a .ttl {
		font-weight: bold;
		font-size: 15px;
	}
	.list4 li a .cat {
		float: left;
		color: #076dbf;
		font-size: 12px;
		padding-top: 5px;
	}
	.list4 li a .date {
		float: right;
		font-size: 12px;
		padding-top: 5px;
		color: #999;
	}
	.list4 li a:hover {
		opacity: 1;
		background: #f9f9f9;
	}
	.list4 li a:hover .ttl {
		color: #0e6ebd;
		text-decoration: underline;
	}

	.list5 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		background: #f8fbfd;
		padding: 10px 7px 7px 10px;
	}
	.list5 li {
		width: calc(12.5% - 3px);
		margin: 0 3px 3px 0;
	}
	.list5 li img {
		width: 100%;
	}

	.pagenav {
		text-align: center;
	}
	.pagenav li {
		display: inline-block;
		text-align: center;
	}
	.pagenav li a {
		border: 1px solid #1984c2;
		padding: 8px 0;
		margin-right: 5px;
		width: 35px;
		display: block;
		color: #1984c2;
		border-radius: 5px;
	}
	.pagenav li a:hover {
		background: #f1f7fc;
		text-decoration: underline;
	}
	.pagenav li.active_page a {
		color: #fff;
		background: #1984c2;
	}
	.pagenav li.prev a {
		width: 60px;
	}
	.pagenav li.prev a i {
		margin-right: 10px;
		display: inline-block;
		position: relative;
	}
	.pagenav li.prev a i::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #0e6ebd;
		border-right: solid 3px #0e6ebd;
		transform: rotate(225deg);
		position: absolute;
		top: calc(50% - 9px);
		left: 0px;
	}
	.pagenav li.next a {
		width: 60px;
	}
	.pagenav li.next a i {
		margin-left: 10px;
		display: inline-block;
		position: relative;
	}
	.pagenav li.next a i::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #0e6ebd;
		border-right: solid 3px #0e6ebd;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 9px);
		right: 0px;
	}
	.pagenav li.disabled a {
		border: 1px solid #ccc;
		background: #eee;
		color: #a4a4a4;
		cursor: default;
	}
	.pagenav li.disabled a i::before {
		border-top: solid 3px #a4a4a4;
		border-right: solid 3px #a4a4a4;
	}
	.pagenav li.disabled a:hover {
		opacity: 1;
		text-decoration: none;
	}

	.photopagenav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.photopagenav li {
		text-align: center;
	}
	.photopagenav li a {
		border: 1px solid #1984c2;
		padding: 8px 0;
		display: block;
		color: #1984c2;
		border-radius: 5px;
	}
	.photopagenav li a:hover {
		background: #f1f7fc;
		text-decoration: underline;
	}
	.photopagenav li.back a {
		color: #fff;
		background: #1984c2;
		width: 165px;
	}
	.photopagenav li.prev a {
		width: 60px;
	}
	.photopagenav li.prev a i {
		margin-right: 10px;
		display: inline-block;
		position: relative;
	}
	.photopagenav li.prev a i::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #0e6ebd;
		border-right: solid 3px #0e6ebd;
		transform: rotate(225deg);
		position: absolute;
		top: calc(50% - 9px);
		left: 0px;
	}
	.photopagenav li.next a {
		width: 60px;
	}
	.photopagenav li.next a i {
		margin-left: 10px;
		display: inline-block;
		position: relative;
	}
	.photopagenav li.next a i::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 3px #0e6ebd;
		border-right: solid 3px #0e6ebd;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 9px);
		right: 0px;
	}
	.photopagenav li.disabled a {
		border: 1px solid #ccc;
		background: #eee;
		color: #a4a4a4;
		cursor: default;
	}
	.photopagenav li.disabled a i::before {
		border-top: solid 3px #a4a4a4;
		border-right: solid 3px #a4a4a4;
	}
	.photopagenav li.disabled a:hover {
		opacity: 1;
		text-decoration: none;
	}

	.meta {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		font-size: 12px;
		padding-bottom: 30px;
	}
	.meta a {
		color: #076dbf;
	}
	.meta a:hover {
		text-decoration: underline;
	}
	.meta i {
		color: #999999;
		margin-left: 20px;
	}

	li.fav.pc {
		align-items: self-start;
		display: flex;
	}

	#toppage #contents #mainarea .bg .in {
		width: 660px;
		padding-top: 20px;
	}
	#toppage #zone1 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 50px;
	}
	#toppage #zone1 .topnews {
		width: 244px;
		height: 244px;
	}
	#toppage #zone1 .topnews li a {
		display: block;
		position: relative;
	}
	#toppage #zone1 .topnews li a .pic {
		width: 244px;
		height: 244px;
		margin-bottom: 20px;
		background: #000;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#toppage #zone1 .topnews li a .pic img {
		max-width: 100%;
		max-height: 100%;
	}
	#toppage #zone1 .topnews li a .ttl {
		CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
		line-height: 120%;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 11px;
		/* font-weight: bold; */
		color: #fff;
		padding: 2px 10px 0px;
		background: rgba(0, 0, 0, 0.6);
		border-bottom: 5px solid #186AAB;
	}
	#toppage #zone1 .latestnews {
		width: 408px;
		padding: 0 15px;
	}
	#toppage #zone1 .latestnews li {
		border-bottom: 1px solid #e1e1e1;
	}
	#toppage #zone1 .latestnews li a {
		display: block;
		padding: 15px 0;
		position: relative;
	}
	#toppage #zone1 .latestnews li a .ttl {
		font-size: 14px;
		font-weight: bold;
		padding-right: 30px;
	}
	#toppage #zone1 .latestnews li a .new {
		position: absolute;
		top: 0;
		left: 0;
	}
	#toppage #zone1 .latestnews li a::before {
		content: '';
		width: 13px;
		height: 13px;
		border: 0px;
		border-top: solid 4px #1984c2;
		border-right: solid 4px #1984c2;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 5px);
		right: 10px;
	}
	#toppage #zone1 .latestnews li a:hover {
		background: #f9f9f9;
	}
	#toppage #zone1 .latestnews li a:hover .ttl {
		color: #0e6ebd;
		text-decoration: underline;
	}
	#toppage .taglist {
		padding: 0 15px 50px 15px;
	}

	#article #zone1 .mainpic {
		float: left;
		width: 240px;
		margin-right: 20px;
		margin-bottom: 20px;
		position: relative;
		z-index: 3;
	}
	#article #zone1 .mainpic .pic {
		width: 240px;
		height: auto;
		background: #eeeeee;
		position: relative;
		text-align: center;
	}
	#article #zone1 .mainpic .pic img {
		max-width: 100%;
		max-height: 240px;
	}
	#article #zone1 .mainpic .pic .ico {
		position: absolute;
		bottom: 2px;
		right: 2px;
		width: 25px;
	}
	#article #zone1 .mainpic .caption {
		padding-top: 5px;
		color: #999999;
		font-size: 13px;
		word-break: break-all;
	}
	#article #zone1 .post {
		padding-bottom: 50px;
		font-size: 16px;
		line-height: 1.5;
	}

	#list #zone1 {
		padding-bottom: 30px;
	}
	#list #zone1 .kijilist {
		padding-bottom: 30px;
	}
	#list #zone1 .kijilist li {
		border-bottom: 1px solid #e1e1e1;
	}
	#list #zone1 .kijilist li:nth-child(1) a .cat span {
		background: #ffc905;
	}
	#list #zone1 .kijilist li:nth-child(2) a .cat span {
		background: #aeb4c5;
	}
	#list #zone1 .kijilist li:nth-child(3) a .cat span {
		background: #eea07a;
	}
	#list #zone1 .kijilist li a {
		display: block;
		padding: 15px 0;
		*zoom: 1;
		position: relative;
	}
	#list #zone1 .kijilist li a:after {
		content: "";
		display: table;
		clear: both;
	}
	#list #zone1 .kijilist li a .pic {
		float: left;
		margin-right: 15px;
	}
	#list #zone1 .kijilist li a .pic img {
		width: 110px;
	}
	#list #zone1 .kijilist li a .cat {
		color: #076dbf;
		font-size: 12px;
		padding-bottom: 10px;
	}
	#list #zone1 .kijilist li a .cat i {
		color: #999;
		margin-left: 10px;
	}
	#list #zone1 .kijilist li a .cat span {
		display: inline-block;
		background: #58adf2;
		text-align: center;
		width: 30px;
		font-weight: bold;
		color: #fff;
		font-style: italic;
	}
	#list #zone1 .kijilist li a .ttl {
		font-weight: bold;
		font-size: 18px;
	}
	#list #zone1 .kijilist li a .lead {
		font-size: 12px;
		padding-top: 10px;
		line-height: 1.5;
		height: 5.334em;
		position: relative;
		overflow: hidden;
	}
	#list #zone1 .kijilist li a:hover {
		opacity: 1;
		background: #f9f9f9;
	}
	#list #zone1 .kijilist li a:hover .ttl {
		color: #0e6ebd;
		text-decoration: underline;
	}

	#photo #zone1 {
		padding-bottom: 30px;
	}
	#photo #zone1 .mainpic {
		padding: 20px 0 30px;
		text-align: center;
	}
	#photo #zone1 .mainpic .pic img {
		max-width: 100%;
		max-height: 500px;
	}
	#photo #zone1 .mainpic .caption {
		padding-top: 10px;
	}

	#form hr {
		border: dashed #c4c4c4;
		border-width: 1px 0 0 0;
		height: 1px;
		margin-bottom: 30px;
	}
	#form #zone1 {
		font-size: 16px;
		line-height: 1.5;
	}
	#form #zone1 h2 {
		font-weight: bold;
	}
	#form #zone1 .t1 {
		padding-bottom: 30px;
	}
	#form #zone2 {
		font-size: 16px;
	}
	#form #zone2 .zu {
		padding-bottom: 30px;
		text-align: center;
	}
	#form #zone2 .zu img {
		width: 400px;
	}
	#form #zone2 .formarea {
		background: #fafafa;
		padding: 20px 20px 0px 20px;
		margin-bottom: 30px;
	}
	#form #zone2 .formarea .f1 {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#form #zone2 .formarea .f1 i {
		font-size: 12px;
		color: #cc0000;
	}
	#form #zone2 .formarea .f1 span {
		font-size: 14px;
		font-weight: normal;
		color: #cc0000;
		background: #faefee;
		margin-left: 10px;
		display: inline-block;
	}
	#form #zone2 .formarea .f1b {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
		margin-bottom: 10px;
		color: #1984c2;
		border-bottom: 1px solid #1984c2;
	}
	#form #zone2 .formarea .f2 {
		padding-bottom: 20px;
		line-height: 1.5;
	}
	#form #zone2 .formarea .f2 .textarea1 {
		width: 100%;
		height: 35px;
		padding: 0 5px;
		font-size: 16px;
		border: 1px solid #cccccc;
		border-radius: 0;
		outline: none;
	}
	#form #zone2 .formarea .f2 textarea {
		width: 100%;
		padding: 5px;
		font-size: 16px;
		border: 1px solid #cccccc;
		border-radius: 0;
		outline: none;
	}
	#form #zone2 .submit {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 40px;
	}
	#form #zone2 .submit input[type="submit"],
	#form #zone2 .submit button[type="button"] {
		font-size: 18px;
		font-weight: bold;
		border: 1px solid #1984c2;
		padding: 10px 0;
		margin: 0 10px;
		width: 180px;
		display: block;
		color: #fff;
		background: #1984c2;
		border-radius: 5px;
		transition: 0.3s;
		cursor: pointer;
	}
	#form #zone2 .submit input[type="submit"]:hover,
	#form #zone2 .submit button[type="button"]:hover{
		opacity: 0.7;
	}
	#form #zone2 .submit input[type="button"] {
		font-size: 18px;
		font-weight: bold;
		border: 1px solid #1984c2;
		padding: 10px 0;
		margin: 0 10px;
		width: 180px;
		display: block;
		color: #1984c2;
		background: #fff;
		border-radius: 5px;
		transition: 0.3s;
		position: relative;
	}
	#form #zone2 .submit input[type="button"]:hover {
		background: #f1f7fc;
	}

	#textpage #zone2 {
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 10px;
	}
	#textpage #zone2 h2 {
		font-weight: bold;
	}
	#textpage #zone2 .t1 {
		padding-bottom: 30px;
	}
	#textpage #zone2 a {
		color: #076dbf;
	}
	#textpage #zone2 a:hover {
		text-decoration: underline;
	}

	/* 提携NEWS */
	.wp-block-image {
        width: 100%;
		margin: 13px 0 15px;
    }
	.wp-block-image img {
		width: 100%;
		height: auto;
	}

	/* PC用画像ニュースのタイトルを2行に */
	.ellipsis {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.5em; /* 必ず指定 */
		max-height: 4em; /* line-height × 行数 */
	}
}
