/*!
Theme Name: pulcino_base
Theme URI: http://underscores.me/
Author: pulcino inc.
Author URI: https://pulcino.co.jp/
Description: プルチーノのベーステーマです
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pulcino_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pulcino_base is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
	line-height: 1.8em;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#28281E;
	font-size:14px;
	line-height:1.8em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	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
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content:flex-end;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justyify-content:center;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 ;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*******************************
                 追加
********************************/


/******共通******/

.full_wrap{
	width:100%;
	max-width:1100px;
	margin:0 auto !important;
}

.breadcrumb{
margin: 0 calc(50% - 50vw);
width: 100vw;
background-color:#E0E0E0;
margin-bottom:30px;
}


.breadcrumb ul{
margin:0;
padding:10px;
}

.breadcrumb a{
text-decoration:none;
color:#28281E;
}


.breadcrumb li{
display:inline-block;
list-style:none;
font-size:13px;
}

.breadcrumb li::after{
content:">";
margin-left:5px;
margin-right:5px;
}

.breadcrumb li:last-child::after{
content:none;
}

.col_wrap{
display: flex;
flex-wrap: wrap;
justify-content: start;
align-content:flex-start;
}

.col_bg{
background-color:#F7F7F7;
border:1px solid #CED5D5;
border-radius:10px;
box-shadow: 2px 2px 8px rgba(0, 0, 0, .1);
padding:20px;	
}

.site-main{
width:calc(70% - 20px);
margin-right:20px;
}

.sidebar{
width:30%;
}


.bg_color{
	background-color:#EBEBEB;
	padding:0 10px;
    border-top: 6px solid;
    border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    border-image-slice: 1;
}

/**post list**/


.post_content{
border-bottom:1px solid #CED5D5;
margin-bottom:20px;
padding-bottom:15px;
}

.post_content .eyeCatch{
width:calc(30% - 15px);
margin-right:15px;
}

.post_content .eyeCatch img{
width:100%;
height:110px;
object-fit: cover; 
}

.post_content .post_list{
width:calc(70%);
color:#666666;
}

.post_content .post_list h2{
font-size:1.2em;
color:#28281E !important;
margin:0;
padding:0;
margin-bottom:10px;
}


.post_link{
text-decoration:none;
}

.post_content .post_list p{
font-size:14px;
margin:0;
margin-bottom:10px;
}

.post_content .post_list div{
margin:0;
}

.post_content .post_list .excerpt{
margin:0;
}

.post_content .post_list .date{
margin:0;
}

.pagination{
text-align:center;
margin-top:40px;
margin-bottom:20px;
}



.pagination .page-numbers{
border:solid 1px #977F19;
background:#ffffff;
color:#977F19;
padding:10px 15px;
margin-right:10px;
text-decoration:none;
}

.pagination .current{
background:#977F19;
color:#ffffff;
padding:10px 15px;
margin-right:10px;
}

.pagination .dots{
background:none;
border:none;
}


