
/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

blockquote.alignleft,
blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

blockquote.alignleft p,
blockquote.alignright p {
	margin-bottom: 17px;
}

@media print, screen and (max-width:640px) {
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 7px auto;
	}
}

/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.mceItemTable {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}

.mceItemTable th,
.mceItemTable caption {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: baseline;
}

.mceItemTable td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 8px;
	vertical-align: baseline;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry_body {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


.wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	max-width: 474px;
	padding: 0;
	text-align: left;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.wp-caption.aligncenter {
	margin: 7px 0;
}

.wp-caption-dt {
	margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: left;
}

.mceTemp + ul,
.mceTemp + ol {
	list-style-position: inside;
}




/* .entry_body
============================================================================================================ */
.entry_body {
	font-size: 1.6rem;
	line-height: 2;
}
.entry_body img {
	max-width: 100%;
	height: auto;
}
.entry_body a[href] {
	color: #003BFF;
}
.entry_body > * {
	margin: 0 0 1.5em;
}
.entry_body p {
	margin: 0 0 1.5em;
}
.entry_body dl {
	margin-bottom: 1.4em;
}
.entry_body dt {
	font-weight: bold;
}
.entry_body dd {
	margin-bottom: 1.4em;
}
.entry_body p:last-child,
.entry_body dl:last-child,
.entry_body ul:last-child,
.entry_body ol:last-child {
	margin-bottom: 0;
}



/* .引き継ぎ
============================================================================================================ */

.flat1 {
display: inline-block;
padding: 0.25em 0.5em;
background: #ececec;
color: #00bcd4;
font-weight: bold;
}
.flat1:hover {
background: #00bcd4;
color: white;
}
.flat2 {
display: inline-block;
padding: 0.3em 1em;
border: solid 2px #67c5ff;
border-radius: 3px;
color: #67c5ff;
}
.flat2:hover {
background: #67c5ff;
color: white;
}
.flat3 {
display: inline-block;
padding: 0.4em 1em;
border: double 4px #67c5ff;
border-radius: 3px;
color: #67c5ff;
}
.flat3:hover {
background: #fffbef;
}
.flat4,
.flat5 {
display: inline-block;
padding: 0.5em 1em;
border: dashed 2px #67c5ff;
border-radius: 3px;
color: #67c5ff;
}
.flat4:hover {
border-style: dotted;
color: #679efd;
}
.flat5:hover {
background: #cbedff;
color: #fff;
}
.flat6 {
display: inline-block;
position: relative;
padding: 0.5em 1em;
border-right: solid 4px #668ad8;
border-left: solid 4px #668ad8;
background: #e1f3ff;
color: #668ad8;
font-weight: bold;
}
.flat6:hover {
background: #668ad8;
color: #fff;
}
.flat7 {
display: inline-block;
position: relative;
padding: 0.25em 0;
color: #67c5ff;
font-weight: bold;
}
.flat7:before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
border-radius: 3px;
background: #67c5ff;
content: "";
}
.flat7:hover:before {
top: -webkit-calc(100% - 3px);
top: calc(100% - 3px);
}
.flat8 {
display: inline-block;
position: relative;
padding: 0.25em 0.5em;
border-radius: 0 20px 20px 0;
background: #ececec;
color: #00bcd4;
font-weight: bold;
}
.flat8:hover {
background: #636363;
}
.flat9 {
display: inline-block;
position: relative;
padding: 0.25em 0.5em;
background: #00bcd4;
color: #fff;
font-weight: bold;
}
.flat9:hover {
background: #29a299;
}
.flat10 {
display: inline-block;
position: relative;
padding: 8px 10px 5px 10px;
border-bottom: solid 4px #ffa000;
border-radius: 15px 15px 0 0;
background: #fff1da;
color: #ffa000;
font-weight: bold;
}
.flat10:hover {
background: #ffc25c;
color: #fff;
}
.flat11 {
display: inline-block;
position: relative;
padding: 0.5em 1em;
padding: 0.5em 1em;
border-right: solid 4px #668ad8;
border-left: solid 4px #668ad8;
background: repeating-linear-gradient(
-45deg,
#cce7ff,
#cce7ff 3px,
#e9f4ff 3px,
#e9f4ff 7px
);
text-shadow: 0 0 5px white;
color: #668ad8;
font-weight: bold;
}
.flat11:hover {
background: repeating-linear-gradient(
-45deg,
#cce7ff,
#cce7ff 5px,
#e9f4ff 5px,
#e9f4ff 9px
);
}
.grad1 {
display: inline-block;
padding: 0.5em 1em;
border-radius: 3px;
background: linear-gradient(45deg, #709dff 0%, #92e6ff 100%);
color: #fff;
}
.grad1:hover {
background: linear-gradient(90deg, #709dff 0%, #92e6ff 100%);
}
.grad2 {
display: inline-block;
padding: 0.5em 1em;
border-radius: 3px;
background: linear-gradient(95deg, #ff7070 0%, #fdd973 100%);
color: #fff;
}
.grad2:hover {
background: linear-gradient(140deg, #ff7070 0%, #fdd973 100%);
}
.grad3 {
display: inline-block;
padding: 7px 20px;
border-radius: 25px;
background: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
color: #fff;
}
.grad3:hover {
background: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
}
.grad4 {
display: inline-block;
padding: 0.5em 1em;
background: linear-gradient(#6795fd 0%, #67ceff 100%);
color: #fff;
}
.grad4:hover {
background: linear-gradient(#6795fd 0%, #67ceff 70%);
}
.cubic1 {
display: inline-block;
padding: 0.5em 1em;
border-bottom: solid 4px rgba(0, 0, 0, 0.27);
border-radius: 3px;
color: #fff;
}
.cubic1:active {
border-bottom: none;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(4px);
-ms-transform: translateY(4px);
transform: translateY(4px); }
#inner-content .emboss {
text-shadow: 1.5px 1.5px 1.5px rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, 0.4);
font-weight: bold;
}
.text3d {
text-shadow: -0.9px -0.5px rgba(255, 255, 255, 0.6),
1px 1.2px rgba(0, 0, 0, 0.35);
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
}
.text3d.blue-bc {
color: #4f9df4;
}
.text3d.red-bc {
color: #f88080;
}
.text3d.green-bc {
color: #90d581;
}
.cubic2 {
display: inline-block;
position: relative;
padding: 6px 15px 4px;
border-bottom: solid 2px rgba(0, 0, 0, 0.2);
border-radius: 4px; box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
0 2px 2px rgba(0, 0, 0, 0.19);
color: #fff;
font-weight: bold;
}
.cubic2:active {
border-bottom: solid 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.cubic3 {
display: inline-block;
position: relative;
padding: 0.25em 0.5em;
border: solid 1px rgba(0, 0, 0, 0.19);
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
color: #fff;
}
.cubic3:active {
border: solid 1px rgba(0, 0, 0, 0.05);
box-shadow: none;
text-shadow: none;
} .sng-box p {
margin: 0 !important;
padding: 0;
}
.sng-box .say {
margin-bottom: 0;
}
.sng-box .faceicon {
padding-right: 20px;
}
#inner-content .sng-box > *:first-child {
margin-top: 0;
}
.box1 {
margin: 2em 0;
padding: 1.5em 1em;
border: solid 2px #000;
font-weight: bold;
}
.box2 {
margin: 2em 0;
padding: 1.5em 1em;
border: solid 2px #d1d1d1;
border-radius: 5px;
background: #fff;
}
.box3 {
margin: 2em 0;
padding: 1.5em 1em;
background: #edf6ff;
color: #2c2c2f;
}
.box4 {
margin: 2em 0;
padding: 1.5em 1em;
border-top: solid 3px #6bb6ff;
border-bottom: solid 3px #6bb6ff;
background: #eef7ff;
color: #2c2c2f;
}
.box5 {
margin: 2em 0;
padding: 1.5em 1em;
border: double 5px #4ec4d3;
color: #474747;
}
.box6 {
margin: 2em 0;
padding: 1.5em 1em;
border: dashed 2px #6bb6ff;
background: #edf6ff;
}
.box7 {
margin: 2em 0;
padding: 1.5em 1em;
border-right: double 7px #4ec4d3;
border-left: double 7px #4ec4d3;
background: whitesmoke;
color: #474747;
}
.box8 {
margin: 2em 0;
padding: 1.5em 1em;
border-left: solid 6px #ffc06e;
background: #fff8e8;
color: #232323;
}
.box9 {
margin: 2em 0;
padding: 1.5em 1em;
border-top: solid 6px #f47d7d;
background: #fceded;
color: #f47d7d;
font-weight: bold;
}
.box10 {
margin: 2em 0;
padding: 1.5em 1em;
border-top: solid 6px #1dc1d6;
background: #e4fcff;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
color: #00bcd4;
}
.box11 {
margin: 2em 0;
padding: 1.5em 1em;
border-top: solid 5px #5d627b;
background: white;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
color: #5d627b;
}
.box12 {
margin: 2em 0;
padding: 1.5em 1em;
border-bottom: solid 6px #aac5de;
border-radius: 9px;
background: #c6e4ff;
color: #5989cf;
font-weight: bold;
}
.box13 {
margin: 2em 0;
padding: 1.5em 1em;
border-bottom: solid 6px #3f87ce;
border-radius: 9px;
background: #6eb7ff;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
color: #fff;
font-weight: bold;
}
.box14 {
margin: 2em 10px;
padding: 1.5em 1em;
border: dashed 2px white;
background: #d6ebff;
box-shadow: 0 0 0 10px #d6ebff;
}
.box15 {
margin: 2em 10px;
padding: 1.5em 1em;
border: dashed 2px #ffc3c3;
border-radius: 8px;
background: #ffeaea;
box-shadow: 0 0 0 10px #ffeaea;
color: #565656;
}
.box16 {
margin: 2em 0;
padding: 1.5em 1em;
background: repeating-linear-gradient(
-45deg,
#f0f8ff,
#f0f8ff 3px,
#e9f4ff 3px,
#e9f4ff 7px
);
}
.box17 {
position: relative;
margin: 2em 0;
padding: 1em 2em;
border-top: solid 2px black;
border-bottom: solid 2px black;
}
.box17:before,
.box17:after {
position: absolute;
top: -10px;
width: 2px;
height: -webkit-calc(100% + 20px);
height: calc(100% + 20px);
background-color: black;
content: "";
}
.box17:before {
left: 10px;
}
.box17:after {
right: 10px;
}
.box18 {
position: relative;
margin: 2em 0;
padding: 1.5em 1em;
border: solid 2px #ffcb8a;
border-radius: 3px 0 3px 0;
}
.box18:before,
.box18:after {
position: absolute;
width: 10px;
height: 10px;
border: solid 2px #ffcb8a;
border-radius: 50%;
content: "";
}
.box18:after {
top: -12px;
left: -12px;
}
.box18:before {
right: -12px;
bottom: -12px;
}
.box19 {
position: relative;
padding: 1.5em 1em;
}
.box19:before,
.box19:after {
display: inline-block;
position: absolute;
width: 20px;
height: 30px;
content: "";
}
.box19:before {
top: 0;
left: 0;
border-top: solid 1px #5767bf;
border-left: solid 1px #5767bf;
}
.box19:after {
right: 0;
bottom: 0;
border-right: solid 1px #5767bf;
border-bottom: solid 1px #5767bf;
}
.box20 {
position: relative;
top: 0;
margin: 2em 0;
padding: 1.5em 1em;
background: #efefef;
}
.box20:before,
.box20:after {
display: inline-block;
box-sizing: border-box;
position: absolute;
top: 0;
width: 15px;
height: 100%;
content: "";
}
.box20:before {
left: 0;
border-top: dotted 2px #15adc1;
border-bottom: dotted 2px #15adc1;
border-left: dotted 2px #15adc1;
}
.box20:after {
right: 0;
border-top: dotted 2px #15adc1;
border-right: dotted 2px #15adc1;
border-bottom: dotted 2px #15adc1;
}
.box21 {
margin: 2em 0;
padding: 1.3em;
background: linear-gradient(to left, #92d2f8, #c4baff);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.13);
color: #fff;
font-weight: bold;
}
.box22 {
margin: 1em 0;
padding: 1.5em 1em;
border-left: solid 6px #6bb6ff;
background: #f6f6f6;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}
.box23 {
position: relative;
max-width: 400px;
margin: 2em 0 2em 40px;
padding: 20px;
border-radius: 30px;
background: #fff0c6;
}
.box23:before {
position: absolute;
bottom: 0;
left: -40px;
color: #fff0c6;
font-family: FontAwesome;
font-size: 15px;
content: "\f111";
}
.box23:after {
position: absolute;
bottom: 0;
left: -23px;
color: #fff0c6;
font-family: FontAwesome;
font-size: 23px;
content: "\f111";
}
.box24 {
position: relative;
margin: 2em 0;
padding: 0.8em 1em;
background: #e6f4ff;
color: #5c98d4;
font-weight: bold;
}
.box24:after {
position: absolute;
top: 100%;
left: 30px;
width: 0;
height: 0;
border: 15px solid transparent;
border-top: 15px solid #e6f4ff;
content: "";
}
.box25 {
position: relative;
margin: 2em 5px;
padding: 1.5em 1em;
border: dashed 2px white;
background: #fff0cd;
box-shadow: 0 0 0 5px #fff0cd;
color: #454545;
}
.box25:after {
position: absolute;
top: -7px;
right: -7px;
border-width: 0 15px 15px 0;
border-style: solid;
border-color: #ffdb88 #fff #ffdb88;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
content: "";
}
.box-title {
font-weight: bold;
}
.box26,
.box27 {
margin: 2em 0;
border: solid 3px #95ccff;
border-radius: 8px;
}
.box26 .box-title,
.box27 .box-title {
display: inline-block;
position: relative;
top: -14px;
left: 10px;
padding: 0 9px;
margin: 0 7px;
background: #fff;
color: #95ccff;
font-size: 19px;
line-height: 1.4;
}
.box26 .box-content,
.box27 .box-content {
padding: 0 1.5em 24px;
}
.box26 .box-title:before,
.box27 .box-title:before {
padding-right: 4px;
font-family: FontAwesome;
content: "\f02e";
}
.box27 {
border: solid 3px #ed8583;
}
.box27 .box-title {
color: #ed8583;
}
.box27 .box-title:before {
content: "\f071";
}
.box28 {
margin: 2em 0;
}
.box28 .box-title {
display: inline-block;
line-height: 1.5;
padding: 5px 9px 3px;
border-radius: 5px 5px 0 0;
background: #62c1ce;
color: #fff;
font-size: 17px;
}
.box28 .box-content {
padding: 1.3em 1em;
border: solid 3px #62c1ce;
}
.box29 {
}
.box30 {
margin: 2em 0;
padding: 15px 15px 10px;
background: #dcefff;
}
.box30 .box-title:before {
padding-right: 4px;
font-family: FontAwesome;
content: "\f00c";
}
.box30 p,
.box31 p {
margin: 0 0 5px !important;
}
.box30,
.box31,
.box32,
.box33 {
margin: 2em 0;
padding: 0 15px 10px;
background: #edf6ff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.box30 .box-title,
.box31 .box-title,
.box32 .box-title,
.box33 .box-title {
margin: 0 -15px 15px;
padding: 8px 4px;
background: #5fc2f5;
color: #fff;
font-size: 1.2em;
text-align: center;
line-height: 1.5;
}
.box32,
.box33 {
background: #fff9eb;
}
.box32 .box-title {
background: #f5a15f;
}
.box33 .box-title {
background: #f46b6b;
} .li-dashed ul,
.li-dashed ol {
border-width: 2px;
border-style: dashed;
}
.li-double ul,
.li-double ol {
border-width: 5px;
border-style: double;
}
.li-tandb ul,
.li-tandb ol {
padding: 1em 0 1em 1.3em;
border-width: 2px;
border-color: #373737;
border-right: 0;
border-left: 0;
border-radius: 0;
}
.li-beige ul,
.li-beige ol {
border: 0;
background: #fff9e7;
}
.nobdr ul,
.nobdr ol {
border: 0;
}
.stitch-blue ul,
.stitch-blue ol,
.stitch-orange ul,
.stitch-orange ol,
.stitch-red ul,
.stitch-red ol {
margin: 2em 10px;
border: dashed 2px #668ad8;
border-radius: 10px;
background: #f1f8ff;
box-shadow: 0 0 0 10px #f1f8ff;
}
.stitch-orange ul,
.stitch-orange ol {
border-color: #ffa658;
background: #fffbf1;
box-shadow: 0 0 0 10px #fffbf1;
}
.stitch-red ul,
.stitch-red ol {
border-color: #f67c7c;
background: #fff3f3;
box-shadow: 0 0 0 10px #fff3f3;
}
.li-chevron ul {
position: relative;
padding: 1em 0.5em 1em 2.5em;
border: solid 2px skyblue;
border-radius: 5px;
}
.li-chevron li,
.li-check li,
.li-yubi li,
.li-niku li {
list-style-type: none !important;
padding: 0.5em 0;
line-height: 1.5;
}
.li-chevron li:before {
position: absolute;
left: 1em;
color: skyblue;
font-family: FontAwesome;
content: "\f138";
}
.li-check ul {
position: relative;
padding: 1em 0.5em 1em 2.5em;
border: solid 2px #ffb03f;
}
.li-check li:before {
position: absolute;
left: 1em;
color: #ffb03f;
font-family: FontAwesome;
content: "\f00c";
}
.li-yubi ul {
position: relative;
padding: 1em 0.5em 1em 2.5em;
border: double 4px #21b384;
}
.li-yubi li:before {
position: absolute;
left: 1em;
color: #21b384;
font-family: FontAwesome;
content: "\f0a4";
}
.li-niku ul {
position: relative;
padding: 1em 0.5em 1em 2.5em;
border: solid 2px #ff938b;
background: #fffaf1;
}
.li-niku li:before {
position: absolute;
left: 1em;
color: #ff938b;
font-family: FontAwesome;
content: "\f1b0";
}
.orange {
color: #ffb36b;
}
.green {
color: #75c375;
}
.blue {
color: #6bb6ff;
}
.red {
color: #ee7b7b;
}
.silver {
color: silver;
}
.keiko_blue {
background: linear-gradient(transparent 50%, rgba(107, 182, 255, 0.24) 50%);
}
.keiko_yellow {
background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.keiko_green {
background: linear-gradient(transparent 50%, rgba(151, 232, 154, 0.69) 50%);
}
.keiko_red {
background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
}
.labeltext {
display: inline-block;
margin-right: 5px;
padding: 5px;
color: #fff;
font-size: 0.9em;
font-weight: bold;
line-height: 1;
} .entry-content img.img_so_small {
max-width: 250px;
}
.entry-content img.img_small {
max-width: 100%;
width: 350px;
}
img.img_border {
border: solid 3px #eaedf2;
}
.shadow {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.bigshadow {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}
.smallspace {
margin: 1em 0 !important;
}
.nospace {
margin: 0 !important;
} .entry-content .quote_silver {
padding: 35px 1.5em;
border: none;
background: whitesmoke;
}
.entry-content .quote_silver:before {
top: 10px;
left: 15px;
color: #dadada;
}
.entry-content .quote_silver:after {
position: absolute;
right: 15px;
bottom: 10px;
color: #dadada;
font-family: FontAwesome;
font-size: 25px;
line-height: 1;
content: "\f10e";
}  .textimg {
position: relative;
margin: 0 0 1.5em;
}
.textimg img {
width: 100%;
}
.textimg p {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: 0;
padding: 15px;
color: #fff;
font-size: 1.5em;
font-weight: bold;
text-align: center;
line-height: 1.3;
transform: translateY(-50%);
} .entry-content hr {
margin: 3em 0;
border: solid 3px #dadada;
border-width: 2px 0 0 0;
}
.entry-content hr.dotted {
border-top: dotted 2px #dadada;
}

.cstmreba {
margin: 1.5em 0;
padding: 15px 10px;
border: double 4px #dbdbdb;
background: #fff;
}
.cstmreba a[href] {
color: #444;
text-decoration: none;
}
.kaerebalink-name p a[href] {
text-decoration: none;
}
.cstmreba a[href]:hover {
opacity: 0.7;
}
.cstmreba .kaerebalink-box {
display: table;
width: 100%;
vertical-align: middle;
}
.cstmreba .kaerebalink-name > a[href],
.booklink-name > a[href] {
display: inline-block;
margin-bottom: 3px;
font-size: 1.05em;
font-weight: bold;
line-height: 1.5;
}
.cstmreba .kaerebalink-powered-date,
.cstmreba .kaerebalink-detail,
.booklink-powered-date,
.booklink-detail {
color: silver;
font-size: 0.7em;
}
.cstmreba .kaerebalink-powered-date a[href],
.cstmreba .booklink-powered-date a[href] {
color: silver;
}
.cstmreba .kaerebalink-image {
display: table-cell;
width: 80px;
vertical-align: middle;
}
.cstmreba .kaerebalink-image a img {
width: 100%;
}
.cstmreba .kaerebalink-info {
display: table-cell;
width: calc(100% - 80px);
padding-left: 15px;
}
.cstmreba .kaerebalink-link1,
.booklink-link2 {
margin-top: 8px;
}
.cstmreba .kaerebalink-link1 > div,
.booklink-link2 > div {
display: inline-block;
height: 37px;
margin: 5px 10px 5px 0;
padding: 0 9px;
border-radius: 3px;
background: #73c1ea;
box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.25);
font-size: 0.95em;
font-weight: bold;
vertical-align: middle;
line-height: 37px;
transition: 0.3s ease-in-out;
}
.cstmreba .kaerebalink-link1 > div:empty,
.booklink-link2 > div:empty {
	display: none;
}
.cstmreba .kaerebalink-link1 > div a[href],
.cstmreba .booklink-link2 > div a[href] {
display: inline-block;
}
.cstmreba .kaerebalink-link1 > div:hover,
.cstmreba .booklink-link2 > div:hover {
box-shadow: 0 12px 15px -5px rgba(0, 0, 0, 0.25);
}
.cstmreba .kaerebalink-link1 a[href]:before,
.booklink-link2 > div a[href]:before {
padding-right: 3px;
font-family: FontAwesome;
content: "\f0da";
}
.cstmreba .kaerebalink-link1 .shoplinkamazon,
.booklink-link2 .shoplinkamazon {
background: #ffb36b;
}
.cstmreba .kaerebalink-link1 .shoplinkrakuten,
.booklink-link2 .shoplinkrakuten {
background: #ea7373;
}
.cstmreba .kaerebalink-link1 a[href],
.cstmreba .booklink-link2 a[href] {
color: #fff;
}

.booklink-footer {
display: none;
}
.cstmreba a[href] {
color: #555;
text-decoration: none;
} .kaerebalink-info img,
.kaerebalink-image > img,
.booklink-info img {
display: none;
}
.kaerebalink-name p,
.booklink-name p {
margin-bottom: 0;
} .booklink-image {
display: table-cell;
width: 110px;
vertical-align: middle;
}
.booklink-image img {
width: 100%;
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.38), 0 0 2px rgba(0, 0, 0, 0.15);
}
.booklink-info {
display: table-cell;
width: calc(100% - 110px);
padding-left: 15px;
}
.booklink-link2 > div {
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);
}
.sc ul,
.sc ol,
.list-raw ul,
.list-raw ol,
.sng-box ul,
.sng-box ol,
.memo ul,
.memo ol {
margin: 5px 0;
padding: 0 0 0 1.4em;
border: none;
box-shadow: none;
background: transparent;
}
.amazonjs_info ul {
border: none;
}
blockquote .li-chevron li:before,
blockquote .li-check li:before,
blockquote .li-yubi li:before,
blockquote .li-niku li:before,
.sng-box .li-chevron li:before,
.sng-box .li-check li:before,
.sng-box .li-yubi li:before,
.sng-box .li-niku li:before,
.memo .li-chevron li:before,
.memo .li-check li:before,
.memo .li-yubi li:before,
.memo .li-niku li:before,
.alert .li-chevron li:before,
.alert .li-check li:before,
.alert .li-yubi li:before,
.alert .li-niku li:before,
.li-chevron li li:before,
.li-check li li:before,
.li-yubi li li:before,
.li-niku li li:before {
left: 0;
}
blockquote .ol-circle ol,
.sng-box .ol-circle ol,
.memo .ol-circle ol,
.alert .ol-circle ol {
padding-left: 0;
}
.hh30:before,
.hh31:before,
.hh32:before,
.hh34:before,
.box23:before,
.box23:after,
.box26 .box-title:before,
.box27 .box-title:before,
.box29 .box-title:before,
.box30 .box-title:before,
.li-chevron li:before,
.li-check li:before,
.li-yubi li:before,
.li-niku li:before,
.entry-content .quote_silver:after,
.reference .refttl:before,
.memo_ttl:before,
#toc_container .toc_title:before,
.ez-toc-title-container:before,
.cstmreba .kaerebalink-link1 a:before,
.booklink-link2 > div a:before {
font-family: "Font Awesome 5 Free" !important;
font-weight: 900;
}

/* .entry_body
============================================================================================================ */

.entry_body h1,
.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
	clear: both;
	font-weight: 700;
	margin: 2em 0 1em;
}

.entry_body h1 {
	font-size: 200%;
	line-height: 1.5;
}

.page-blog-detail .entry_body h2,
.entry_body.post-type-post h2 {
	position: relative;
	padding: 15px 30px;
	background-color: #3aaf40;
	border-radius: 100px;
	color: #fff;
	font-size: 3rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.page-blog-detail .entry_body h2,
	.entry_body.post-type-post h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}
}

.page-activity-detail .entry_body h2,
.entry_body.post-type-activity h2 {
	margin-bottom: 20px;
	color: #3FC6EA;
}

.entry_body h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	color: #3aaf40;
}
.entry_body h3::after {
	content: "";
	display: block;
	height: 8px;
	margin-top: 10px;
	border-radius: 4px;
	background-color: #3aaf40;
}
@media screen and (max-width: 767px) {
	.entry_body h3 {
		font-size: 1.8rem;
	}
	.entry_body h3::after {
		height: 6px;
	}
}

.page-activity-detail .entry_body h3,
.entry_body.post-type-activity h3 {
	color: #3FC6EA;
}
.page-activity-detail .entry_body h3::after,
.entry_body.post-type-activity h3::after {
	content: none;
}

.entry_body h4 {
	position: relative;
	padding-left: 18px;
	font-size: 2rem;
	line-height: 1.6;
	color: #3aaf40;
}
.entry_body h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	border-left: 6px solid #3aaf40;
}
@media screen and (max-width: 767px) {
	.entry_body h4 {
		font-size: 1.6rem;
	}
	.entry_body h4::after {
		top: 3px;
		bottom: 3px;
	}
}
.page-activity-detail .entry_body h4,
.entry_body.post-type-activity h4 {
	font-size: 2rem;
	color: #3FC6EA;
}
.page-activity-detail .entry_body h4::after ,
.entry_body.post-type-activity h4::after {
	border-color: #3FC6EA;
}

.entry_body h5 {
	font-size: 100%;
}

.entry_body h6 {
	font-size: 90%;
	line-height: 1.5;
}

.entry_body h1:first-child,
.entry_body h2:first-child,
.entry_body h3:first-child,
.entry_body h4:first-child,
.entry_body h5:first-child,
.entry_body h6:first-child {
	margin-top: 0;
}

.entry_body cite,
.entry_body dfn,
.entry_body em,
.entry_body i {
	font-style: italic;
}
.entry_body mark,
.entry_body ins {
	border: 0;
	color: inherit;
	text-decoration: none;
}


.keiko_blue {
  background: linear-gradient(transparent 60%, rgba(107, 182, 255, 0.24) 60%);
}
.keiko_yellow {
  background: linear-gradient(transparent 60%, rgba(255, 252, 107, 0.69) 60%);
}
.keiko_green {
  background: linear-gradient(transparent 60%, rgba(151, 232, 154, 0.69) 60%);
}
.keiko_red {
  background: linear-gradient(transparent 60%, rgba(255, 88, 88, 0.24) 60%);
}

.entry_body ul,
.entry_body ol {
	padding: 30px 30px 30px 50px;
	background-color: #fff;
	border: 2px solid #e8e8e8;
	border-radius: 10px;
}
.entry_body ul {
	list-style: disc;
}
.entry_body ol {
	list-style: decimal;
}
.entry_body li > ul,
.entry_body li > ol {
	margin-bottom: 0;
}
.entry_body li li + li,
.entry_body ol li + li {
	margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
	.entry_body ul,
	.entry_body ol {
		padding: 20px 20px 20px 40px;
	}
}

.entry_body .li-chevron {
	padding: 30px;
	background-color: #fff;
	border: 2px solid #3aaf40;
	border-radius: 10px;
}
.entry_body .li-chevron ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.entry_body .li-chevron ul li {
	position: relative;
	padding-left: 40px;
}
.entry_body .li-chevron ul li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 0.5em;
	width: 14px;
	height: 18px;
	background: url(../images/ico-chevron.svg) no-repeat 50%;
	background-size: 100%;
}
.entry_body .li-chevron ul li + li {
	margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
	.entry_body .li-chevron {
		padding: 20px;
	}
}

.entry_body .li-check {
	padding: 30px;
	background-color: #fff;
	border: 2px solid #3aaf40;
	border-radius: 10px;
}
.entry_body .li-check ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.entry_body .li-check ul li {
	position: relative;
	padding-left: 40px;
}
.entry_body .li-check ul li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0.5em;
	width: 18px;
	height: 18px;
	background: url(../images/ico-check.svg) no-repeat 50%;
	background-size: 100%;
}
.entry_body .li-check ul li + li {
	margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
	.entry_body .li-check {
		padding: 20px;
	}
}

