@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url(../css/ionicons.min.css);
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;
}

/* --------------------------------------------------

BASE

-------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, main, input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

body {
	font-size: 16px;
	font-size: 1rem;
    overflow-x: hidden;
}

/* ****** スマートフォン ****** */
/* end of SP */
body, table {
	color: #282828;
	line-height: 1.5;
}

/* デフォルトフォント */
html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
html.IE {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
}

.bold, strong {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
.IE .bold, .IE strong {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
}

body, table {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

@media screen and (max-width: 736px) {
	body, table {
		font-family: sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
/* end of SP */
/*明朝体*/
.serif {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*英文フォント*/
.en, section#news h2, .heading-report {
	font-family: 'Jost', sans-serif;
}

/* --------------------------------------------------

リンク

-------------------------------------------------- */
a {
	color: #407bc8;
	text-decoration: none;
}
@media screen and (min-width: 737px) {
	a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	a:hover, a:focus {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		text-decoration: none;
	}
}
a.ec:before {
	content: "\25B6";
	display: inline-block;
	color: #29a7e1;
	width: 1em;
	margin: 0px 11px 0px 0;
	font-size: 10px;
	font-size: 1rem;
}
a.flash:hover {
	opacity: 1;
	-webkit-animation: flash .7s;
	animation: flash .7s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 1;
	}
}
/* マウスオーバ時のアルファ値変更 */
/* --------------------------------------------------

基本コンポーネント

-------------------------------------------------- */
/* 背景 */
#bg-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: transparent url(../img/bg-fixed.png) 50% 0 repeat;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: -1;
}
@media screen and (max-width: 736px) {
	#bg-fixed {
		-moz-background-size: 1400px, auto;
		-o-background-size: 1400px, auto;
		-webkit-background-size: 1400px, auto;
		background-size: 1400px, auto;
	}
}

#wrapper {
	position: relative;
}
@media screen and (max-width: 736px) {
	#wrapper {
		min-width: 0;
		overflow: hidden;
	}
}

#content-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 737px) {
	#content-wrapper {
		min-width: 1024px;
	}
}
@media screen and (max-width: 736px) {
	#content-wrapper {
		margin: 0;
		padding-top: 0;
	}
}

#content {
	padding-top: 30px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
	max-width: 100vw;
}
.second #content {
	background: none;
	padding-top: 0;
}
@media screen and (max-width: 736px) {
	#content {
		background: none;
		padding-top: 7px;
		padding-bottom: 50px;
	}
}
#content.fz-normal {
	font-size: 100%;
}
#content.fz-big {
	font-size: 120%;
}
@media screen and (max-width: 736px) {
	#content.fz-big {
		font-size: 100%;
	}
}

/* --------------------------------------------------

ヘッダー

-------------------------------------------------- */
#gheader {
	height: 151px;
	width: 100%;
	position: relative;
	z-index: 10;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-width: 1024px;
}
@media screen and (max-width: 736px) {
	#gheader {
		display: block;
		min-width: 0;
		height: 55px;
	}
}
@media screen and (min-width: 737px) {
	#gheader .logo {
		margin-left: 2.14286%;
		margin-top: 18px;
		max-width: 439px;
		width: 31.35714%;
		max-height: 103px;
	}
}
@media screen and (max-width: 736px) {
	#gheader .logo {
		position: absolute;
		width: 176px;
		height: 38px;
		top: 15px;
		left: 15px;
	}
}
@media screen and (max-width: 374px) {
	#gheader .logo {
		top: 20px;
		width: 136px;
	}
}
#gheader .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#gheader .logo img {
	display: block;
	width: 100%;
	height: auto;
}
#gheader nav.banner {
	margin-right: 2.85714%;
	margin-top: 20px;
	max-width: 780px;
	width: 55.71429%;
	max-height: 60px;
}
.IE #gheader nav.banner {
	position: absolute;
	right: 0;
	top: 0;
}
#gheader nav.banner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#gheader nav.banner li {
	width: -webkit-calc((100% - 60px) / 4);
	width: calc((100% - 60px) / 4);
	height: 60px;
}
#gheader nav.banner li:last-child a {
	padding: 0;
}
#gheader nav.banner a {
	display: block;
	height: 100%;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
    box-shadow: 0 0 1.5px #d0d0d0;
}
@media screen and (min-width: 737px) {
	#gheader nav.banner a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	#gheader nav.banner a:hover {
		opacity: 1;
		-webkit-animation: flash .7s;
		animation: flash .7s;
	}
	@-webkit-keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
}
#gheader nav.banner img {
	display: block;
	width: auto;
	height: auto;
	max-width: -webkit-calc(100% - 20px);
	max-width: calc(100% - 20px);
}
#gheader nav.banner img[src$="hd-bnr-rboy.png"] {
	max-width: 100%;
	border-radius: 10px;
}
#gheader .tool-box {
	position: absolute;
	top: 101px;
	right: 2.85714%;
	width: 580px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#gheader a.contact {
	display: block;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	border: 3px solid  #000;
	background: #fcb539;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 44px;
}
@media screen and (min-width: 737px) {
	#gheader a.contact {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#gheader a.contact:hover {
		opacity: 1;
		-webkit-animation: flash .7s;
		animation: flash .7s;
	}
	@-webkit-keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
}
@media screen and (max-width: 736px) {
	#gheader a.contact {
		position: absolute;
		width: 105px;
		height: 30px;
		border-radius: 18px;
		border-width: 2px;
		line-height: 26px;
		font-size: 11px;
		right: 56px;
		top: 20px;
		border-width: 2px;
	}
}
#gheader #gnav-sp .contact {
	display: block;
	position: static;
	width: auto;
	height: 50px;
	line-height: 46px;
	border-radius: 25px;
	border-width: 2px;
	font-size: 13px;
	margin: 15px 25px 0;
}

/* 検索ボックス */
#seach-box {
	border-radius: 4px;
	width: 380px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 736px) {
	#seach-box {
		width: auto;
		margin-left: 25px;
		margin-right: 25px;
		height: 50px;
	}
}
#seach-box input[type="submit"] {
	background: nonee;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 130px;
	height: 100%;
	background: #000;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #000 url(../img/ico-search.png) 84.61538% 50% no-repeat;
	padding-right: 25px;
	-moz-background-size: 18px auto;
	-o-background-size: 18px auto;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}
@media screen and (max-width: 736px) {
	#seach-box input[type="submit"] {
		width: 90px;
		font-size: 9px;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
}
#seach-box input[type="submit"]:hover {
	cursor: pointer;
}
#seach-box input[type="text"] {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	color: #000;
	font-size: 17px;
	opacity: 1;
	padding-left: 22px;
	border-radius: 25px;
	background-color: #fff;
	padding-top: 0;
	vertical-align: middle;
}
@media screen and (min-width: 736px) {
	#seach-box input[type="text"] {
		border: solid 3px #000;
	}
}
@media screen and (max-width: 736px) {
	#seach-box input[type="text"] {
		height: 50px;
		padding-left: 20px;
		margin-left: 0;
	}
}
#seach-box input[type="text"]::-webkit-input-placeholder {
	font-size: 14px;
	color: #a3a3a3;
	letter-spacing: 1px;
	overflow: visible;
}
@media screen and (max-width: 736px) {
	#seach-box input[type="text"]::-webkit-input-placeholder {
		line-height: 2;
	}
}
#seach-box input[type="text"]:-ms-input-placeholder {
	font-size: 14px;
	color: #a3a3a3;
	letter-spacing: 1px;
	overflow: visible;
}
#seach-box input[type="text"]::-moz-placeholder {
	font-size: 14px;
	color: #a3a3a3;
	letter-spacing: 1px;
	overflow: visible;
}
.home #slider-mv #seach-box {
	margin-bottom: 23px;
	width: auto;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	height: 36px;
	border-radius: 18px;
	position: relative;
	overflow: visible;
}
.home #slider-mv #seach-box input[type="submit"] {
	border-radius: 0px 18px 18px 0px;
}
.home #slider-mv #seach-box:after {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: inherit;
	z-index: -1;
	background: transparent url(../img/shadow.png) 100% 100% repeat;
	-moz-background-size: 50% auto;
	-o-background-size: 50% auto;
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
}
.home #slider-mv #seach-box input[type="text"] {
	font-size: 12px;
	height: 36px;
}
.home #slider-mv #seach-box input[type="text"]::-webkit-input-placeholder {
	font-size: 12px;
	color: #a3a3a3;
	letter-spacing: 1px;
	overflow: visible;
}
@media screen and (max-width: 736px) {
	.home #slider-mv #seach-box input[type="text"]::-webkit-input-placeholder {
		line-height: 1.8;
	}
}

/* --------------------------------------------------

グローバルメニュー（SP）

-------------------------------------------------- */
.scroll-prevent {
	overflow: hidden;
	position: fixed;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

#gnav-sp {
	width: 100%;
	position: absolute;
	z-index: 200;
	top: 70px;
	right: -100%;
	-moz-transition: right 0.3s;
	-o-transition: right 0.3s;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
	padding-bottom: 50px;
}
#gnav-sp.active {
	right: 0;
	height: 100vh;
	overflow-y: scroll;
}
#gnav-sp nav.category-hd {
	margin-left: 25px;
	margin-right: 25px;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	background-color: #fff;
	border: 2px solid  #000;
	margin-top: 22px;
	border-radius: 18px;
	position: relative;
	padding-top: 42px;
	padding-bottom: 19px;
	z-index: 2;
}
#gnav-sp nav.category-hd .heading {
	position: absolute;
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	width: 172px;
	height: 51.5px;
	background: transparent url(/digestplus/common/img/bg-category-sp.png) 0% 0% no-repeat;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	left: -9px;
	top: -22px;
	padding-bottom: 5px;
	padding-right: 20px;
}
#gnav-sp nav.category-hd .heading span {
	display: inline-block;
}
#gnav-sp nav.category-hd .heading span:last-child {
	font-size: 9px;
	margin-left: 11px;
	font-weight: bold;
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
#gnav-sp nav.category-hd ul {
	margin-left: 6.15385%;
	margin-right: 6.15385%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
@media screen and (max-width: 645px) {
	#gnav-sp nav.category-hd ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
#gnav-sp nav.category-hd ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 645px) {
	#gnav-sp nav.category-hd ul li {
		width: 48.77193%;
		margin-left: 0;
		margin-right: 0;
	}
}
#gnav-sp nav.category-hd ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	white-space: nowrap;
}
@media screen and (max-width: 375px) {
	#gnav-sp nav.category-hd ul li a {
		font-size: 3.46667vw;
		white-space: normal;
	}
}
#gnav-sp nav.category-hd ul li img {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	-webkit-flex: 0 0 50px;
	flex: 0 0 50px;
}
#gnav-sp nav.banner-sp {
	width: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
}
#gnav-sp nav.banner-sp ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: auto;
}
@media screen and (max-width: 570px) {
	#gnav-sp nav.banner-sp ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
#gnav-sp nav.banner-sp li {
	width: -webkit-calc((100% - 45px) / 4);
	width: calc((100% - 45px) / 4);
	margin-bottom: 15px;
}
@media screen and (max-width: 570px) {
	#gnav-sp nav.banner-sp li {
		width: -webkit-calc((100% - 15px) / 2);
		width: calc((100% - 15px) / 2);
	}
}
#gnav-sp nav.banner-sp a {
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	width: auto;
	height: 45px;
	display: block;
	position: relative;
	border-radius: 5px;
}
@media screen and (max-width: 570px) {
	#gnav-sp nav.banner-sp a {
		padding-top: 29.03226%;
		height: auto;
	}
}
#gnav-sp nav.banner-sp img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gnav-sp nav.banner-sp img[src$="hd-bnr-tvrating.png"] {
	width: 108px;
	height: auto;
}
@media screen and (max-width: 570px) {
	#gnav-sp nav.banner-sp img[src$="hd-bnr-tvrating.png"] {
		width: 69.67742%;
	}
}
#gnav-sp nav.banner-sp img[src$="hd-bnr-synapse.png"] {
	width: 78px;
	height: auto;
}
@media screen and (max-width: 570px) {
	#gnav-sp nav.banner-sp img[src$="hd-bnr-synapse.png"] {
		width: 50.32258%;
	}
}
#gnav-sp nav.banner-sp img[src$="hd-bnr-data.png"] {
	width: 75px;
	height: auto;
}
@media screen and (max-width: 570px) {
	#gnav-sp nav.banner-sp img[src$="hd-bnr-data.png"] {
		width: 48.3871%;
	}
}
#gnav-sp nav.banner-sp img[src$="hd-bnr-rboy.png"] {
	width: 155px;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 570px) {
	#gnav-sp nav.banner-sp img[src$="hd-bnr-rboy.png"] {
		width: 100%;
	}
}

.sp-nav-bg {
	background-color: #fff9ed;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	display: none;
}
.sp-nav-bg.open {
	display: block;
	z-index: 10;
}

/* --------------------------------------------------

ハンバーガーメニュー

-------------------------------------------------- */
#hamburger-menu {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 19px;
	transition: all .4s;
	z-index: 201;
}
#hamburger-menu span {
	display: block;
	transition: all .4s;
	position: absolute;
	background-color: #000;
	width: 30px;
	left: 0;
	height: 2px;
	border-radius: 1px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#hamburger-menu span:nth-of-type(1) {
	top: 7px;
}
#hamburger-menu span:nth-of-type(2) {
	top: 14px;
	opacity: 1;
}
#hamburger-menu span:nth-of-type(3) {
	top: 21px;
}
#hamburger-menu.active span:nth-of-type(1) {
	-moz-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#hamburger-menu.active span:nth-of-type(2) {
	opacity: 0;
}
#hamburger-menu.active span:nth-of-type(3) {
	-moz-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

/* --------------------------------------------------

グローバルメニュー

-------------------------------------------------- */
nav.gnav {
	width: 100%;
	margin-top: 30px;
	height: 74px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: #fff;
}
@media screen and (max-width: 736px) {
	nav.gnav {
		margin-top: 9px;
		height: 70px;
		border-width: 2px;
	}
}
nav.gnav .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
@media screen and (min-width: 737px) {
	nav.gnav .inner {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
nav.gnav .heading {
	font-family: 'Jost', sans-serif;
	font-size: 17px;
	height: 100%;
	width: 153px;
	background: transparent url(/digestplus/common/img/gnav-hd.png) 0% 0% no-repeat;
	padding: 12px 19px;
}
@media screen and (max-width: 736px) {
	nav.gnav .heading {
		background: #fcb539;
		width: 80px;
		border-right: 2px solid #000;
		padding: 16px 13px;
		-webkit-flex: 1 0 80px;
		flex: 1 0 80px;
	}
}
nav.gnav .heading span {
	display: block;
}
@media screen and (max-width: 736px) {
	nav.gnav .heading span {
		font-size: 12px;
	}
}
nav.gnav .heading span:last-child {
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width: 736px) {
	nav.gnav .heading span:last-child {
		font-size: 9px;
	}
}
nav.gnav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 79.4%;
}
@media screen and (max-width: 736px) {
	nav.gnav ul {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		padding-left: 9.30626%;
		padding-right: 9.30626%;
	}
}
@media screen and (max-width: 500px) {
	nav.gnav ul {
		padding-left: 4.23012%;
		padding-right: 4.23012%;
	}
}
nav.gnav li {
	width: 23.92947%;
}
@media screen and (max-width: 736px) {
	nav.gnav li {
		width: 50px;
	}
}
nav.gnav a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	color: #000;
}

@media screen and (min-width: 737px) {
	nav.gnav a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
        font-size:18px !important;
	}
	nav.gnav a:hover {
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
}
@media screen and (max-width: 736px) {
	nav.gnav a {
		-webkit-flex-direction: column;
		flex-direction: column;
		font-size: 10px;
		text-align: center;
		padding-top: 4px;
	}
}
@media screen and (max-width: 736px) {
	nav.gnav a span {
		display: block;
		text-align: center;
	}
}
nav.gnav img {
	display: block;
	margin-right: 13px;
	width: 84px;
	height: auto;
}
@media screen and (max-width: 736px) {
	nav.gnav img {
		width: 34px;
		margin-right: 0;
		margin-bottom: 3px;
	}
}

/* --------------------------------------------------

ページタイトル

-------------------------------------------------- */
.page_title {
	height: 136px;
	background: transparent  50% 50% repeat-x;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
	.page_title {
		height: 83px;
		background-repeat: no-repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		padding-bottom: 7px;
		margin-bottom: 25px;
	}
}
.page_title .heading {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
}
@media screen and (max-width: 736px) {
	.page_title .heading {
		font-size: 20px;
		letter-spacing: 2px;
		padding-right: 0;
	}
}
.page_title .heading:before {
	content: " ";
	display: inline-block;
	width: 45px;
	height: 45px;
	background: transparent  50% 0% no-repeat;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	margin-right: 47px;
}
@media screen and (max-width: 736px) {
	.page_title .heading:before {
		width: 27px;
		height: 27px;
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		margin-right: 21px;
	}
}
.page_title.tv {
	background-image: url(/digestplus/common/img/page-title-tv.png);
}
.page_title.tv .heading:before {
	background-image: url(/digestplus/common/img/ico-categ-01.png);
}
.page_title.ad {
	background-image: url(/digestplus/common/img/page-title-ad.png);
}
.page_title.ad .heading:before {
	background-image: url(/digestplus/common/img/ico-categ-02.png);
}
.page_title.market {
	background-image: url(/digestplus/common/img/page-title-market.png);
}
.page_title.market .heading:before {
	background-image: url(/digestplus/common/img/ico-categ-03.png);
}
.page_title.media {
	background-image: url(/digestplus/common/img/page-title-media.png);
}
.page_title.media .heading:before {
	background-image: url(/digestplus/common/img/ico-categ-04.png);
}
.page_title.search {
	background-image: url(/digestplus/common/img/page-title-search.png);
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
}
@media screen and (max-width: 736px) {
	.page_title.search {
		font-size: 20px;
		letter-spacing: 2px;
		padding-right: 0;
	}
}