@media only screen and (max-width: 767px) {
	
.bg_color{
	padding:0;

}
	
	.col_bg{
			border-radius:0;
	border:none;
		padding:15px;
	}
	
	.site-main{
		width:100%;
		margin-right:0;
		margin-bottom:20px;

	}
	
	.post_content .eyeCatch{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	
	.post_content .post_list{
		width:100%;
	}
	
	.post_content .post_list p{
	}
	
	.post_content .eyeCatch img{
		height:170px;
	}
	
	.sidebar{
		width:100%;
	}
}

/*******************************
             __header__
********************************/

.custom-logo{
	width:100%;
	max-width:200px;
}

.site-header{
display: flex;
flex-wrap: wrap;
justify-content: start;
align-items: center;
padding:15px 10px;
}

.site-header .site-branding{
width:30%;
}


.site-header .main-navigation{
width:70%;
}

.nav-menu li{
margin-right:0;
margin-left:30px;
}

.main_bg{
margin: 0 calc(50% - 50vw);
width: 100vw;
background: url(img/main_bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding:10px;
margin-top: 0;
z-index: 9999;
margin-bottom: 35px;
}

.main_bg img{
display:block;
width:100%;
max-width:1100px;
margin:0 auto;
}

@media only screen and (max-width: 767px) {

	.site-header .site-branding{
		width:40%;
	}
}



/*******************************
           __page-top__
********************************/


.top_main {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../../wp-content/uploads/2021/05/top_bg.png) center / cover no-repeat;
    background-size: cover;
    padding: 0;
    z-index: 1;
    margin-bottom: 60px;
	overflow:hidden;
}


.top_main .col_wrap{
align-items:flex-end;
}
	

.main_img{
width:50%;
text-align:right;
padding:20px;
}

.main_img img{
width:100%;
max-width:400px;
}

.main_text{
width:50%;
max-width:400px;
color:#28281E;
margin:0 auto;
padding:15px;
padding-bottom:40px;
}

.main_text .ttl{
font-size:22px;
font-weight:bold;
margin:0;
margin-bottom:20px;
}


.main_text .text{
line-height:2em;
font-size:15px;
margin:0;
margin-bottom:40px;
}

.main_text .main_btn{
text-align:center;
}

.main_text .main_btn a{
background-color:#23C1E0;
color:#ffffff;
font-weight:bold;
text-decoration:none;
border-radius:50px;
padding:15px 20px;
}


@media only screen and (max-width: 767px) {

.main_img{
width:100%;
text-align:center;
padding:20px;
}

.main_img img{
width:100%;
max-width:350px;
}

.main_text{
width:100%;
max-width:500px;
color:#28281E;
margin:0 auto;
padding:15px;
padding-bottom:40px;
}	
}

/*******************************
               __footer__
********************************/

.site-footer{
	padding:20px 10px;
	text-align:center;
}

.site-footer p{
margin:0;
}


.copy_right a{
text-decoration:none;
color:#28281E;
}

.footer_menu{
text-align:left;
margin-bottom:30px;
padding-top:20px;
}

.footer_menu .col4{
width:24%;
margin-right:calc(4% / 3);
}


.footer_menu .col4:nth-of-type(4n){
margin-right:0;
}

.footer_menu h2{
	font-size:16px;
}

.footer_menu ul,
.footer_menu ol{
	padding-inline-start: 20px;
}

@media only screen and (max-width: 767px) {
.footer_menu .col4{
width:100%;
margin-right:0;
}
}
/*******************************
           __single page__
********************************/


.entry-meta{
margin-bottom:15px;
font-size:13px;
}

.post_date {
display:block;
margin-bottom:10px;
}

.post_date div{
display:inline-block;
}

.cat_list{
list-style:none;
margin:0;
padding:0 !important;
}

.cat_list li{
display:inline-block;
background-color:#977F19;
padding:5px 10px;
margin-right:5px;
}

.cat_list li::before{
content:none !important;
}

.cat_list li a{
text-decoration:none;
color:#ffffff;
}

/*******************************
            __content page__
********************************/

.widget-title{
font-size:16px;
border-bottom:1px solid #292929;
padding-bottom:5px;
margin-bottom:20px;
}

.sidebar ul{
list-style:none;
padding-left:0 !important;
}

.sidebar ul li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px solid #CED5D5;
}

.sidebar a{
text-decoration:none;
}

.content_page{
	
}

.content_page .inner_content{
width:100%;
max-width:650px;
margin:0 auto;
}

.content_page{
line-height:1.8em;
}

.content_page h2{
margin-top:4em;
}


.content_page h3 {
  position: relative;
  width: 100%;
  margin: 20px auto;
	margin-top:3em;
  padding: 10px;
  border-bottom: 3px solid #CED5D5;
}
    
.content_page h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 150px;
  height: inherit;
  border-bottom: 3px solid #FFD62A;
}


.content_page table{
	width:100%;
	max-width:100%;
}

.content_page table th{
background-color:#eff5e3;
padding:15px;
}


.content_page table td{
background-color:#ffffff;
padding:15px;
}