.entry_body .ol-circle {
	padding: 30px;
	background-color: #fff;
	border: 2px solid #3aaf40;
	border-radius: 10px;
}
.entry_body .ol-circle ol {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	counter-reset: number;
}
.entry_body .ol-circle ol li {
	position: relative;
	padding-left: 40px;
}
.entry_body .ol-circle ol li::before {
	content: counter(number) ".";
	counter-increment: number;
	position: absolute;
	left: 0;
	top: -.1em;
	color: #3AAF40;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.entry_body .ol-circle ol li + li {
	margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
	.entry_body .ol-circle {
		padding: 20px;
	}
}

.entry_body .li-accentbdr {
	padding: 30px;
	border-color: #006600;
}
.entry_body .li-double {
	border-width: 5px;
	border-style: double;
}
@media screen and (max-width: 767px) {
	.entry_body .li-accentbdr {
		padding: 20px;
	}
}

.entry_body .tag_list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 70px;
	border-width: 4px;
	border-color: #3fc6ea;
	list-style: none;
	font-weight: bold;
	color: #3fc6ea;
}
.entry_body .tag_list ul li {
	margin: 0 1em 0 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.entry_body .tag_list ul {
		padding: 25px 20px;
	}
}

.entry_body .voice_wrap {
	line-height: 1.8;
}
.entry_body .voice_wrap .voice h3 {
	font-size: 1.8rem;
	margin: 0 0 10px;
}
@media screen and (min-width: 768px), print {
	.entry_body .voice_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.entry_body .voice_wrap .voice {
		width: 400px;
	}
	.entry_body .voice_wrap .voice:nth-child(n + 3) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.entry_body .tag_list ul {
		padding: 25px 20px;
	}
}


