/*blog top page*/
body {
	font-size: 16px;
	line-height: 1.6em;
}

h2 {
	font-size: 17.5pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 13px;
}

a {
	color: #444;
}

a:hover {
	opacity: 0.6;
	text-decoration: none;
}

p {
	font-size: inherit;
}

img {
	max-width: 100%;
}

.logo h1 {
	margin: 0px 0px 10px 0px;
}

.gnav {
	display: none;
}

.bnav {
	background-color: #fff;
}

#blog-top-slider {
	position: relative;
}

.main-slideshow {
	background-image: url(../images/common/ttl_bg.png);
	position: relative;
	border-top: 1px solid #e2e0e0;
}

.prev,
.next {
	position: absolute;
	top: 44% !important;
	z-index: 100;
	font-size: 30px;
	color: #3c4973;
}

.prev:hover,
.next:hover {
	cursor: pointer;
}

.prev {
	left: 24% !important;
}

.next {
	right: 24% !important;
}

.slideshow-article {
	padding: 20px 0px;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.slideshow-article-thumbnail {
	width: 90%;
	padding: 0px 24px;
	position: relative;
}

.slideshow-article-thumbnail img {
	width: 100%;
	height: calc(600 * var(--width-ratio));
	object-fit: cover;
}

.slideshow-article-body {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 0 auto;
    padding: calc(24* var(--width-ratio)) calc(200* var(--width-ratio));
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.5em;
}

.slideshow-article-body h2{
    text-align: center;
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.3em;
    font-weight: 500;
	margin:0 auto calc(12 * var(--width-ratio));
}	


.slideshow-article-body h3 {
	color: #3c4973;
	margin-bottom: 0.3rem;
	font-size: 14pt;
}

.slick-active.slick-center > .slideshow-article-thumbnail > .slideshow-article-body {
	opacity: 0.9;
	visibility: visible;
	transition: all 1.5s;
}

.blog-top {
	margin-top: calc(24 * var(--width-ratio));
}

.blog-top main {
	padding-right: calc(92 * var(--width-ratio));
}

#blog-top-ranking,
#blog-top-category {
	padding-top: calc(24 * var(--width-ratio));
}

#blog-top-ranking {
	padding-top: 0px;
}

#blog-top-ranking h2 {
    font-weight: 500;
    margin-bottom: calc(56* var(--width-ratio));
    font-size: calc(28 * var(--width-ratio));
    letter-spacing: 3px;
    line-height: 1.4em;
}

.blog-top-category .index-preset-tag-area h2{
	font-size:calc(24 * var(--width-ratio));
	margin:0 auto 0.5em;
}

/*tab*/
.tab-panel {
	display: none;
}

.tab-menu {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab-menu button {
    display: block;
    width: 40%;
    max-width: calc(201* var(--width-ratio));
    margin: 0px calc(18* var(--width-ratio));
    padding: 10px;
    background-color: #fff;
    color: #ababab;
    font-size: calc(18 * var(--width-ratio));
    line-height: 1.4em;
    outline: 0;
    position: relative;
    border-radius: 30px;
    border: 1px solid #ababab;
}

.tab-menu button.is-active {
	background:#0ABAB5;
	color: #ffffff;
	border: none;
}

tab-menu button.is-active:hover {
    transform:translatey(-5px);
}

.blog-article {
	margin-bottom: calc(36 * var(--width-ratio));
}


.row blog-article p{
	line-height:1.4em;
}

.blog-article .blog-article-thumbnail {
	position: relative;
	padding-right: 30px;
}

.ranikng-num {
	position: absolute;
	top: -6px;
	z-index: 100;
	left: -6px;
	padding: 4px 10px;
	background-color: #929292;
	color: #fff;
	font-size: 17.5pt;
	border-radius: 30px;
	line-height: 1.1;
}

#ranikng_1 {
	background-color: #e4d65d;
}

#ranikng_2 {
	background-color: #b9b9b9;
}