.content_page table td{
background-color:#ffffff;
padding:15px;
}

.content_page ul{
list-style: none;
padding:0;
padding-left:10px;
}

.content_page li{
position: relative;
margin: .25em 0;
line-height: 1.5;
padding-left: 15px;
margin-bottom:10px;
}

.content_page ul li:before{
border-radius: 50%;
width: 6px;
height: 6px;
display: block;
position: absolute;
left: 0; 
top: 0.5em; 
content: "";
background: #c96696;
}

.content_page h2{
background:#ffffff;
color:#28281e;
border-left: 6px solid;
border-image: linear-gradient(to bottom, #FFD62A 0%, #23C1E0 100%);
border-image-slice: 1;
margin-bottom:1.5em;
padding: 0.5em 0.7em;
}

.content_page h2::before{
display:none;
}


.content_page h2::after{
display:none;
}

.entry-title{
	line-height:1.2em;
	font-size:26px;
}

/***TOC***/

#toc_container{
	display:block !important;
	width:100%;
	max-width:100%;
	background-color:#ffffff;
	border:none;
	font-size:15px;
	padding:30px;
	margin-top:40px;
}

#toc_container p.toc_title{
text-align:left;
font-size:17px;
border-top:1px solid #292929;
border-bottom:1px solid #292929;
padding:15px 10px;
}

#toc_container .no_bullets{
	width:100%;
}

#toc_container li{
margin-bottom:10px;
}

#toc_container li::before{
content:none;
}

#toc_container .toc_list{
margin-top:30px !important;
}

#toc_container ul{
margin-top:10px ;
}

@media only screen and (max-width: 767px) {
	
.content_page table {
	font-size:13px;
	line-height:1.8em;
	}
	
.content_page table th{
padding:10px 5px;
}


.content_page table td{
padding:10px 5px;
}
	
	.content_page h2{
	font-size:20px;	
	}
	
	#toc_container{
		padding:30px 20px;
	}
}

/*******************************
                 装飾
********************************/

.marker{
	background: linear-gradient(transparent 60%, #ff6 60%);
}


.apply_vod {
margin-top:3em;
margin-bottom:3.5em;
}

.balloon_text {
  position: relative;
  display: block;
  max-width: 400px;
  color: #555;
  font-size: 16px;
  background: #f0225a;
	text-align:center;
	margin: 1.5em auto;
  padding: 10px;
	color:#ffffff;
	font-size:16px;
	border-radius:4px;
}


.balloon_text span{
color:#ffff5a;
font-weight:bold;
font-size:17px;
}


.balloon_text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f0225a;
}

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



.apply_vod a{
    display: block;
    padding: 15px;
    text-decoration: none;
    background: #f03b13;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    border-bottom: solid 7px #b42b00;
    border-radius: 5px;
    margin-bottom: 10px;
	text-align:center;
}

.apply_vod a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
	margin-bottom:17px;
}

.ok .icon::before,
.no .icon::before{
content:"";
display: inline-block;
width: 40px;
height: 40px;
vertical-align: middle;
margin-bottom:5px;
}


.ok .icon::before{
background:url(img/correct_icon.jpeg);
background-size: contain;
}

.no .icon::before{
background:url(img/mistake_icon.jpeg);
background-size: contain;
}

.ok .link span::before{
content:"視聴する >";
}

.no .link span::before{
content:"配信なし";
}


.table_blue {
border-top: solid 1px #cfd6d6 !important;
border-right: solid 1px #cfd6d6 !important;
}

.table_blue th{
background-color:#f5f5fb !important;
}



.table_blue td, .table_blue th{
	border-bottom: solid 1px #cfd6d6 !important;
	border-left: solid 1px #cfd6d6 !important;
}


.post_vod_table .vod_ttl img{
width:100%;
max-width:150px;
}

.state_text .state_p{
margin:0;
padding:0;
display:block;
}

.post_vod_table th,
.post_vod_table td{
text-align:center;	
}