/* --------------------------------------------------

パンくず

-------------------------------------------------- */
.bread_crumb {
	max-width: 1024px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
}
@media screen and (max-width: 736px) {
	.bread_crumb {
		margin-top: 10px;
		margin-bottom: 1px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
.bread_crumb ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bread_crumb li {
	color: #000000;
	letter-spacing: 1px;
}
@media screen and (max-width: 736px) {
	.bread_crumb li {
		font-size: 12px;
		margin-bottom: 4px;
	}
}
.bread_crumb li:after {
	content: ">";
	margin-left: .5em;
	margin-right: .5em;
}
.bread_crumb li:last-child:after {
	display: none;
}
.bread_crumb a {
	color: #000;
	text-decoration: underline;
}
@media screen and (min-width: 737px) {
	.bread_crumb a:hover {
		color: #00266e;
	}
}

/* --------------------------------------------------

記事一覧

-------------------------------------------------- */
@media screen and (max-width: 736px) {
	section.category-index {
		padding-left: 25px;
		padding-right: 25px;
	}
}

ul.entry-list {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.entry-list:after {
	content: " ";
	display: block;
	height: 0;
	width: 310px;
}
ul.entry-list li {
	position: relative;
	overflow: visible;
	width: 310px;
	background-color: #fff;
	border-radius: 10px;
}
@media screen and (min-width: 737px) {
	ul.entry-list li {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	ul.entry-list li:nth-of-type(n+4) {
		margin-top: 50px;
	}
	ul.entry-list li:hover {
		cursor: pointer;
	}
	ul.entry-list li:hover:after,  ul.report-list.magazine-lists li:hover:after {
		opacity: 1;
	}
}
@media screen and (max-width: 736px) {
	ul.entry-list li {
		margin-bottom: 15px;
		width: -webkit-calc(50% - 8px);
		width: calc(50% - 8px);
	}
}
@media screen and (max-width: 572px) {
	ul.entry-list li {
		width: 100%;
		border-radius: 5px;
	}
}
ul.entry-list li:after, ul.report-list.magazine-lists li:after {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: inherit;
	z-index: -1;
	background: transparent url(../img/shadow.png) 100% 100% repeat;
	opacity: 0;
}
@media screen and (max-width: 736px) {
	ul.entry-list li:after {
		top: 7px;
		left: 7px;
	}
}
ul.entry-list li a {
	display: block;
	position: relative;
	color: #000;
}
@media screen and (max-width: 572px) {
	ul.entry-list li a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
ul.entry-list li figure {
	display: block;
	height: 162px;
	overflow: hidden;
	position: relative;
	border-radius: 9px 9px 0px 0px;
}
/* reportsページ用雑誌リストpc */
ul.report-list.magazine-lists{
	flex-wrap: wrap;
	justify-content: unset;
}
ul.report-list.magazine-lists .item {
	border-radius: 10px;
	position: relative;
	margin: 0 4.3% 35px;
}
ul.report-list.magazine-lists figure {
	margin-bottom: 0px;
}
ul.report-list.magazine-lists figure img{
	border-radius: 10px 10px 0 0;
}
ul.report-list.magazine-lists .description {
	padding: 26px 30px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}
ul.report-list.magazine-lists .description p{
	font-size: 14px;
}
@media screen and (min-width: 572px) {
	ul.report-list.magazine-lists .description {
		border-top: solid 1px #f0f0f0;
    	height: 143px;
	}
}
ul.report-list.magazine-lists figure:before{
	content: none;
}
h1#report_page{
	font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 40px;
}
/* reportsページ用雑誌リストpc ここまで */

@media screen and (max-width: 572px) {
	ul.entry-list li figure {
		width: 50%;
		height: auto;
		border-radius: 4px 0px 0px 4px;
	}
    /* reportsページ用雑誌リストsp */
	ul.report-list.magazine-lists .item a{
		display: flex;
    	justify-content: center;
	}
	ul.report-list.magazine-lists figure{
		margin: 0;
	}
	ul.report-list.magazine-lists figure img{
		border-radius: 10px 0 0 10px;
	}
	ul.report-list.magazine-lists .description{
		margin: 0;
		padding: 15px 15px;
		border-left: solid 1px #f0f0f0;
		border-radius: 0 10px 10px 0;
	}
	/* reportsページ用雑誌リストsp ここまで */
}
ul.entry-list li figure img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
ul.entry-list li .description {
	padding: 26px 30px;
    position: relative;
}
@media screen and (min-width: 572px) {
	ul.entry-list li .description {
    border-top:solid 1px #f0f0f0;
    height:143px;
	}
}
@media screen and (max-width: 572px) {
	ul.entry-list li .description {
		width: 50%;
		padding: 13px 15px;
        border-left:solid 1px #f0f0f0;
        height: 107px;
	}
}
ul.entry-list li p {
	font-size: 14px;
}
@media screen and (max-width: 572px) {
	ul.entry-list li p {
		font-size: 11px;
	}
}
ul.entry-list li .date {
	font-size: 14px;
	margin-top: 2em;
}
@media screen and (min-width: 572px) {
	ul.entry-list li .date {
        position: absolute;
        bottom: 26px;
        left:30px;
	}
}
@media screen and (max-width: 572px) {
	ul.entry-list li .date {
		font-size: 9px;
        position: absolute;
        bottom: 13px;
        left:15px;
	}
}
ul.entry-list .categ {
	position: absolute;
	left: 10px;
	top: 10px;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 17px;
	padding-left: 1.625em;
	padding-right: 1.625em;
	background-color: #000;
}
@media screen and (max-width: 572px) {
	ul.entry-list .categ {
		font-size: 11px;
		padding-top: 4.5px;
		padding-bottom: 4.5px;
		left: 10px;
		top: 10px;
	}
}
ul.entry-list .categ.tv {
	background-color: #5481f6;
}
ul.entry-list .categ.ad {
	background-color: #ed54a4;
}
ul.entry-list .categ.market {
	background-color: #31cda6;
}
ul.entry-list .categ.media {
	background-color: #ffc111;
}

/* --------------------------------------------------

記事詳細

-------------------------------------------------- */
section.entry-detail {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px;
}
@media screen and (max-width: 736px) {
	section.entry-detail {
		margin-left: 25px;
		margin-right: 25px;
		padding: 25px 16px 15px;
	}
}
section.entry-detail .categ {
	line-height: 1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 17px;
	padding-left: 1.625em;
	padding-right: 1.625em;
	background-color: #000;
}
@media screen and (max-width: 572px) {
	section.entry-detail .categ {
		font-size: 11px;
		padding-top: 4.5px;
		padding-bottom: 4.5px;
		left: 5px;
		top: 5px;
	}
}
section.entry-detail .categ.tv {
	background-color: #5481f6;
}
section.entry-detail .categ.ad {
	background-color: #ed54a4;
}
section.entry-detail .categ.market {
	background-color: #31cda6;
}
section.entry-detail .categ.media {
	background-color: #ffc111;
}
section.entry-detail .date {
	font-size: 14px;
	float: right;
	margin-top: .6em;
}
@media screen and (max-width: 736px) {
	section.entry-detail .date {
		font-size: 12px;
	}
}
section.entry-detail .entry-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.42857;
	margin-top: 24px;
}
@media screen and (max-width: 736px) {
	section.entry-detail .entry-title {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 10px;
	}
}

ul.sns {
	display: -webkit-flex;
	display: flex;
	margin-top: 23px;
}
@media screen and (max-width: 736px) {
	ul.sns {
		margin-top: 10px;
	}
}
@media screen and (max-width: 374px) {
	ul.sns {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
ul.sns li {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: white;
	height: 34px;
	border-radius: 17px;
	margin-right: 9px;
	width: 150px;
}
@media screen and (min-width: 737px) {
	ul.sns li {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	ul.sns li:hover {
		opacity: 1;
		-webkit-animation: flash .7s;
		animation: flash .7s;
	}
	@-webkit-keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
}
@media screen and (max-width: 736px) {
	ul.sns li {
		border-width: 1px;
		width: auto;
		margin-right: 5px;
	}
}
@media screen and (max-width: 374px) {
	ul.sns li {
		height: 30px;
	}
}
@media screen and (max-width: 736px) {
	ul.sns li.fb a {
		width: 65px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 374px) {
	ul.sns li.fb a {
		width: 54px;
	}
}
ul.sns li.fb a:before {
	content: " ";
	display: inline-block;
	height: 14px;
	width: 8px;
	background: transparent url(../img/entry/facebook.png) 50% 50% no-repeat;
	-moz-background-size: auto 14px;
	-o-background-size: auto 14px;
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
}
@media screen and (max-width: 736px) {
	ul.sns li.fb a:before {
		margin-right: 1px;
	}
}
ul.sns li.twitter a {
	padding-right: 30px;
}
@media screen and (max-width: 736px) {
	ul.sns li.twitter a {
		padding-left: 0;
		padding-right: 0;
		width: 32px;
		text-align: center;
	}
}
@media screen and (max-width: 374px) {
	ul.sns li.twitter a {
		width: 30px;
	}
}
ul.sns li.twitter a:before {
	content: " ";
	display: inline-block;
	height: 14px;
	width: 17px;
	background: transparent url(../img/entry/twitter.png) 50% 50% no-repeat;
	-moz-background-size: auto 14px;
	-o-background-size: auto 14px;
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
}
@media screen and (max-width: 736px) {
	ul.sns li.twitter a:before {
		-moz-background-size: auto 12px;
		-o-background-size: auto 12px;
		-webkit-background-size: auto 12px;
		background-size: auto 12px;
	}
}
ul.sns li.line a {
	padding-right: 40px;
}
@media screen and (max-width: 736px) {
	ul.sns li.line a {
		padding-left: 0;
		padding-right: 0;
		width: 32px;
		text-align: center;
	}
}
@media screen and (max-width: 374px) {
	ul.sns li.line a {
		width: 30px;
	}
}
ul.sns li.line a:before {
	content: " ";
	display: inline-block;
	height: 14px;
	width: 17px;
	background: transparent url(../img/entry/line.png) 50% 50% no-repeat;
	-moz-background-size: auto 14px;
	-o-background-size: auto 14px;
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
}
ul.sns li.hateb a {
	padding-right: 13px;
}
@media screen and (max-width: 736px) {
	ul.sns li.hateb a {
		padding-left: 0;
		padding-right: 0;
		width: 32px;
		text-align: center;
	}
}
@media screen and (max-width: 374px) {
	ul.sns li.hateb a {
		width: 30px;
	}
}
ul.sns li.hateb a:before {
	content: " ";
	display: inline-block;
	height: 14px;
	width: 17px;
	background: transparent url(../img/entry/hateb.png) 50% 50% no-repeat;
	-moz-background-size: auto 14px;
	-o-background-size: auto 14px;
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
}
@media screen and (max-width: 736px) {
	ul.sns li.hateb a:before {
		-moz-background-size: auto 12px;
		-o-background-size: auto 12px;
		-webkit-background-size: auto 12px;
		background-size: auto 12px;
	}
}
ul.sns a {
	display: block;
	height: 100%;
	line-height: 30px;
	color: #000;
	text-align: center;
	font-size: 12px;
	padding-left: 13px;
	padding-right: 13px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 736px) {
	ul.sns a {
		font-size: 10px;
		padding-left: 10px;
		padding-right: 9px;
	}
}
@media screen and (max-width: 374px) {
	ul.sns a {
		width: 30px;
		padding-left: 5px;
		padding-right: 4px;
	}
}

/* 記事下部のSNS */
.sns-box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding: 27px 27px 29px;
	background-color: #fff;
	margin-bottom: 90px;
}
@media screen and (max-width: 736px) {
	.sns-box {
		margin-top: 40px;
		padding: 22px 15px;
	}
}
.sns-box h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.sns-box ul.sns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 736px) {
	.sns-box ul.sns {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 736px) {
	.sns-box ul.sns li {
		width: -webkit-calc((100% - 20px) / 3);
		width: calc((100% - 20px) / 3);
		margin-right: 0;
	}
	.sns-box ul.sns li:nth-of-type(n+3) {
		margin-top: 10px;
	}
	.sns-box ul.sns li a {
		letter-spacing: 0;
		width: 100%;
		display: block;
		padding-left: 11px;
		padding-right: 16px;
		padding-top: 1px;
	}
	.sns-box ul.sns li a:before {
		float: left;
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}
@media screen and (max-width: 374px) {
	.sns-box ul.sns li a {
		padding-top: 0;
	}
	.sns-box ul.sns li a:before {
		-moz-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
}
@media screen and (max-width: 736px) {
	.sns-box ul.sns li.fb {
		width: -webkit-calc((100% - 10px) / 2);
		width: calc((100% - 10px) / 2);
	}
}
@media screen and (max-width: 736px) {
	.sns-box ul.sns li.fb a {
		padding-left: 14px;
	}
}
.sns-box ul.sns li.fb a:before {
	content: " ";
	display: inline-block;
	height: 14px;
	width: 8px;
	background: transparent url(../img/entry/facebook.png) 50% 50% no-repeat;
	-moz-background-size: auto 14px;
	-o-background-size: auto 14px;
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
}
@media screen and (max-width: 736px) {
	.sns-box ul.sns li.fb a:before {
		float: left;
		-moz-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
}
@media screen and (max-width: 736px) {
	.sns-box ul.sns li.hateb a {
		padding-right: 5px;
	}
}
@media screen and (max-width: 375px) {
	.sns-box ul.sns li.hateb a {
		font-size: 2.66667vw;
	}
}

/* 記事本文 */
.profile_area {
	margin-top: 40px;
	display: -ms-flexbox;
	display: flex;
}
.float_img_left {
	margin: 0 1rem 0 0;
	float: left;
}
.profile_area img{
	width:70px;
}
.profile_txt dt {
	font-size: 0.85em;
}
.article_txt {
	padding-top: 40px;
}
@media screen and (max-width: 736px) {
	.article_txt {
		padding-top: 15px;
	}
}
.article_txt p {
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 1.75em;
}
@media screen and (max-width: 736px) {
	.article_txt p {
		font-size: 13px;
	}
}
.article_txt img,
.article_txt p > img {
	margin: 40px auto !important;
	max-width: 600px;
    display: block;
}
@media screen and (max-width: 736px) {
.article_txt img,
.article_txt p > img {
	margin: 40px auto !important;
	max-width: 100%;
    display: block;
}
}
.article_txt hr + h2 {
	margin-top: 8em;
}
@media screen and (max-width: 736px) {
	.article_txt hr + h2 {
		margin-top: 2em;
	}
}
.article_txt h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
}
@media screen and (max-width: 736px) {
	.article_txt h2 {
		font-size: 15px;
	}
}
.article_txt h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 3em;
  margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 736px) {
	.article_txt h3 {
		font-size: 13px;
	}
}
.article_txt h4 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 736px) {
	.article_txt h4 {
		font-size: 13px;
	}
}
.article_txt h5 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
}
.article_txt h5:before {
	content: '■';
}
@media screen and (max-width: 736px) {
	.article_txt h5 {
		font-size: 13px;
	}
    .article_txt h5:before {
	content: '■';
}
}
.article_txt h6 {
	font-size: 13px;
}
.article_txt table {
	display: block;
	background-color: #fee9c3;
	width: 100% !important;
	height: auto !important;
	border-radius: 10px;
	border: none !important;
	padding: 28px 0 !important;
	margin: 0 !important;
}
.article_txt table.four_bnr{
	height: 175px !important;
}

@media screen and (max-width: 736px) {
	.article_txt table {
		padding: 15px 0 !important;
	}
}
.article_txt table tbody, .article_txt table tr, .article_txt table td {
	display: block;
	border: none !important;
	color: #000 !important;
	padding: 0;
	margin: 0;
	text-align: center;
}
.article_txt table span {
	color: #000 !important;
	line-height: 1;
}
.article_txt table span:empty {
	display: none !important;
}
.article_txt table td {
	padding-left: 25px;
	padding-right: 25px;
}
@media screen and (max-width: 736px) {
	.article_txt table td {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.article_txt table td > span:first-child {
	font-size: 14px;
	height: 14px;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
	.article_txt table td > span:first-child {
		font-size: 12px;
		margin-bottom: 10px;
		min-height: 14px;
		height: auto;
	}
}
.article_txt table td > span:not(:first-child) {
	display: block;
	position: relative;
	height: 40px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 736px) {
	.article_txt table td > span:not(:first-child) {
		margin: 0 !important;
		padding: 0 !important;
		width: auto;
	}
}
@media screen and (max-width: 500px) {
	.article_txt table td > span:not(:first-child) {
		height: 90px !important;
	}
}
.article_txt table td > span:not(:first-child) > span {
	width: 280px;
	height: 40px;
	text-decoration: none !important;
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
}
.article_txt table td > span:nth-of-type(2).pr-one_btn_center {
	height: 40px!important;
}
.article_txt table td > span:nth-of-type(2) > span.one_btn_center {
	display: inline-block!important;	
	top: 0;	left: 50%;transform: translateX(-53%);
}
.article_txt table td > span:nth-of-type(2) > span.one_btn_center {
	position: absolute !important;	
	transform: translateX(-50%);
}	

.article_txt table.three_bnr td > span:not(:first-child) > span {
    width: 185px;
}
.article_txt table.three_bnr td > span:not(:first-child) > span + span {
	left: auto;
    right: 50%;
    transform: translate(50%);
}
.article_txt table.three_bnr td > span:not(:first-child) > span + span + span {
	right: 0;
    top: 0;
    transform: translate(0%);
}
.article_txt table td > span:not(:first-child) > span + span {
	left: auto;
	right: 0;
}
.article_txt table td > span:not(:first-child) > span + span + span {
	left: 0;
	top: 50px;
}
.article_txt table td > span:not(:first-child) > span + span + span + span {
	left: auto;
	right: 0;
}
/* wysiwyg内単独バナー用クラス（0514追記） */
@media screen and (max-width: 736px) {
	.article_txt table td > span:not(:first-child) > span {
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 500px) {
	.article_txt table td > span:not(:first-child) > span {
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
	}
	.article_txt table td > span:not(:first-child) > span + span {
		top: 50px;
		right: 50%;
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	.article_txt table td > span:not(:first-child) > span + span + span {
		top: 100px;
		left: auto;
	}
	.article_txt table td > span:not(:first-child) > span + span + span + span {
		top: 150px;
		right: 50%;
	}
	.article_txt table.four_bnr {
		height: 245px !important;
	}
	.article_txt table.three_bnr {
		height: 195px !important;
	}
	.article_txt table.three_bnr td > span:not(:first-child) > span + span + span{
		top: 100px;
		right: 50%;
		transform: translate(50%);
	}
	.article_txt table.three_bnr td > span:not(:first-child) > span {
		width: calc(100% - 10px);
	}
}
.article_txt table td > span:not(:first-child) > span a {
	display: block;
	border: 2px solid  #000;
	background-color: #fff;
	height: 100%;
	border-radius: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.article_txt table td > span:not(:first-child) > span a span {
	text-decoration: none !important;
}
@media screen and (max-width: 736px) {
	.article_txt table td > span:not(:first-child) > span a span {
		font-size: 11px;
	}
}
@media screen and (min-width: 737px) {
	.article_txt table td > span:not(:first-child) > span a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.article_txt table td > span:not(:first-child) > span a:hover {
		background-color: #fcb539;
	}
}
.article_txt table br {
	display: none !important;
}

/* サービスやデータに関するご相談はこちら */
.article_contact {
	margin: 40px 0;
	width: 100%;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 736px) {
	.article_contact {
		margin: 22px 0;
	}
}
.article_contact a {
	display: block;
	width: -webkit-calc(100% - 3px);
	width: calc(100% - 3px);
	height: 80px;
	border: 3px solid  #000;
	background-color: #fcb539;
	border-radius: 40px;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
}
@media screen and (max-width: 736px) {
	.article_contact a {
		height: 45px;
		border-width: 2px;
		font-size: 13px;
	}
}
@media screen and (max-width: 374px) {
	.article_contact a {
		font-size: 3.20856vw;
	}
}
@media screen and (min-width: 737px) {
	.article_contact a:hover:after {
		opacity: 1;
	}
}
.article_contact a:after {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -8px;
	right: -8px;
	border-radius: inherit;
	z-index: -1;
	background: url(../img/shadow.png) 0% 0% repeat;
	opacity: .3;
}
@media screen and (max-width: 736px) {
	.article_contact a:after {
		bottom: -5px;
		right: -5px;
		-moz-background-size: 50% auto;
		-o-background-size: 50% auto;
		-webkit-background-size: 50% auto;
		background-size: 50% auto;
	}
}

/* --------------------------------------------------

ページャー

-------------------------------------------------- */
nav.pager {
	max-width: 1024px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
@media screen and (max-width: 736px) {
	nav.pager {
		margin-top: 25px;
	}
}
nav.pager ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border: 3px solid  #000;
	background-color: #fff;
	border-radius: 37px;
	height: 74px;
	position: relative;
}
@media screen and (max-width: 736px) {
	nav.pager ul {
		height: 56px;
	}
}
nav.pager li {
	display: inline-block;
	font-size: 22px;
	margin-left: .5em;
	margin-right: .5em;
}
@media screen and (max-width: 736px) {
	nav.pager li {
		font-size: 17px;
	}
}
nav.pager a {
	color: #000;
	text-decoration: underline;
	display: block;
	height: 100%;
}
@media screen and (min-width: 737px) {
	nav.pager a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	nav.pager a:hover {
		opacity: .5;
	}
}
nav.pager span:before {
	content: "...";
	color: #000;
}
nav.pager .prev {
	position: absolute;
	left: 14px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
}
@media screen and (max-width: 736px) {
	nav.pager .prev {
		width: 36px;
		height: 36px;
		left: 10px;
	}
}
nav.pager .prev a {
	border-radius: 50%;
	background: #000 url(/digestplus/common/img/prev.png) 46% 50% no-repeat;
	-moz-background-size: 12px auto;
	-o-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}
@media screen and (min-width: 737px) {
	nav.pager .prev a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	nav.pager .prev a:hover {
		opacity: 1;
		-webkit-animation: flash .7s;
		animation: flash .7s;
	}
	@-webkit-keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
}
@media screen and (max-width: 736px) {
	nav.pager .prev a {
		-moz-background-size: 9px auto;
		-o-background-size: 9px auto;
		-webkit-background-size: 9px auto;
		background-size: 9px auto;
	}
}
nav.pager .next {
	position: absolute;
	right: 14px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
}
@media screen and (max-width: 736px) {
	nav.pager .next {
		width: 36px;
		height: 36px;
		right: 10px;
	}
}
nav.pager .next a {
	border-radius: 50%;
	background: #000 url(/digestplus/common/img/next.png) 54% 50% no-repeat;
	-moz-background-size: 12px auto;
	-o-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}
@media screen and (min-width: 737px) {
	nav.pager .next a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	nav.pager .next a:hover {
		opacity: 1;
		-webkit-animation: flash .7s;
		animation: flash .7s;
	}
	@-webkit-keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
}
@media screen and (max-width: 736px) {
	nav.pager .next a {
		-moz-background-size: 9px auto;
		-o-background-size: 9px auto;
		-webkit-background-size: 9px auto;
		background-size: 9px auto;
	}
}

/* あなたにおすすめの記事 */
section.recommend {
	margin-top: 80px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 736px) {
	section.recommend {
		margin-top: 40px;
		margin-left: 25px;
		margin-right: 25px;
	}
}

/* 見出し（おすすめ記事） */
.heading-recommend {
	width: -webkit-calc(100% - 26px);
	width: calc(100% - 26px);
	margin-left: 13px;
	margin-right: 13px;
	height: 75px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: #fcb539;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	line-height: 69px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	overflow: visible;
	margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
	.heading-recommend {
		width: -webkit-calc(100% - 18px);
		width: calc(100% - 18px);
		margin-bottom: 20px;
		height: 45px;
		border-width: 2px;
		line-height: 41px;
		font-size: 15px;
		margin-left: 9px;
		margin-right: 9px;
	}
}
.heading-recommend:before {
	content: " ";
	position: absolute;
	left: -13px;
	top: -3px;
	display: block;
	width: 13px;
	height: 75px;
	background: transparent url(/digestplus/common/img/ribbon-01.png) 100% 0% no-repeat;
}
@media screen and (max-width: 736px) {
	.heading-recommend:before {
		left: -9px;
		top: -2px;
		width: 9px;
		height: 45px;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
}
.heading-recommend:after {
	content: " ";
	position: absolute;
	right: -13px;
	top: -3px;
	display: block;
	width: 13px;
	height: 75px;
	background: transparent url(/digestplus/common/img/ribbon-rev.png) 0% 0% no-repeat;
}
@media screen and (max-width: 736px) {
	.heading-recommend:after {
		right: -8px;
		top: -2px;
		width: 9px;
		height: 45px;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
}

/* 見出し（シナプス） */
.heading-synapse {
	width: -webkit-calc(100% - 26px);
	width: calc(100% - 26px);
	margin-left: 13px;
	margin-right: 13px;
	height: 75px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: #FFF300;
	text-align: center;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	overflow: visible;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 736px) {
	.heading-synapse {
		width: -webkit-calc(100% - 18px);
		width: calc(100% - 18px);
		margin-bottom: 20px;
		height: 45px;
		border-width: 2px;
		line-height: 41px;
		font-size: 15px;
		margin-left: 9px;
		margin-right: 9px;
	}
}
.heading-synapse img {
	width: 132px;
	height: 69px;
	display: inline-block;
	margin-right: 16px;
}
@media screen and (max-width: 736px) {
	.heading-synapse img {
		width: 84.5px;
		height: 25px;
		margin-right: 10px;
	}
}
.heading-synapse:before {
	content: " ";
	position: absolute;
	left: -13px;
	top: -3px;
	display: block;
	width: 13px;
	height: 75px;
	background: transparent url(/digestplus/common/img/ribbon-synapse.png) 100% 0% no-repeat;
}
@media screen and (max-width: 736px) {
	.heading-synapse:before {
		left: -9px;
		top: -2px;
		width: 9px;
		height: 45px;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
}
.heading-synapse:after {
	content: " ";
	position: absolute;
	right: -13px;
	top: -3px;
	display: block;
	width: 13px;
	height: 75px;
	background: transparent url(/digestplus/common/img/ribbon-synapse-rev.png) 0% 0% no-repeat;
}
@media screen and (max-width: 736px) {
	.heading-synapse:after {
		right: -8px;
		top: -2px;
		width: 9px;
		height: 45px;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
}

/* 記事リスト */
section.recommend ul.entry-list:before {
	content: " ";
	display: block;
	height: 0;
	width: 235px;
	-webkit-order: 1;
	order: 1;
}
section.recommend ul.entry-list:after {
	content: " ";
	display: block;
	height: 0;
	width: 235px;
}
section.recommend ul.entry-list li {
	position: relative;
	overflow: visible;
	width: 235px;
	background-color: #fff;
	border-radius: 10px;
}
@media screen and (min-width: 737px) {
	section.recommend ul.entry-list li {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	section.recommend ul.entry-list li:nth-of-type(n+3) {
		margin-top: 0px;
	}
	section.recommend ul.entry-list li:nth-of-type(n+5) {
		margin-top: 20px;
	}
	section.recommend ul.entry-list li:hover {
		cursor: pointer;
	}
	section.recommend ul.entry-list li:hover:after {
		opacity: 1;
	}
}
@media screen and (max-width: 736px) {
	section.recommend ul.entry-list li {
		margin-bottom: 15px;
		width: -webkit-calc(50% - 8px);
		width: calc(50% - 8px);
	}
	section.recommend ul.entry-list li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 572px) {
	section.recommend ul.entry-list li {
		width: 100%;
		border-radius: 5px;
		height: auto;
		min-height: 67px;
	}
}
section.recommend ul.entry-list li:after {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: inherit;
	z-index: -1;
	background: transparent url(../img/shadow.png) 100% 100% repeat;
	opacity: 0;
}
@media screen and (max-width: 736px) {
	section.recommend ul.entry-list li:after {
		top: 7px;
		left: 7px;
	}
}
section.recommend ul.entry-list li a {
	display: block;
	position: relative;
	color: #000;
}
@media screen and (max-width: 572px) {
	section.recommend ul.entry-list li a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
section.recommend ul.entry-list li figure {
	display: block;
	height: 180px;
	overflow: hidden;
	position: relative;
	border-radius: 9px 9px 0px 0px;
}
@media screen and (max-width: 572px) {
	section.recommend ul.entry-list li figure {
		width: 33.23077%;
		height: auto;
		min-height: 67px;
		border-radius: 4px 0px 0px 4px;
	}
}
section.recommend ul.entry-list li figure img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
section.recommend ul.entry-list li figure img.width_100 {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 572px) {
	section.recommend ul.entry-list li .categ {
		top: 8px;
		left: -webkit-calc((216% / 650 * 100) + 16px);
		left: calc((216% / 650 * 100) + 16px);
	}
}
section.recommend ul.entry-list li .description {
	padding: 17px 22px;
}
@media screen and (max-width: 572px) {
	section.recommend ul.entry-list li .description {
		width: 66.76923%;
		padding: 34px 15px 13px;
	}
}
section.recommend ul.entry-list li p {
	font-size: 14px;
}
@media screen and (max-width: 572px) {
	section.recommend ul.entry-list li p {
		font-size: 10px;
		letter-spacing: 0;
	}
}
section.recommend ul.entry-list li .date {
	font-size: 12px;
	margin-top: 0.5em;
}
@media screen and (max-width: 572px) {
	section.recommend ul.entry-list li .date {
		font-size: 9px;
	}
}

/* 記事リスト（シナプス） */
section.synapse {
	margin-top: 80px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 736px) {
	section.synapse {
		margin-top: 40px;
		margin-left: 25px;
		margin-right: 25px;
	}
}
section.synapse ul.entry-list:before {
	content: " ";
	display: block;
	height: 0;
	width: 235px;
	-webkit-order: 1;
	order: 1;
}
section.synapse ul.entry-list:after {
	content: " ";
	display: block;
	height: 0;
	width: 235px;
}
section.synapse ul.entry-list li {
	position: relative;
	overflow: visible;
	width: 235px;
	background-color: #fff;
	border-radius: 10px;
}
@media screen and (min-width: 737px) {
	section.synapse ul.entry-list li {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	section.synapse ul.entry-list li:nth-of-type(n+3) {
		margin-top: 0px;
	}
	section.synapse ul.entry-list li:nth-of-type(n+5) {
		margin-top: 20px;
	}
	section.synapse ul.entry-list li:hover {
		cursor: pointer;
	}
	section.synapse ul.entry-list li:hover:after {
		opacity: 1;
	}
}
@media screen and (max-width: 736px) {
	section.synapse ul.entry-list li {
		margin-bottom: 15px;
		width: -webkit-calc(50% - 8px);
		width: calc(50% - 8px);
	}
	section.synapse ul.entry-list li:last-child {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 572px) {
	section.synapse ul.entry-list li {
		width: -webkit-calc(50% - 8px);
		width: calc(50% - 8px);
		border-radius: 5px;
		height: auto;
		min-height: 0;
	}
}
section.synapse ul.entry-list li:after {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: inherit;
	z-index: -1;
	background: transparent url(../img/shadow.png) 100% 100% repeat;
	opacity: 0;
}
@media screen and (max-width: 736px) {
	section.synapse ul.entry-list li:after {
		top: 7px;
		left: 7px;
	}
}
section.synapse ul.entry-list li a {
	display: block;
	position: relative;
	color: #000;
}
@media screen and (max-width: 572px) {
	section.synapse ul.entry-list li a {
		display: block;
	}
}
section.synapse ul.entry-list li figure {
	display: block;
	height: 180px;
	overflow: hidden;
	position: relative;
	border-radius: 9px 9px 0px 0px;
}
@media screen and (max-width: 736px) {
	section.synapse ul.entry-list li figure {
		height: 180px;
	}
}
@media screen and (max-width: 572px) {
	section.synapse ul.entry-list li figure {
		width: 100%;
		height: 98px;
		min-height: 0;
		border-radius: 4px 4px 0px 0px;
	}
}
section.synapse ul.entry-list li figure img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
section.synapse ul.entry-list li figure img.width_100 {
	width: 100%;
	height: auto;
}
section.synapse ul.entry-list li .description {
	padding: 17px 22px;
}
@media screen and (max-width: 572px) {
	section.synapse ul.entry-list li .description {
		width: 100%;
		padding: 13px 15px 13px;
	}
}
section.synapse ul.entry-list li p {
	font-size: 14px;
}
@media screen and (max-width: 572px) {
	section.synapse ul.entry-list li p {
		font-size: 11px;
		letter-spacing: 0;
	}
}
section.synapse ul.entry-list li .date {
	font-size: 12px;
	margin-top: 0.5em;
}
@media screen and (max-width: 572px) {
	section.synapse ul.entry-list li .date {
		font-size: 9px;
	}
}

/* --------------------------------------------------

フッター

-------------------------------------------------- */
#gfooter {
	width: 100%;
	background-color: #fff;
	padding-top: 80px;
	position: relative;
}
#gfooter:before {
	content: " ";
	display: block;
	position: absolute;
	background-color: #d8d8d8;
	width: 100%;
	height: 237px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 220px;
}
@media screen and (max-width: 736px) {
	#gfooter:before {
		display: none;
	}
}
@media screen and (max-width: 736px) {
	#gfooter {
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
	}
}
#gfooter > .inner {
	max-width: 1024px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 736px) {
	#gfooter > .inner {
		padding-top: 40px;
		padding-bottom: 48px;
		background-color: #fff;
		width: 100%;
	}
}
#gfooter nav.banner {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
	#gfooter nav.banner {
		width: auto;
		margin-bottom: 5px;
	}
}
#gfooter nav.banner ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media screen and (max-width: 1200px) {
	#gfooter nav.banner ul {
		width: 760px;
	}
}
@media screen and (max-width: 736px) {
	#gfooter nav.banner ul {
		width: auto;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 736px) {
	#gfooter nav.banner li {
		width: -webkit-calc((100% - 16px) /2);
		width: calc((100% - 16px) /2);
		margin-bottom: 15px;
	}
}
#gfooter nav.banner a {
	display: block;
	width: 180px;
	height: 60px;
	background-color: #f7f7f7;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (min-width: 737px) {
	#gfooter nav.banner a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	#gfooter nav.banner a:hover {
		opacity: 1;
		-webkit-animation: flash .7s;
		animation: flash .7s;
	}
	@-webkit-keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
}
@media screen and (max-width: 736px) {
	#gfooter nav.banner a {
		width: auto;
		height: auto;
		padding-top: 29.03226%;
		display: block;
		position: relative;
		border-radius: 5px;
	}
}
#gfooter nav.banner img {
	display: block;
}
@media screen and (min-width: 737px) {
	#gfooter nav.banner img[src$="hd-bnr-tvrating.png"] {
		width: 155px;
		height: 36px;
	}
	#gfooter nav.banner img[src$="hd-bnr-synapse.png"] {
		width: 98px;
		height: 29px;
	}
	#gfooter nav.banner img[src$="hd-bnr-data.png"] {
		width: 120px;
		height: 24px;
	}
	#gfooter nav.banner img[src$="hd-bnr-rboy.png"] {
		width: 180px;
		height: 60px;
		border-radius: 10px;
	}
}
@media screen and (max-width: 736px) {
	#gfooter nav.banner img {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#gfooter nav.banner img[src$="hd-bnr-tvrating.png"] {
		width: 69.67742%;
		height: auto;
	}
	#gfooter nav.banner img[src$="hd-bnr-synapse.png"] {
		width: 50%;
		height: auto;
	}
	#gfooter nav.banner img[src$="hd-bnr-data.png"] {
		width: 57.09677%;
		height: auto;
	}
	#gfooter nav.banner img[src$="hd-bnr-rboy.png"] {
		width: 100%;
		height: auto;
	}
}
#gfooter .sns-footer {
	position: absolute;
	left: 25px;
	top: 162px;
	width: 185.5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	height: 22px;
}
@media screen and (max-width: 736px) {
	#gfooter .sns-footer {
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-top: 27px;
	}
}
@media screen and (min-width: 737px) {
	#gfooter .sns-footer a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#gfooter .footer a:hover img {
		opacity: 1;
		-webkit-animation: flash .7s;
		animation: flash .7s;
	}
	@-webkit-keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
}
#gfooter .sns-footer img {
	display: block;
	height: 22px;
	width: auto;
}
#gfooter nav.footer {
	max-width: 1024px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E7403D;
	height: 237px;
	background-color: #d8d8d8;
	width: 100%;
	position: relative;
}
@media screen and (min-width: 737px) {
	#gfooter nav.footer {
		min-width: 1024px;
	}
}
@media screen and (max-width: 736px) {
	#gfooter nav.footer {
		height: 298px;
		padding-top: 40px;
	}
}
#gfooter nav.footer .logo {
	position: absolute;
	left: 22px;
	top: 90px;
}
#gfooter nav.footer .logo img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 736px) {
	#gfooter nav.footer .logo {
		position: static;
		width: 179.5px;
		height: 41.5px;
		margin-left: auto;
		margin-right: auto;
	}
}
#gfooter nav.footer ul.submenu {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 96px;
}
@media screen and (max-width: 736px) {
	#gfooter nav.footer ul.submenu {
		position: static;
		margin-top: 35px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 580px) {
	#gfooter nav.footer ul.submenu {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
#gfooter nav.footer ul.submenu li {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
}
@media screen and (min-width: 737px) {
	#gfooter nav.footer ul.submenu li:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 736px) {
	#gfooter nav.footer ul.submenu li {
		line-height: 30px;
		margin-right: 0;
	}
}
@media screen and (max-width: 580px) {
	#gfooter nav.footer ul.submenu li:nth-of-type(odd) {
		width: 37.31343%;
	}
	#gfooter nav.footer ul.submenu li:nth-of-type(even) {
		width: 61.19403%;
	}
}
#gfooter nav.footer ul.submenu li a {
	color: #000;
}
@media screen and (min-width: 737px) {
	#gfooter nav.footer ul.submenu li a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#gfooter nav.footer ul.submenu li a:hover {
		opacity: .75;
	}
}
@media screen and (max-width: 736px) {
	#gfooter nav.footer ul.submenu li a {
		font-size: 12px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 374px) {
	#gfooter nav.footer ul.submenu li a {
		font-size: 2.94118vw;
	}
}
#gfooter .copyright {
	font-size: 12px;
	letter-spacing: 0;
	color: #7d7d7d;
	letter-spacing: 0px;
}
@media screen and (min-width: 737px) {
	#gfooter .copyright {
		position: absolute;
		display: inline-block;
		right: 0;
		top: 160px;
	}
}
@media screen and (max-width: 736px) {
	#gfooter .copyright {
		display: block;
		font-size: 10px;
		text-align: center;
		margin-top: 18px;
	}
}
@media screen and (max-width: 374px) {
	#gfooter .copyright {
		font-size: 2.40642vw;
	}
}