/*表*/
.entry_body table {
	width: 100%;
	margin: 1em 0;
	border: 2px solid #040404;
	background-color: #fff;
	border-radius: 10px;
}

/*表をレスポンシブに*/
.entry_body table.tb-responsive {
	display: block;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.entry_body table caption {
	margin: 0 0 7px;
	color: #9fa6b4;
	font-size: 0.75em;
	letter-spacing: 1px;
}
.entry_body tr:not(:last-child) {
	border-bottom: 2px solid #040404;
}
.entry_body td {
	padding: 10px 20px;
	border-right: 2px solid #040404;
	word-break: break-all;
}
.entry_body td:last-child,
.entry_body th:last-child {
  border-right: 0;
}
.entry_body th {
	padding: 10px 20px;
	border-right: 2px solid #040404;
	border-bottom: 2px solid #040404;
	font-weight: bold;
}
.entry_body tfoot {
	border-top: 2px dotted #c5c7ca;
	background: #f8f9fa;
}
.entry_body table.is-style-stripes {
	border: none;
}

.entry_body .small {
	font-size: 0.75em;
}
.entry_body blockquote {
	position: relative;
	padding: 40px 80px;
	border-radius: 10px;
	background-color: #f5f5f5;
}
.entry_body blockquote:before,
.entry_body blockquote::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 24px;
	top: 44px;
	background: url(../images/ico-blockquote.svg) no-repeat 50%;
	background-size: 100%;
}
.entry_body blockquote:before {
	left: 25px;
}
.entry_body blockquote:after {
	right: 30px;
	transform: rotate(180deg);
}
.entry_body blockquote cite {
	display: block;
	margin-top: 10px;
	color: #888;
	font-size: 0.75em;
	font-style: normal;
}
.entry_body blockquote ul,
.entry_body blockquote ol {
	border: none;
	padding: 5px 0 5px 22px;
	margin: 0;
	background: transparent;
}
@media screen and (max-width: 767px) {
	.entry_body blockquote {
		padding: 60px 25px 30px;
	}
	.entry_body blockquote:before,
	.entry_body blockquote::after {
		width: 20px;
		top: 24px;
	}
	.entry_body blockquote:before {
		left: 25px;
	}
	.entry_body blockquote:after {
		right: 25px;
	}
}