.post_vod_table .point a{
display: block;
padding: 0.5em 1em;
text-decoration: none;
background: #8089ce;
color: #ffffff;
font-size: 14px;
font-weight: 900;
border-bottom: solid 3px #4a56b9;
border-radius: 5px;
text-align: center;
width:100%;
max-width:100px;
margin:0 auto;
margin-bottom: 10px;
margin-top:7px;
}

.post_vod_table .htr_p p{
	margin:0;
}


.blue_title_box{
background:#eff0f7;
padding:15px 25px;
}


.blue_title_box .ttl{
font-weight:bold;
border-bottom:1px solid #ba7c9d;
padding-bottom:10px;
margin-bottom:10px;
}


.red_title_box li::before{
background:#ba7e9d !important;
}

.red_title_box{
background:#f1f1f1;
padding:15px 25px;
}

.red_title_box .ttl{
font-weight:bold;
border-bottom:1px solid #bdbdbd;
padding-bottom:10px;
margin-bottom:10px;
}


.red_title_box li::before{
background:#8b8b8b !important;
}


.under_line{
border-bottom:1px dashed #28281e;
padding-bottom:3px;
}

.bold{
font-weight:bold;
}

.center{
display:block;
text-align:center;
}

.small{
font-size:0.8em;
}

.bg_w, .bg_y, .bg_b{
padding:25px 30px;	
margin-bottom:30px;
}


.bg_w{
background:#ffffff;
}

	
.bg_y{
background:#f3f5e9;
}

	
.bg_b{
background:#eff0f7;	
}

.col_btn{
display: flex;
flex-wrap: wrap;
justify-content: start;
}

.col_btn p{
display:none;
}

.col_btn .btn_link{
background:#75aac2;
text-align:center;
display:block;
width:32%;
border-radius:5px;
margin-right:calc(4%/3) !important;
margin-bottom:calc(4%/3) !important;
padding:8px;
}

.col_btn .btn_link a{
display:block;
color:#ffffff;
width:100%;
text-decoration:none;
}

.col_btn .btn_link:nth-of-type(3n){
margin-right:0 !important;
}


.col_btn .btn_link:last-child{
margin-bottom:calc(4%/3) !important;
}

/**ショートコード用**/


.free_btn{
display: flex;
flex-wrap: wrap;
justify-content: start;
}

.free_btn p{
display:none;
}


.free_btn a{
background:#75aac2;
text-align:center;
display:block;
width:32%;
border-radius:5px;
margin-right:calc(4%/3) !important;
margin-bottom:calc(4%/3) !important;
padding:8px;
color:#ffffff;
text-decoration:none;
}


.free_btn a:nth-of-type(3n){
margin-right:0 !important;
}


.free_btn a:last-child{
margin-bottom:calc(4%/3) !important;
}



.blue_btn{
    display: block;
padding: 15px;
	text-decoration: none;
    background: #8089ce;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900;
    border-bottom: solid 7px #4a56b9;
    border-radius: 5px;
    margin-bottom: 10px;
	text-align:center;
}

.blue_btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
	margin-bottom:17px;
}


.post_vod_table th:nth-of-type(1){
width:40%;
}

.post_vod_table th:nth-of-type(2){
width:25%;
}

.post_vod_table th:nth-of-type(3){
width:35%;
}

.simple_box{
background:#f5f5fb;
border:1px solid #cccccc;
border-radius:5px;
padding:20px;
}

@media only screen and (max-width: 767px) {

.col_btn .btn_link{
width:49%;
margin-right:2% !important;
margin-bottom:2% !important;
}	
	
	
.col_btn .btn_link:nth-of-type(3n){
margin-right:2% !important;
}
	
.col_btn .btn_link:nth-of-type(2n){
margin-right:0 !important;
}
	
	.bg_w, .bg_y, .bg_b{
		padding:15px;
	}
}



.menu-toggle{
	display:none;
}


/**吹き出し**/

.voice{
margin-bottom:20px;
}

.voice .icon{
width:15%;
text-align:center;
margin:0;
}