/* ページ先頭 */
#pagetop {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 187px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	background-color: #d8d8d8;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
}
#pagetop:after {
	content: " ";
	display: block;
	background: transparent url(../img/ico-pagetop.png) 50% 0% no-repeat;
	width: 30px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}
@media screen and (max-width: 736px) {
	#pagetop:after {
		width: 21px;
		height: 12px;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin-top: 4px;
	}
}
@media screen and (min-width: 737px) {
	#pagetop {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#pagetop:after {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#pagetop:hover {
		cursor: pointer;
		opacity: 1;
		-webkit-animation: flash .7s;
		animation: flash .7s;
	}
	@-webkit-keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes flash {
		0% {
			opacity: .1;
		}
		100% {
			opacity: 1;
		}
	}
	#pagetop:hover:after {
		content: " ";
	}
}
@media screen and (max-width: 736px) {
	#pagetop {
		width: 70px;
		height: 70px;
		bottom: 263px;
		font-size: 10px;
		padding-top: 16px;
	}
}

/* --------------------------------------------------

トップページスライダー

-------------------------------------------------- */
#slider-mv {
	margin-top: 20px;
}
@media screen and (max-width: 736px) {
	#slider-mv {
		margin-left: 42px;
		margin-right: 42px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 374px) {
	#slider-mv {
		margin-left: 25px;
		margin-right: 25px;
	}
}
#slider-mv .slick-list {
	overflow: visible;
}
@media screen and (max-width: 736px) {
	#slider-mv .slick-list {
		overflow: hidden;
	}
}
@media screen and (min-width: 737px) {
	#slider-mv .slider-list {
		width: 635px;
		height: 435px;
		margin-left: auto;
		margin-right: auto;
		overflow: visible;
	}
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list {
		max-width: 380px;
		height: 285px;
		margin-left: auto;
		margin-right: auto;
	}
}
#slider-mv .slider-list .slick-slide {
	display: block;
	background-color: #fff;
	position: relative;
}
@media screen and (min-width: 737px) {
	#slider-mv .slider-list .slick-slide {
		width: 575px;
		height: 435px;
		margin-left: 30px;
		margin-right: 30px;
		overflow: visible;
		border-radius: 10px;
	}
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list .slick-slide {
		margin-left: 0;
		margin-right: 0;
		height: 280px;
		border-radius: 5px;
	}
}
#slider-mv .slider-list .slick-slide[aria-hidden="true"] {
	pointer-events: none;
}
#slider-mv .slider-list .slick-slide[aria-hidden="true"]:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background-color: #d9dae5;
	z-index: 1;
	opacity: .6;
}
@media screen and (min-width: 737px) {
	#slider-mv .slider-list .slick-slide {
		border-radius: 10px;
	}
	#slider-mv .slider-list .slick-slide:hover {
		cursor: pointer;
	}
	#slider-mv .slider-list .slick-slide:hover:after {
		opacity: 1;
	}
}
#slider-mv .slider-list .slick-slide:after {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: inherit;
	z-index: -1;
	background: transparent url(../img/shadow.png) 100% 100% repeat;
	opacity: 0;
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list .slick-slide:after {
		top: 7px;
		left: 7px;
		display: none;
	}
}
#slider-mv .slider-list .slick-slide a {
	display: block;
	position: relative;
	color: #000;
	border-radius: 9px;
	overflow: hidden;
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list .slick-slide a {
		border-radius: 4px;
	}
}
#slider-mv .slider-list .slick-slide figure {
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
	border-radius: 9px 9px 0px 0px;
	overflow: hidden;
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list .slick-slide figure {
		height: 150px;
		border-radius: 4px 4px 0px 0px;
	}
}
#slider-mv .slider-list .slick-slide figure img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	border-radius: 9px 9px 0px 0px;
}
@media screen and (max-width: 400px) {
	#slider-mv .slider-list .slick-slide figure img {
		border-radius: 4px 4px 0px 0px;
	}
	#slider-mv .slider-list .slick-slide figure img.height_100 {
		width: auto;
		height: 100%;
	}
}
#slider-mv .slider-list .slick-slide .description {
	padding: 26px 30px;
    position: relative;
}
@media screen and (min-width: 572px) {
	#slider-mv .slider-list .slick-slide .description {
        height: 135px;
        border-top:solid 1px #f0f0f0;
	}
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list .slick-slide .description {
		padding: 14px 20px 15px;
        height: 130px;
        border-top:solid 1px #f0f0f0;
	}
}
#slider-mv .slider-list .slick-slide p {
	font-size: 16px;
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list .slick-slide p {
		font-size: 13px;
	}
}
@media screen and (max-width: 375px) {
	#slider-mv .slider-list .slick-slide p {
		font-size: 3.46667vw;
	}
}
#slider-mv .slider-list .slick-slide .date {
	font-size: 14px;
	margin-top: 1em;
    position: absolute;
}
@media screen and (min-width: 572px) {
	#slider-mv .slider-list .slick-slide .date {
		bottom: 26px;
        left:30px;
	}
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list .slick-slide .date {
		font-size: 9px;
		margin-top: .75em;
        bottom: 16px;
        left: 20px;
	}
}
#slider-mv .slider-list .slick-slide .categ {
	position: absolute;
	left: 10px;
	top: 10px;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 17px;
	padding-left: 1.625em;
	padding-right: 1.625em;
	background-color: #000;
}
@media screen and (max-width: 736px) {
	#slider-mv .slider-list .slick-slide .categ {
		font-size: 11px;
		padding-top: 4.5px;
		padding-bottom: 4.5px;
		left: 8px;
		top: 8px;
	}
}
#slider-mv .slider-list .slick-slide .categ.tv {
	background-color: #5481f6;
}
#slider-mv .slider-list .slick-slide .categ.ad {
	background-color: #ed54a4;
}
#slider-mv .slider-list .slick-slide .categ.market {
	background-color: #31cda6;
}
#slider-mv .slider-list .slick-slide .categ.media {
	background-color: #ffc111;
}