#ranikng_3 {
	background-color: #b49f78;
}

.blog-article .blog-article-thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 59.5% 0 0;
}

.blog-article .blog-article-thumbnail a {
	display: block;
}

.blog-article .blog-article-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
}

.article-card-thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 59.5% 0 0;
	aspect-ratio:1.414/1;
}

.article-card-thumbnail a {
	display: block;
}

.article-card-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 0;
}

.blog-article .blog-article-desc {
    padding-left: calc(24* var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5em;
}

.blog-article .blog-article-desc h3 {
    font-size: calc(18 * var(--width-ratio));
    line-height: 1.4em;
    color: #3e4d6c;
    margin-bottom: 0.5em;
	font-weight:600;
}

.blog-article .blog-article-desc .blog-article-desc-footer {
	margin-top: 1em;
}

.blog-article .blog-article-desc .blog-article-desc-footer-preset {
	float: left;
}

.blog-article .blog-article-desc .blog-article-desc-footer-tags {
	float: right;
}

.blog-card-article {
	padding: 0 1rem 2rem 1rem;
}

.blog-card-article:nth-of-type(4n+1) {
	clear: left;
}

.blog-card-article .blog-card-article-desc h3 {
    margin: 0.75em 0px;
    font-size: calc(14 * var(--width-ratio));
    font-weight: 600;
    line-height: 1.4em;
	letter-spacing:0.075em;
}


.index-preset-tag-articles {
	padding: 0px 20px !important;
}

.index-preset-tag-articles img {
	max-width: 100%;
}

.index-preset-tag-articles h3 {
	font-size: inherit;
	color: #3e4d6c;
	margin: 15px 0px;
}

.index-preset-tag-area {
	margin-bottom: calc(32 * var(--width-ratio));
}

.index-preset-tag-area > p {
	text-align: center;
	font-weight: 500;
	font-size: inherit;
	letter-spacing: 1.5px;
	margin-bottom: calc(18 * var(--width-ratio));
	margin-top: 0px;
}

.index-preset-tag-area .blog-article-desc {
	padding-right: 30px;
}

.preset-tag-button {
	opacity: 0.7;
	color: #fff;
	padding: 6px 10px;
	font-size: 9pt;
	font-weight: bold;
}

.preset-tag-button:hover {
	color: #fff;
}

.preset-tag-category {
	padding: 6px 10px;
	margin: 0 0 0 4px;
	font-size: 12px;
	line-height: 1.2em;
	color: #907018;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.tag-link {
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #0ABAB5;
    color: #0ABAB5;
    font-size: calc(11 * var(--width-ratio));
    line-height: 1em;
    margin: 0px 4px;
}

.tag-link:first-child {
	margin-left: 0;
}

.preset-tag-menu h2 {
	text-align: center;
	font-size: 12px;
}

.preset-tag-menu nav {
	display: inline-block;
	width: 100%;
}

.preset-tag-menu nav ul {
	display: flex;
	justify-content: center;
	margin-bottom: calc(8 * var(--width-ratio));
	gap:12px;
}

.pc-menu ul li {
	border-bottom: 2.5px;
	border-bottom-style: solid;
	min-width: 90px;
	text-align: center;
	margin: 0px 8px;
	opacity: 0.7;
}

.preset-tag-menu nav ul li a {
    padding: 0.5em 0 0.3em;
    display: inline-block;
    font-size: calc(18 * var(--width-ratio));
    /* color: #000; */
    font-weight: 500;
	line-height:1.3em;
}

#pickup-word {
	width: 130px;
	display: inline-block;
}

/** footer **/
.blog-footer {
	background-color: #333333;
}

.blog-footer nav {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 130px);
}

.article-footer.article-tags a {
	margin-left: 0;
	padding: 4px;
	margin: 0 4px 4px 0;
	border: 0px solid rgba(0, 0, 0, 0.1);
	color: #1a73e8;
	font-size: 10px;
	line-height: 1.2em;
	white-space: nowrap;
}

