/*
Theme Name: entermina Theme
URI: https://entermina.jp/lib/
Description: 株式会社エンタミナのサイトテーマ
Version: 1.1
Author: Entermina
URI: https://entermina.jp/
*/

@charset "UTF-8";

p {
	font-size: 1.3125rem;
	line-height: 1.52;
}
p > a {
	color: #308dd7;
}
p > a:hover {
	text-decoration: underline;
}
p + p, p + figure, figure + p {
	margin: 50px 0 0 0;
}
.wp-block-image img {
	width: 100%;
	height: auto;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #ff00cc , #ff9933, #00cc66, #0099ff, #cc33cc) 1;
}
.img-border-none, .img-border-none img {
	border: none;
}
.is-provider-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #ff00cc , #ff9933, #00cc66, #0099ff, #cc33cc) 1;
}
.is-provider-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.wp-block-buttons.is-layout-flex {
	justify-content: center;
}
.wp-block-buttons>.wp-block-button {
	width: 100%;
	max-width: 385px;
	margin-top: 50px;
}
.wp-block-buttons.is-layout-flex + .wp-block-buttons.is-layout-flex .wp-block-button  {
	margin-top: 0;
}
.wp-block-button__link , .ft-btn {
	border: 1px solid;
	box-sizing: border-box;
	border-image: linear-gradient(to right, #ff00cc , #ff9933, #00cc66, #0099ff, #cc33cc) 1;
	font-size: 1.3125em;
	font-weight: 500;
	height: 70px;
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	margin: 10px auto;
	cursor: pointer;
	border-radius:0;
	padding: 0;
}
.wp-block-buttons>.wp-block-button a:hover {
	text-decoration: underline;
}
.wp-block-buttons>.wp-block-button a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/img/icon_blank@2x.png) no-repeat left top;
	background-size: 19px auto;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -5px;
}

.nav-below {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 1em;
}
.nav-below a {
	color: #308dd7;
}
.nav-below a:hover {
	text-decoration: underline;
}

.wp_list ul {
	display: flex;
	row-gap: 16px;
	column-gap: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wp_list ul::after {
	display: block;
	content: "";
	width: calc(33% - 8px);
}
.wp_list li {
	border: 1px solid #eeeeee;
	padding: 4px;
	width: calc(33% - 8px);
	box-sizing: border-box;
}
.wp_list li:hover {
	border-image: linear-gradient(to right, #ff00cc , #ff9933, #00cc66, #0099ff, #cc33cc) 1;
}
.wp_list li a:hover {
	text-decoration: none;
}
.wp_list li h2 {
	margin: 8px 8px 0 8px;
}
.wp_list_topics li a:hover h2 {text-decoration: none;}
.wp_list li p {
	font-size: 0.875em;
	margin: 8px;
}
.wp_list li img {
	width: 100%;
	height: auto;
}


/*--------------------------------------------------------------
612
---------------------------------------------------------------*/
@media screen and (max-width:612px) {

.wp_list li {
	width: calc(50% - 8px);
}

/*---------------------------------------------------------------*/
}

/*--------------------------------------------------------------
500
---------------------------------------------------------------*/
@media screen and (max-width:500px) {

p {
	font-size: 1.125rem;
}
.wp_list li {
	width: calc(100% - 8px);
}
.wp-block-buttons>.wp-block-button a {
	font-size: 1em;
}
.nav-below {
	font-size: 0.875em;
}

/*---------------------------------------------------------------*/
}