/* --------------------------------------------------

What's new

-------------------------------------------------- */
section#news {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 157px;
	position: relative;
}
@media screen and (max-width: 736px) {
	section#news {
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 60px;
	}
}
section#news:before {
	content: " ";
	display: block;
	position: absolute;
	top: 84px;
	right: 53px;
	height: 1194px;
	width: 2740px;
	opacity: .8;
	background: transparent url(/digestplus/common/img/bg-news.svg) 0% 0% no-repeat;
	z-index: -1;
}
@media screen and (max-width: 736px) {
	section#news:before {
		height: 1156.5px;
		width: 843px;
		right: -10px;
		top: 62px;
		background-image: url(/digestplus/common/img/bg-news-03.png);
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
}
section#news:after {
	content: " ";
	display: block;
	position: absolute;
	top: 184px;
	left: 53px;
	height: 1194px;
	width: 2740px;
	opacity: .8;
	background: transparent url(/digestplus/common/img/bg-news-02.png) 0% 0% no-repeat;
	z-index: -1;
}
@media screen and (max-width: 736px) {
	section#news:after {
		background-image: url(/digestplus/common/img/bg-news-04.png);
		height: 1106.5px;
		width: 843px;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		left: -263px;
		top: 105px;
	}
}
section#news header {
	margin-bottom: 47px;
}
@media screen and (max-width: 736px) {
	section#news header {
		margin-bottom: 20px;
	}
}
section#news h2 {
	font-size: 70px;
	font-weight: 500;
}
@media screen and (max-width: 736px) {
	section#news h2 {
		font-size: 40px;
	}
}
section#news .sub {
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width: 736px) {
	section#news .sub {
		font-size: 10px;
	}
}

/* --------------------------------------------------

リポート

-------------------------------------------------- */
section#report {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 295px;
	position: relative;
	background-color: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding-bottom: 84px;
	box-shadow: 0px 10px 0px rgba(162, 162, 162, 0.3);
}
@media screen and (max-width: 736px) {
	section#report {
		padding-left: 25px;
		padding-right: 25px;
		margin-top: 163px;
		border-width: 2px;
		padding-bottom: 43px;
	}
}
section#report .btn {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	background: #000;
	position: relative;
	overflow: visible;
	z-index: 1;
	font-size: 16px;
}
@media screen and (min-width: 737px) {
	section#report .btn:hover:before {
		opacity: 1;
	}
}
@media screen and (max-width: 736px) {
	section#report .btn {
		max-width: 288px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 13px;
		margin-top: 70px;
	}
}
section#report .btn:before {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	position: absolute;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	right: -5px;
	bottom: -5px;
	background-color: #E7403D;
	background: transparent url(/digestplus/common/img/shadow.png) 100% 100% repeat;
	z-index: -1;
	opacity: 0.0;
}
@media screen and (max-width: 736px) {
	section#report .btn:before {
		-moz-background-size: 50% auto;
		-o-background-size: 50% auto;
		-webkit-background-size: 50% auto;
		background-size: 50% auto;
	}
}

/* 見出し（リポート） */
.heading-report {
	width: -webkit-calc(100% - 26px);
	width: calc(100% - 26px);
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	width: 464px;
	height: 106px;
	background: transparent url(/digestplus/common/img/bg-report-body.png) 50% 0% repeat-x;
	text-align: center;
	vertical-align: middle;
	line-height: 90px;
	font-weight: bold;
	position: relative;
	overflow: visible;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 40px;
}
@media screen and (max-width: 736px) {
	.heading-report {
		width: -webkit-calc(100% - 18px);
		width: calc(100% - 18px);
		margin-bottom: 20px;
		height: 65px;
		border-width: 2px;
		line-height: 61px;
		font-size: 28px;
		width: 246px;
		background: transparent url(/digestplus/common/img/bg-report-body.png) 50% 0% repeat-x;
		-moz-background-size: auto 65px;
		-o-background-size: auto 65px;
		-webkit-background-size: auto 65px;
		background-size: auto 65px;
		margin-top: -28px;
	}
}
.heading-report:before {
	content: " ";
	position: absolute;
	left: -23px;
	top: 0px;
	display: block;
	width: 23px;
	height: 106px;
	background: transparent url(/digestplus/common/img/bg-report-01.png) 100% 0% no-repeat;
}
@media screen and (max-width: 736px) {
	.heading-report:before {
		left: -17px;
		top: 0px;
		width: 17px;
		height: 65px;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
}
.heading-report:after {
	content: " ";
	position: absolute;
	right: -23px;
	top: 0px;
	display: block;
	width: 23px;
	height: 106px;
	background: transparent url(/digestplus/common/img/bg-report-02.png) 0% 0% no-repeat;
}
@media screen and (max-width: 736px) {
	.heading-report:after {
		right: -17px;
		top: 0px;
		width: 17px;
		height: 65px;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
}

ul.report-list {
	max-width: 916px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media screen and (max-width: 736px) {
	ul.report-list {
		margin-top: 30px;
	}
}
@media screen and (max-width: 572px) {
	ul.report-list {
		display: block;
	}
}
ul.report-list .item {
	width: 225px;
	display: block;
}
@media screen and (max-width: 736px) {
	ul.report-list .item {
		width: -webkit-calc((100% - 40px) / 3);
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (max-width: 572px) {
	ul.report-list .item {
		width: auto;
	}
}
ul.report-list .item a {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.flash a:hover {
	opacity: 1;
	animation: flash .7s;
}
@media screen and (min-width: 737px) {
	ul.report-list .item a:hover figure:before {
		opacity: 1;
	}
}
ul.report-list figure {
	display: block;
	width: 100%;
	height: 333px;
	position: relative;
	overflow: visible;
	margin-bottom: 23px;
}
@media screen and (min-width: 737px) {
	ul.report-list figure:before {	
		/* 画像サイズによってはうまく影が出ないためコメントアウト　0515 */
		/* -moz-transition: opacity 0.3s;	
		-o-transition: opacity 0.3s;	
		-webkit-transition: opacity 0.3s;	
		transition: opacity 0.3s;	
		content: " ";	
		display: block;	
		position: absolute;	
		width: 100%;	
		height: 100%;	
		right: -5px;	
		bottom: -5px;	
		background-color: #E7403D;	
		background: transparent url(/digestplus/common/img/shadow.png) 100% 100% repeat;	
		z-index: -1;	
		opacity: 0;	 */
	}

}
@media screen and (max-width: 736px) {
	ul.report-list figure {
		height: auto;
		margin-bottom: 15px;
		max-width: 158px;
		margin-left: auto;
		margin-right: auto;
	}
}
ul.report-list img {
	display: block;
	width: 100%;
	height: auto;
}
ul.report-list .description {
	font-size: 16px;
	line-height: 1.875;
}
@media screen and (max-width: 736px) {
	ul.report-list .description {
		font-size: 14px;
		margin-left: 1em;
		margin-right: 1em;
	}
}
@media screen and (max-width: 572px) {
	ul.report-list .description {
		font-size: 13px;
		max-width: 158px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 736px) {
	ul.report-list .slick-prev {
		left: 0px;
	}
}
@media screen and (max-width: 736px) {
	ul.report-list .slick-next {
		right: 0px;
	}
}

/* --------------------------------------------------

シナプス

-------------------------------------------------- */
section#synapse {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
    margin-bottom: 150px;
	position: relative;
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 30px;
	padding-bottom: 84px;
	box-shadow: 10px 10px 0px rgba(162, 162, 162, 0.3);
	padding: 58px 47px 55px;
}
@media screen and (max-width: 736px) {
	section#synapse {
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 85px;
        margin-bottom: 85px;
		border-width: 2px;
		padding-bottom: 43px;
		box-shadow: 6px 6px 0px rgba(162, 162, 162, 0.3);
		border-radius: 15px;
		padding: 59px 16px 43px;
	}
}
section#synapse .heading {
	width: 257px;
	height: 108px;
	position: absolute;
	left: -13px;
	top: -64px;
}
@media screen and (max-width: 736px) {
	section#synapse .heading {
		width: 170px;
		height: 67.5px;
		left: -10px;
		top: -31px;
	}
}
section#synapse .heading img {
	display: block;
	width: 100%;
	height: auto;
}
section#synapse ul.entry-list {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
section#synapse ul.entry-list:after {
	content: " ";
	display: block;
	height: 0;
	width: 280px;
}
section#synapse ul.entry-list li {
	position: relative;
	overflow: visible;
	width: 280px;
	background-color: #fff;
	border-radius: 10px;
	background-color: #f7f7f7;
}
@media screen and (min-width: 737px) {
	section#synapse ul.entry-list li {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	section#synapse ul.entry-list li:nth-of-type(n+4) {
		display: none;
	}
	section#synapse ul.entry-list li:hover {
		cursor: pointer;
	}
	section#synapse ul.entry-list li:hover:after {
		opacity: 1;
	}
}
@media screen and (max-width: 736px) {
	section#synapse ul.entry-list li {
		margin-bottom: 15px;
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		background-color: #f9f6f2;
	}
}
section#synapse ul.entry-list li:after {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: inherit;
	z-index: -1;
	background: transparent url(../img/shadow.png) 100% 100% repeat;
	opacity: 0;
}
@media screen and (max-width: 736px) {
	section#synapse ul.entry-list li:after {
		top: 7px;
		left: 7px;
	}
}
section#synapse ul.entry-list li a {
	display: block;
	position: relative;
	color: #000;
}
@media screen and (max-width: 572px) {
	section#synapse ul.entry-list li a {
		display: block;
	}
}
section#synapse ul.entry-list li figure {
	display: block;
	height: 215px;
	overflow: hidden;
	position: relative;
	border-radius: 9px 9px 0px 0px;
}
@media screen and (max-width: 736px) {
	section#synapse ul.entry-list li figure {
		width: 100%;
		height: 87px;
		border-radius: 4px 4px 0px 0px;
	}
}
section#synapse ul.entry-list li figure img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
section#synapse ul.entry-list li .description {
	padding: 21px 30px 25px;
}
@media screen and (max-width: 736px) {
	section#synapse ul.entry-list li .description {
		width: 100%;
		padding: 13px 15px;
	}
}
section#synapse ul.entry-list li p {
	font-size: 14px;
}
@media screen and (max-width: 736px) {
	section#synapse ul.entry-list li p {
		font-size: 11px;
	}
}
section#synapse ul.entry-list li .date {
	font-size: 14px;
	margin-top: 1.5em;
}
@media screen and (max-width: 736px) {
	section#synapse ul.entry-list li .date {
		font-size: 9px;
	}
}
section#synapse .btn {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	text-align: center;
	color: #fff;
	margin-top: 35px;
	background: #000;
	position: relative;
	overflow: visible;
	z-index: 1;
	font-size: 16px;
}
@media screen and (min-width: 737px) {
	section#synapse .btn:hover:before {
		opacity: 1;
	}
}
@media screen and (max-width: 736px) {
	section#synapse .btn {
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 13px;
		margin-top: 15px;
	}
}
section#synapse .btn:before {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	content: " ";
	display: block;
	position: absolute;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	right: -5px;
	bottom: -5px;
	background-color: #E7403D;
	background: transparent url(/digestplus/common/img/shadow.png) 100% 100% repeat;
	z-index: -1;
	opacity: 0.0;
}
@media screen and (max-width: 736px) {
	section#synapse .btn:before {
		-moz-background-size: 50% auto;
		-o-background-size: 50% auto;
		-webkit-background-size: 50% auto;
		background-size: 50% auto;
	}
}

/* --------------------------------------------------

印刷時調整

-------------------------------------------------- */
/* --------------------------------------------------

その他

-------------------------------------------------- */
.height_100 {
	width: auto !important;
	height: 100% !important;
}

.width_100 {
	width: 100% !important;
	height: auto !important;
}

strong {
	font-weight: bold;
}

.color-red {
	color: red;
}

u {
	color: inherit;
	text-decoration: none !important;
}

/* --------------------------------------------------

テキスト関連

-------------------------------------------------- */
.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.fln {
	float: none;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

em {
	font-weight: bold;
}

/*1文字インデント*/
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

.dib {
	display: inline-block !important;
}

@media screen and (min-width: 737px) {
	.dib-pc {
		display: inline-block !important;
	}
}
@media screen and (max-width: 736px) {
	.dib-sp {
		display: inline-block !important;
	}
}
/* --------------------------------------------------

画像関連

-------------------------------------------------- */
figure {
	display: block;
}
figure img {
	display: block;
}

/* --------------------------------------------------

その他

-------------------------------------------------- */
.hide {
	display: none !important;
}

.posf {
	position: fixed !important;
}

.posr {
	position: relative !important;
}

.poss {
	position: static !important;
}

/*PC SP表示切り替え*/
@media all and (min-width: 737px) and (max-width: 10000px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 736px) {
	.pc-only {
		display: none !important;
	}
}
.w100p {
	width: 100% !important;
}

.wa {
	width: auto !important;
}

.ha {
	height: auto !important;
}

.clear {
	clear: both;
}

#lineup-font-size-sampler {
	display: none;
}

@media screen and (max-width: 736px) {
	.dib-sp {
		display: inline-block;
	}
}
/* --------------------------------------------------

パディングとマージン

-------------------------------------------------- */
.m0a {
	margin: 0 auto;
}

.ma {
	margin: auto;
}

.mlra {
	margin-left: auto;
	margin-right: auto;
}

.m0 {
	margin: 0;
}

.p0 {
	padding: 0;
}

