@charset "UTF-8";
/*common*/
.entry-content{
	font-size:18px;
}
@media screen and (max-width:768px){
	.entry-content{
		font-size:16px;
	}
}
.entry-content *{
	xmargin-bottom:40px;
}
@media screen and (max-width:768px){
	.entry-content *{
		xmargin-bottom:30px;
	}
}
.wp-block-heading,.wp-block-image,.wp-block-gallery,.wp-block-group,.wp-block-buttons,
.wp-block-columns,.wp-block-video,.wp-block-media-text,.wp-block-cover,.wp-block-verse,
.wp-block-quote,.wp-block-pullquote,.wp-block-preformatted,.wp-block-details,.wp-block-code,
.wp-block-separator,.wp-block-archives,.wp-block-categories,.wp-block-embed,.wp-block-table,
.components-placeholder,
.entry-content p,.entry-content ul,.entry-content ol,
.entry-content .linkcard,
.vk_balloon,
#toc_container{
	margin-top:40px;
}
@media screen and (max-width:768px){
	.wp-block-heading,.wp-block-image,.wp-block-gallery,.wp-block-group,.wp-block-buttons,
	.wp-block-columns,.wp-block-video,.wp-block-media-text,.wp-block-cover,.wp-block-verse,
	.wp-block-quote,.wp-block-pullquote,.wp-block-preformatted,.wp-block-details,.wp-block-code,
	.wp-block-separator,.wp-block-archives,.wp-block-categories,.wp-block-embed,.wp-block-table,
	.components-placeholder,
	.entry-content p,.entry-content ul,.entry-content ol,
	.entry-content .linkcard,
	.vk_balloon,
	#toc_container{
		margin-top:30px;
	}
}
.wp-block-group-is-layout-flex p{
	margin:0;
}
.entry-content *:first-child{
	margin-top:0;
}
.entry-content a{
	color: #0b9fbd;
}
.entry-content a:hover{
	text-decoration: none;
}
.entry-content address{
	background: #f1f1f1;
	padding: 20px;
}
.wp-block-quote{
	background: #f1f1f1;
	border:none;
	border-radius:4px;
	font-style: italic;
	margin-bottom:0;
	padding: 20px;
}
.wp-block-pullquote{
	border-bottom:1px solid #222;
	border-top:1px solid #222;
	font-size:16px;
	padding:0;
}
.entry-content code{
	border-radius:4px;
	padding:2px 5px;
}
.entry-content em{
	font-style: italic;
}
.entry-content pre{
	background: #f1f1f1;
	border-radius:4px;
	font-size: 14px;
	line-height: 1.4;
	overflow:scroll;
	padding: 1em;
}
/*ul*/
.entry-content li{
	padding-left:20px;
	position:relative;
}
.entry-content li:nth-child(n+2){
	margin-top:20px;
	position:relative;
}
.entry-content ul li:before{
	background:#222;
	border-radius:99em;
	content:"";
	display:block;
	height:10px;
	left:0;
	position:absolute;
	top:12px;
	width:10px;
}
@media screen and (max-width:768px){
	.entry-content ul li:before{
		top:8px;
	}
}
/*ul 背景色あり*/
.entry-content .has-background li:nth-child(n+2){
	margin-top:10px;
}
.entry-content .has-background li:before{
	background:#0b9fbd;
}
/*ul child*/
.entry-content ul ul:first-child,
.entry-content ul ol{
	margin-top:20px;
}
/*ol*/
.entry-content ol li{
	list-style:decimal;
	margin-left:10px;
	padding-left:10px;
}
/*ul child*/
.entry-content ol ol,
.entry-content ol ul{
	margin-top:20px!important;
}
.entry-content blockquote ol{
	counter-reset:counter;
}
.entry-content blockquote ol > li:before{
	color:#7f31d6;
	counter-increment:counter;
	content: counter(counter, decimal) ".";
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	left:0;
	position:absolute;
	top:0;
}
.entry-content li ul,
.entry-content li ol{
	margin-top: 10px;
}
.entry-content dt{
	font-weight: bold;
}
.entry-content dd{
	margin-bottom: 20px;
}
/*title*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	line-height: 1.4;
	font-weight:700;
}
.entry-content h2{
	border-bottom:1px solid #ccc;
	font-size: 30px;
	padding-bottom:20px;
}
@media screen and (max-width:768px){
	.entry-content h2{
		font-size:24px;
		padding-bottom:20px;
	}
}
.entry-content h3{
	font-size:24px;
}
@media screen and (max-width:768px){
	.entry-content h3{
		font-size:18px;
	}
}
.entry-content h4{
	font-size: 20px;
}
@media screen and (max-width:768px){
	.entry-content h4{
		font-size:16px;
		margin-top: 40px;
	}
}
.entry-content h5{}
.entry-content h6{}
 /*p*/