.voice .name{
font-size:12px;
line-height:1.5em;
}

.voice .icon img{
width: 100%;
max-width:100%;
object-fit: cover;
border-radius: 50%;
object-position: center;
border:4px solid #B5B5B5;
max-width:75px;
}

.voice .voicecomment {
position: relative;
width:calc(85% - 25px);
}

.voice .voicecomment:before {
  content: "";
  position: absolute;
  top: 21px;
  left: -10px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #B5B5B5;
}

.voice .voicecomment p {
	font-size:14px;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #B5B5B5;
	margin-left:15px;
}


.blue .icon img{
border:4px solid #e0edff;
}

.blue .voicecomment:before {
border-right: 15px solid #e0edff;
}

.blue .voicecomment p {
background: #e0edff;
}

.red .icon img{
border:4px solid #FADBDA;
}

.red .voicecomment:before {
border-right: 15px solid #FADBDA;
}

.red .voicecomment p {
background: #FADBDA;
}


.balloon_comment {
margin-bottom:20px;
}


.balloon_comment .icon{
width:15%;
text-align:center;
margin:0;
}

.balloon_comment .name{
font-size:12px;
line-height:1.5em;
}

.balloon_comment .icon img{
width: 100%;
max-width:100%;
object-fit: cover;
border-radius: 50%;
object-position: center;
max-width:75px;
}

.balloon_comment .voicecomment {
position: relative;
width:calc(85% - 25px);
}



.right {
flex-direction: row-reverse !important;
justify-content: flex-end !important;
}


.left .voicecomment p {
font-size:14px;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
margin-left:15px;
  box-sizing: border-box;
}

.right .voicecomment {
	text-align:right;
}

.right .voicecomment p {
font-size:14px;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
	margin-left:auto;
margin-right:15px;
  box-sizing: border-box;
	text-align: left !important;
}

.right .voicecomment p {
font-size:14px;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
	margin-left:auto;
margin-right:15px;
  box-sizing: border-box;
}


.left .voicecomment:before {
  content: "";
  position: absolute;
  top: 22px;
  left: -4px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;	
}


.right .voicecomment:before {
  content: "";
  position: absolute;
  top: 22px;
  right: -4px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}


.left .voicecomment:after {
  content: "";
  position: absolute;
  top: 22px;
  left: -10px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.right .voicecomment:after {
  content: "";
  position: absolute;
  top: 22px;
  right: -10px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}



.adjust-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #EEE;
}
.adjust-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.inner {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}


/*************タブ切り替え CSS***************/

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  display: block;
  order: -1;
}


.tab-label {
  color: White;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
	background-color:#ffffff;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  	border-top:8px solid;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

@media only screen and (max-width: 767px) {
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  border-top:8px solid;
}
}


.Mon_label{
background-color: #F04B67;
}


.Tue_label{
background-color: #F08967;
}

.Wed_label{
background-color: #FDD762;
}

.Thu_label{
background-color: #B1C651;
}

.Fri_label{
background-color: #35ADDC;
}

.Sat_label{
background-color: #9794C8;
}

.Sun_label{
background-color: #C86695;
}



.Mon_content{
border-color: #F04B67 !important;
}


.Tue_content{
border-color: #F08967 !important;
}

.Wed_content{
border-color:  #FDD762 !important;
}

.Thu_content{
border-color:  #B1C651 !important;
}

.Fri_content{
border-color: #35ADDC !important;
}

.Sat_content{
border-color: #9794C8 !important;
}

.Sun_content{
border-color: #C86695 !important;
}


/****アコーディオン****/


.ac_box summary {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  cursor: pointer;
  font-weight: bold;
  background-color: #8089ce;
  transition: 0.2s;
	 cursor: pointer;
  outline: none;
	color:#ffffff;
}
.ac_box summary:hover {
  background-color: #9199c6;
}
.ac_box summary::-webkit-details-marker {
  display: none;
}

.ac_box summary:after {
  content: "";
  margin: auto 0 auto 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ac_box summary:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  transform: rotate(45deg);
}