.entry_body .box29 {
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #3aaf40;
	border-radius: 10px;
}
.entry_body .box29 .box-title {
	padding: 10px;
	font-weight: bold;
	background-color: #3aaf40;
	text-align: center;
	color: #fff;
}
.entry_body .box29 .box-content {
	padding: 20px 30px;
}

.entry_body .youtube {
	position: relative;
	padding-top: 56.25%;
}
.entry_body .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry_body .caption {
	margin-left: 80px;
	margin-right: 80px;
}
@media screen and (max-width: 767px) {
	.entry_body .caption {
		margin-left: 0;
		margin-right: 0;
	}
}
.page-blog-detail .entry_body .caption {
	margin-left: 0;
	margin-right: 0;
	padding: 20px 30px;
	border: 2px solid #3AAF40;
	border-radius: 10px;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.page-blog-detail .entry_body .caption {
		padding: 15px 20px;
	}
}


img.img_round {
	border-radius: 20px;
}


.sng-box.border_box {
	overflow: hidden;
	padding: 30px;
	border: 2px solid #3AAF40;
	border-radius: 10px;
	background-color: #fff;
}
.sng-box.border_box .box-title {
	margin: -30px -30px 20px;
	padding: 10px 30px;
	color: #fff;
	background-color: #3AAF40;
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.sng-box.border_box {
		padding: 20px;
	}
	.sng-box.border_box .box-title {
		margin: -20px -20px 15px;
		padding: 10px 20px;
	}
}


