/* text style */
.shadow1 {

	text-shadow: 0 1px 0 #ccc,
				  0 2px 0 #c9c9c9,
				  0 3px 0 #bbb,
				  0 4px 0 #b9b9b9,
				  0 5px 0 #aaa,
				  0 6px 1px rgba(0,0,0,.1),
				  0 0 5px rgba(0,0,0,.1),
				  0 1px 3px rgba(0,0,0,.3),
				  0 3px 5px rgba(0,0,0,.2),
				  0 5px 10px rgba(0,0,0,.25),
				  0 10px 10px rgba(0,0,0,.2),
				  0 20px 20px rgba(0,0,0,.15);
}

.vintage1 {

	background: #EEE url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAHklEQVQImWNkYGBgYGD4//8/A5wF5SBYyAr+//8PAPOCFO0Q2zq7AAAAAElFTkSuQmCC) repeat;
	text-shadow: 5px -5px black, 4px -4px white;
	font-weight: bold;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.stroke1 {

	color: transparent;
	-webkit-text-stroke: 1px black;
	letter-spacing: 0.04em;
}

.press1 {

	color: transparent;
	background-color: black;
	text-shadow: rgba(255,255,255,0.5) 0px 5px 6px,
				 rgba(255,255,255,0.2) 1px 3px 3px;
	-webkit-background-clip: text;
}

.threed1 {

	color: #fafafa;
	letter-spacing: 0;
	text-shadow: 0px 1px 0px #999,
				 0px 2px 0px #888,
				 0px 3px 0px #777,
				 0px 4px 0px #666,
				 0px 5px 0px #555,
				 0px 6px 0px #444,
				 0px 7px 0px #333,
				 0px 8px 7px #001135
}

/* paragraph style */
.indent-1 {
	margin-left: 15px;
}

.indent-2 {
	margin-left: 30px;
}

.indent-3 {
	margin-left: 45px;
}

.indent-4 {
	margin-left: 60px;
}

.indent-5 {
	margin-left: 75px;
}

ul li.normal {

	background-image: url(../img/common/item/list_contents/normal.png);
	background-repeat: no-repeat;
}

.computer2-file1 {

	background-image: url(../img/common/item/list_contents/computer2-file1.png);
	background-repeat: no-repeat;
}

.computer2-file2 {

	background-image: url(../img/common/item/list_contents/computer2-file2.png);
	background-repeat: no-repeat;
}

.computer1-folder1 {

	background-image: url(../img/common/item/list_contents/computer1-folder1.png);
	background-repeat: no-repeat;
}

.computer1-camera1 {

	background-image: url(../img/common/item/list_contents/computer1-camera1.png);
	background-repeat: no-repeat;
}

.circle1-blue1 {

	background-image: url(../img/common/item/list_contents/circle1-blue1.png);
	background-repeat: no-repeat;
}

.circle1-red1 {

	background-image: url(../img/common/item/list_contents/circle1-red1.png);
	background-repeat: no-repeat;
}

.circle1-pink1 {

	background-image: url(../img/common/item/list_contents/circle1-pink1.png);
	background-repeat: no-repeat;
}

.circle2-blue1 {

	background-image: url(../img/common/item/list_contents/circle2-blue1.png);
	background-repeat: no-repeat;
}

.arrow1-black1 {

	background-image: url(../img/common/item/list_contents/arrow1-black1.png);
	background-repeat: no-repeat;
}

.arrow2-orange1 {

	background-image: url(../img/common/item/list_contents/arrow2-orange1.png);
	background-repeat: no-repeat;
}

ol.counter {
	counter-reset: number;
}

ol.counter li:before {

	counter-increment: number;
	content: counter(number) ". ";
	/*background-color: #ff0000;*/
}

ol.counter li:after {
}

/* title menu */
.title-menu-note {

	background-image: url("../img/common/item/note.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size:28px 32px;
	font-weight: bold;
	font-size: 18px;
	font-size: 0.18rem;
	padding: 15px 0px 10px 45px;
}

.bg-blue1 {
	background-color: #F9F9FF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

/* link button style */
.button-arrow {

	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.button-arrow::before, .button-arrow::after {

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.circle-arrow1-green-prev40::before {

	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 3px solid #7a0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.circle-arrow1-green-prev40::after {

	left: 15px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #7a0;
	border-right: 3px solid #7a0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.circle-arrow1-green-next40::before {

	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 3px solid #7a0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.circle-arrow1-green-next40::after {

	left: 8px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #7a0;
	border-right: 3px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* box style */
.box-shadow1 {

	border: 2px solid #cccccc;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.title-body-box5 {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.title-body-box5 .box-title {

	font-size: 18px;
	font-size: 0.18rem;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.title-body-box5 p {

	padding: 15px 20px 15px 20px;
	margin: 0;
}

/* accordion */
label.accordion {

	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	padding: 3px 0px 0px 25px;
	margin-bottom: 5px;
}

label.accordion-blue {

	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0px 0px 25px;
	margin-bottom: 5px;
	background-image: url(../img/common/item/list_contents/circle1-blue1.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	border-bottom: 1px dotted #999999;
}

label.accordion-red {

	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	padding: 3px 0px 0px 25px;
	margin-bottom: 5px;
	background-image: url(../img/common/item/list_contents/circle1-red1.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	border-bottom: 1px dotted #999999;
}

label.accordion-pageconfig {

	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 0px 7px 35px;
	margin-bottom: 5px;
	background-image: url(../img/common/item/list_contents/circle1-red1.png);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	background-color: #FFF3A6;
}

input[type = "checkbox"].accordion-swicth {
	display: none;
}

div.accordion {
	margin: 0px 0px 15px 0px;
}

input[type = "checkbox"].accordion-swicth + div.accordion {
	/*display: block;*/
	display: none;
}

input[type = "checkbox"].accordion-swicth:checked + div.accordion {
	/*display: none;*/
	display: block;
}

.link-label {

	color: #0000ff;
	text-decoration: underline;
	cursor:pointer;
}

ul.normal {

	margin: 0px 0px 0px 30px;
	list-style-type: disc;
}

.list-content-box {
	padding: 20px;
}

.list-content-title {

	font-weight: bold;
	border-bottom: 1px dotted #9c9c9c;
}

.img-right {

	float: right;
	margin-left: 15px;
}

.width500 {
	max-width: 500px;
}

.margin-r500 {
	margin-right: 515px;
}

@media only screen and (max-width: 896px) {

	.image-text {

		display: flex;
		flex-direction: column;
	}

	.content-left {

		order: 1;
		margin: 0px 0px 15px 0px;
	}

	.img-right {

		float: none;
		margin: 0px 0px 15px 0px;
		max-width: 100%;
		order: 2;
	}
}

.marquee {
	overflow: hidden; /* スクロールバーが出ないように */
	position: relative; /* マーキーの内容部分の位置の基準になるように */
}}

/* マーキーの内容部分の高さ確保 */
.marquee::after {

	content: "";
	white-space: nowrap;
	display: inline-block;
}

/* マーキーさせたい部分(内側) */
.marquee > p {

	position: absolute;
	top: 0;
	white-space: nowrap;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* マウスオーバーでマーキーストップ */
.marquee > .p:hover {

	animation-play-state: paused;
	cursor: default;
}

/** マーキーアニメーション */
@keyframes marquee {

	0% {
		left: 100%;
		transform: translate(0);
	}

	100% {
		left: 0;
		transform:
		translate(-100%);
	}
}

.article-index {

	border: 5px double #999999;
	padding: 20px;
	margin: 40px 0px 40px 0px;
}

.article-index p {

	color: #666666;
	font-size: 24px;
	font-size: 0.24rem;
	font-weight: bold;
}

.article-index a {

	color: #333333;
	text-decoration: none;
}

.article-index a:hover {
	text-decoration: underline;
}

.hash-tag {

	font-size: 14px;
	font-size: 0.14rem;
	display: block;
	padding: 5px 10px;
	border-radius: 8px;
}

.balloon {

	display: inline-block;
	position: relative;
}

.balloon-left:before {

	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	top: 20px;
	right: -12px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.balloon-left:after {

	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	top: 20px;
	right: -9px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.balloon-right:before {

	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	top: 20px;
	left: -12px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.balloon-right:after {

	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	top: 20px;
	left: -9px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.person {
	border: 1px solid #000000;
}

.person-title {

	padding: 5px 15px 5px 15px;
	background-color: #000000;
	color: #ffffff;
}

.person-body {
	padding: 15px;
}

.person-name {

	font-weight: bold;
	border-bottom: 1px dotted #9c9c9c;
}

.person-name a {
	color: #000000;
}

a.page-list-navi {

	display: block;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.page-list {

	overflow: hidden;
	position: relative;
}

.page-list ul {

	float: left;
	left: 50%;
	list-style: none;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	position: relative;
}

.page-list ul li {

	float: left;
	left: -50%;
	position: relative;
}

.page-list li.dummy {

	display: block;
	padding: 5px 15px 5px 15px;
	margin: 3px;
	font-size: 22px;
}

.page-list li a {

	display: block;
	padding: 5px 15px 5px 15px;
	margin: 3px;
	font-size: 22px;
}

.btn-instagram {

	display: inline-block;
	text-align: center;
	color: #2e6ca5;
	font-size: 20px;
	text-decoration: none;
	margin: 2px 7px 15px 0px;
}

.btn-instagram .instagram {

	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 13px;
}

.btn-instagram .instagram:before {

	content: '';
	position: absolute;
	top: 23px;
	left: -18px;
	width: 60px;
	height: 60px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.btn-instagram .fa-instagram {

	color: #FFF;
	position: relative;
	z-index: 2;
	font-size: 35px;
	line-height: 50px;
}

.btn-social {

	display: inline-block;
	text-decoration: none;
	width: 50px;
	margin:2px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	color: white;
	border-radius: 12px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	transition: .3s;
}

.btn-twitter {
	background: #22b8ff;
}

.btn-facebook {
	background: #6680d8;
}

.btn-hatebu {
	background: #49a8fb;
}

.btn-feedly {
	background: #7bda72;
}

.btn-pocket {
	background: #ff6d82;
}

.btn-line {

	height: 55px;
	line-height: 0px;
	display: inline-block;
	overflow: hidden;
	color: #7bda72;
	background-color: #ffffff;
	font-size: 57px;
	font-size: 0.57rem;
	padding: 0px 0px 0px 0px;
	margin: -2px 0px 0px 8px;
	border-radius: 12px;
	text-align: center;
	vertical-align: top;
}

.btn-youtube {

	display: inline-block;
	color: #ff0000;
	background: #ffffff;
	font-size: 66px;
	font-size: 0.66rem;
	padding: 0px;
	margin: -18px 0px 0px 8px;
}

.btn-instagram-s {

	display: inline-block;
	text-align: center;
	color: #2e6ca5;
	font-size: 10px;
	text-decoration: none;
	margin: 2px 2px 15px 0px;
}

.btn-instagram-s .instagram {

	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 4px;
}

.btn-instagram-s .instagram:before {

	content: '';
	position: absolute;
	top: 12px;
	left: -9px;
	width: 30px;
	height: 30px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.btn-instagram-s .fa-instagram {

	color: #FFF;
	position: relative;
	z-index: 2;
	font-size: 17px;
	font-size: 0.17rem;
	line-height: 25px;
}

.btn-social-s {

	display: inline-block;
	text-decoration: none;
	width: 25px;
	margin:2px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	transition: .3s;
}

.btn-line-s {

	display: inline-block;
	color: #7bda72;
	background: #ffffff;
	font-size: 28px;
	font-size: 0.28rem;
	padding: 0px;
	margin: -5px 0px 0px 2px;
}

.btn-ameba-s {

	display: inline-block;
	width: 30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.btn-youtube-s {

	display: inline-block;
	color: #ff0000;
	background: #ffffff;
	font-size: 33px;
	font-size: 0.33rem;
	padding: 0px;
	margin: -7px 0px 0px 3px;
}

div.name {

	background-color: #FFD27F;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 15px 0px;
	border-radius: 5px;
}

div.error {

	background-color: #ff0000;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 15px 0px;
	border-radius: 5px;
}

span.name-mark {
	color: #8B4500;
	font-weight: bold;
}

.required-mark {
	color: #ff0000;
}

.column2, .column2:before, .column2:after,
.column2_last, .column2_last:before, .column2_last:after,
.column3, .column3:before, .column3:after,
.column3_last, .column3_last:before, .column3_last:after,
.column4, .column4:before, .column4:after,
.column4_second, .column4_second:before, .column4_second:after,
.column4_last, .column4_last:before, .column4_last:after {
	box-sizing: border-box;
}

.column2 {

	float: left;
	width: calc(50% - 10px);
	margin: 0px 20px 0px 0px;
	/*background-color: #0000ff;*/
}

.column2_last {

	float: left;
	width: calc(50% - 10px);
	margin: 0px 0px 0px 0px;
	/*background-color: #ff0000;*/
}

.column3 {

	float: left;
	width: calc(33.33333% - 10px);
	margin: 0px 15px 0px 0px;
	/*background-color: #0000ff;*/
}

.column3_last {

	float: left;
	width: calc(33.33333% - 10px);
	margin: 0px 0px 0px 0px;
	/*background-color: #ff0000;*/
}

.column4 {

	float: left;
	width: calc(25% - 15px);
	margin: 0px 20px 20px 0px;
	/*background-color: #0000ff;*/
}

.column4_second {

	float: left;
	width: calc(25% - 15px);
	margin: 0px 20px 20px 0px;
	/*background-color: #0000ff;*/
}

.column4_last {

	float: left;
	width: calc(25% - 15px);
	margin: 0px 0px 20px 0px;
	/*background-color: #ff0000;*/
}

@media screen and (max-width: 1280px) {

	.column4 {

		width: calc(50% - 10px);
		margin: 0px 20px 20px 0px;
	}

	.column4_second, .column4_last {

		width: calc(50% - 10px);
		padding: 0px 0px 0px 0px;
	}
}

@media screen and (max-width: 1080px) {

	.column3, .column3_last {

		float: none;
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

@media screen and (max-width: 960px) {

	.column2, .column2_last,
	.column4, .column4_second, .column4_last {

		float: none;
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

.block-grid {

	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.block-grid li {

	flex: 0 1 98%;
	margin: 0 0 30px;
	padding: 0px;
}

.block-grid a {
	text-decoration: none;
}

@media screen and (min-width: 500px){

	.block-grid4 li {
		flex: 0 1 50%;
	}
}

@media screen and (min-width: 960px){

	.block-grid4 li {
		flex: 0 1 33.3%;
	}
}

@media screen and (min-width: 1080px){

	.block-grid4 li {
		flex: 0 1 25%;
	}
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.figcaption_top_left_100 {

	box-sizing: border-box;
	width: 100%;
	top: 0;
	left: 0;
	padding: 5px;
}

.figcaption_top_right {

	box-sizing: border-box;
	top: 0;
	right: 0;
	padding: 5px;
}

.title-text-title {

	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	font-weight: bold;
}

.title-text-body {

	float: left;
	padding: 5px;
	vertical-align: middle;
}

@media screen and (max-width: 896px) {

	.title-text-title, .title-text-body {

		float: none;
		width: 100%;
		margin: 0px 0px 5px 0px;
	}
}

.superscript {
	vertical-align: super;
	font-size: 0.05rem;
}

input[type = "checkbox"].comment-edit-swicth {
	display: none;
}

input[type = "checkbox"].comment-edit-swicth ~ div.comment {
	display: block;
}

input[type = "checkbox"].comment-edit-swicth:checked ~ div.comment {
	display: none;
}

input[type = "checkbox"].comment-edit-swicth ~ div.comment-edit {
	display: none;
}

input[type = "checkbox"].comment-edit-swicth:checked ~ div.comment-edit {
	display: block;
}

input[type = "checkbox"].comment-edit-swicth ~ div.comment-process {
	display: block;
}

input[type = "checkbox"].comment-edit-swicth:checked ~ div.comment-process {
	display: none;
}

input[type = "checkbox"].comment-reply-swicth {
	display: none;
}

input[type = "checkbox"].comment-reply-swicth ~ div.comment-reply {
	display: none;
}

input[type = "checkbox"].comment-reply-swicth:checked ~ div.comment-reply {
	display: block;
}

input[type = "checkbox"].comment-reply-swicth ~ div.comment-process {
	display: block;
}

input[type = "checkbox"].comment-reply-swicth:checked ~ div.comment-process {
	display: none;
}

a.comment-button {

	text-decoration: none;
	/*display: block;
	float: left;
	color: #0c0c0c;
	background-color: #ffffff;
	border: 1px solid #333333;
	padding: 5px 10px 5px 10px;
	margin: 0px 10px 0px 0px;*/
}

a.comment-button:hover {

	/*color: #ffffff;
	background-color: #999999;
	border: 1px solid #000000;*/
	text-decoration: underline;
}

input[type = "radio"].image-switch {
	display: none;
}

.horizontal-scroll-navigation {
	overflow-x: auto;
}

.horizontal-scroll-navigation ul {
	display: flex;
}

.horizontal-scroll-navigation ul li {
	display: flex;
}

#gray-display {

	display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}

#gray-display img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}