.pt0 {
	padding-top: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.fz0 {
	font-size: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.mt-5 {
	margin-top: -5px !important;
}

.mr-5 {
	margin-right: -5px !important;
}

.mb-5 {
	margin-bottom: -5px !important;
}

.ml-5 {
	margin-left: -5px !important;
}

.fz5 {
	font-size: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mt-10 {
	margin-top: -10px !important;
}

.mr-10 {
	margin-right: -10px !important;
}

.mb-10 {
	margin-bottom: -10px !important;
}

.ml-10 {
	margin-left: -10px !important;
}

.fz10 {
	font-size: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.mt-15 {
	margin-top: -15px !important;
}

.mr-15 {
	margin-right: -15px !important;
}

.mb-15 {
	margin-bottom: -15px !important;
}

.ml-15 {
	margin-left: -15px !important;
}

.fz15 {
	font-size: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mt-20 {
	margin-top: -20px !important;
}

.mr-20 {
	margin-right: -20px !important;
}

.mb-20 {
	margin-bottom: -20px !important;
}

.ml-20 {
	margin-left: -20px !important;
}

.fz20 {
	font-size: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.mt-25 {
	margin-top: -25px !important;
}

.mr-25 {
	margin-right: -25px !important;
}

.mb-25 {
	margin-bottom: -25px !important;
}

.ml-25 {
	margin-left: -25px !important;
}

.fz25 {
	font-size: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mt-30 {
	margin-top: -30px !important;
}

.mr-30 {
	margin-right: -30px !important;
}

.mb-30 {
	margin-bottom: -30px !important;
}

.ml-30 {
	margin-left: -30px !important;
}

.fz30 {
	font-size: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.mt-35 {
	margin-top: -35px !important;
}

.mr-35 {
	margin-right: -35px !important;
}

.mb-35 {
	margin-bottom: -35px !important;
}

.ml-35 {
	margin-left: -35px !important;
}

.fz35 {
	font-size: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mt-40 {
	margin-top: -40px !important;
}

.mr-40 {
	margin-right: -40px !important;
}

.mb-40 {
	margin-bottom: -40px !important;
}

.ml-40 {
	margin-left: -40px !important;
}

.fz40 {
	font-size: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.mt-45 {
	margin-top: -45px !important;
}

.mr-45 {
	margin-right: -45px !important;
}

.mb-45 {
	margin-bottom: -45px !important;
}

.ml-45 {
	margin-left: -45px !important;
}

.fz45 {
	font-size: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mt-50 {
	margin-top: -50px !important;
}

.mr-50 {
	margin-right: -50px !important;
}

.mb-50 {
	margin-bottom: -50px !important;
}

.ml-50 {
	margin-left: -50px !important;
}

.fz50 {
	font-size: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.mt-55 {
	margin-top: -55px !important;
}

.mr-55 {
	margin-right: -55px !important;
}

.mb-55 {
	margin-bottom: -55px !important;
}

.ml-55 {
	margin-left: -55px !important;
}

.fz55 {
	font-size: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mt-60 {
	margin-top: -60px !important;
}

.mr-60 {
	margin-right: -60px !important;
}

.mb-60 {
	margin-bottom: -60px !important;
}

.ml-60 {
	margin-left: -60px !important;
}

.fz60 {
	font-size: 60px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.mt-65 {
	margin-top: -65px !important;
}

.mr-65 {
	margin-right: -65px !important;
}

.mb-65 {
	margin-bottom: -65px !important;
}

.ml-65 {
	margin-left: -65px !important;
}

.fz65 {
	font-size: 65px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.mt-70 {
	margin-top: -70px !important;
}

.mr-70 {
	margin-right: -70px !important;
}

.mb-70 {
	margin-bottom: -70px !important;
}

.ml-70 {
	margin-left: -70px !important;
}

.fz70 {
	font-size: 70px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.mt-75 {
	margin-top: -75px !important;
}

.mr-75 {
	margin-right: -75px !important;
}

.mb-75 {
	margin-bottom: -75px !important;
}

.ml-75 {
	margin-left: -75px !important;
}

.fz75 {
	font-size: 75px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mt-80 {
	margin-top: -80px !important;
}

.mr-80 {
	margin-right: -80px !important;
}

.mb-80 {
	margin-bottom: -80px !important;
}

.ml-80 {
	margin-left: -80px !important;
}

.fz80 {
	font-size: 80px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pr85 {
	padding-right: 85px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pl85 {
	padding-left: 85px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.mt-85 {
	margin-top: -85px !important;
}

.mr-85 {
	margin-right: -85px !important;
}

.mb-85 {
	margin-bottom: -85px !important;
}

.ml-85 {
	margin-left: -85px !important;
}

.fz85 {
	font-size: 85px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.mt-90 {
	margin-top: -90px !important;
}

.mr-90 {
	margin-right: -90px !important;
}

.mb-90 {
	margin-bottom: -90px !important;
}

.ml-90 {
	margin-left: -90px !important;
}

.fz90 {
	font-size: 90px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pr95 {
	padding-right: 95px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pl95 {
	padding-left: 95px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.mt-95 {
	margin-top: -95px !important;
}

.mr-95 {
	margin-right: -95px !important;
}

.mb-95 {
	margin-bottom: -95px !important;
}

.ml-95 {
	margin-left: -95px !important;
}

.fz95 {
	font-size: 95px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mt-100 {
	margin-top: -100px !important;
}

.mr-100 {
	margin-right: -100px !important;
}

.mb-100 {
	margin-bottom: -100px !important;
}

.ml-100 {
	margin-left: -100px !important;
}

.fz100 {
	font-size: 100px !important;
}

.pt105 {
	padding-top: 105px !important;
}

.pr105 {
	padding-right: 105px !important;
}

.pb105 {
	padding-bottom: 105px !important;
}

.pl105 {
	padding-left: 105px !important;
}

.mt105 {
	margin-top: 105px !important;
}

.mr105 {
	margin-right: 105px !important;
}

.mb105 {
	margin-bottom: 105px !important;
}

.ml105 {
	margin-left: 105px !important;
}

.mt-105 {
	margin-top: -105px !important;
}

.mr-105 {
	margin-right: -105px !important;
}

.mb-105 {
	margin-bottom: -105px !important;
}

.ml-105 {
	margin-left: -105px !important;
}

.fz105 {
	font-size: 105px !important;
}

.pt110 {
	padding-top: 110px !important;
}

.pr110 {
	padding-right: 110px !important;
}

.pb110 {
	padding-bottom: 110px !important;
}

.pl110 {
	padding-left: 110px !important;
}

.mt110 {
	margin-top: 110px !important;
}

.mr110 {
	margin-right: 110px !important;
}

.mb110 {
	margin-bottom: 110px !important;
}

.ml110 {
	margin-left: 110px !important;
}

.mt-110 {
	margin-top: -110px !important;
}

.mr-110 {
	margin-right: -110px !important;
}

.mb-110 {
	margin-bottom: -110px !important;
}

.ml-110 {
	margin-left: -110px !important;
}

.fz110 {
	font-size: 110px !important;
}

.pt115 {
	padding-top: 115px !important;
}

.pr115 {
	padding-right: 115px !important;
}

.pb115 {
	padding-bottom: 115px !important;
}

.pl115 {
	padding-left: 115px !important;
}

.mt115 {
	margin-top: 115px !important;
}

.mr115 {
	margin-right: 115px !important;
}

.mb115 {
	margin-bottom: 115px !important;
}

.ml115 {
	margin-left: 115px !important;
}

.mt-115 {
	margin-top: -115px !important;
}

.mr-115 {
	margin-right: -115px !important;
}

.mb-115 {
	margin-bottom: -115px !important;
}

.ml-115 {
	margin-left: -115px !important;
}

.fz115 {
	font-size: 115px !important;
}

.pt120 {
	padding-top: 120px !important;
}

.pr120 {
	padding-right: 120px !important;
}

.pb120 {
	padding-bottom: 120px !important;
}

.pl120 {
	padding-left: 120px !important;
}

.mt120 {
	margin-top: 120px !important;
}

.mr120 {
	margin-right: 120px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.ml120 {
	margin-left: 120px !important;
}

.mt-120 {
	margin-top: -120px !important;
}

.mr-120 {
	margin-right: -120px !important;
}

.mb-120 {
	margin-bottom: -120px !important;
}

.ml-120 {
	margin-left: -120px !important;
}

.fz120 {
	font-size: 120px !important;
}

.pt125 {
	padding-top: 125px !important;
}

.pr125 {
	padding-right: 125px !important;
}

.pb125 {
	padding-bottom: 125px !important;
}

.pl125 {
	padding-left: 125px !important;
}

.mt125 {
	margin-top: 125px !important;
}

.mr125 {
	margin-right: 125px !important;
}

.mb125 {
	margin-bottom: 125px !important;
}

.ml125 {
	margin-left: 125px !important;
}

.mt-125 {
	margin-top: -125px !important;
}

.mr-125 {
	margin-right: -125px !important;
}

.mb-125 {
	margin-bottom: -125px !important;
}

.ml-125 {
	margin-left: -125px !important;
}

.fz125 {
	font-size: 125px !important;
}

.pt130 {
	padding-top: 130px !important;
}

.pr130 {
	padding-right: 130px !important;
}

.pb130 {
	padding-bottom: 130px !important;
}

.pl130 {
	padding-left: 130px !important;
}

.mt130 {
	margin-top: 130px !important;
}

.mr130 {
	margin-right: 130px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.ml130 {
	margin-left: 130px !important;
}

.mt-130 {
	margin-top: -130px !important;
}

.mr-130 {
	margin-right: -130px !important;
}

.mb-130 {
	margin-bottom: -130px !important;
}

.ml-130 {
	margin-left: -130px !important;
}

.fz130 {
	font-size: 130px !important;
}

.pt135 {
	padding-top: 135px !important;
}

.pr135 {
	padding-right: 135px !important;
}

.pb135 {
	padding-bottom: 135px !important;
}

.pl135 {
	padding-left: 135px !important;
}

.mt135 {
	margin-top: 135px !important;
}

.mr135 {
	margin-right: 135px !important;
}

.mb135 {
	margin-bottom: 135px !important;
}

.ml135 {
	margin-left: 135px !important;
}

.mt-135 {
	margin-top: -135px !important;
}

.mr-135 {
	margin-right: -135px !important;
}

.mb-135 {
	margin-bottom: -135px !important;
}

.ml-135 {
	margin-left: -135px !important;
}

.fz135 {
	font-size: 135px !important;
}

.pt140 {
	padding-top: 140px !important;
}

.pr140 {
	padding-right: 140px !important;
}

.pb140 {
	padding-bottom: 140px !important;
}

.pl140 {
	padding-left: 140px !important;
}

.mt140 {
	margin-top: 140px !important;
}

.mr140 {
	margin-right: 140px !important;
}

.mb140 {
	margin-bottom: 140px !important;
}

.ml140 {
	margin-left: 140px !important;
}

.mt-140 {
	margin-top: -140px !important;
}

.mr-140 {
	margin-right: -140px !important;
}

.mb-140 {
	margin-bottom: -140px !important;
}

.ml-140 {
	margin-left: -140px !important;
}

.fz140 {
	font-size: 140px !important;
}

.pt145 {
	padding-top: 145px !important;
}

.pr145 {
	padding-right: 145px !important;
}

.pb145 {
	padding-bottom: 145px !important;
}

.pl145 {
	padding-left: 145px !important;
}

.mt145 {
	margin-top: 145px !important;
}

.mr145 {
	margin-right: 145px !important;
}

.mb145 {
	margin-bottom: 145px !important;
}

.ml145 {
	margin-left: 145px !important;
}

.mt-145 {
	margin-top: -145px !important;
}

.mr-145 {
	margin-right: -145px !important;
}

.mb-145 {
	margin-bottom: -145px !important;
}

.ml-145 {
	margin-left: -145px !important;
}

.fz145 {
	font-size: 145px !important;
}

.pt150 {
	padding-top: 150px !important;
}

.pr150 {
	padding-right: 150px !important;
}

.pb150 {
	padding-bottom: 150px !important;
}

.pl150 {
	padding-left: 150px !important;
}

.mt150 {
	margin-top: 150px !important;
}

.mr150 {
	margin-right: 150px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.ml150 {
	margin-left: 150px !important;
}

.mt-150 {
	margin-top: -150px !important;
}

.mr-150 {
	margin-right: -150px !important;
}

.mb-150 {
	margin-bottom: -150px !important;
}

.ml-150 {
	margin-left: -150px !important;
}

.fz150 {
	font-size: 150px !important;
}

.pt155 {
	padding-top: 155px !important;
}

.pr155 {
	padding-right: 155px !important;
}

.pb155 {
	padding-bottom: 155px !important;
}

.pl155 {
	padding-left: 155px !important;
}

.mt155 {
	margin-top: 155px !important;
}

.mr155 {
	margin-right: 155px !important;
}

.mb155 {
	margin-bottom: 155px !important;
}

.ml155 {
	margin-left: 155px !important;
}

.mt-155 {
	margin-top: -155px !important;
}

.mr-155 {
	margin-right: -155px !important;
}

.mb-155 {
	margin-bottom: -155px !important;
}

.ml-155 {
	margin-left: -155px !important;
}

.fz155 {
	font-size: 155px !important;
}

.pt160 {
	padding-top: 160px !important;
}

.pr160 {
	padding-right: 160px !important;
}

.pb160 {
	padding-bottom: 160px !important;
}

.pl160 {
	padding-left: 160px !important;
}

.mt160 {
	margin-top: 160px !important;
}

.mr160 {
	margin-right: 160px !important;
}

.mb160 {
	margin-bottom: 160px !important;
}

.ml160 {
	margin-left: 160px !important;
}

.mt-160 {
	margin-top: -160px !important;
}

.mr-160 {
	margin-right: -160px !important;
}

.mb-160 {
	margin-bottom: -160px !important;
}

.ml-160 {
	margin-left: -160px !important;
}

.fz160 {
	font-size: 160px !important;
}

.pt165 {
	padding-top: 165px !important;
}

.pr165 {
	padding-right: 165px !important;
}

.pb165 {
	padding-bottom: 165px !important;
}

.pl165 {
	padding-left: 165px !important;
}

.mt165 {
	margin-top: 165px !important;
}

.mr165 {
	margin-right: 165px !important;
}

.mb165 {
	margin-bottom: 165px !important;
}

.ml165 {
	margin-left: 165px !important;
}

.mt-165 {
	margin-top: -165px !important;
}

.mr-165 {
	margin-right: -165px !important;
}

.mb-165 {
	margin-bottom: -165px !important;
}

.ml-165 {
	margin-left: -165px !important;
}

.fz165 {
	font-size: 165px !important;
}

.pt170 {
	padding-top: 170px !important;
}

.pr170 {
	padding-right: 170px !important;
}

.pb170 {
	padding-bottom: 170px !important;
}

.pl170 {
	padding-left: 170px !important;
}

.mt170 {
	margin-top: 170px !important;
}

.mr170 {
	margin-right: 170px !important;
}

.mb170 {
	margin-bottom: 170px !important;
}

.ml170 {
	margin-left: 170px !important;
}

.mt-170 {
	margin-top: -170px !important;
}

.mr-170 {
	margin-right: -170px !important;
}

.mb-170 {
	margin-bottom: -170px !important;
}

.ml-170 {
	margin-left: -170px !important;
}

.fz170 {
	font-size: 170px !important;
}

.pt175 {
	padding-top: 175px !important;
}

.pr175 {
	padding-right: 175px !important;
}

.pb175 {
	padding-bottom: 175px !important;
}

.pl175 {
	padding-left: 175px !important;
}

.mt175 {
	margin-top: 175px !important;
}

.mr175 {
	margin-right: 175px !important;
}

.mb175 {
	margin-bottom: 175px !important;
}

.ml175 {
	margin-left: 175px !important;
}

.mt-175 {
	margin-top: -175px !important;
}

.mr-175 {
	margin-right: -175px !important;
}

.mb-175 {
	margin-bottom: -175px !important;
}

.ml-175 {
	margin-left: -175px !important;
}

.fz175 {
	font-size: 175px !important;
}

.pt180 {
	padding-top: 180px !important;
}

.pr180 {
	padding-right: 180px !important;
}

.pb180 {
	padding-bottom: 180px !important;
}

.pl180 {
	padding-left: 180px !important;
}

.mt180 {
	margin-top: 180px !important;
}

.mr180 {
	margin-right: 180px !important;
}

.mb180 {
	margin-bottom: 180px !important;
}

.ml180 {
	margin-left: 180px !important;
}

.mt-180 {
	margin-top: -180px !important;
}

.mr-180 {
	margin-right: -180px !important;
}

.mb-180 {
	margin-bottom: -180px !important;
}

.ml-180 {
	margin-left: -180px !important;
}

.fz180 {
	font-size: 180px !important;
}

.pt185 {
	padding-top: 185px !important;
}

.pr185 {
	padding-right: 185px !important;
}

.pb185 {
	padding-bottom: 185px !important;
}

.pl185 {
	padding-left: 185px !important;
}

.mt185 {
	margin-top: 185px !important;
}

.mr185 {
	margin-right: 185px !important;
}

.mb185 {
	margin-bottom: 185px !important;
}

.ml185 {
	margin-left: 185px !important;
}

.mt-185 {
	margin-top: -185px !important;
}

.mr-185 {
	margin-right: -185px !important;
}

.mb-185 {
	margin-bottom: -185px !important;
}

.ml-185 {
	margin-left: -185px !important;
}

.fz185 {
	font-size: 185px !important;
}

.pt190 {
	padding-top: 190px !important;
}

.pr190 {
	padding-right: 190px !important;
}

.pb190 {
	padding-bottom: 190px !important;
}

.pl190 {
	padding-left: 190px !important;
}

.mt190 {
	margin-top: 190px !important;
}

.mr190 {
	margin-right: 190px !important;
}

.mb190 {
	margin-bottom: 190px !important;
}

.ml190 {
	margin-left: 190px !important;
}

.mt-190 {
	margin-top: -190px !important;
}

.mr-190 {
	margin-right: -190px !important;
}

.mb-190 {
	margin-bottom: -190px !important;
}

.ml-190 {
	margin-left: -190px !important;
}

.fz190 {
	font-size: 190px !important;
}

.pt195 {
	padding-top: 195px !important;
}

.pr195 {
	padding-right: 195px !important;
}

.pb195 {
	padding-bottom: 195px !important;
}

.pl195 {
	padding-left: 195px !important;
}

.mt195 {
	margin-top: 195px !important;
}

.mr195 {
	margin-right: 195px !important;
}

.mb195 {
	margin-bottom: 195px !important;
}

.ml195 {
	margin-left: 195px !important;
}

.mt-195 {
	margin-top: -195px !important;
}

.mr-195 {
	margin-right: -195px !important;
}

.mb-195 {
	margin-bottom: -195px !important;
}

.ml-195 {
	margin-left: -195px !important;
}

.fz195 {
	font-size: 195px !important;
}

/*PCのみ*/
@media all and (min-width: 737px) and (max-width: 10000px) {
	.pt0-pc {
		padding-top: 0px !important;
	}

	.pr0-pc {
		padding-right: 0px !important;
	}

	.pb0-pc {
		padding-bottom: 0px !important;
	}

	.pl0-pc {
		padding-left: 0px !important;
	}

	.mt0-pc {
		margin-top: 0px !important;
	}

	.mr0-pc {
		margin-right: 0px !important;
	}

	.mb0-pc {
		margin-bottom: 0px !important;
	}

	.ml0-pc {
		margin-left: 0px !important;
	}

	.mt-0-pc {
		margin-top: 0px !important;
	}

	.mr-0-pc {
		margin-right: 0px !important;
	}

	.mb-0-pc {
		margin-bottom: 0px !important;
	}

	.ml-0-pc {
		margin-left: 0px !important;
	}

	.fz0-pc {
		font-size: 0px !important;
	}

	.pt5-pc {
		padding-top: 5px !important;
	}

	.pr5-pc {
		padding-right: 5px !important;
	}

	.pb5-pc {
		padding-bottom: 5px !important;
	}

	.pl5-pc {
		padding-left: 5px !important;
	}

	.mt5-pc {
		margin-top: 5px !important;
	}

	.mr5-pc {
		margin-right: 5px !important;
	}

	.mb5-pc {
		margin-bottom: 5px !important;
	}

	.ml5-pc {
		margin-left: 5px !important;
	}

	.mt-5-pc {
		margin-top: -5px !important;
	}

	.mr-5-pc {
		margin-right: -5px !important;
	}

	.mb-5-pc {
		margin-bottom: -5px !important;
	}

	.ml-5-pc {
		margin-left: -5px !important;
	}

	.fz5-pc {
		font-size: 5px !important;
	}

	.pt10-pc {
		padding-top: 10px !important;
	}

	.pr10-pc {
		padding-right: 10px !important;
	}

	.pb10-pc {
		padding-bottom: 10px !important;
	}

	.pl10-pc {
		padding-left: 10px !important;
	}

	.mt10-pc {
		margin-top: 10px !important;
	}

	.mr10-pc {
		margin-right: 10px !important;
	}

	.mb10-pc {
		margin-bottom: 10px !important;
	}

	.ml10-pc {
		margin-left: 10px !important;
	}

	.mt-10-pc {
		margin-top: -10px !important;
	}

	.mr-10-pc {
		margin-right: -10px !important;
	}

	.mb-10-pc {
		margin-bottom: -10px !important;
	}

	.ml-10-pc {
		margin-left: -10px !important;
	}

	.fz10-pc {
		font-size: 10px !important;
	}

	.pt15-pc {
		padding-top: 15px !important;
	}

	.pr15-pc {
		padding-right: 15px !important;
	}

	.pb15-pc {
		padding-bottom: 15px !important;
	}

	.pl15-pc {
		padding-left: 15px !important;
	}

	.mt15-pc {
		margin-top: 15px !important;
	}

	.mr15-pc {
		margin-right: 15px !important;
	}

	.mb15-pc {
		margin-bottom: 15px !important;
	}

	.ml15-pc {
		margin-left: 15px !important;
	}

	.mt-15-pc {
		margin-top: -15px !important;
	}

	.mr-15-pc {
		margin-right: -15px !important;
	}

	.mb-15-pc {
		margin-bottom: -15px !important;
	}

	.ml-15-pc {
		margin-left: -15px !important;
	}

	.fz15-pc {
		font-size: 15px !important;
	}

	.pt20-pc {
		padding-top: 20px !important;
	}

	.pr20-pc {
		padding-right: 20px !important;
	}

	.pb20-pc {
		padding-bottom: 20px !important;
	}

	.pl20-pc {
		padding-left: 20px !important;
	}

	.mt20-pc {
		margin-top: 20px !important;
	}

	.mr20-pc {
		margin-right: 20px !important;
	}

	.mb20-pc {
		margin-bottom: 20px !important;
	}

	.ml20-pc {
		margin-left: 20px !important;
	}

	.mt-20-pc {
		margin-top: -20px !important;
	}

	.mr-20-pc {
		margin-right: -20px !important;
	}

	.mb-20-pc {
		margin-bottom: -20px !important;
	}

	.ml-20-pc {
		margin-left: -20px !important;
	}

	.fz20-pc {
		font-size: 20px !important;
	}

	.pt25-pc {
		padding-top: 25px !important;
	}

	.pr25-pc {
		padding-right: 25px !important;
	}

	.pb25-pc {
		padding-bottom: 25px !important;
	}

	.pl25-pc {
		padding-left: 25px !important;
	}

	.mt25-pc {
		margin-top: 25px !important;
	}

	.mr25-pc {
		margin-right: 25px !important;
	}

	.mb25-pc {
		margin-bottom: 25px !important;
	}

	.ml25-pc {
		margin-left: 25px !important;
	}

	.mt-25-pc {
		margin-top: -25px !important;
	}

	.mr-25-pc {
		margin-right: -25px !important;
	}

	.mb-25-pc {
		margin-bottom: -25px !important;
	}

	.ml-25-pc {
		margin-left: -25px !important;
	}

	.fz25-pc {
		font-size: 25px !important;
	}

	.pt30-pc {
		padding-top: 30px !important;
	}

	.pr30-pc {
		padding-right: 30px !important;
	}

	.pb30-pc {
		padding-bottom: 30px !important;
	}

	.pl30-pc {
		padding-left: 30px !important;
	}

	.mt30-pc {
		margin-top: 30px !important;
	}

	.mr30-pc {
		margin-right: 30px !important;
	}

	.mb30-pc {
		margin-bottom: 30px !important;
	}

	.ml30-pc {
		margin-left: 30px !important;
	}

	.mt-30-pc {
		margin-top: -30px !important;
	}

	.mr-30-pc {
		margin-right: -30px !important;
	}

	.mb-30-pc {
		margin-bottom: -30px !important;
	}

	.ml-30-pc {
		margin-left: -30px !important;
	}

	.fz30-pc {
		font-size: 30px !important;
	}

	.pt35-pc {
		padding-top: 35px !important;
	}

	.pr35-pc {
		padding-right: 35px !important;
	}

	.pb35-pc {
		padding-bottom: 35px !important;
	}

	.pl35-pc {
		padding-left: 35px !important;
	}

	.mt35-pc {
		margin-top: 35px !important;
	}

	.mr35-pc {
		margin-right: 35px !important;
	}

	.mb35-pc {
		margin-bottom: 35px !important;
	}

	.ml35-pc {
		margin-left: 35px !important;
	}

	.mt-35-pc {
		margin-top: -35px !important;
	}

	.mr-35-pc {
		margin-right: -35px !important;
	}

	.mb-35-pc {
		margin-bottom: -35px !important;
	}

	.ml-35-pc {
		margin-left: -35px !important;
	}

	.fz35-pc {
		font-size: 35px !important;
	}

	.pt40-pc {
		padding-top: 40px !important;
	}

	.pr40-pc {
		padding-right: 40px !important;
	}

	.pb40-pc {
		padding-bottom: 40px !important;
	}

	.pl40-pc {
		padding-left: 40px !important;
	}

	.mt40-pc {
		margin-top: 40px !important;
	}

	.mr40-pc {
		margin-right: 40px !important;
	}

	.mb40-pc {
		margin-bottom: 40px !important;
	}

	.ml40-pc {
		margin-left: 40px !important;
	}

	.mt-40-pc {
		margin-top: -40px !important;
	}

	.mr-40-pc {
		margin-right: -40px !important;
	}

	.mb-40-pc {
		margin-bottom: -40px !important;
	}

	.ml-40-pc {
		margin-left: -40px !important;
	}

	.fz40-pc {
		font-size: 40px !important;
	}

	.pt45-pc {
		padding-top: 45px !important;
	}

	.pr45-pc {
		padding-right: 45px !important;
	}

	.pb45-pc {
		padding-bottom: 45px !important;
	}

	.pl45-pc {
		padding-left: 45px !important;
	}

	.mt45-pc {
		margin-top: 45px !important;
	}

	.mr45-pc {
		margin-right: 45px !important;
	}

	.mb45-pc {
		margin-bottom: 45px !important;
	}

	.ml45-pc {
		margin-left: 45px !important;
	}

	.mt-45-pc {
		margin-top: -45px !important;
	}

	.mr-45-pc {
		margin-right: -45px !important;
	}

	.mb-45-pc {
		margin-bottom: -45px !important;
	}

	.ml-45-pc {
		margin-left: -45px !important;
	}

	.fz45-pc {
		font-size: 45px !important;
	}

	.pt50-pc {
		padding-top: 50px !important;
	}

	.pr50-pc {
		padding-right: 50px !important;
	}

	.pb50-pc {
		padding-bottom: 50px !important;
	}

	.pl50-pc {
		padding-left: 50px !important;
	}

	.mt50-pc {
		margin-top: 50px !important;
	}

	.mr50-pc {
		margin-right: 50px !important;
	}

	.mb50-pc {
		margin-bottom: 50px !important;
	}

	.ml50-pc {
		margin-left: 50px !important;
	}

	.mt-50-pc {
		margin-top: -50px !important;
	}

	.mr-50-pc {
		margin-right: -50px !important;
	}

	.mb-50-pc {
		margin-bottom: -50px !important;
	}

	.ml-50-pc {
		margin-left: -50px !important;
	}

	.fz50-pc {
		font-size: 50px !important;
	}

	.pt55-pc {
		padding-top: 55px !important;
	}

	.pr55-pc {
		padding-right: 55px !important;
	}

	.pb55-pc {
		padding-bottom: 55px !important;
	}

	.pl55-pc {
		padding-left: 55px !important;
	}

	.mt55-pc {
		margin-top: 55px !important;
	}

	.mr55-pc {
		margin-right: 55px !important;
	}

	.mb55-pc {
		margin-bottom: 55px !important;
	}

	.ml55-pc {
		margin-left: 55px !important;
	}

	.mt-55-pc {
		margin-top: -55px !important;
	}

	.mr-55-pc {
		margin-right: -55px !important;
	}

	.mb-55-pc {
		margin-bottom: -55px !important;
	}

	.ml-55-pc {
		margin-left: -55px !important;
	}

	.fz55-pc {
		font-size: 55px !important;
	}

	.pt60-pc {
		padding-top: 60px !important;
	}

	.pr60-pc {
		padding-right: 60px !important;
	}

	.pb60-pc {
		padding-bottom: 60px !important;
	}

	.pl60-pc {
		padding-left: 60px !important;
	}

	.mt60-pc {
		margin-top: 60px !important;
	}

	.mr60-pc {
		margin-right: 60px !important;
	}

	.mb60-pc {
		margin-bottom: 60px !important;
	}

	.ml60-pc {
		margin-left: 60px !important;
	}

	.mt-60-pc {
		margin-top: -60px !important;
	}

	.mr-60-pc {
		margin-right: -60px !important;
	}

	.mb-60-pc {
		margin-bottom: -60px !important;
	}

	.ml-60-pc {
		margin-left: -60px !important;
	}

	.fz60-pc {
		font-size: 60px !important;
	}

	.pt65-pc {
		padding-top: 65px !important;
	}

	.pr65-pc {
		padding-right: 65px !important;
	}

	.pb65-pc {
		padding-bottom: 65px !important;
	}

	.pl65-pc {
		padding-left: 65px !important;
	}

	.mt65-pc {
		margin-top: 65px !important;
	}

	.mr65-pc {
		margin-right: 65px !important;
	}

	.mb65-pc {
		margin-bottom: 65px !important;
	}

	.ml65-pc {
		margin-left: 65px !important;
	}

	.mt-65-pc {
		margin-top: -65px !important;
	}

	.mr-65-pc {
		margin-right: -65px !important;
	}

	.mb-65-pc {
		margin-bottom: -65px !important;
	}

	.ml-65-pc {
		margin-left: -65px !important;
	}

	.fz65-pc {
		font-size: 65px !important;
	}

	.pt70-pc {
		padding-top: 70px !important;
	}

	.pr70-pc {
		padding-right: 70px !important;
	}

	.pb70-pc {
		padding-bottom: 70px !important;
	}

	.pl70-pc {
		padding-left: 70px !important;
	}

	.mt70-pc {
		margin-top: 70px !important;
	}

	.mr70-pc {
		margin-right: 70px !important;
	}

	.mb70-pc {
		margin-bottom: 70px !important;
	}

	.ml70-pc {
		margin-left: 70px !important;
	}

	.mt-70-pc {
		margin-top: -70px !important;
	}

	.mr-70-pc {
		margin-right: -70px !important;
	}

	.mb-70-pc {
		margin-bottom: -70px !important;
	}

	.ml-70-pc {
		margin-left: -70px !important;
	}

	.fz70-pc {
		font-size: 70px !important;
	}

	.pt75-pc {
		padding-top: 75px !important;
	}

	.pr75-pc {
		padding-right: 75px !important;
	}

	.pb75-pc {
		padding-bottom: 75px !important;
	}

	.pl75-pc {
		padding-left: 75px !important;
	}

	.mt75-pc {
		margin-top: 75px !important;
	}

	.mr75-pc {
		margin-right: 75px !important;
	}

	.mb75-pc {
		margin-bottom: 75px !important;
	}

	.ml75-pc {
		margin-left: 75px !important;
	}

	.mt-75-pc {
		margin-top: -75px !important;
	}

	.mr-75-pc {
		margin-right: -75px !important;
	}

	.mb-75-pc {
		margin-bottom: -75px !important;
	}

	.ml-75-pc {
		margin-left: -75px !important;
	}

	.fz75-pc {
		font-size: 75px !important;
	}

	.pt80-pc {
		padding-top: 80px !important;
	}

	.pr80-pc {
		padding-right: 80px !important;
	}

	.pb80-pc {
		padding-bottom: 80px !important;
	}

	.pl80-pc {
		padding-left: 80px !important;
	}

	.mt80-pc {
		margin-top: 80px !important;
	}

	.mr80-pc {
		margin-right: 80px !important;
	}

	.mb80-pc {
		margin-bottom: 80px !important;
	}

	.ml80-pc {
		margin-left: 80px !important;
	}

	.mt-80-pc {
		margin-top: -80px !important;
	}

	.mr-80-pc {
		margin-right: -80px !important;
	}

	.mb-80-pc {
		margin-bottom: -80px !important;
	}

	.ml-80-pc {
		margin-left: -80px !important;
	}

	.fz80-pc {
		font-size: 80px !important;
	}

	.pt85-pc {
		padding-top: 85px !important;
	}

	.pr85-pc {
		padding-right: 85px !important;
	}

	.pb85-pc {
		padding-bottom: 85px !important;
	}

	.pl85-pc {
		padding-left: 85px !important;
	}

	.mt85-pc {
		margin-top: 85px !important;
	}

	.mr85-pc {
		margin-right: 85px !important;
	}

	.mb85-pc {
		margin-bottom: 85px !important;
	}

	.ml85-pc {
		margin-left: 85px !important;
	}

	.mt-85-pc {
		margin-top: -85px !important;
	}

	.mr-85-pc {
		margin-right: -85px !important;
	}

	.mb-85-pc {
		margin-bottom: -85px !important;
	}

	.ml-85-pc {
		margin-left: -85px !important;
	}

	.fz85-pc {
		font-size: 85px !important;
	}

	.pt90-pc {
		padding-top: 90px !important;
	}

	.pr90-pc {
		padding-right: 90px !important;
	}

	.pb90-pc {
		padding-bottom: 90px !important;
	}

	.pl90-pc {
		padding-left: 90px !important;
	}

	.mt90-pc {
		margin-top: 90px !important;
	}

	.mr90-pc {
		margin-right: 90px !important;
	}

	.mb90-pc {
		margin-bottom: 90px !important;
	}

	.ml90-pc {
		margin-left: 90px !important;
	}

	.mt-90-pc {
		margin-top: -90px !important;
	}

	.mr-90-pc {
		margin-right: -90px !important;
	}

	.mb-90-pc {
		margin-bottom: -90px !important;
	}

	.ml-90-pc {
		margin-left: -90px !important;
	}

	.fz90-pc {
		font-size: 90px !important;
	}

	.pt95-pc {
		padding-top: 95px !important;
	}

	.pr95-pc {
		padding-right: 95px !important;
	}

	.pb95-pc {
		padding-bottom: 95px !important;
	}

	.pl95-pc {
		padding-left: 95px !important;
	}

	.mt95-pc {
		margin-top: 95px !important;
	}

	.mr95-pc {
		margin-right: 95px !important;
	}

	.mb95-pc {
		margin-bottom: 95px !important;
	}

	.ml95-pc {
		margin-left: 95px !important;
	}

	.mt-95-pc {
		margin-top: -95px !important;
	}

	.mr-95-pc {
		margin-right: -95px !important;
	}

	.mb-95-pc {
		margin-bottom: -95px !important;
	}

	.ml-95-pc {
		margin-left: -95px !important;
	}

	.fz95-pc {
		font-size: 95px !important;
	}

	.pt100-pc {
		padding-top: 100px !important;
	}

	.pr100-pc {
		padding-right: 100px !important;
	}

	.pb100-pc {
		padding-bottom: 100px !important;
	}

	.pl100-pc {
		padding-left: 100px !important;
	}

	.mt100-pc {
		margin-top: 100px !important;
	}

	.mr100-pc {
		margin-right: 100px !important;
	}

	.mb100-pc {
		margin-bottom: 100px !important;
	}

	.ml100-pc {
		margin-left: 100px !important;
	}

	.mt-100-pc {
		margin-top: -100px !important;
	}

	.mr-100-pc {
		margin-right: -100px !important;
	}

	.mb-100-pc {
		margin-bottom: -100px !important;
	}

	.ml-100-pc {
		margin-left: -100px !important;
	}

	.fz100-pc {
		font-size: 100px !important;
	}

	.pt105-pc {
		padding-top: 105px !important;
	}

	.pr105-pc {
		padding-right: 105px !important;
	}

	.pb105-pc {
		padding-bottom: 105px !important;
	}

	.pl105-pc {
		padding-left: 105px !important;
	}

	.mt105-pc {
		margin-top: 105px !important;
	}

	.mr105-pc {
		margin-right: 105px !important;
	}

	.mb105-pc {
		margin-bottom: 105px !important;
	}

	.ml105-pc {
		margin-left: 105px !important;
	}

	.mt-105-pc {
		margin-top: -105px !important;
	}

	.mr-105-pc {
		margin-right: -105px !important;
	}

	.mb-105-pc {
		margin-bottom: -105px !important;
	}

	.ml-105-pc {
		margin-left: -105px !important;
	}

	.fz105-pc {
		font-size: 105px !important;
	}

	.pt110-pc {
		padding-top: 110px !important;
	}

	.pr110-pc {
		padding-right: 110px !important;
	}

	.pb110-pc {
		padding-bottom: 110px !important;
	}

	.pl110-pc {
		padding-left: 110px !important;
	}

	.mt110-pc {
		margin-top: 110px !important;
	}

	.mr110-pc {
		margin-right: 110px !important;
	}

	.mb110-pc {
		margin-bottom: 110px !important;
	}

	.ml110-pc {
		margin-left: 110px !important;
	}

	.mt-110-pc {
		margin-top: -110px !important;
	}

	.mr-110-pc {
		margin-right: -110px !important;
	}

	.mb-110-pc {
		margin-bottom: -110px !important;
	}

	.ml-110-pc {
		margin-left: -110px !important;
	}

	.fz110-pc {
		font-size: 110px !important;
	}

	.pt115-pc {
		padding-top: 115px !important;
	}

	.pr115-pc {
		padding-right: 115px !important;
	}

	.pb115-pc {
		padding-bottom: 115px !important;
	}

	.pl115-pc {
		padding-left: 115px !important;
	}

	.mt115-pc {
		margin-top: 115px !important;
	}

	.mr115-pc {
		margin-right: 115px !important;
	}

	.mb115-pc {
		margin-bottom: 115px !important;
	}

	.ml115-pc {
		margin-left: 115px !important;
	}

	.mt-115-pc {
		margin-top: -115px !important;
	}

	.mr-115-pc {
		margin-right: -115px !important;
	}

	.mb-115-pc {
		margin-bottom: -115px !important;
	}

	.ml-115-pc {
		margin-left: -115px !important;
	}

	.fz115-pc {
		font-size: 115px !important;
	}

	.pt120-pc {
		padding-top: 120px !important;
	}

	.pr120-pc {
		padding-right: 120px !important;
	}

	.pb120-pc {
		padding-bottom: 120px !important;
	}

	.pl120-pc {
		padding-left: 120px !important;
	}

	.mt120-pc {
		margin-top: 120px !important;
	}

	.mr120-pc {
		margin-right: 120px !important;
	}

	.mb120-pc {
		margin-bottom: 120px !important;
	}

	.ml120-pc {
		margin-left: 120px !important;
	}

	.mt-120-pc {
		margin-top: -120px !important;
	}

	.mr-120-pc {
		margin-right: -120px !important;
	}

	.mb-120-pc {
		margin-bottom: -120px !important;
	}

	.ml-120-pc {
		margin-left: -120px !important;
	}

	.fz120-pc {
		font-size: 120px !important;
	}

	.pt125-pc {
		padding-top: 125px !important;
	}

	.pr125-pc {
		padding-right: 125px !important;
	}

	.pb125-pc {
		padding-bottom: 125px !important;
	}

	.pl125-pc {
		padding-left: 125px !important;
	}

	.mt125-pc {
		margin-top: 125px !important;
	}

	.mr125-pc {
		margin-right: 125px !important;
	}

	.mb125-pc {
		margin-bottom: 125px !important;
	}

	.ml125-pc {
		margin-left: 125px !important;
	}

	.mt-125-pc {
		margin-top: -125px !important;
	}

	.mr-125-pc {
		margin-right: -125px !important;
	}

	.mb-125-pc {
		margin-bottom: -125px !important;
	}

	.ml-125-pc {
		margin-left: -125px !important;
	}

	.fz125-pc {
		font-size: 125px !important;
	}

	.pt130-pc {
		padding-top: 130px !important;
	}

	.pr130-pc {
		padding-right: 130px !important;
	}

	.pb130-pc {
		padding-bottom: 130px !important;
	}

	.pl130-pc {
		padding-left: 130px !important;
	}

	.mt130-pc {
		margin-top: 130px !important;
	}

	.mr130-pc {
		margin-right: 130px !important;
	}

	.mb130-pc {
		margin-bottom: 130px !important;
	}

	.ml130-pc {
		margin-left: 130px !important;
	}

	.mt-130-pc {
		margin-top: -130px !important;
	}

	.mr-130-pc {
		margin-right: -130px !important;
	}

	.mb-130-pc {
		margin-bottom: -130px !important;
	}

	.ml-130-pc {
		margin-left: -130px !important;
	}

	.fz130-pc {
		font-size: 130px !important;
	}

	.pt135-pc {
		padding-top: 135px !important;
	}

	.pr135-pc {
		padding-right: 135px !important;
	}

	.pb135-pc {
		padding-bottom: 135px !important;
	}

	.pl135-pc {
		padding-left: 135px !important;
	}

	.mt135-pc {
		margin-top: 135px !important;
	}

	.mr135-pc {
		margin-right: 135px !important;
	}

	.mb135-pc {
		margin-bottom: 135px !important;
	}

	.ml135-pc {
		margin-left: 135px !important;
	}

	.mt-135-pc {
		margin-top: -135px !important;
	}

	.mr-135-pc {
		margin-right: -135px !important;
	}

	.mb-135-pc {
		margin-bottom: -135px !important;
	}

	.ml-135-pc {
		margin-left: -135px !important;
	}

	.fz135-pc {
		font-size: 135px !important;
	}

	.pt140-pc {
		padding-top: 140px !important;
	}

	.pr140-pc {
		padding-right: 140px !important;
	}

	.pb140-pc {
		padding-bottom: 140px !important;
	}

	.pl140-pc {
		padding-left: 140px !important;
	}

	.mt140-pc {
		margin-top: 140px !important;
	}

	.mr140-pc {
		margin-right: 140px !important;
	}

	.mb140-pc {
		margin-bottom: 140px !important;
	}

	.ml140-pc {
		margin-left: 140px !important;
	}

	.mt-140-pc {
		margin-top: -140px !important;
	}

	.mr-140-pc {
		margin-right: -140px !important;
	}

	.mb-140-pc {
		margin-bottom: -140px !important;
	}

	.ml-140-pc {
		margin-left: -140px !important;
	}

	.fz140-pc {
		font-size: 140px !important;
	}

	.pt145-pc {
		padding-top: 145px !important;
	}

	.pr145-pc {
		padding-right: 145px !important;
	}

	.pb145-pc {
		padding-bottom: 145px !important;
	}

	.pl145-pc {
		padding-left: 145px !important;
	}

	.mt145-pc {
		margin-top: 145px !important;
	}

	.mr145-pc {
		margin-right: 145px !important;
	}

	.mb145-pc {
		margin-bottom: 145px !important;
	}

	.ml145-pc {
		margin-left: 145px !important;
	}

	.mt-145-pc {
		margin-top: -145px !important;
	}

	.mr-145-pc {
		margin-right: -145px !important;
	}

	.mb-145-pc {
		margin-bottom: -145px !important;
	}

	.ml-145-pc {
		margin-left: -145px !important;
	}

	.fz145-pc {
		font-size: 145px !important;
	}

	.pt150-pc {
		padding-top: 150px !important;
	}

	.pr150-pc {
		padding-right: 150px !important;
	}

	.pb150-pc {
		padding-bottom: 150px !important;
	}

	.pl150-pc {
		padding-left: 150px !important;
	}

	.mt150-pc {
		margin-top: 150px !important;
	}

	.mr150-pc {
		margin-right: 150px !important;
	}

	.mb150-pc {
		margin-bottom: 150px !important;
	}

	.ml150-pc {
		margin-left: 150px !important;
	}

	.mt-150-pc {
		margin-top: -150px !important;
	}

	.mr-150-pc {
		margin-right: -150px !important;
	}

	.mb-150-pc {
		margin-bottom: -150px !important;
	}

	.ml-150-pc {
		margin-left: -150px !important;
	}

	.fz150-pc {
		font-size: 150px !important;
	}

	.pt155-pc {
		padding-top: 155px !important;
	}

	.pr155-pc {
		padding-right: 155px !important;
	}

	.pb155-pc {
		padding-bottom: 155px !important;
	}

	.pl155-pc {
		padding-left: 155px !important;
	}

	.mt155-pc {
		margin-top: 155px !important;
	}

	.mr155-pc {
		margin-right: 155px !important;
	}

	.mb155-pc {
		margin-bottom: 155px !important;
	}

	.ml155-pc {
		margin-left: 155px !important;
	}

	.mt-155-pc {
		margin-top: -155px !important;
	}

	.mr-155-pc {
		margin-right: -155px !important;
	}

	.mb-155-pc {
		margin-bottom: -155px !important;
	}

	.ml-155-pc {
		margin-left: -155px !important;
	}

	.fz155-pc {
		font-size: 155px !important;
	}

	.pt160-pc {
		padding-top: 160px !important;
	}

	.pr160-pc {
		padding-right: 160px !important;
	}

	.pb160-pc {
		padding-bottom: 160px !important;
	}

	.pl160-pc {
		padding-left: 160px !important;
	}

	.mt160-pc {
		margin-top: 160px !important;
	}

	.mr160-pc {
		margin-right: 160px !important;
	}

	.mb160-pc {
		margin-bottom: 160px !important;
	}

	.ml160-pc {
		margin-left: 160px !important;
	}

	.mt-160-pc {
		margin-top: -160px !important;
	}

	.mr-160-pc {
		margin-right: -160px !important;
	}

	.mb-160-pc {
		margin-bottom: -160px !important;
	}

	.ml-160-pc {
		margin-left: -160px !important;
	}

	.fz160-pc {
		font-size: 160px !important;
	}

	.pt165-pc {
		padding-top: 165px !important;
	}

	.pr165-pc {
		padding-right: 165px !important;
	}

	.pb165-pc {
		padding-bottom: 165px !important;
	}

	.pl165-pc {
		padding-left: 165px !important;
	}

	.mt165-pc {
		margin-top: 165px !important;
	}

	.mr165-pc {
		margin-right: 165px !important;
	}

	.mb165-pc {
		margin-bottom: 165px !important;
	}

	.ml165-pc {
		margin-left: 165px !important;
	}

	.mt-165-pc {
		margin-top: -165px !important;
	}

	.mr-165-pc {
		margin-right: -165px !important;
	}

	.mb-165-pc {
		margin-bottom: -165px !important;
	}

	.ml-165-pc {
		margin-left: -165px !important;
	}

	.fz165-pc {
		font-size: 165px !important;
	}

	.pt170-pc {
		padding-top: 170px !important;
	}

	.pr170-pc {
		padding-right: 170px !important;
	}

	.pb170-pc {
		padding-bottom: 170px !important;
	}

	.pl170-pc {
		padding-left: 170px !important;
	}

	.mt170-pc {
		margin-top: 170px !important;
	}

	.mr170-pc {
		margin-right: 170px !important;
	}

	.mb170-pc {
		margin-bottom: 170px !important;
	}

	.ml170-pc {
		margin-left: 170px !important;
	}

	.mt-170-pc {
		margin-top: -170px !important;
	}

	.mr-170-pc {
		margin-right: -170px !important;
	}

	.mb-170-pc {
		margin-bottom: -170px !important;
	}

	.ml-170-pc {
		margin-left: -170px !important;
	}

	.fz170-pc {
		font-size: 170px !important;
	}

	.pt175-pc {
		padding-top: 175px !important;
	}

	.pr175-pc {
		padding-right: 175px !important;
	}

	.pb175-pc {
		padding-bottom: 175px !important;
	}

	.pl175-pc {
		padding-left: 175px !important;
	}

	.mt175-pc {
		margin-top: 175px !important;
	}

	.mr175-pc {
		margin-right: 175px !important;
	}

	.mb175-pc {
		margin-bottom: 175px !important;
	}

	.ml175-pc {
		margin-left: 175px !important;
	}

	.mt-175-pc {
		margin-top: -175px !important;
	}

	.mr-175-pc {
		margin-right: -175px !important;
	}

	.mb-175-pc {
		margin-bottom: -175px !important;
	}

	.ml-175-pc {
		margin-left: -175px !important;
	}

	.fz175-pc {
		font-size: 175px !important;
	}

	.pt180-pc {
		padding-top: 180px !important;
	}

	.pr180-pc {
		padding-right: 180px !important;
	}

	.pb180-pc {
		padding-bottom: 180px !important;
	}

	.pl180-pc {
		padding-left: 180px !important;
	}

	.mt180-pc {
		margin-top: 180px !important;
	}

	.mr180-pc {
		margin-right: 180px !important;
	}

	.mb180-pc {
		margin-bottom: 180px !important;
	}

	.ml180-pc {
		margin-left: 180px !important;
	}

	.mt-180-pc {
		margin-top: -180px !important;
	}

	.mr-180-pc {
		margin-right: -180px !important;
	}

	.mb-180-pc {
		margin-bottom: -180px !important;
	}

	.ml-180-pc {
		margin-left: -180px !important;
	}

	.fz180-pc {
		font-size: 180px !important;
	}

	.pt185-pc {
		padding-top: 185px !important;
	}

	.pr185-pc {
		padding-right: 185px !important;
	}

	.pb185-pc {
		padding-bottom: 185px !important;
	}

	.pl185-pc {
		padding-left: 185px !important;
	}

	.mt185-pc {
		margin-top: 185px !important;
	}

	.mr185-pc {
		margin-right: 185px !important;
	}

	.mb185-pc {
		margin-bottom: 185px !important;
	}

	.ml185-pc {
		margin-left: 185px !important;
	}

	.mt-185-pc {
		margin-top: -185px !important;
	}

	.mr-185-pc {
		margin-right: -185px !important;
	}

	.mb-185-pc {
		margin-bottom: -185px !important;
	}

	.ml-185-pc {
		margin-left: -185px !important;
	}

	.fz185-pc {
		font-size: 185px !important;
	}

	.pt190-pc {
		padding-top: 190px !important;
	}

	.pr190-pc {
		padding-right: 190px !important;
	}

	.pb190-pc {
		padding-bottom: 190px !important;
	}

	.pl190-pc {
		padding-left: 190px !important;
	}

	.mt190-pc {
		margin-top: 190px !important;
	}

	.mr190-pc {
		margin-right: 190px !important;
	}

	.mb190-pc {
		margin-bottom: 190px !important;
	}

	.ml190-pc {
		margin-left: 190px !important;
	}

	.mt-190-pc {
		margin-top: -190px !important;
	}

	.mr-190-pc {
		margin-right: -190px !important;
	}

	.mb-190-pc {
		margin-bottom: -190px !important;
	}

	.ml-190-pc {
		margin-left: -190px !important;
	}

	.fz190-pc {
		font-size: 190px !important;
	}

	.pt195-pc {
		padding-top: 195px !important;
	}

	.pr195-pc {
		padding-right: 195px !important;
	}

	.pb195-pc {
		padding-bottom: 195px !important;
	}

	.pl195-pc {
		padding-left: 195px !important;
	}

	.mt195-pc {
		margin-top: 195px !important;
	}

	.mr195-pc {
		margin-right: 195px !important;
	}

	.mb195-pc {
		margin-bottom: 195px !important;
	}

	.ml195-pc {
		margin-left: 195px !important;
	}

	.mt-195-pc {
		margin-top: -195px !important;
	}

	.mr-195-pc {
		margin-right: -195px !important;
	}

	.mb-195-pc {
		margin-bottom: -195px !important;
	}

	.ml-195-pc {
		margin-left: -195px !important;
	}

	.fz195-pc {
		font-size: 195px !important;
	}
}
/*SPのみ*/
@media screen and (max-width: 736px) {
	.pt0-sp {
		padding-top: 0px !important;
	}

	.pr0-sp {
		padding-right: 0px !important;
	}

	.pb0-sp {
		padding-bottom: 0px !important;
	}

	.pl0-sp {
		padding-left: 0px !important;
	}

	.mt0-sp {
		margin-top: 0px !important;
	}

	.mr0-sp {
		margin-right: 0px !important;
	}

	.mb0-sp {
		margin-bottom: 0px !important;
	}

	.ml0-sp {
		margin-left: 0px !important;
	}

	.mt-0-sp {
		margin-top: 0px !important;
	}

	.mr-0-sp {
		margin-right: 0px !important;
	}

	.mb-0-sp {
		margin-bottom: 0px !important;
	}

	.ml-0-sp {
		margin-left: 0px !important;
	}

	.fz0-sp {
		font-size: 0px !important;
	}

	.pt5-sp {
		padding-top: 5px !important;
	}

	.pr5-sp {
		padding-right: 5px !important;
	}

	.pb5-sp {
		padding-bottom: 5px !important;
	}

	.pl5-sp {
		padding-left: 5px !important;
	}

	.mt5-sp {
		margin-top: 5px !important;
	}

	.mr5-sp {
		margin-right: 5px !important;
	}

	.mb5-sp {
		margin-bottom: 5px !important;
	}

	.ml5-sp {
		margin-left: 5px !important;
	}

	.mt-5-sp {
		margin-top: -5px !important;
	}

	.mr-5-sp {
		margin-right: -5px !important;
	}

	.mb-5-sp {
		margin-bottom: -5px !important;
	}

	.ml-5-sp {
		margin-left: -5px !important;
	}

	.fz5-sp {
		font-size: 5px !important;
	}

	.pt10-sp {
		padding-top: 10px !important;
	}

	.pr10-sp {
		padding-right: 10px !important;
	}

	.pb10-sp {
		padding-bottom: 10px !important;
	}

	.pl10-sp {
		padding-left: 10px !important;
	}

	.mt10-sp {
		margin-top: 10px !important;
	}

	.mr10-sp {
		margin-right: 10px !important;
	}

	.mb10-sp {
		margin-bottom: 10px !important;
	}

	.ml10-sp {
		margin-left: 10px !important;
	}

	.mt-10-sp {
		margin-top: -10px !important;
	}

	.mr-10-sp {
		margin-right: -10px !important;
	}

	.mb-10-sp {
		margin-bottom: -10px !important;
	}

	.ml-10-sp {
		margin-left: -10px !important;
	}

	.fz10-sp {
		font-size: 10px !important;
	}

	.pt15-sp {
		padding-top: 15px !important;
	}

	.pr15-sp {
		padding-right: 15px !important;
	}

	.pb15-sp {
		padding-bottom: 15px !important;
	}

	.pl15-sp {
		padding-left: 15px !important;
	}

	.mt15-sp {
		margin-top: 15px !important;
	}

	.mr15-sp {
		margin-right: 15px !important;
	}

	.mb15-sp {
		margin-bottom: 15px !important;
	}

	.ml15-sp {
		margin-left: 15px !important;
	}

	.mt-15-sp {
		margin-top: -15px !important;
	}

	.mr-15-sp {
		margin-right: -15px !important;
	}

	.mb-15-sp {
		margin-bottom: -15px !important;
	}

	.ml-15-sp {
		margin-left: -15px !important;
	}

	.fz15-sp {
		font-size: 15px !important;
	}

	.pt20-sp {
		padding-top: 20px !important;
	}

	.pr20-sp {
		padding-right: 20px !important;
	}

	.pb20-sp {
		padding-bottom: 20px !important;
	}

	.pl20-sp {
		padding-left: 20px !important;
	}

	.mt20-sp {
		margin-top: 20px !important;
	}

	.mr20-sp {
		margin-right: 20px !important;
	}

	.mb20-sp {
		margin-bottom: 20px !important;
	}

	.ml20-sp {
		margin-left: 20px !important;
	}

	.mt-20-sp {
		margin-top: -20px !important;
	}

	.mr-20-sp {
		margin-right: -20px !important;
	}

	.mb-20-sp {
		margin-bottom: -20px !important;
	}

	.ml-20-sp {
		margin-left: -20px !important;
	}

	.fz20-sp {
		font-size: 20px !important;
	}

	.pt25-sp {
		padding-top: 25px !important;
	}

	.pr25-sp {
		padding-right: 25px !important;
	}

	.pb25-sp {
		padding-bottom: 25px !important;
	}

	.pl25-sp {
		padding-left: 25px !important;
	}

	.mt25-sp {
		margin-top: 25px !important;
	}

	.mr25-sp {
		margin-right: 25px !important;
	}

	.mb25-sp {
		margin-bottom: 25px !important;
	}

	.ml25-sp {
		margin-left: 25px !important;
	}

	.mt-25-sp {
		margin-top: -25px !important;
	}

	.mr-25-sp {
		margin-right: -25px !important;
	}

	.mb-25-sp {
		margin-bottom: -25px !important;
	}

	.ml-25-sp {
		margin-left: -25px !important;
	}

	.fz25-sp {
		font-size: 25px !important;
	}

	.pt30-sp {
		padding-top: 30px !important;
	}

	.pr30-sp {
		padding-right: 30px !important;
	}

	.pb30-sp {
		padding-bottom: 30px !important;
	}

	.pl30-sp {
		padding-left: 30px !important;
	}

	.mt30-sp {
		margin-top: 30px !important;
	}

	.mr30-sp {
		margin-right: 30px !important;
	}

	.mb30-sp {
		margin-bottom: 30px !important;
	}

	.ml30-sp {
		margin-left: 30px !important;
	}

	.mt-30-sp {
		margin-top: -30px !important;
	}

	.mr-30-sp {
		margin-right: -30px !important;
	}

	.mb-30-sp {
		margin-bottom: -30px !important;
	}

	.ml-30-sp {
		margin-left: -30px !important;
	}

	.fz30-sp {
		font-size: 30px !important;
	}

	.pt35-sp {
		padding-top: 35px !important;
	}

	.pr35-sp {
		padding-right: 35px !important;
	}

	.pb35-sp {
		padding-bottom: 35px !important;
	}

	.pl35-sp {
		padding-left: 35px !important;
	}

	.mt35-sp {
		margin-top: 35px !important;
	}

	.mr35-sp {
		margin-right: 35px !important;
	}

	.mb35-sp {
		margin-bottom: 35px !important;
	}

	.ml35-sp {
		margin-left: 35px !important;
	}

	.mt-35-sp {
		margin-top: -35px !important;
	}

	.mr-35-sp {
		margin-right: -35px !important;
	}

	.mb-35-sp {
		margin-bottom: -35px !important;
	}

	.ml-35-sp {
		margin-left: -35px !important;
	}

	.fz35-sp {
		font-size: 35px !important;
	}

	.pt40-sp {
		padding-top: 40px !important;
	}

	.pr40-sp {
		padding-right: 40px !important;
	}

	.pb40-sp {
		padding-bottom: 40px !important;
	}

	.pl40-sp {
		padding-left: 40px !important;
	}

	.mt40-sp {
		margin-top: 40px !important;
	}

	.mr40-sp {
		margin-right: 40px !important;
	}

	.mb40-sp {
		margin-bottom: 40px !important;
	}

	.ml40-sp {
		margin-left: 40px !important;
	}

	.mt-40-sp {
		margin-top: -40px !important;
	}

	.mr-40-sp {
		margin-right: -40px !important;
	}

	.mb-40-sp {
		margin-bottom: -40px !important;
	}

	.ml-40-sp {
		margin-left: -40px !important;
	}

	.fz40-sp {
		font-size: 40px !important;
	}

	.pt45-sp {
		padding-top: 45px !important;
	}

	.pr45-sp {
		padding-right: 45px !important;
	}

	.pb45-sp {
		padding-bottom: 45px !important;
	}

	.pl45-sp {
		padding-left: 45px !important;
	}

	.mt45-sp {
		margin-top: 45px !important;
	}

	.mr45-sp {
		margin-right: 45px !important;
	}

	.mb45-sp {
		margin-bottom: 45px !important;
	}

	.ml45-sp {
		margin-left: 45px !important;
	}

	.mt-45-sp {
		margin-top: -45px !important;
	}

	.mr-45-sp {
		margin-right: -45px !important;
	}

	.mb-45-sp {
		margin-bottom: -45px !important;
	}

	.ml-45-sp {
		margin-left: -45px !important;
	}

	.fz45-sp {
		font-size: 45px !important;
	}

	.pt50-sp {
		padding-top: 50px !important;
	}

	.pr50-sp {
		padding-right: 50px !important;
	}

	.pb50-sp {
		padding-bottom: 50px !important;
	}

	.pl50-sp {
		padding-left: 50px !important;
	}

	.mt50-sp {
		margin-top: 50px !important;
	}

	.mr50-sp {
		margin-right: 50px !important;
	}

	.mb50-sp {
		margin-bottom: 50px !important;
	}

	.ml50-sp {
		margin-left: 50px !important;
	}

	.mt-50-sp {
		margin-top: -50px !important;
	}

	.mr-50-sp {
		margin-right: -50px !important;
	}

	.mb-50-sp {
		margin-bottom: -50px !important;
	}

	.ml-50-sp {
		margin-left: -50px !important;
	}

	.fz50-sp {
		font-size: 50px !important;
	}

	.pt55-sp {
		padding-top: 55px !important;
	}

	.pr55-sp {
		padding-right: 55px !important;
	}

	.pb55-sp {
		padding-bottom: 55px !important;
	}

	.pl55-sp {
		padding-left: 55px !important;
	}

	.mt55-sp {
		margin-top: 55px !important;
	}

	.mr55-sp {
		margin-right: 55px !important;
	}

	.mb55-sp {
		margin-bottom: 55px !important;
	}

	.ml55-sp {
		margin-left: 55px !important;
	}

	.mt-55-sp {
		margin-top: -55px !important;
	}

	.mr-55-sp {
		margin-right: -55px !important;
	}

	.mb-55-sp {
		margin-bottom: -55px !important;
	}

	.ml-55-sp {
		margin-left: -55px !important;
	}

	.fz55-sp {
		font-size: 55px !important;
	}

	.pt60-sp {
		padding-top: 60px !important;
	}

	.pr60-sp {
		padding-right: 60px !important;
	}

	.pb60-sp {
		padding-bottom: 60px !important;
	}

	.pl60-sp {
		padding-left: 60px !important;
	}

	.mt60-sp {
		margin-top: 60px !important;
	}

	.mr60-sp {
		margin-right: 60px !important;
	}

	.mb60-sp {
		margin-bottom: 60px !important;
	}

	.ml60-sp {
		margin-left: 60px !important;
	}

	.mt-60-sp {
		margin-top: -60px !important;
	}

	.mr-60-sp {
		margin-right: -60px !important;
	}

	.mb-60-sp {
		margin-bottom: -60px !important;
	}

	.ml-60-sp {
		margin-left: -60px !important;
	}

	.fz60-sp {
		font-size: 60px !important;
	}

	.pt65-sp {
		padding-top: 65px !important;
	}

	.pr65-sp {
		padding-right: 65px !important;
	}

	.pb65-sp {
		padding-bottom: 65px !important;
	}

	.pl65-sp {
		padding-left: 65px !important;
	}

	.mt65-sp {
		margin-top: 65px !important;
	}

	.mr65-sp {
		margin-right: 65px !important;
	}

	.mb65-sp {
		margin-bottom: 65px !important;
	}

	.ml65-sp {
		margin-left: 65px !important;
	}

	.mt-65-sp {
		margin-top: -65px !important;
	}

	.mr-65-sp {
		margin-right: -65px !important;
	}

	.mb-65-sp {
		margin-bottom: -65px !important;
	}

	.ml-65-sp {
		margin-left: -65px !important;
	}

	.fz65-sp {
		font-size: 65px !important;
	}

	.pt70-sp {
		padding-top: 70px !important;
	}

	.pr70-sp {
		padding-right: 70px !important;
	}

	.pb70-sp {
		padding-bottom: 70px !important;
	}

	.pl70-sp {
		padding-left: 70px !important;
	}

	.mt70-sp {
		margin-top: 70px !important;
	}

	.mr70-sp {
		margin-right: 70px !important;
	}

	.mb70-sp {
		margin-bottom: 70px !important;
	}

	.ml70-sp {
		margin-left: 70px !important;
	}

	.mt-70-sp {
		margin-top: -70px !important;
	}

	.mr-70-sp {
		margin-right: -70px !important;
	}

	.mb-70-sp {
		margin-bottom: -70px !important;
	}

	.ml-70-sp {
		margin-left: -70px !important;
	}

	.fz70-sp {
		font-size: 70px !important;
	}

	.pt75-sp {
		padding-top: 75px !important;
	}

	.pr75-sp {
		padding-right: 75px !important;
	}

	.pb75-sp {
		padding-bottom: 75px !important;
	}

	.pl75-sp {
		padding-left: 75px !important;
	}

	.mt75-sp {
		margin-top: 75px !important;
	}

	.mr75-sp {
		margin-right: 75px !important;
	}

	.mb75-sp {
		margin-bottom: 75px !important;
	}

	.ml75-sp {
		margin-left: 75px !important;
	}

	.mt-75-sp {
		margin-top: -75px !important;
	}

	.mr-75-sp {
		margin-right: -75px !important;
	}

	.mb-75-sp {
		margin-bottom: -75px !important;
	}

	.ml-75-sp {
		margin-left: -75px !important;
	}

	.fz75-sp {
		font-size: 75px !important;
	}

	.pt80-sp {
		padding-top: 80px !important;
	}

	.pr80-sp {
		padding-right: 80px !important;
	}

	.pb80-sp {
		padding-bottom: 80px !important;
	}

	.pl80-sp {
		padding-left: 80px !important;
	}

	.mt80-sp {
		margin-top: 80px !important;
	}

	.mr80-sp {
		margin-right: 80px !important;
	}

	.mb80-sp {
		margin-bottom: 80px !important;
	}

	.ml80-sp {
		margin-left: 80px !important;
	}

	.mt-80-sp {
		margin-top: -80px !important;
	}

	.mr-80-sp {
		margin-right: -80px !important;
	}

	.mb-80-sp {
		margin-bottom: -80px !important;
	}

	.ml-80-sp {
		margin-left: -80px !important;
	}

	.fz80-sp {
		font-size: 80px !important;
	}

	.pt85-sp {
		padding-top: 85px !important;
	}

	.pr85-sp {
		padding-right: 85px !important;
	}

	.pb85-sp {
		padding-bottom: 85px !important;
	}

	.pl85-sp {
		padding-left: 85px !important;
	}

	.mt85-sp {
		margin-top: 85px !important;
	}

	.mr85-sp {
		margin-right: 85px !important;
	}

	.mb85-sp {
		margin-bottom: 85px !important;
	}

	.ml85-sp {
		margin-left: 85px !important;
	}

	.mt-85-sp {
		margin-top: -85px !important;
	}

	.mr-85-sp {
		margin-right: -85px !important;
	}

	.mb-85-sp {
		margin-bottom: -85px !important;
	}

	.ml-85-sp {
		margin-left: -85px !important;
	}

	.fz85-sp {
		font-size: 85px !important;
	}

	.pt90-sp {
		padding-top: 90px !important;
	}

	.pr90-sp {
		padding-right: 90px !important;
	}

	.pb90-sp {
		padding-bottom: 90px !important;
	}

	.pl90-sp {
		padding-left: 90px !important;
	}

	.mt90-sp {
		margin-top: 90px !important;
	}

	.mr90-sp {
		margin-right: 90px !important;
	}

	.mb90-sp {
		margin-bottom: 90px !important;
	}

	.ml90-sp {
		margin-left: 90px !important;
	}

	.mt-90-sp {
		margin-top: -90px !important;
	}

	.mr-90-sp {
		margin-right: -90px !important;
	}

	.mb-90-sp {
		margin-bottom: -90px !important;
	}

	.ml-90-sp {
		margin-left: -90px !important;
	}

	.fz90-sp {
		font-size: 90px !important;
	}

	.pt95-sp {
		padding-top: 95px !important;
	}

	.pr95-sp {
		padding-right: 95px !important;
	}

	.pb95-sp {
		padding-bottom: 95px !important;
	}

	.pl95-sp {
		padding-left: 95px !important;
	}

	.mt95-sp {
		margin-top: 95px !important;
	}

	.mr95-sp {
		margin-right: 95px !important;
	}

	.mb95-sp {
		margin-bottom: 95px !important;
	}

	.ml95-sp {
		margin-left: 95px !important;
	}

	.mt-95-sp {
		margin-top: -95px !important;
	}

	.mr-95-sp {
		margin-right: -95px !important;
	}

	.mb-95-sp {
		margin-bottom: -95px !important;
	}

	.ml-95-sp {
		margin-left: -95px !important;
	}

	.fz95-sp {
		font-size: 95px !important;
	}

	.pt100-sp {
		padding-top: 100px !important;
	}

	.pr100-sp {
		padding-right: 100px !important;
	}

	.pb100-sp {
		padding-bottom: 100px !important;
	}

	.pl100-sp {
		padding-left: 100px !important;
	}

	.mt100-sp {
		margin-top: 100px !important;
	}

	.mr100-sp {
		margin-right: 100px !important;
	}

	.mb100-sp {
		margin-bottom: 100px !important;
	}

	.ml100-sp {
		margin-left: 100px !important;
	}

	.mt-100-sp {
		margin-top: -100px !important;
	}

	.mr-100-sp {
		margin-right: -100px !important;
	}

	.mb-100-sp {
		margin-bottom: -100px !important;
	}

	.ml-100-sp {
		margin-left: -100px !important;
	}

	.fz100-sp {
		font-size: 100px !important;
	}

	.pt105-sp {
		padding-top: 105px !important;
	}

	.pr105-sp {
		padding-right: 105px !important;
	}

	.pb105-sp {
		padding-bottom: 105px !important;
	}

	.pl105-sp {
		padding-left: 105px !important;
	}

	.mt105-sp {
		margin-top: 105px !important;
	}

	.mr105-sp {
		margin-right: 105px !important;
	}

	.mb105-sp {
		margin-bottom: 105px !important;
	}

	.ml105-sp {
		margin-left: 105px !important;
	}

	.mt-105-sp {
		margin-top: -105px !important;
	}

	.mr-105-sp {
		margin-right: -105px !important;
	}

	.mb-105-sp {
		margin-bottom: -105px !important;
	}

	.ml-105-sp {
		margin-left: -105px !important;
	}

	.fz105-sp {
		font-size: 105px !important;
	}

	.pt110-sp {
		padding-top: 110px !important;
	}

	.pr110-sp {
		padding-right: 110px !important;
	}

	.pb110-sp {
		padding-bottom: 110px !important;
	}

	.pl110-sp {
		padding-left: 110px !important;
	}

	.mt110-sp {
		margin-top: 110px !important;
	}

	.mr110-sp {
		margin-right: 110px !important;
	}

	.mb110-sp {
		margin-bottom: 110px !important;
	}

	.ml110-sp {
		margin-left: 110px !important;
	}

	.mt-110-sp {
		margin-top: -110px !important;
	}

	.mr-110-sp {
		margin-right: -110px !important;
	}

	.mb-110-sp {
		margin-bottom: -110px !important;
	}

	.ml-110-sp {
		margin-left: -110px !important;
	}

	.fz110-sp {
		font-size: 110px !important;
	}

	.pt115-sp {
		padding-top: 115px !important;
	}

	.pr115-sp {
		padding-right: 115px !important;
	}

	.pb115-sp {
		padding-bottom: 115px !important;
	}

	.pl115-sp {
		padding-left: 115px !important;
	}

	.mt115-sp {
		margin-top: 115px !important;
	}

	.mr115-sp {
		margin-right: 115px !important;
	}

	.mb115-sp {
		margin-bottom: 115px !important;
	}

	.ml115-sp {
		margin-left: 115px !important;
	}

	.mt-115-sp {
		margin-top: -115px !important;
	}

	.mr-115-sp {
		margin-right: -115px !important;
	}

	.mb-115-sp {
		margin-bottom: -115px !important;
	}

	.ml-115-sp {
		margin-left: -115px !important;
	}

	.fz115-sp {
		font-size: 115px !important;
	}

	.pt120-sp {
		padding-top: 120px !important;
	}

	.pr120-sp {
		padding-right: 120px !important;
	}

	.pb120-sp {
		padding-bottom: 120px !important;
	}

	.pl120-sp {
		padding-left: 120px !important;
	}

	.mt120-sp {
		margin-top: 120px !important;
	}

	.mr120-sp {
		margin-right: 120px !important;
	}

	.mb120-sp {
		margin-bottom: 120px !important;
	}

	.ml120-sp {
		margin-left: 120px !important;
	}

	.mt-120-sp {
		margin-top: -120px !important;
	}

	.mr-120-sp {
		margin-right: -120px !important;
	}

	.mb-120-sp {
		margin-bottom: -120px !important;
	}

	.ml-120-sp {
		margin-left: -120px !important;
	}

	.fz120-sp {
		font-size: 120px !important;
	}

	.pt125-sp {
		padding-top: 125px !important;
	}

	.pr125-sp {
		padding-right: 125px !important;
	}

	.pb125-sp {
		padding-bottom: 125px !important;
	}

	.pl125-sp {
		padding-left: 125px !important;
	}

	.mt125-sp {
		margin-top: 125px !important;
	}

	.mr125-sp {
		margin-right: 125px !important;
	}

	.mb125-sp {
		margin-bottom: 125px !important;
	}

	.ml125-sp {
		margin-left: 125px !important;
	}

	.mt-125-sp {
		margin-top: -125px !important;
	}

	.mr-125-sp {
		margin-right: -125px !important;
	}

	.mb-125-sp {
		margin-bottom: -125px !important;
	}

	.ml-125-sp {
		margin-left: -125px !important;
	}

	.fz125-sp {
		font-size: 125px !important;
	}

	.pt130-sp {
		padding-top: 130px !important;
	}

	.pr130-sp {
		padding-right: 130px !important;
	}

	.pb130-sp {
		padding-bottom: 130px !important;
	}

	.pl130-sp {
		padding-left: 130px !important;
	}

	.mt130-sp {
		margin-top: 130px !important;
	}

	.mr130-sp {
		margin-right: 130px !important;
	}

	.mb130-sp {
		margin-bottom: 130px !important;
	}

	.ml130-sp {
		margin-left: 130px !important;
	}

	.mt-130-sp {
		margin-top: -130px !important;
	}

	.mr-130-sp {
		margin-right: -130px !important;
	}

	.mb-130-sp {
		margin-bottom: -130px !important;
	}

	.ml-130-sp {
		margin-left: -130px !important;
	}

	.fz130-sp {
		font-size: 130px !important;
	}

	.pt135-sp {
		padding-top: 135px !important;
	}

	.pr135-sp {
		padding-right: 135px !important;
	}

	.pb135-sp {
		padding-bottom: 135px !important;
	}

	.pl135-sp {
		padding-left: 135px !important;
	}

	.mt135-sp {
		margin-top: 135px !important;
	}

	.mr135-sp {
		margin-right: 135px !important;
	}

	.mb135-sp {
		margin-bottom: 135px !important;
	}

	.ml135-sp {
		margin-left: 135px !important;
	}

	.mt-135-sp {
		margin-top: -135px !important;
	}

	.mr-135-sp {
		margin-right: -135px !important;
	}

	.mb-135-sp {
		margin-bottom: -135px !important;
	}

	.ml-135-sp {
		margin-left: -135px !important;
	}

	.fz135-sp {
		font-size: 135px !important;
	}

	.pt140-sp {
		padding-top: 140px !important;
	}

	.pr140-sp {
		padding-right: 140px !important;
	}

	.pb140-sp {
		padding-bottom: 140px !important;
	}

	.pl140-sp {
		padding-left: 140px !important;
	}

	.mt140-sp {
		margin-top: 140px !important;
	}

	.mr140-sp {
		margin-right: 140px !important;
	}

	.mb140-sp {
		margin-bottom: 140px !important;
	}

	.ml140-sp {
		margin-left: 140px !important;
	}

	.mt-140-sp {
		margin-top: -140px !important;
	}

	.mr-140-sp {
		margin-right: -140px !important;
	}

	.mb-140-sp {
		margin-bottom: -140px !important;
	}

	.ml-140-sp {
		margin-left: -140px !important;
	}

	.fz140-sp {
		font-size: 140px !important;
	}

	.pt145-sp {
		padding-top: 145px !important;
	}

	.pr145-sp {
		padding-right: 145px !important;
	}

	.pb145-sp {
		padding-bottom: 145px !important;
	}

	.pl145-sp {
		padding-left: 145px !important;
	}

	.mt145-sp {
		margin-top: 145px !important;
	}

	.mr145-sp {
		margin-right: 145px !important;
	}

	.mb145-sp {
		margin-bottom: 145px !important;
	}

	.ml145-sp {
		margin-left: 145px !important;
	}

	.mt-145-sp {
		margin-top: -145px !important;
	}

	.mr-145-sp {
		margin-right: -145px !important;
	}

	.mb-145-sp {
		margin-bottom: -145px !important;
	}

	.ml-145-sp {
		margin-left: -145px !important;
	}

	.fz145-sp {
		font-size: 145px !important;
	}

	.pt150-sp {
		padding-top: 150px !important;
	}

	.pr150-sp {
		padding-right: 150px !important;
	}

	.pb150-sp {
		padding-bottom: 150px !important;
	}

	.pl150-sp {
		padding-left: 150px !important;
	}

	.mt150-sp {
		margin-top: 150px !important;
	}

	.mr150-sp {
		margin-right: 150px !important;
	}

	.mb150-sp {
		margin-bottom: 150px !important;
	}

	.ml150-sp {
		margin-left: 150px !important;
	}

	.mt-150-sp {
		margin-top: -150px !important;
	}

	.mr-150-sp {
		margin-right: -150px !important;
	}

	.mb-150-sp {
		margin-bottom: -150px !important;
	}

	.ml-150-sp {
		margin-left: -150px !important;
	}

	.fz150-sp {
		font-size: 150px !important;
	}

	.pt155-sp {
		padding-top: 155px !important;
	}

	.pr155-sp {
		padding-right: 155px !important;
	}

	.pb155-sp {
		padding-bottom: 155px !important;
	}

	.pl155-sp {
		padding-left: 155px !important;
	}

	.mt155-sp {
		margin-top: 155px !important;
	}

	.mr155-sp {
		margin-right: 155px !important;
	}

	.mb155-sp {
		margin-bottom: 155px !important;
	}

	.ml155-sp {
		margin-left: 155px !important;
	}

	.mt-155-sp {
		margin-top: -155px !important;
	}

	.mr-155-sp {
		margin-right: -155px !important;
	}

	.mb-155-sp {
		margin-bottom: -155px !important;
	}

	.ml-155-sp {
		margin-left: -155px !important;
	}

	.fz155-sp {
		font-size: 155px !important;
	}

	.pt160-sp {
		padding-top: 160px !important;
	}

	.pr160-sp {
		padding-right: 160px !important;
	}

	.pb160-sp {
		padding-bottom: 160px !important;
	}

	.pl160-sp {
		padding-left: 160px !important;
	}

	.mt160-sp {
		margin-top: 160px !important;
	}

	.mr160-sp {
		margin-right: 160px !important;
	}

	.mb160-sp {
		margin-bottom: 160px !important;
	}

	.ml160-sp {
		margin-left: 160px !important;
	}

	.mt-160-sp {
		margin-top: -160px !important;
	}

	.mr-160-sp {
		margin-right: -160px !important;
	}

	.mb-160-sp {
		margin-bottom: -160px !important;
	}

	.ml-160-sp {
		margin-left: -160px !important;
	}

	.fz160-sp {
		font-size: 160px !important;
	}

	.pt165-sp {
		padding-top: 165px !important;
	}

	.pr165-sp {
		padding-right: 165px !important;
	}

	.pb165-sp {
		padding-bottom: 165px !important;
	}

	.pl165-sp {
		padding-left: 165px !important;
	}

	.mt165-sp {
		margin-top: 165px !important;
	}

	.mr165-sp {
		margin-right: 165px !important;
	}

	.mb165-sp {
		margin-bottom: 165px !important;
	}

	.ml165-sp {
		margin-left: 165px !important;
	}

	.mt-165-sp {
		margin-top: -165px !important;
	}

	.mr-165-sp {
		margin-right: -165px !important;
	}

	.mb-165-sp {
		margin-bottom: -165px !important;
	}

	.ml-165-sp {
		margin-left: -165px !important;
	}

	.fz165-sp {
		font-size: 165px !important;
	}

	.pt170-sp {
		padding-top: 170px !important;
	}

	.pr170-sp {
		padding-right: 170px !important;
	}

	.pb170-sp {
		padding-bottom: 170px !important;
	}

	.pl170-sp {
		padding-left: 170px !important;
	}

	.mt170-sp {
		margin-top: 170px !important;
	}

	.mr170-sp {
		margin-right: 170px !important;
	}

	.mb170-sp {
		margin-bottom: 170px !important;
	}

	.ml170-sp {
		margin-left: 170px !important;
	}

	.mt-170-sp {
		margin-top: -170px !important;
	}

	.mr-170-sp {
		margin-right: -170px !important;
	}

	.mb-170-sp {
		margin-bottom: -170px !important;
	}

	.ml-170-sp {
		margin-left: -170px !important;
	}

	.fz170-sp {
		font-size: 170px !important;
	}

	.pt175-sp {
		padding-top: 175px !important;
	}

	.pr175-sp {
		padding-right: 175px !important;
	}

	.pb175-sp {
		padding-bottom: 175px !important;
	}

	.pl175-sp {
		padding-left: 175px !important;
	}

	.mt175-sp {
		margin-top: 175px !important;
	}

	.mr175-sp {
		margin-right: 175px !important;
	}

	.mb175-sp {
		margin-bottom: 175px !important;
	}

	.ml175-sp {
		margin-left: 175px !important;
	}

	.mt-175-sp {
		margin-top: -175px !important;
	}

	.mr-175-sp {
		margin-right: -175px !important;
	}

	.mb-175-sp {
		margin-bottom: -175px !important;
	}

	.ml-175-sp {
		margin-left: -175px !important;
	}

	.fz175-sp {
		font-size: 175px !important;
	}

	.pt180-sp {
		padding-top: 180px !important;
	}

	.pr180-sp {
		padding-right: 180px !important;
	}

	.pb180-sp {
		padding-bottom: 180px !important;
	}

	.pl180-sp {
		padding-left: 180px !important;
	}

	.mt180-sp {
		margin-top: 180px !important;
	}

	.mr180-sp {
		margin-right: 180px !important;
	}

	.mb180-sp {
		margin-bottom: 180px !important;
	}

	.ml180-sp {
		margin-left: 180px !important;
	}

	.mt-180-sp {
		margin-top: -180px !important;
	}

	.mr-180-sp {
		margin-right: -180px !important;
	}

	.mb-180-sp {
		margin-bottom: -180px !important;
	}

	.ml-180-sp {
		margin-left: -180px !important;
	}

	.fz180-sp {
		font-size: 180px !important;
	}

	.pt185-sp {
		padding-top: 185px !important;
	}

	.pr185-sp {
		padding-right: 185px !important;
	}

	.pb185-sp {
		padding-bottom: 185px !important;
	}

	.pl185-sp {
		padding-left: 185px !important;
	}

	.mt185-sp {
		margin-top: 185px !important;
	}

	.mr185-sp {
		margin-right: 185px !important;
	}

	.mb185-sp {
		margin-bottom: 185px !important;
	}

	.ml185-sp {
		margin-left: 185px !important;
	}

	.mt-185-sp {
		margin-top: -185px !important;
	}

	.mr-185-sp {
		margin-right: -185px !important;
	}

	.mb-185-sp {
		margin-bottom: -185px !important;
	}

	.ml-185-sp {
		margin-left: -185px !important;
	}

	.fz185-sp {
		font-size: 185px !important;
	}

	.pt190-sp {
		padding-top: 190px !important;
	}

	.pr190-sp {
		padding-right: 190px !important;
	}

	.pb190-sp {
		padding-bottom: 190px !important;
	}

	.pl190-sp {
		padding-left: 190px !important;
	}

	.mt190-sp {
		margin-top: 190px !important;
	}

	.mr190-sp {
		margin-right: 190px !important;
	}

	.mb190-sp {
		margin-bottom: 190px !important;
	}

	.ml190-sp {
		margin-left: 190px !important;
	}

	.mt-190-sp {
		margin-top: -190px !important;
	}

	.mr-190-sp {
		margin-right: -190px !important;
	}

	.mb-190-sp {
		margin-bottom: -190px !important;
	}

	.ml-190-sp {
		margin-left: -190px !important;
	}

	.fz190-sp {
		font-size: 190px !important;
	}

	.pt195-sp {
		padding-top: 195px !important;
	}

	.pr195-sp {
		padding-right: 195px !important;
	}

	.pb195-sp {
		padding-bottom: 195px !important;
	}

	.pl195-sp {
		padding-left: 195px !important;
	}

	.mt195-sp {
		margin-top: 195px !important;
	}

	.mr195-sp {
		margin-right: 195px !important;
	}

	.mb195-sp {
		margin-bottom: 195px !important;
	}

	.ml195-sp {
		margin-left: 195px !important;
	}

	.mt-195-sp {
		margin-top: -195px !important;
	}

	.mr-195-sp {
		margin-right: -195px !important;
	}

	.mb-195-sp {
		margin-bottom: -195px !important;
	}

	.ml-195-sp {
		margin-left: -195px !important;
	}

	.fz195-sp {
		font-size: 195px !important;
	}
}

/*# sourceMappingURL=common.css.map */

/*---------- 20200722add ----------*/
table.article_table{
    margin: 1em 0!important;
    background-color: transparent!important;
    border-radius: 0px!important;
    padding: 0!important;
    text-align: left!important;
    display: table;
}

table.article_table tbody,table.article_table tr,table.article_table td{
    text-align: left!important;
}
table.article_table tbody,table.article_table td,table.article_table th{
    display: table-cell!important;
}
table.article_table tr{
    display: table-row!important;
}
table.article_table th{
    font-weight: bold!important;
    text-align: center!important;
}
table.article_table td{
    padding: 0!important;
}
table.article_table.layout_border td,table.article_table.layout_border th {
    border-collapse: collapse!important;
    border:1px solid #000000!important;
}
table.article_table br {
	display: block!important;
}
.article_txt table.article_table td > span:first-child {
	display: inline;
}
.article_txt table.article_table td > span:not(:first-child){
	height: auto;
	display: inline;
}
.article_txt table.article_table br {
    display: inline!important;
}
.article_txt table.article_table td{
	text-align: left;
}