/* 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;
}

.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;
}

.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 15px;
	height: 38px;
	border: 2px solid #cccccc;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 18px;
	font-size: 0.18rem;
	padding: 12px 0px 0px 35px;
	margin: 0px 0px 15px 0px;
}

.bg-blue1 {
	background-color: #F9F9FF;
}

/* 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 */
.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-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;*/
}

.list-content-box {
	padding: 20px;
}

.list-content-title {
	font-weight: bold;
	border-bottom: 1px dotted #9c9c9c;
}

.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;
}