.entry-content p{
	line-height:2;
}
/*table*/
.entry-content table{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
}
.wp-block-table th,
.wp-block-table td{
	border:none;
}
.entry-content th,
.entry-content td{
	border-bottom: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}
.entry-content th{
	background: #f1f1f1;
	font-weight: 700;
	text-align: left;
}
/*inline*/
.entry-content img{
	border:1px solid #eee;
	height: auto;
	max-width: 100%;
}
.entry-content a img{
	xtransition: .5s;
}
.entry-content a:hover img{
	xbox-shadow:0px 0px 20px 4px #ddd;
}
.wp-caption-text{
	color: #666;
	font-size: 12px;
	font-style: italic;
}
/*ボタン　パターン*/
.entry-content .wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 10px;
	box-shadow: none;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
	font-weight:700;
	width:400px;
	max-width:100%;
}
@media screen and (max-width:768px){
	.entry-content .wp-block-button__link {
		width:320px;
	}
}
.entry-content .btn_red .wp-block-button__link {
	background:#e0403a;
	border-bottom:2px solid #a22f2b;
}
.entry-content .btn_orange .wp-block-button__link {
	background:#f9870d;
	border-bottom:2px solid #c36a0a;
}
.entry-content .btn_black .wp-block-button__link {
	background:#222;
	border-bottom:2px solid #999;
}
.entry-content .btn_blue .wp-block-button__link {
	background:#0b9fbd;
	border-bottom:2px solid #0c7e95;
}
.entry-content .btn_green .wp-block-button__link {
	background:#2db722;
	border-bottom:2px solid #197012;
}
/*ボタン　マイクロコピーあり*/
.entry-content .has_microcopy_btn p{
	font-size:14px;
	font-weight:700;
}
.entry-content .has_microcopy_btn .wp-block-buttons{
	margin-top:0;
}
/*ボタン　光演出あり*/
@keyframes shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}
	50% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
}
.shiny_btn a{
	display:inline-block;
	overflow:hidden;
	position:relative;
}
.shiny_btn a:after {
	content: '';
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
/*背景ブロック*/
.has-background:not(.alignfull){
	border-radius:10px;
}
/*カラーパレット色追加*/
/* 文字色 */
.has-corpolate-color {
	color: #319FBC;
}
.has-red-color {
	color: #E75041;
}
.has-blue-color {
	color: #3863A8;
}
.has-orange-color {
	color: #F0A33D;
}

.has-bg-gray-color {
	color: #F2F2F2;
}
.has-bg-orange-color {
	color: #FEF9E5;
}
.has-bg-blue-color {
	color: #F7FBFF;
}
.has-bg-pink-color {
	color: #FFF9F9;
}
.has-bg-green-color {
	color: #F4FFF9;
}
.has-bg-yellow-color {
	color: #FFFFF4;
}
/* 背景色 */
.has-corpolate-background-color {
	background-color: #319FBC;
}
.has-red-background-color {
	background-color: #E75041;
}
.has-blue-background-color {
	background-color: #3863A8;
}
.has-orange-background-color {
	background-color: #F0A33D;
}

.has-bg-gray-background-color {
	background-color: #F2F2F2;
}
.has-bg-orange-background-color {
	background-color: #FEF9E5;
}
.has-bg-blue-background-color {
	background-color: #F7FBFF;
}
.has-bg-pink-background-color {
	background-color: #FFF9F9;
}
.has-bg-green-background-color {
	background-color: #F4FFF9;
}
.has-bg-yellow-background-color {
	background-color: #FFFFF4;
}
/*幅広*/
/*全幅*/
.alignfull{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.alignfull > .wp-block-group__inner-container{
	margin: 0 auto;
	max-width: 1280px;
	width: 80%;
}

/****************************************
blog parts
*****************************************/
/*matome_list*/
.entry-content .matome_list{
	border:1px solid #ccc;
	border-radius:10px;
	margin-top:60px;
	padding:40px 40px 20px;
	position:relative;
}
.entry-content .matome_list p{
	background:#222;
	border-radius:99em;
	color:#fff;
	font-size:14px;
	font-weight:500;
	left:40px;
	line-height:1.4;
	padding:5px 10px;
	position:absolute;
	top:0;
	transform:translatey(-50%);
}
@media screen and (max-width:768px){
	.entry-content .matome_list p{
		left:10%;
		text-align:center;
		width:80%;
	}
}
.entry-content .matome_list ul{
	font-size:16px;
	margin:0;
}
.entry-content .matome_list li{
	padding-left:30px;
}
.entry-content .matome_list li:before{
	background: none;
	border-radius: 0;
	content:"\f00c";
	color:#0b9fbd;
	display: inline-block;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	height: auto;
	margin-right:20px;
	top:2px;
	width: auto;
}
.entry-content .matome_list li+li{
	margin-top:10px;
}
/*linkcard*/
.linkcard{
	border:1px solid #ccc;
	border-radius:10px;
	padding:20px 40px;
}
@media screen and (max-width:768px){
	.linkcard{
		display:block;
		padding:20px;
	}
}
.linkcard_img{
	border-radius:10px;
	overflow:hidden;
}
@media screen and (min-width:769px){
	.linkcard_img{
		width:20%;
	}
}
.linkcard_img img{
	display:block;
}
.entry-content .linkcard_cnt{
	margin:0;
}
@media screen and (min-width:769px){
	.linkcard_cnt{
		width:76%;
	}
}
@media screen and (max-width:768px){
	.entry-content .linkcard_cnt{
		margin-top:20px;
	}
}
.linkcard_cnt_label{
	background:#222;
	border-radius:2px;
	color:#fff;
	display:inline-block;
	font-size:14px;
	font-weight:500;
	line-height:1;
	padding:8px 15px;
}
.entry-content .linkcard_cnt_title{
	color:#222;
	font-size:18px;
	font-weight:700;
	margin-top:10px;
}
/*entry_cta*/
.wp-block-group.entry_cta{
	border:10px solid #0b9fbd;
	border-radius:10px;
	padding:40px;
}
@media screen and (max-width:768px){
	.wp-block-group.entry_cta{
		line-height:1.2;
		padding:20px;
	}
}
.entry_cta_title{
	background:none;
	font-size:24px;
	font-weight:700;
	padding:0;
}
@media screen and (max-width:768px){
	.entry_cta_title{
		font-size:18px;
	}
}
@media screen and (max-width:768px){
	.entry_cta p{
		line-height:1.4;
	}
}

.entry_cta_title + p{
	margin-top:20px;
}
@media screen and (max-width:768px){
	.entry_cta_title + p{
		font-size:14px;
		margin-top:10px;
		text-align:left;
	}
	.entry_cta_title + p br{
		display:none;
	}
}
@media screen and (max-width:768px){
	.wp-block-group.entry_cta .wp-block-columns{
		display:block;
		margin-top:20px;
	}
}
@media screen and (max-width:768px){
	.entry_cta .wp-block-image{
		text-align:center;
	}
	.entry_cta .wp-block-image img{
		width:100%;
	}
}
@media screen and (max-width:768px){
	.wp-block-group.entry_cta li{
		font-size:14px;
	}
}
.wp-block-group.entry_cta li:nth-child(n+2){
	margin-top:10px;
}
@media screen and (max-width:768px){
	.wp-block-group.entry_cta li:nth-child(n+2){
		margin-top:5px;
	}
}
.wp-block-group.entry_cta li:before{
	background:#0b9fbd;
}
@media screen and (max-width:768px){
	.wp-block-group.entry_cta li:before{
		top:4px;
	}
}
.wp-block-group.entry_cta .wp-block-buttons{
	margin-top:20px;
}
.wp-block-group.entry_cta .wp-block-button{
	width:100%;
}
.wp-block-group.entry_cta .wp-block-button__link{
	width:100%;
}
/****************************************
entry-content column
*****************************************/
/*title*/
.entry_clumn h2{
	background:#f2f2f2;
	border-radius:8px;
	border:none;
	font-size:24px;
	padding:15px 20px;
}
@media screen and (max-width:768px){
	.entry_clumn h2{
		font-size:20px;
		padding:10px 20px;
	}
}
.entry_clumn h3{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	position:relative;
}
.entry_clumn h3:after{
	background:#0b9fbd;
	bottom:0;
	content:"";
	display:block;
	height:1px;
	left:0;
	position:absolute;
	width:100px;
}