.blog-footer a {
	color: #FFFFFF;
}

.blog-footer .footer-menu i {
	color: #FFFFFF;
	font-size: 19px;
	vertical-align: bottom;
	margin-right: 8px;
}

.blog-footer .footer-sub-menu i {
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 8px;
}

.blog-footer .footer-sub-menu a {
	font-size: 13px;
}

footer.blog-footer .footer-menu {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}

footer .inner_1120 ul {
	display: flex;
	justify-content: left;
	margin: 0px;
	font-size: 13px;
}

footer.blog-footer .footer-sub-menu {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

footer.blog-footer .footer-sub-menu ul li {
	margin: 0px 30px;
}

footer.blog-footer .copyright {
	color: #ffffff;
}


/** single **/
.blog-title {
	text-align: center;
	background-image: url(../images/common/ttl_bg.png);
	margin-bottom: 60px;
}

.blog-title h1 {
	font-size: 18px;
	margin: 3.5rem 0;
	line-height: 1.5em;
	color: #39486c;
}

main.blog .article img {
    max-width: 100%;
    justify-content: center;
    height: auto;
    display: flex;
    align-items: center;
}

.row blog-article p{
	font-size:1.4rem;
	line-height:1.6em;
}

.sidebar {
	padding-left: calc(35 * var(--width-ratio));
}

.article-footer {
    /* border-top: 2px solid #ccc; */
    padding-top: calc(12* var(--width-ratio));
    padding-bottom: calc(4* var(--width-ratio));
    background: #fff;
	margin:1.5em auto 0;
}

.article-tags {
    font-size: calc(13 * var(--width-ratio));
    margin-left: calc(46* var(--width-ratio));
}

.article-author {
	border: 4px solid #ccc;
	background-color: #F5F5F5;
	padding: 24px 20px;
}

.article-author .about-author {
	font-weight: bold;
	margin-bottom: 10px;
}

.article-author .author-avatar {
	width: 100px;
	display: inline-block;
}

.article-author .author-desc {
	width: calc(100% - 120px);
	display: inline-block;
	vertical-align: top;
}

.article-author .author-desc .author-name {
	font-weight: bold;
}

.related-post h2 {
    font-size: calc(32 * var(--width-ratio));
    margin: 1em 0 1em 0;
    letter-spacing: 0.1em;
	font-weight:600;
}

.article-related, .article-popular, .article-new {
    padding: 0 calc(24* var(--width-ratio)) calc(24* var(--width-ratio));
    border-bottom: 2px solid #eee;
    background: #fff;
    border-radius: 0 0 15px 15px;
    margin-bottom: calc(36* var(--width-ratio));
}

.article-card {
	padding: 20px;
}

.article-card-body h3 {
	margin: 10px 0px;
}

/** article **/
.blog {
    margin-top: calc(12 * var(--width-ratio));
    background: linear-gradient(90deg, rgb(249 243 249), rgb(224 244 247));
    padding-bottom: calc(36* var(--width-ratio));
	padding-top:3em;
}

section.article-title {
    padding-bottom: calc(2* var(--width-ratio));
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    margin: 0 auto calc(8* var(--width-ratio));
	width:fit-content;
}

section.article-title h1 {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.4em;
    padding: 0 1em;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.article-meta-tags .tag-link:first-child {
	margin-left: 0;
}

.article-meta-tags .tag-link {
    margin: 0 0.25em;
    border: 0px solid rgba(0, 0, 0, 0.1);
    color: #1a73e8;
    font-size: calc(15 * var(--width-ratio));
    line-height: 1.3em;
    white-space: nowrap;
}

.article-meta .time {
    font-size: calc(15* var(--width-ratio));
    color: #907018;
    padding-top: 0px;
    vertical-align: bottom;
    float: right;
}

section.article-title {
    width: 88%;
    margin: 0 auto;
    padding: 1.5em 3em 0.25em;
    background: #fff;
    border-radius: 15px 15px 0 0;
}

section.article-body {
    width: 88%;
    margin: 0 auto;
    background: #fff;
    padding: 0 2em calc(48 * var(--width-ratio));
}

section.sidebar-item {
    background: #fff;
    border-radius: 25px;
    padding: 0 0 calc(24* var(--width-ratio));
    margin-bottom: calc(12* var(--width-ratio));
}

section.article-body h2 {
    text-align: left;
    padding: 0.5em 1em;
    background: linear-gradient(90deg, rgb(241 255 252), rgb(238 248 229));
    font-size: calc(22 * var(--width-ratio));
    line-height: 1.4em;
    padding-left: 0.5em;
    margin: 2.5em 0 0.75em;
    font-weight: 700;
    border-left: 0.4em solid #0ABAB5;
    letter-spacing: 0.1em;
}

section.article-body h3 {
    margin: 2em 0 0.75em;
    font-size: calc(20 * var(--width-ratio));
    padding: 0 0em 0.25em;
    line-height: 1.4em;
    /* color: #54bdc3; */
    font-weight: 600;
    border-bottom: 0.2em solid #0ABAB5;
	    letter-spacing: 0.075em;
}

section.article-body h4 {
    margin: 2em 0 0.75em;
    font-size: calc(19 * var(--width-ratio));
    padding-left: 0.75em;
    line-height: 1.4em;
    font-weight: normal;
    border-left: 0.3em solid #0ABAB5;
    font-weight: 600;
		    letter-spacing: 0.075em;
}

section.article-body h5 {
    margin: 1.5em 0 0.75em;
    font-size: calc(18 * var(--width-ratio));
    line-height: 1.4em;
    color: #0ABAB5;
    font-weight: 600;
	padding:0 0.75em 0 0.75em;
	border-bottom: 0.1em solid #A8BABA;
		    letter-spacing: 0.05em;
}

section.article-body table {
	margin: 1em auto;
	font-size:calc(13 * var(--width-ratio));
	line-height:1.4em;
}

section.article-body figure {
	margin: 0 1rem 1em 1rem;
}

section.article-body img {
	margin: 0 auto 1rem auto;
}

section.article-body p {
    margin: 0 1em 0.75em;
}

section.article-body ol {
	margin: 1em auto;
}

section.article-body ol li {
	margin-left: 1em;
	margin:0.3em auto;
}

section.article-body ul {
    list-style: none;
    width: 92%;
    max-width: 100%;
    padding: 0.75em 1em 0.75em 1em;
	margin:0.75em auto;
 }

section.article-body ul li,
ol li {
	margin: 0.5rem 0.5rem 0.5rem 1rem;
}

section.article-body a {
	color: #1A73E8;
}

section.article-body a.blue_btn {
	display: block;
	text-align: center;
	font-size: 14px;
	border: 1px solid #1a73e8;
	width: 80%;
	margin: 0 auto;
	padding: 8px 16px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 8px;
}



/** side bar **/

.sidebar-item-row {
    display: table;
    margin-bottom: 1em;
    padding: 0em 0em 1em;
    border-bottom: 1px dotted #d8d8d8;
}

.sidebar-item-row div {
    display: table-cell;
    font-size: calc(13 * var(--width-ratio));
    line-height: 1.4em;
}

.sidebar-item-row-thumbnail {
    height: auto;
    width: calc(100* var(--width-ratio));
    aspect-ratio: 1.414 / 1;
    padding-left: 0.75em;
}

.sidebar-item-row-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sidebar-item-row-body {
	padding-left: 1.5em;
	padding-right: 1rem;
	vertical-align: top;
}

.sidebar-item h3 {
    font-size: calc(18 * var(--width-ratio));
    padding: 0.5em;
    background: #0ABAB5;
    margin-bottom: 1em;
    text-align: center;
    color: #fff;
    font-weight: 600;
	letter-spacing:0.1em;
    border-radius: 8px 8px 0 0;
}

/** category **/
section.cat-title {
	text-align: center;
	/*background-image: url(../images/common/ttl_bg.png);*/
	padding: 32px 0px;
	margin-bottom: 60px;
}

section.cat-title h1 {
	margin: 0;
	margin-bottom: 4px;
	font-size: 17.5pt;
}

section.cat-title p {
	font-weight: bold;
	font-size: 18px;
}

/**pagenation**/
.pagenation {
	padding-top: 60px;
	text-align: center;
	margin-bottom: 120px;
	border-top: 2px solid #ddd;
}

.pagenation ul li {
	display: inline-block;
	padding: 7px 14px;
	border: 1px solid #adadad;
	margin: 0px 4px;
}

.pagenation ul li a {
	color: #333;
}

.pagenation ul li.active {
	border: 1px solid #adadad;
	background-color: #ccc;
	color: #fff;
}


/*tag cloud*/
.keywords {
	display: flex;
	flex-wrap: wrap;
}

.keywords div {
	width: 10%;
	margin-bottom: 3em;
}

/* article style */
.preset-link {
	font-size: 12px;
	color: #907018;
}

a.blue_link {
	color: #3591BC;
}

.italic {
	font-style: italic;
}

.graybg {
	background: linear-gradient(90deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
	padding: 0.3rem 0 0.3rem 0;
	margin: .5rem 1rem 1rem 1rem;
}

.bluebg {
   background: linear-gradient(90deg, rgb(233 244 255), rgba(233, 240, 250, 1));
    border-radius: 8px;
	padding:0.5em 1em;
}

/*ul.bluebg li::before {
    top: 0.2em;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    background-color: #FF5A5F;
    border-radius: 50%;
}

ul.bluebg li::after{
	    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: .35em;
    top: .5175em;
    width: .4375em;
    height: .25em;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}*/

.bluestripe {
	padding: 0.5rem 0 0.5em 0;
	margin: .5rem 1rem 1rem 1rem;
	background: -webkit-repeating-linear-gradient(-45deg, #54bdc3, #54bdc3 3px, #e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #54bdc3, #54bdc3 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.bluestripe p {
	margin: 0;
	padding: 0;
}



strong {
	font-weight: bold;
}

a.link_btn,
a.link_btn::before,
a.link_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.link_btn:hover {
	background-color: #3591BC;
	border-color: #3591BC;
	color: #fff;
}

table.double_panel_gray {
	background-color: #fff;
	width: 100%;
}

table.double_panel_gray tbody,
table.double_panel_gray thead {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

table.double_panel_gray tr {
	width: 50%;
	display: flex;
}

table.double_panel_gray th {
	background-color: #f7f7f7;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
}

table.double_panel_gray thead th,
table.double_panel_gray thead td {
	background-color: #f7f7f7;
}

table.double_panel_gray td {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding: 6px 10px;
}

table.double_panel_gray th,
table.double_panel_gray td {
	border: 1px solid #e7e7e7;
	color: #333;
	display: block;
	font-size: 11px;
}

.pc-article-ads {
	display: flex;
	display: -webkit-flex;
}

.pc-article-ads a {
	margin: 12px 5px;
}

.sp-article-ads {
	display: none;
}


/*owner write*/
img.sidebar_banner {
	margin-bottom: 2rem
}

img.center {
	margin: 0 auto;
}

/*emi write*/


.box27 {
	position: relative;
	margin: 3em 0 2em 0;
	padding: .5em 1em;
	border: solid 3px #63cdf8;
}

.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -30px;
	left: -3px;
	padding: 1rem;
	height: 30px;
	line-height: 0.7;
	font-size: 15px;
	background: #63cdf8;
	color: #fff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.box27 p {
	margin: 0;
	padding: 0;
}

.close {
	float: inherit;
	font-size: 17px;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-shadow: inherit;
	opacity: inherit;
}

.close:hover,
.close:focus {
	color: inherit;
	text-decoration: inherit;
	cursor: inherit;
	opacity: inherit;
}


/*emi write*/
.btn-flat-border {
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    color: #0ABAB5 !important;
    border: solid 2px #0ABAB5;
    border-radius: 30px;
    transition: .4s;
    font-size: calc(16 * var(--width-ratio));
    margin: 1.5em auto;
    text-align: center;
    width: 80%;
    line-height: 1.6em;
}

.btn-flat-border:hover {
	transform:translateY(-5px);
}

/*.btn-indi{
	   display: block;
    padding: .5em 1em;
    text-decoration: none;
    color: #FFF !important;
    border: solid 2px #0ABAB5;
    border-radius: 30px;
    transition: .4s;
    font-size: calc(16 * var(--width-ratio));
    margin: 1.5em auto;
    text-align: center;
    width: 80%;
    line-height: 1.6em;
}*/

.btn-indi {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height:1.6em;
	margin:2em auto;
  text-decoration: none;
  color: #fff !important;
  font-size: calc(16 * var(--width-ratio));
  border-radius: 30px;
  width: 80%;
  height: calc(70 * var(--width-ratio));
  border: 1px solid #ababab;
  position: relative;
  transition: 0.5s;
  background: linear-gradient(90deg, rgb(155 149 227), #0ABAB5);
	text-align:center;
}

.btn-indi:hover::before {
  transform: translate(-5px, -50%);
}


.btn-indi:hover {
	transform:translateY(-5px);
}

.box27 {
	position: relative;
	margin: 3em 0 2em 0;
	padding: .5em 1em;
	border: solid 3px #ffb6c1;
}

.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -31px;
	left: -3px;
	padding: 1rem;
	height: 30px;
	line-height: 0.7;
	font-size: 15px;
	background: #ffb6c1;
	color: #fff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.box27 p {
	margin: 0;
	padding: 0;
}

footer .shopNav li {
	line-height: 1;
}

.article-meta-tags{
	text-align:right;
}

/*tableのためのCSS*/

.table_area{
	margin:2em auto;
	text-align:center;
	overflow:scroll;
	width:100%;
	padding:0 3em;
	display:block;
}


h5.table_title{
	text-align:center;
	border-bottom:1.5px solid #333;
	padding:0 0 0.25em;
	margin:0 auto 0.5em;
	font-size:calc(13 * var(--width-ratio))!important;
	font-weight:600;
	color:#333!important;
}

	p.table_scroll{
			text-align:center;
		font-size:calc(12 * var(--width-ratio))!important;
	}

p.table_cap{
	text-align:right;
	margin:-1.5em auto 0.5em !important;
	padding:0 1em 0 0em;
	font-size:calc(10 * var(--width-ratio));
	font-weight:400;
}

cite.table_cap{
	text-align:right;
	margin:-1.5em auto 0.5em !important;
		padding:0 1em 0 0em;
	font-size:calc(11 * var(--width-ratio));
	font-weight:400;
}



.table_01 {
 width: 100%;
	max-width:calc(860 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
	margin:1em auto;
}
.table_01 th {
    padding: 0.25em;
    background: #e9faf9;
    border: solid 1px #778ca3;
    text-align: center;
}

.table_01 td {
     padding: 0.5em;
 border: solid 1px #778ca3;
		text-align:center;
}

.table_02 {
	width: 100%;
		max-width:calc(860 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
		margin:1em auto;
		text-align:center;
}

.table_02 th {
     padding: 0.25em ;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
		text-align:center;
}
.table_02 td {
     padding: 0.5em ;
 border: solid 1px #666666;
		text-align:center;
}
.table_02 td:first-child {
 background: #e9faf9;
}

.table_02_scroll {
 width:calc(1160 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
		margin:1em auto;
		text-align:center;
}

.table_02_scroll {
	width:calc(1120 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
	margin:1em auto;
}

.table_02_scroll th {
     padding: 0.25em 0;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
		text-align:center;
}
.table_02_scroll td {
     padding: 0.5em 0;
 border: solid 1px #666666;
		text-align:center;
}
.table_02_scroll td:first-child {
 background: #e9faf9;
}


.table_03 {
 width: 100%;
	max-width:calc(860 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
		margin:1em auto;
}
.table_03 th {
    padding: 0.25em;
 border-bottom: solid 4px #778ca3;
 color: #778ca3;
	 	text-align:center;
}
.table_03 td {
     padding: 0.5em;
 border-bottom: solid 1px #778ca3;
		text-align:center;
}

.table_04 {
 width: 100%;
	max-width:calc(860 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
		margin:1em auto;
}
.table_04 th {
    padding: 0.25em;
 border: solid 1px #ffffff;
		text-align:center;
}
.table_04 th:nth-child(1) {
    background: #0ABAB5;
    color: #FFF;
}

.table_04 th:nth-child(2) {
    background: #757575;
    color: #fff;
}
.table_04 th:nth-child(3) {
    background: #757575;
    color: #fff;
}
.table_04 th:nth-child(4) {
    background: #757575;
    color: #fff;
}
.table_04 th:nth-child(5) {
    background: #757575;
    color: #fff;
}

.table_04 td {
     padding: 0.5em;
 border: solid 1px #ffffff;
		text-align:center;
}
.table_04 td:nth-child(1) {
    background: #e2f6f5;
}
.table_04 td:nth-child(2) {
    background: #f7f7f7;
}
.table_04 td:nth-child(3) {
    background: #f7f7f7;
}
.table_04 td:nth-child(4) {
    background: #f7f7f7;
}
.table_04 td:nth-child(5) {
    background: #f7f7f7;
}

.table_05 {
 width: 100%;
	max-width:calc(860 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
		margin:1em auto;
}
.table_05 th {
     padding: 0.25em 0;
 border: solid 1px #ffffff;
		text-align:center;
	color:#fff;
}
.table_05 th:nth-child(1) {
 background: #00679d;
}
.table_05 th:nth-child(2) {
 background: #00679d;
}
.table_05 th:nth-child(3) {
 background: #00679d;
}
.table_05 td {
     padding: 0.5em 0;
 border: solid 1px #ffffff;
		text-align:center;
}
.table_05 td:nth-child(1) {
 background: #0ABAB5;
	color:#fff;
}
.table_05 td:nth-child(2) {
 background: #e3fcfb;
}
.table_05 td:nth-child(3) {
 background: #e3fcfb;
}

.table_06 {
 width: 100%;
		max-width:calc(860 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
		margin:1em auto;
		text-align:center;
}
.table_06 th {
 padding: 0.25em;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
		text-align:center;
}
.table_06 td {
     padding: 0.5em;
 border: solid 1px #666666;
		text-align:center;
}
.table_06 td:first-child {
 background: #e9faf9;
}

.table_07 {
 width: 75%;
		max-width:calc(400 * var(--width-ratio));
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
		margin:1em auto;
		text-align:center;
}
.table_07 th {
 padding: 0.25em;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
		text-align:center;
}
.table_07 td {
     padding: 0.5em;
 border: solid 1px #666666;
		text-align:center;
}
.table_07 td:first-child {
 background: #e9faf9;
	width:33%;
}

/*---ここまでtableのためのCSS---*/

/************************************
** スライダー
************************************/
/*スライダー001*/
.slider-001 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  border-radius: 6px;
}

.slide-001 {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
}

.slide-content-001 {
  width: 100%;
  height: 400px;
  background-color: #c8e4ff;
}

.slide-content-001 img {
  width:100%;
  object-fit: cover;
  height: 100%;
}

.prev-001,
.next-001 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  height: 65px;
  padding: 16px;
  margin-top: -28px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease;
  border-radius: 0 4px 4px 0;
  user-select: none;
}

.next-001 {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.prev-001:hover,
.next-001:hover {
  background-color: rgba(107, 182, 255, 0.8);
}

.slide-caption-001 {
  color: white;
  font-size: 15px;
  padding: 0;
  position: absolute;
  bottom: 31px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  position: absolute;
  top: 0;
}

.dots {
  height: 15px;
  padding: 0;
  position: absolute;
  bottom: 22px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 4px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
}

.dot:hover {
  background-color: rgba(107, 182, 255, 0.8);
}

/*スライダー２号*/
/*スライダー003*/
.slider,
.slider > div {
  /* Images default to Center Center. Maybe try 'center top'? */
  background-position: center center;
  display: block;
  width: 100%;
  height: 500px;
  /* height: 100vh; */ /* If you want fullscreen */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  overflow: hidden;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.slider > div {
  position: absolute;
}

.slider > i {
  color: #5bbd72;
  position: absolute;
  font-size: 60px;
  margin: 20px;
  top: 40%;
  text-shadow: 0 10px 2px #223422;
  transition: 0.3s;
  width: 30px;
  padding: 10px 13px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 0;
  box-sizing: content-box;
  border-radius: 3px;
  z-index: 4;
}

.slider > i svg {
  margin-top: 3px;
}

.slider > .left {
  left: -100px;
}
.slider > .right {
  right: -100px;
}
.slider:hover > .left {
  left: 0;
}
.slider:hover > .right {
  right: 0;
}

.slider > i:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-2px);
}

.slider > i.right:hover {
  transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
  transform: translateY(1px);
}

.slider:hover > div {
  transform: scale(1.01);
}

.hoverZoomOff:hover > div {
  transform: scale(1);
}

.slider > ul {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 4;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
  border: none;
}

.slider > ul > li {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  list-style: none;
  float: left;
  margin: 10px 10px 0;
  cursor: pointer;
  border: 1px solid #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider > ul > .showli {
  background-color: #7ec03d;
  -moz-animation: boing 0.5s forwards;
  -o-animation: boing 0.5s forwards;
  -webkit-animation: boing 0.5s forwards;
  animation: boing 0.5s forwards;
}

.slider > ul > li:hover {
  background-color: #7ec03d;
}

.slider > .show {
  z-index: 1;
}

.hideDots > ul {
  display: none;
}

.showArrows > .left {
  left: 0;
}

.showArrows > .right {
  right: 0;
}

.titleBar {
  z-index: 2;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  padding: 20px 30px;
  transition: 0.3s;
  color: #fff;
}

.titleBar * {
  transform: translate(-20px, 30px);
  transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
  opacity: 0;
}

.titleBarTop .titleBar * {
  transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
  transform: translate(0);
  opacity: 1;
}

.titleBarTop .titleBar {
  top: 0;
  bottom: initial;
  transform: translateY(-100%);
}

.slider > div span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
}

@keyframes boing {
  0% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/* -------------------------------------- */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 2em auto;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

nav.tabs_nav{
	    display: flex;
    justify-content: space-around;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: calc(40 * var(--width-ratio));
  border-bottom: 3px solid #0ABAB5;
  background-color: #d9d9d9;
  line-height: calc(40 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content,
#d:checked ~ #d_content,
#e:checked ~ #e_content　{
  display: block;
}

/*選択されているタブのスタイルを変える*/
input:checked + .tab_item {
  background-color: #0ABAB5;
  color: #fff;
}

.tabs_btn label{
	display: flex;
    width: 28%;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: white;
    background: #a1acb1;
}

.tabs_btn label.selected {
    background-color: #0ABAB5;
}

.tabs_btn {
display: flex;
    width: 67%;
    margin: 20px auto 0;
	padding:2em 0 0em;
    align-items: center;
    justify-content: space-evenly;
	font-size: calc(20 * var(--width-ratio));
}

/*ここまでブログ用のタブ切り替え*/