.ac_box details{
margin-bottom:5px;
}

.ac_box details[open] summary:after {
  transform: rotate(-135deg);
	margin-top: -3px;
}

.ac_box details[open] .details-content {
  animation: fadeIn 0.5s ease;
}

.ac_box p{
margin:0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


.ac_box  .details_content{
background:#ffffff;
padding:10px 15px;
font-size:14px;
}


/******横スクロールテーブル******/

.sticky_table {
  display: block;
  position: relative;
  overflow: scroll;
  width: calc(100vw - 3.0rem);
  border-collapse: collapse;
  font-size: 0;
	border-top:none !important;
	border-right:none !important;
	padding-bottom:20px;

}

.sticky_table thead,
.sticky_table tbody {
display: block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}

.sticky_table th,
.sticky_table td {
width: 130px;
background: #fff;
font-size: 13px;
border: 2px solid #f8f8f8;
color:#28281e !important;
display:table-cell !important;
padding:20px 10px !important;
text-align:center;
vertical-align:middle !important;
}

.sticky_table th{
background:#eff5e3 !important;
z-index:999999;
}

.sticky_table th:first-child {
position: -webkit-sticky;
position: sticky;
left: 0;
border-left: none !important;
}

.sticky_table .vod_logo{
background:#ffffff;
padding:20px 5px;
margin:10px 0;
}

.sticky_table .btn br{
display:none;
}

.sticky_table .red_btn{
display:block;
background:#f03b13;
color:#ffffff !important;
font-weight:bold;
border-radius:3px;
padding:5px;
text-align:center;
margin-bottom:10px;
}

.sticky_table .gray_btn{
display:block;
background:#efefef;
color:#4d4d4d !important;
font-weight:bold;
border-radius:3px;
padding:5px;
text-align:center;
margin-bottom:5px;
}

.sticky_table ul{
list-style:none !important;
padding-left:0 !important;
font-size:0.8em;
}

.sticky_table li{
display:block;
line-height:1.3 !important;
margin-bottom:10px !important;
}

.sticky_table li:last-child{
margin-bottom:0 !important;
}
	.sticky_table a:last-child{
margin-bottom:0 !important;
}




/******VODサービス特徴表******/

.service_features_box{
border:1px solid #F0F3E6;
margin-bottom:40px;
background:#ffffff;
}

.service_features_box .col_wrap{
align-items:center;
}


.service_features_box br{
display:none;
}

.service_features_box .ttl{
background-color: #F0F3E6;
padding:15px;
font-size:1.2em;
font-weight:bold;
}

.service_features_box .logo{
width:100%;
padding:20px;
padding-bottom:10px;
}

.service_features_box .logo img{
width:100%;
max-width:200px;
margin:0;
}

.service_features_box .service{
width:100%;
padding:15px;
padding-top:0;
border-bottom:1px solid #F0F3E6;
}

.service_features_box .point{
width:100%;
padding:15px;
border-bottom:1px solid #F0F3E6;
}


.service_features_box .service br,
.service_features_box .point br{
display:block !important;
}


.service_features_box .point_ttl{
margin:5px 0;
}

.service_features_box .point_ttl span{
padding:6px 10px;
color:#ffffff;
font-weight:bold;
background-color: #A5A5A5;
border-radius:10px;
}

.service_features_box .point p:last-child{
margin-bottom:0;
}

@media only screen and (min-width: 768px) {

.service_features_box .logo{
width:30%;
padding-bottom:20px;
}	
	
.service_features_box .service{
border-left: 1px solid #F0F3E6;
border-bottom: none;
width:70%;
padding-top:15px;
}	
	
.service_features_box .point{
border-top:	1px solid #F0F3E6;
}
}



/***404 NOT FOUND***/

.not_found_p{
	padding-bottom:50px;
}


/*******************************
                 __end__
********************************/


.code_h4{
	margin-bottom:-20px;
}

.ac_manual summary{
	background-color: #ffffff !important;
	border:1px solid #333333;
}