.entry_body ul.list_arrow,
.entry_body ul.list_number,
.entry_body ul.list_check {
	padding: 0 30px;
	background: none;
	border: 0;
	border-radius: 0;
	list-style: none;
}
.sng-box.border_box .entry_body ul.list_arrow,
.sng-box.border_box .entry_body ul.list_number,
.sng-box.border_box .entry_body ul.list_check {
	padding: 0;
}
.entry_body ul.list_arrow > li,
.entry_body ul.list_number > li,
.entry_body ul.list_check > li {
	position: relative;
	padding-left: 40px;
}
.entry_body ul.list_arrow > li + li,
.entry_body ul.list_number > li + li,
.entry_body ul.list_check > li + li {
	margin-top: 0.3em;
}
.entry_body ul.list_arrow > li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0.5em;
	width: 18px;
	height: 18px;
	background: url(../images/ico-arrow.svg) no-repeat 50%;
	background-size: 100%;
}
.entry_body ul.list_check > li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0.5em;
	width: 18px;
	height: 18px;
	background: url(../images/ico-check.svg) no-repeat 50%;
	background-size: 100%;
}
.entry_body ul.list_number {
	counter-reset: list_number;
}
.entry_body ul.list_number > li::before {
	content: counter(list_number) ".";
	counter-increment: list_number;
	position: absolute;
	left: 0;
	top: -.1em;
	color: #3AAF40;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.entry_body ul.list_arrow,
	.entry_body ul.list_number,
	.entry_body ul.list_check {
		padding: 0 20px;
	}
}

.entry_body a.link_btn {
	position: relative;
	display: table;
	max-width: 70%;
	min-width: 240px;
	margin: 0 auto;
	padding: 20px 60px;
	background-color: #3aaf40;
	border-radius: 100px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.entry_body a.link_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 28px;
	margin-top: -14px;
	background: url(../images/arrow_white.svg) no-repeat 0;
	background-size: 100%;
}
@media screen and (min-width: 768px), print {
	.entry_body a.link_btn:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.entry_body a.link_btn {
		max-width: 90%;
		padding: 15px 50px;
	}
}

.entry_body .dialogue {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.entry_body .dialogue .img {
	position: relative;
	width: 80px;
	height: 80px;
}
.entry_body .dialogue .img img {
	width: 100%;
	height: 100%;
	border: 2px solid #3aaf40;
	border-radius: 40px;
}
.entry_body .dialogue .img + div {
	position: relative;
	padding: 20px 30px;
	background-color: #f3f3f3;
	border-radius: 10px;
	line-height: 1.8;
}
.entry_body .dialogue .img + div::after {
	content: "";
	position: absolute;
	top: 30px;
	left: -18px;
	display: inline-block;
	vertical-align: middle;
	border: 10px solid transparent;
	border-top-color: #f3f3f3;
	border-right-color: #f3f3f3;
}
@media screen and (min-width: 768px), print {
	.entry_body .dialogue .img {
		margin-top: 10px;
	}
	.entry_body .dialogue .img + div {
		width: calc(100% - 110px);
	}
}
@media screen and (max-width: 767px) {
	.entry_body .dialogue .img {
		width: 50px;
		height: 50px;
		margin-top: 8px;
	}
	.entry_body .dialogue .img + div {
		width: calc(100% - 70px);
		padding: 15px 20px;
	}
	.entry_body .dialogue .img + div::after {
		left: -14px;
		display: inline-block;
		border-width: 8px;
	}
}

.entry_body .relation_link {
	position: relative;
}
.entry_body .relation_link a {
	display: block;
	padding: 40px 80px;
	border-radius: 20px;
	background-color: #3AAF40;
	color: #fff;
	text-decoration: none;
}
.entry_body .relation_link.relation_activity a {
	background-color: #3FC6EA;
}
.entry_body .relation_link a .title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.5;
	font-weight: bold;
}
.entry_body .relation_link a .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.entry_body .relation_link a .img {
	position: relative;
	z-index: 3;
}
.entry_body .relation_link a .img img {
	border-radius: 10px;
}
.entry_body .relation_link a .no-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3f3f3;
}
.entry_body .relation_link a .no-img img {
	width: 50%;
	opacity: 0.3;
}
.entry_body .relation_link a time {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
}
.entry_body .relation_link a .category {
	display: inline-block;
	margin-right: 8px;
	padding: 0 12px;
	background-color: #fff;
	font-size: 1.2rem;
	color: #3aaf40;
	font-weight: 700;
	border-radius: 100px;
}
.entry_body .relation_link a .post_title {
	font-weight: bold;
}
@media screen and (min-width: 768px), print {
	.entry_body .relation_link a:hover {
		opacity: 0.7;
	}
	.entry_body .relation_link a .img {
		width: 220px;
		height: 160px;
	}
	.entry_body .relation_link a .img + div {
		width: calc(100% - 240px);
	}
	.entry_body .relation_link a .post_title {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 4px solid #fff;
	}
}
@media screen and (max-width: 767px) {
	.entry_body .relation_link a {
		margin-left: -5vw !important;
		margin-right: -5vw !important;
		padding: 30px 5vw 40px;
		border-radius: 0;
	}
	.entry_body .relation_link a .img {
		width: 120px;
		height: 87px;
	}
	.entry_body .relation_link a .img + div {
		width: calc(100% - 140px);
	}
	.entry_body .relation_link a time,
	.entry_body .relation_link a .category {
		display: none;
	}
	.entry_body .relation_link a .post_title {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}


#toc_container {
	margin-bottom: 100px;
	padding: 30px 70px;
	background-color: #fff;
	border: 4px solid #3aaf40;
	border-radius: 20px;
	line-height: 1.6;
}
#toc_container .toc_title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
	color: #3AAF40;
}
#toc_container ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
#toc_container ul li {
	padding-left: 0;
}
#toc_container ul li + li {
	padding-top: 0;
}
#toc_container .toc_list > li {
	padding: 10px 0;
}
#toc_container .toc_list > li + li {
	border-top: 2px solid #3aaf40;
}
#toc_container .toc_list a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#toc_container .toc_list li li a {
	padding-left: 2em;
	font-weight: normal;
	font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
	#toc_container .toc_list a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	#toc_container {
		margin-bottom: 80px;
		padding: 20px 25px;
	}
	#toc_container .toc_title {
		text-align: center;
	}
}






