/* <system section="theme" selected="8599973812282948714"> */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
* Add the correct margin in IE 8.
*/

figure {
	margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
	font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
	font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/

mark {
	background-color: #ff0;
	color: #000;
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

audio,
video {
	display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/

img {
	border-style: none;
}

/**
* Hide the overflow in IE.
*/

svg:not(:root) {
	overflow: hidden;
}

/* Forms
========================================================================== */

/**
* Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/

details, /* 1 */
menu {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Scripting
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

canvas {
	display: inline-block;
}

/**
* Add the correct display in IE.
*/

template {
	display: none;
}

/* Hidden
========================================================================== */

/**
* Add the correct display in IE 10-.
*/

[hidden] {
	display: none;
}

/*
Theme: gray
Author: kewpiedesign
Description:
写真が映えるようにデザインした、シンプルな1カラムのテーマ。
Responsive: yes
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	color: #212121;
	font-size: 14px;
}

body a {
	color: #515151;
	text-decoration: none;
}

#container {
	max-width: 800px;
	margin: 0 auto;
}

#blog-title {
	text-align: center;
	margin: 100px 0;
}

#title {
	font-size: 30px;
	margin: 0;
}

#blog-description {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 5px;
	margin: 10px 0 0;
}

.header-image-enable #blog-title #blog-title-inner {
	display: table;
	width: 100%;
}

.header-image-enable #blog-title-content {
	display: table-cell;
	vertical-align: middle;
}

.entry {
	margin-bottom: 100px;
	position: relative;
}

.entry-header-menu {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 6px 12px;
	font-size: 12px;
	background-color: #F5F7FA;
	border-radius: 3px;
}

.entry-date {
	font-size: 13px;
	text-align: center;
}

.entry-date a {
	display: inline-block;
	background-color: #515151;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px;
}

.entry-title {
	text-align: center;
	margin: 10px 0;
	font-family: 'Montserrat', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 1px;
}

.entry-categories {
	text-align: center;
	font-size: 12px;
}

.entry-categories a {
	background-color: #F5F7FA;
	border-radius: 3px;
	color: #515151;
	padding: 3px 8px;
	margin-right: 3px;
}

.entry-content {
	margin: 30px 0;
	line-height: 1.75;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 1em 0;
}

.entry-content h1 {
	font-size: 27px;
}

.entry-content h2 {
	font-size: 25px;
}

.entry-content h3 {
	font-size: 23px;
}

.entry-content h4 {
	font-size: 21px;
}

.entry-content h5 {
	font-size: 19px;
}

.entry-content h6 {
	font-size: 17px;
}

.entry-content h1,h2,h3,h4,h5,h6 {
	margin: 0;
	line-height: 1.5;
}

.entry-content li {
	margin: 0 0 1em;
}

.entry-content hr {
	width: 50px;
	border: 1px solid #F5F7FA;
	margin: 30px auto;
}

.entry-content blockquote {
	padding: 20px 25px;
	margin: 20px 0;
	background: #F5F7FA;
}

.entry-content blockquote p {
	margin: 0 0 0.5em;
	font-style: italic;
}

.entry-content blockquote a {
	text-decoration: underline;
	font-style: italic;
}

.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}

.entry-content table td,
.entry-content th {
	border: 1px solid #F5F7FA;
	padding: 5px 10px;
}

.entry-content table th {
	background-color: #F5F7FA;
}

.entry-content pre {
	border: 1px solid #F5F7FA;
	padding: 20px;
}

.hatena-asin-detail {
	background-color: #F5F7FA;
	padding: 20px;
	margin: 1.5em 0;
}

.hatena-asin-detail li {
	margin: 0;
}

.hatena-asin-detail a {
	text-decoration: underline;
}

.hatena-asin-detail-title {
	margin: 0 0 5px;
}

.hatena-asin-detail li:last-child {
	padding: 0 0 5px;
}

.hatena-asin-detail-foot {
	display: none;
}

.entry-footer {
	text-align: center;
}

.entry-footer-section .author {
	margin-right: 5px;
}

.hatena-star-container {
	margin: 1.5em 0;
}

.social-buttons {
	margin: 1.5em 0;
}

.google-afc-image {
	margin: 1em 0;
}

.comment {
	margin: 20px 0 50px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.entry-comment {
	padding: 20px 0 20px 60px;
	border-top: 1px solid #F5F7FA;
	border-bottom: 1px solid #F5F7FA;
}

.entry-comment:nth-child(n+2) {
	border-top: 0;
}

.comment-box .hatena-id-icon {
	width: 50px;
	height: auto;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0 0;
}

.comment-user-name {
	margin: 0 0 10px;
}

.comment-content p {
	margin: 5px 0;
	line-height: 1.7;
}

.comment-metadata {
	margin: 0;
}

.leave-comment-title {
	display: block;
	background-color: #F5F7FA;
	color: #515151;
	padding: 12px 16px;
	line-height: 1.5;
	transition: all .2s;
	background-color: #F5F7FA;
	border: 1px solid #fff;
}

.leave-comment-title:hover {
	background-color: #fff;
	border: 1px solid #F5F7FA;
}

.pager-prev {
	float: left;
	text-align: left;
}

.pager-next {
	float: right;
	text-align: right;
}

.pager-prev, .pager-next {
	width: 50%;
}

#box2 {
	clear: both;
	margin: 200px 0;
}

.hatena-module {
	margin-bottom: 50px;
}

.hatena-module-title {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 3px;
	margin-bottom: 20px;
	border-bottom: 2px solid #F5F7FA;
	display: inline-block;
}

.hatena-urllist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.hatena-urllist li {
	margin: 0 0 20px;
}

.hatena-urllist .urllist-title-link {
	margin: 3px 0;
	line-height: 1.5;
	display: block;
}

.hatena-urllist .urllist-category-link {
	background-color: #F5F7FA;
	border-radius: 3px;
	color: #515151;
	padding: 3px 6px;
}

.hatena-urllist .urllist-image {
	margin: 0 10px 0;
}

.hatena-urllist .urllist-entry-body {
	margin: 5px 0 0;
}

.hatena-module-profile .profile-icon {
	border-radius: 50%;
	float: left;
	margin: 0 10px 10px 0;
}

.hatena-module-profile .profile-description p {
	margin: 5px 0 0;
	line-height: 1.7;
}

.hatena-module-profile .profile-description .name {
	line-height: 3;
}

.hatena-module-search-box .search-form {
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 3px;
	position: relative;
	box-sizing: border-box;
}

.hatena-module-search-box .search-module-input {
	width: 90%;
	border: 0;
	padding: 8px;
	margin: 0;
	font-size: 13px;
	color: #515151;
	background-color: transparent;
	outline: none;
}

.hatena-module-search-box .search-module-button {
	background: url(http://f.st-hatena.com/images/fotolife/k/kewpiedesign/20160227/20160227174534.png) no-repeat right;
	background-size: 16px 16px;
	text-indent: -9999px;
	width: 25px;
	position: absolute;
	right: 7px;
	border: 0;
	padding: 6px;
	margin: 0;
}

.hatena-module-archive .archive-module-year-title {
	padding-bottom: 5px;
}

#footer {
	text-align: center;
}

.page-about .entry-content dt {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 3px;
	margin-bottom: 20px;
	border-bottom: 2px solid #F5F7FA;
	display: inline-block;
}

.page-about .entry-content dd {
	margin: 0 20px 20px;
}

.page-archive .archive-heading {
	text-align: center;
	margin: 0 0 50px;
}

.page-archive .breadcrumb {
	text-align: center;
	margin: 50px 0;
}

.page-archive .ad-online-afc {
	margin: 0 0 50px;
}

.page-archive .archive-entry {
	margin-bottom: 50px;
}

.page-archive .date {
	font-size: 13px;
	text-align: center;
}

.page-archive .date a {
	display: inline-block;
	background-color: #515151;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px;
}

.page-archive. .entry-title {
	text-align: center;
	margin: 10px 0;
	font-family: 'Montserrat', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 1px;
}

.page-archive .categories {
	text-align: center;
	font-size: 12px;
}

.page-archive .categories a {
	background-color: #F5F7FA;
	border-radius: 3px;
	color: #515151;
	padding: 3px 6px;
	margin-right: 3px;
}

.page-archive .entry-thumb {
	margin: 20px 10px 0 0;
}

.page-archive .entry-description {
	margin: 20px 0 10px;
	line-height: 1.7;
}

.page-archive #box2 {
	margin: 100px 0;
}

.page-archive .search-result-form {
	margin: 0 auto;
}

.page-archive .search-result {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	#blog-title {
		margin: 50px 20px;
	}

	#title {
		font-size: 20px;
	}

	#blog-description {
		font-size: 12px;
	}

	#main {
		width: auto;
		float: none;
		margin: 20px;
	}

	.entry {
		margin-bottom: 30px:
	}

	.entry-title {
		font-size: 20px;
		word-break: break-all;
	}

	.browsing-with-smartphone .ad-online-afc {
		margin: 1em 0;
	}

	#box2 {
		width: auto;
		float: none;
		padding: 50px 20px;
	}

	.page-archive .archive-heading {
		margin: 30px 0;
		line-height: 1.3;
	}

	.page-archive .breadcrumb {
		margin: 20px;
	}

	.page-archive .ad-online-afc {
		margin: 30px 0;
	}

	.adx-responsive-mode {
		margin: 0;
		padding: 1em 0;
	}

	.page-archive .search-result {
		margin-bottom: 30px;
	}
}
/* </system> */

/* ************************************* */
/* カエレバ、ヨメレバ、トマレバ */
/* ************************************* */
/* 基本style */
.kaerebalink-box,
.booklink-box,
.tomarebalink-box{
border: 3px double #ccc;
padding: 3%;
margin: 1em 0 2.5em;
overflow: hidden;
font-size: small;
}
.kaerebalink-box a,
.booklink-box a,
.tomarebalink-box a{
text-decoration: none;
color: initial;
}
.kaerebalink-box a[target="_blank"]::after,
.booklink-box a[target="_blank"]::after,
.tomarebalink-box a[target="_blank"]::after{
content: none;
}
.kaerebalink-image,
.booklink-image,
.tomarebalink-image{
max-width: 150px;
text-align: center;
margin: 10px auto!important;
float: none!important;
}
.kaerebalink-name,
.booklink-name,
.tomarebalink-name{
font-weight: bold;
font-size: 120%;
line-height: 1.8!important;
margin-bottom: 10px!important;
}
.kaerebalink-name p:empty,
.booklink-name p:empty,
.tomarebalink-name p:empty{
display: none;
}
.kaerebalink-powered-date,
.booklink-powered-date,
.tomarebalink-powered-date,
.kaerebalink-detail,
.booklink-detail,
.tomarebalink-address{
font-size: 10px!important;
font-weight: normal;
}
.kaerebalink-link1,
.booklink-link2,
.tomarebalink-link1{
overflow: hidden;
}
.kaerebalink-link1 div,
.booklink-link2 div,
.tomarebalink-link1 div{
background-image: none!important;
margin: 0!important;
padding: 3px!important;
display: inline-block!important;
width: 48.5%;
}
.kaerebalink-link1 div a,
.booklink-link2 div a,
.tomarebalink-link1 div a{
border-width: 2px;
border-style: solid;
font-size: 90%;
font-weight: bold;
border-radius: 5px;
padding: 0.7em 0.3em;
width: 100%;
text-align: center;
display: block;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.kaerebalink-link1 div a:hover,
.booklink-link2 div a:hover,
.tomarebalink-link1 div a:hover{
color: #fff;
box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.15);
transform:translate(-1px, -2px);
}
.kaerebalink-link1 div a:active,
.booklink-link2 div a:active,
.tomarebalink-link1 div a:active{
transform:translate(0, 1px);
}
.kaerebalink-link1 div img,
.booklink-link2 div img,
.tomarebalink-link1 div img{
display: none;
}

/* 画面幅768px以上の場合のstyle */
@media only screen and (min-width: 768px) {
.kaerebalink-image,
.booklink-image,
.tomarebalink-image{
float: left!important;
margin: 0 1.5em 0.5em 0!important;
}
.kaerebalink-link1 div,
.booklink-link2 div,
.tomarebalink-link1 div{
width: 11em;
}
}


/* ▼ボタンカラーここから▼ */
.shoplinkamazon a{
color: #e89713;
}
.shoplinkrakuten a{
color: #d91414;
}
.shoplinkyahoo a{
color: #691ed5;
}
.shoplinkjalan a{
color: #ed5016;
}
.shoplinkjtb a{
color: #e10b0b;
}
.shoplinkknt a{
color: #0f75c2;
}
.shoplinkikyu a{
color: #18b412;
}
.shoplinkrurubu a{
color: #0f32a3;
}
.shoplinkamazon a:hover{
background-color: #e89713;
border-color: #e89713;
}
.shoplinkrakuten a:hover{
background-color: #d91414;
border-color: #d91414;
}
.shoplinkyahoo a:hover{
background-color: #691ed5;
border-color: #691ed5;
}
.shoplinkjalan a:hover{
background-color: #ed5016;
border-color: #ed5016;
}
.shoplinkjtb a:hover{
background-color: #e10b0b;
border-color: #e10b0b;
}
.shoplinkknt a:hover{
background-color: #0f75c2;
border-color: #0f75c2;
}
.shoplinkikyu a:hover{
background-color: #18b412;
border-color: #18b412;
}
.shoplinkrurubu a:hover{
background-color: #0f32a3;
border-color: #0f32a3;
}
/* ▲ボタンカラーここまで▲ */

/* もくじカスタマイズ */
.entry-content .table-of-contents{
 background-color: #F5F5F5;/* 背景色 */
 border: 1px solid #ccc; /* 線の太さ・種類・色 */
 box-shadow:1px 1px 6px 0px #ccc;
 -moz-box-shadow:1px 1px 6px 0px #ccc;
 -webkit-box-shadow:1px 1px 6px 0px #ccc;
 -o-box-shadow:1px 1px 6px 0px #ccc;
 margin: 20px 5px; /* 外側の余白 上下・左右 */
 padding: 20px 25px 15px 45px;
 position: relative;
 z-index: 0;
}
.entry-content .table-of-contents:after{
 background-color: #66CCFF;  /* マステ背景色 */
 background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0); /* 水玉の色 */
 background-position: 0 0, 8px 8px;  /* 水玉の距離 */
 background-size: 15px 15px; /* 水玉の大きさ */
 border-left: 2px dotted rgba(0,0,0,0.1);
 border-right: 2px dotted rgba(0,0,0,0.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2);
 content: 'もくじ';
 display: block;
 margin: 0 0 10px 0;
 padding: 5px 20px;
 color: #363947; /* マステ部分文字色 */
 font-weight: bold;
 text-align: center;
 position: absolute;
 top: -10px;
 left: 20px;
 transform: rotate(-3deg);
 -moz-transform: rotate(-3deg);
 -webkit-transform: rotate(-3deg);
 -o-transform: rotate(-3deg);
}
.entry-content .table-of-contents li a {
    text-decoration: none;
    color:#555;/* 文字色 */
    font-size:14px;
    font-weight: bold;
}
.entry-content .table-of-contents li {
    list-style-type: decimal;/* 番号振り */
    margin-left: 0;
}
.entry-content .table-of-contents>li:first-child {
    padding-top: 15px;
}
.entry-content .table-of-contents ul>li:last-child {
    padding-bottom: 10px;
}

h4:first-letter {
  font-size: 2em;
  color: #00BFFF;
}

.box2 {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}


}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}
.box3{
    display: inline-block;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #FF367F;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}


}
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box3p {
    margin: 0; 
    padding: 0;
}
.box25{
    position: relative;
    background: #87cafe;
    box-shadow: 0px 0px 0px 5px #87cafe;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #1e90ff #fff #1e90ff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}
/* 目次対策 */
.table-of-contents li{
	list-style-type: decimal!important;
	border: none!important;
}
.table-of-contents li:after{
	border: none!important;
}
.entry-content ul li {
	list-style-type: none;
	position: relative;
}
.entry-content ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #00bfff;
	border-bottom: 2px solid #00bfff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.box4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #ffd700;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box4 p {
    margin: 0; 
    padding: 0;
}
.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}
.box31 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box31 .box-title {
    font-size: 1.2em;
    background: #ff69b4;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box31 p {
    padding: 15px 20px;
    margin: 0;
}
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #5fc2f5;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #5fc2f5;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #5fc2f5;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #5fc2f5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.yellow-line {
  background: linear-gradient(transparent 60%, #fff001 0%);
}
.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #00bfff;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #00bfff;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FF367F;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FF367F;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}
.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}
.box19{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffff00;
    border-radius: 3px 0 3px 0;
}
.box19:before,.box19:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffff00;
    border-radius: 50%;
}
.box19:after {
    top:-12px;
    left:-12px;
}
.box19:before {
    bottom:-12px;
    right:-12px;
}
.box19 p {
    margin: 0; 
    padding: 0;
}
.box26{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box26:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -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);
}
.box26 p {
    margin: 0; 
    padding: 0;
}