table.nomad_table {
max-width: 900px !important;
width: 100%;
margin: 15px auto !important;
background: #FFF;
text-align: center !important;
font-size: 14px !important;
display: block !important;
overflow-x: scroll !important;
overflow-y: hidden !important;
white-space: nowrap !important;
-webkit-overflow-scrolling: touch !important;
color: #333 !important;
border: none !important;
border-collapse: collapse !important;
}
table.nomad_table a {
color: #333 !important;
text-decoration: none !important;
transition: .2s;
padding: 0 !important;
margin: 0 !important;
line-height: 1.25em !important;
font-size: 13px !important;
display: block !important;
position: relative !important;
text-align: center !important;
}
table.nomad_table a:hover {
opacity: .8;
}
table.nomad_table tr td,
table.nomad_table tr th {
padding: 1.5em 2.2em !important;
line-height: 1.25em !important;
font-size: 14px !important;
border: none !important;
position: relative !important;
text-align: center !important;
vertical-align: middle !important;
border-bottom: 1px solid #54B3FC !important;
}
table.nomad_table tr:first-child td,
table.nomad_table tr:first-child th,
table.nomad_table tr:last-child td,
table.nomad_table tr:last-child th {
border-bottom: none !important;
}
table.nomad_table tr td {
font-size: 13px !important;
}
table.nomad_table tr td:first-child {
position: sticky !important;
left: 0 !important;
background: #FFF !important;
z-index: 2;
}
table.nomad_table tr th:first-child {
position: sticky !important;
left: 0 !important;
z-index: 2;
}
table.nomad_table tr td:nth-child(even) {
background: #FAFAFA !important;
}
table.nomad_table tr th {
padding: .8em 2em !important;
background: #54B3FC !important;
color: #fff !important;
width: 100% !important;
position: relative !important;
}
table.nomad_table tr th:nth-child(even):after {
content: "";
display: block !important;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .05);
position: absolute;
}
table.nomad_table tr:nth-child(even) td:nth-child(even):after {
content: "";
display: block !important;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .03);
position: absolute;
}
table.nomad_table::-webkit-scrollbar {
width: 10px !important;
height: 10px !important;
}
table.nomad_table::-webkit-scrollbar-track {
background: #FAFAFA !important;
}
table.nomad_table::-webkit-scrollbar-thumb {
border-radius: 5px !important;
background: #54B3FC !important;
}
table.nomad_table .table_img {
display: block;
max-width: 60px;
margin: 0 auto 15px auto;
}
@media(max-width:480px) {
table.nomad_table tr td,
table.nomad_table tr th {
padding: 1em !important;
font-size: 12px !important;
}
table.nomad_table tr th {
padding: .8em 2em !important;
font-size: 13px !important;
}
table.nomad_table .table_img {
max-width: 45px;
margin: 0 auto 10px auto;
}
table.nomad_table a {
font-size: 10px !important;
}
}
/*
* Copyright (c) NomadWorks
* Design: NomadCode
* https://www.code.nomad.inc/
*/
.appreach {
text-align: left;
box-shadow: 0px 0px 6px #00000029;
background: #FFFAFB;
max-width: 100% !important;
width: 100% !important;
padding: 25px;
margin: 20px auto;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.appreach:after {
content: "";
display: block;
clear: both;
}
.appreach p {
line-height: 1.8em !important;
margin: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
padding-bottom: 0 !important;
}
.appreach a:after {
display: none;
}
.appreach__icon {
float: left;
border-radius: 10%;
overflow: hidden;
margin: 0% 3% 0% 0% !important;
width: 22.5% !important;
height: auto !important;
max-width: 100px !important;
}
.appreach__detail {
display: inline-block;
line-height: 1.5;
width: 72%;
}
.appreach__detail:after {
content: "";
display: block;
clear: both;
}
.appreach__name {
font-size: 15px !important;
color: #E07487 !important;
line-height: 1.5em !important;
font-weight: bold !important;
max-height: 3em;
overflow: hidden;
}
.appreach__detail .appreach__name {
line-height: 1.3em !important;
padding-bottom: 5px !important;
}
.appreach__detail .appreach__info .appreach__posted {
line-height: 1.3em !important;
font-size: .8em !important;
}
.appreach__info {
font-size: 12px !important;
color: #929292 !important;
}
.appreach__posted {
font-size: .9em !important;
}
.appreach__developper,
.appreach__price {
margin-right: 0.5em;
}
.appreach__posted a {
margin-left: 0.8em;
color: #55A8DC !important;
}
.appreach__links {
float: left;
height: 40px;
margin-top: 8px;
white-space: nowrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.appreach__aslink img {
height: 40px;
-webkit-backface-visibility: hidden;
margin-right: 10px;
}
.appreach__gplink img {
height: 40px;
-webkit-backface-visibility: hidden;
}
@media(max-width:460px) {
.appreach {
overflow: hidden;
max-width: 320px !important;
}
.appreach__detail .appreach__name {
line-height: 1.3em !important;
padding-bottom: 5px !important;
font-size: .7em !important;
}
.appreach__posted {
font-size: .7em !important;
}
.appreach__icon {
width: 25% !important;
}
.appreach__info {
font-size: 10px !important;
}
.appreach__links {
margin: auto;
margin-top: 5px;
padding-top: 5px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100% !important;
}
.appreach__aslink img,
.appreach__gplink img {
margin-right: 2px;
height: 40px;
}
}
.reviewBoxSimple {
display: block;
max-width: 500px;
background: #FAFAFA;
border: 1px solid #DBDBDB;
margin: 20px auto;
padding: 0;
border-radius: 10px;
}
.reviewBoxSimple .reviewBox_content {
padding: 30px;
}
.reviewBoxSimple .reviewBox_title1 {
margin: 0;
padding: 12px;
background: #DBDBDB;
text-align: center;
font-size: 15px !important;
font-weight: bold;
border-radius: 10px 10px 0 0;
line-height: 1.3em;
}
.reviewBoxSimple .reviewBox_title1:before {
font-family: "Font Awesome 5 Free";
content: "\f005";
font-weight: 600;
padding-right: 5px;
font-size: .9em !important;
}
.reviewBoxSimple p {
margin: 0;
padding: 0;
letter-spacing: 0;
}
.reviewBoxSimple .reviewBox_title2 {
margin: 0;
padding: 0;
line-height: 1.3em;
font-size: 16px !important;
margin-bottom: 10px;
font-weight: bold;
}
.reviewBoxSimple .reviewBox_title2:before {
content: none !important;
}
.reviewBoxSimple .reviewBox_top {
margin: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.reviewBoxSimple .reviewBox_top p {
margin: 0;
line-height: 1.7em;
font-size: 15px !important;
}
.reviewBoxSimple .reviewBox_top p:before {
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight: 600;
padding-right: 5px;
font-size: .8em;
}
.reviewBoxSimple .reviewBox_top .reviewBox_left,
.reviewBoxSimple .reviewBox_top .reviewBox_right {
width: 50%;
}
.reviewBoxSimple .reviewBox_top .reviewBox_right img {
display: block;
margin: auto;
width: 160px;
}
.reviewBoxSimple .reviewLink {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.reviewBoxSimple .reviewLink a {
font-size: 15px !important;
color: #444 !important;
border: 2px solid #444;
padding: .6em 2em;
margin: 5px;
width: 50%;
text-align: center;
text-decoration: none;
}
.reviewBoxSimple .reviewLink a:before {
font-family: "Font Awesome 5 Free";
content: "\f138";
font-weight: 600;
padding-right: 5px;
}
.reviewBoxSimple .reviewBox_bottom {
padding-top: 20px;
}
.reviewBoxSimple .reviewLink a:nth-child(2) {
background: #444;
color: #fff !important;
}
@media screen and (max-width:480px) {
.reviewBoxSimple .reviewBox_content {
padding: 15px;
}
.reviewBoxSimple .reviewBox_top .reviewBox_right img {
width: 220px;
}
.reviewBoxSimple .reviewBox_top p {
font-size: 13px !important;
}
.reviewBoxSimple .reviewBox_top p:first-child {
font-size: 15px !important;
}
.reviewBoxSimple .reviewLink a {
padding: .5em;
}
.reviewBoxSimple .reviewBox_top {
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.reviewBoxSimple .reviewBox_top .reviewBox_left {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
width: 90%;
margin: auto;
margin-top: 20px;
}
.reviewBoxSimple .reviewBox_top .reviewBox_right {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
width: 100%;
}
.reviewBoxSimple .reviewLink a {
font-size: 13px !important;
}
}

.blog_detail .entry_body .main-c,
.blog_detail .entry_body .has-sango-main-color {
	color: #6bb6ff
}
.entry_body .main-bc,
.entry_body .has-sango-main-background-color {
	background-color: #6bb6ff
}
.entry_body .main-bdr {
	border-color: #6bb6ff
}
.blog_detail .entry_body .pastel-c,
.blog_detail .entry_body .has-sango-pastel-color {
	color: #c8e4ff
}
.entry_body .pastel-bc,
.entry_body .has-sango-pastel-background-color {
	background-color: #c8e4ff
}
.blog_detail .entry_body .accent-c,
.blog_detail .entry_body .has-sango-accent-color {
	color: #ffb36b
}
.entry_body .accent-bc,
.entry_body .has-sango-accent-background-color {
	background-color: #ffb36b
}

.blog_detail .entry_body .cubic1 {
  display: inline-block;
  padding: 0.5em 1em;
  border-bottom: solid 4px rgba(0, 0, 0, 0.27);
  border-radius: 3px;
  color: #fff;
}
.blog_detail .entry_body .cubic1:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
}
.blog_detail .entry_body .btn {
  margin: 0.5em 0.5em 0.5em 0;
  text-decoration: none;
}
.blog_detail .entry_body a.btn:hover {
  text-decoration: none;
}

.blog_detail .entry_body .raised {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.4em 1.3em;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
.blog_detail .entry_body .raised:hover,
.blog_detail .entry_body .raised:focus {
  box-shadow: 0 13px 20px -3px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}






.page-blog-detail .entry_body h2.color01,.entry_body.post-type-post h2.color01 {background-color: #a61c00;}
.page-activity-detail .entry_body h2.color01,.entry_body.post-type-activity h2.color01 {color: #a61c00;}
.page-blog-detail .entry_body h2.color02,.entry_body.post-type-post h2.color02 {background-color: #ea4335;}
.page-activity-detail .entry_body h2.color02,.entry_body.post-type-activity h2.color02 {color: #ea4335;}
.page-blog-detail .entry_body h2.color03,.entry_body.post-type-post h2.color03 {background-color: #fbbc04;}
.page-activity-detail .entry_body h2.color03,.entry_body.post-type-activity h2.color03 {color: #fbbc04;}
.page-blog-detail .entry_body h2.color04,.entry_body.post-type-post h2.color04 {background-color: #783f04;}
.page-activity-detail .entry_body h2.color04,.entry_body.post-type-activity h2.color04 {color: #783f04;}
.page-blog-detail .entry_body h2.color05,.entry_body.post-type-post h2.color05 {background-color: #38761d;}
.page-activity-detail .entry_body h2.color05,.entry_body.post-type-activity h2.color05 {color: #38761d;}
.page-blog-detail .entry_body h2.color06,.entry_body.post-type-post h2.color06 {background-color: #46bdc6;}
.page-activity-detail .entry_body h2.color06,.entry_body.post-type-activity h2.color06 {color: #46bdc6;}
.page-blog-detail .entry_body h2.color07,.entry_body.post-type-post h2.color07 {background-color: #4285f4;}
.page-activity-detail .entry_body h2.color07,.entry_body.post-type-activity h2.color07 {color: #4285f4;}
.page-blog-detail .entry_body h2.color08,.entry_body.post-type-post h2.color08 {background-color: #0b5394;}
.page-activity-detail .entry_body h2.color08,.entry_body.post-type-activity h2.color08 {color: #0b5394;}
.page-blog-detail .entry_body h2.color09,.entry_body.post-type-post h2.color09 {background-color: #674ea7;}
.page-activity-detail .entry_body h2.color09,.entry_body.post-type-activity h2.color09 {color: #674ea7;}
.page-blog-detail .entry_body h2.color10,.entry_body.post-type-post h2.color10 {background-color: #741b47;}
.page-activity-detail .entry_body h2.color10,.entry_body.post-type-activity h2.color10 {color: #741b47;}

.entry_body h3.color01 {color: #a61c00;}
.entry_body h3.color01::after {background-color: #a61c00;}
.entry_body h3.color02 {color: #ea4335;}
.entry_body h3.color02::after {background-color: #ea4335;}
.entry_body h3.color03 {color: #fbbc04;}
.entry_body h3.color03::after {background-color: #fbbc04;}
.entry_body h3.color04 {color: #783f04;}
.entry_body h3.color04::after {background-color: #783f04;}
.entry_body h3.color05 {color: #38761d;}
.entry_body h3.color05::after {background-color: #38761d;}
.entry_body h3.color06 {color: #46bdc6;}
.entry_body h3.color06::after {background-color: #46bdc6;}
.entry_body h3.color07 {color: #4285f4;}
.entry_body h3.color07::after {background-color: #4285f4;}
.entry_body h3.color08 {color: #0b5394;}
.entry_body h3.color08::after {background-color: #0b5394;}
.entry_body h3.color09 {color: #674ea7;}
.entry_body h3.color09::after {background-color: #674ea7;}
.entry_body h3.color10 {color: #741b47;}
.entry_body h3.color10::after {background-color: #741b47;}


.sng-box.border_box.color01 {border-color: #a61c00;}
.sng-box.border_box.color01 .box-title {background-color: #a61c00;}
.sng-box.border_box.color02 {border-color: #ea4335;}
.sng-box.border_box.color02 .box-title {background-color: #ea4335;}
.sng-box.border_box.color03 {border-color: #fbbc04;}
.sng-box.border_box.color03 .box-title {background-color: #fbbc04;}
.sng-box.border_box.color04 {border-color: #783f04;}
.sng-box.border_box.color04 .box-title {background-color: #783f04;}
.sng-box.border_box.color05 {border-color: #38761d;}
.sng-box.border_box.color05 .box-title {background-color: #38761d;}
.sng-box.border_box.color06 {border-color: #46bdc6;}
.sng-box.border_box.color06 .box-title {background-color: #46bdc6;}
.sng-box.border_box.color07 {border-color: #4285f4;}
.sng-box.border_box.color07 .box-title {background-color: #4285f4;}
.sng-box.border_box.color08 {border-color: #0b5394;}
.sng-box.border_box.color08 .box-title {background-color: #0b5394;}
.sng-box.border_box.color09 {border-color: #674ea7;}
.sng-box.border_box.color09 .box-title {background-color: #674ea7;}
.sng-box.border_box.color10 {border-color: #741b47;}
.sng-box.border_box.color10 .box-title {background-color: #741b47;}

.entry_body a.link_btn.color01 {background-color: #a61c00;}
.entry_body a.link_btn.color02 {background-color: #ea4335;}
.entry_body a.link_btn.color03 {background-color: #fbbc04;}
.entry_body a.link_btn.color04 {background-color: #783f04;}
.entry_body a.link_btn.color05 {background-color: #38761d;}
.entry_body a.link_btn.color06 {background-color: #46bdc6;}
.entry_body a.link_btn.color07 {background-color: #4285f4;}
.entry_body a.link_btn.color08 {background-color: #0b5394;}
.entry_body a.link_btn.color09 {background-color: #674ea7;}
.entry_body a.link_btn.color10 {background-color: #741b47;}

.entry_body .color01 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color01 > li::before {background-image: url(../images/ico-arrow-color01.svg);}
.entry_body .color02 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color02 > li::before {background-image: url(../images/ico-arrow-color02.svg);}
.entry_body .color03 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color03 > li::before {background-image: url(../images/ico-arrow-color03.svg);}
.entry_body .color04 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color04 > li::before {background-image: url(../images/ico-arrow-color04.svg);}
.entry_body .color05 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color05 > li::before {background-image: url(../images/ico-arrow-color05.svg);}
.entry_body .color06 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color06 > li::before {background-image: url(../images/ico-arrow-color06.svg);}
.entry_body .color07 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color07 > li::before {background-image: url(../images/ico-arrow-color07.svg);}
.entry_body .color08 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color08 > li::before {background-image: url(../images/ico-arrow-color08.svg);}
.entry_body .color09 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color09 > li::before {background-image: url(../images/ico-arrow-color09.svg);}
.entry_body .color10 ul.list_arrow > li::before,
.entry_body  ul.list_arrow.color10 > li::before {background-image: url(../images/ico-arrow-color10.svg);}

.entry_body .color01 ul.list_check > li::before,
.entry_body  ul.list_check.color01 > li::before {background-image: url(../images/ico-check-color01.svg);}
.entry_body .color02 ul.list_check > li::before,
.entry_body  ul.list_check.color02 > li::before {background-image: url(../images/ico-check-color02.svg);}
.entry_body .color03 ul.list_check > li::before,
.entry_body  ul.list_check.color03 > li::before {background-image: url(../images/ico-check-color03.svg);}
.entry_body .color04 ul.list_check > li::before,
.entry_body  ul.list_check.color04 > li::before {background-image: url(../images/ico-check-color04.svg);}
.entry_body .color05 ul.list_check > li::before,
.entry_body  ul.list_check.color05 > li::before {background-image: url(../images/ico-check-color05.svg);}
.entry_body .color06 ul.list_check > li::before,
.entry_body  ul.list_check.color06 > li::before {background-image: url(../images/ico-check-color06.svg);}
.entry_body .color07 ul.list_check > li::before,
.entry_body  ul.list_check.color07 > li::before {background-image: url(../images/ico-check-color07.svg);}
.entry_body .color08 ul.list_check > li::before,
.entry_body  ul.list_check.color08 > li::before {background-image: url(../images/ico-check-color08.svg);}
.entry_body .color09 ul.list_check > li::before,
.entry_body  ul.list_check.color09 > li::before {background-image: url(../images/ico-check-color09.svg);}
.entry_body .color10 ul.list_check > li::before,
.entry_body  ul.list_check.color10 > li::before {background-image: url(../images/ico-check-color10.svg);}

.entry_body .color01 ul.list_number > li::before,
.entry_body  ul.list_number.color01 > li::before {color: #a61c00;}
.entry_body .color02 ul.list_number > li::before,
.entry_body  ul.list_number.color02 > li::before {color: #ea4335;}
.entry_body .color03 ul.list_number > li::before,
.entry_body  ul.list_number.color03 > li::before {color: #fbbc04;}
.entry_body .color04 ul.list_number > li::before,
.entry_body  ul.list_number.color04 > li::before {color: #783f04;}
.entry_body .color05 ul.list_number > li::before,
.entry_body  ul.list_number.color05 > li::before {color: #38761d;}
.entry_body .color06 ul.list_number > li::before,
.entry_body  ul.list_number.color06 > li::before {color: #46bdc6;}
.entry_body .color07 ul.list_number > li::before,
.entry_body  ul.list_number.color07 > li::before {color: #4285f4;}
.entry_body .color08 ul.list_number > li::before,
.entry_body  ul.list_number.color08 > li::before {color: #0b5394;}
.entry_body .color09 ul.list_number > li::before,
.entry_body  ul.list_number.color09 > li::before {color: #674ea7;}
.entry_body .color10 ul.list_number > li::before,
.entry_body  ul.list_number.color10 > li::before {color: #741b47;}

.entry_body table.layout {
	width: 100%;
	table-layout: fixed;
	border: 0;
	border-bottom-width: 0;
	border-collapse: separate;
	border-radius: 0;
	font-size: 1.4rem;
}
.entry_body table.layout caption {
	margin: 0;
	padding: 8px 20px;
	background-color: #3aaf40;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
.entry_body table.layout tr > * {
	border: 0;
	border-bottom: 1px solid #3aaf40;
	border-left: 1px solid #3aaf40;
}
.entry_body table.layout tr:first-child > * {
	border-top: 1px solid #3aaf40;
}
.entry_body table.layout > *:not(:first-child) tr:first-child > * {
	border-top: 0;
}
.entry_body table.layout th {
	padding: 8px 20px;
	background-color: #e2f3e3;
}
.entry_body table.layout td {
	padding: 8px 20px;
	background-color: #fff;
}
.entry_body table.layout td:last-child,
.entry_body table.layout th:last-child {
	border-right: 1px solid #3aaf40;
}
@media screen and (min-width: 768px), print {
	.entry_body table.layout.pc_scroll {
		position: relative;
		display: block;
		overflow-x: auto;
		width: 100%;
		white-space: nowrap;
		padding-bottom: 10px;
		scrollbar-width: thin;
		scrollbar-color: #3aaf40 #f2f2f2;
	}
	.entry_body table.layout.pc_scroll::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}
	.entry_body table.layout.pc_scroll::-webkit-scrollbar-thumb {
		background: #3aaf40;
		border-radius: 4px;
	}
	.entry_body table.layout.pc_scroll::-webkit-scrollbar-track {
		background: #ddd;
		border-radius: 4px;
	}
	.entry_body table.layout.pc_scroll.cell_fix tr > *:first-child {
		position: sticky;
		left: 0;
		border-right: 1px solid #3aaf40;
		z-index: 2;
	}
	.entry_body table.layout.pc_scroll.cell_fix tr > *:first-child + * {
		border-left-width: 0;
	}
}
@media screen and (max-width: 767px) {
	.entry_body table.layout.scroll_table {
		position: relative;
		display: block;
		overflow-x: auto;
		width: 100%;
		white-space: nowrap;
		padding-right: 1px;
	}
	.entry_body table.layout.scroll_table:not(.scrolled)::after {
		content: "スクロールできます";
		position: absolute;
		top: min(50%, 200px);
		left: 50%;
		width: 120px;
		padding-top: 60px;
		padding-bottom: 5px;
		background: rgba(0, 0, 0, .6) url(../images/ico-swipe.svg) no-repeat 50% 15px;
		background-size: 40px;
		border-radius: 5px;
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 1.1rem;
		text-align: center;
		z-index: 10;
	}
	.entry_body table.layout.scroll_table.cell_fix tr > *:first-child {
		position: sticky;
		left: 0;
		border-right: 1px solid #3aaf40;
		z-index: 2;
	}
	.entry_body table.layout.scroll_table.cell_fix tr > *:first-child + * {
		border-left-width: 0;
	}
}
