@charset "UTF-8";
/*
Theme Name: iisa
*/



/* 汎用CSS ----------------------------------------- */
::selection
{
    background: #b1d5f2;
    color: #ffffff;
}

html {
	 scroll-behavior: smooth;
}

body{
	margin: 0px;
	font-family: Yu Gothic,YuGothic,sans-serif;
}

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

a {
	text-decoration: none;
	color: #fff;
}

li {
	list-style: none;
}

p {
	color: #323232;
	margin: 0px;
}

p.red,span.red {
	color: #e02929;
}

h1,h2,h3,h4,h5,h6,ul,li {
	margin: 0px;
	padding: 0px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mt30 {
	margin-top: 30px;
}

.pc-none {
	display: none;
}

.sp-none {
	display: unset;
}

.flex-nosp {
	display: flex;
	justify-content: space-between;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.wp-block-button__link {
	background-color: #238fbf !important;
	color: #fff !important;
}


/*固定ページ用、汎用CSS*/

h1 {
    background: #131a52;
    margin-bottom: 30px;
    font-family: serif;
}

h2 {
    font-size: 26px;
    font-weight: bold;
    color: #323232;
    position: relative;
    display: inline-block;
    line-height: 1.7;
    font-family: serif;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}

h2::before {
	content: "";
    top: 20px;
    bottom: 0px;
    left: -30px;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    background: #7a8ba3;
}

h2::after {
	content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -60px;
    background: url(img/dott-right.png) no-repeat;
    background-size: cover;
}





/* ヘッダー ----------------------------------------------- */

header {
	width: 1200px;
	margin: auto auto 20px;
	height: 100px;
	position: relative;
}

.head-content {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.head-content h1 {
	margin: auto 0px;
	padding-top: 20px;
	background: none;
}
 

.head-content ul {
	display: flex;
	
}

.head-content li a {
	color: #323232;
	margin: 0px 12px;
	position: relative;
	padding: 10px 0px;

}

.head-content li a:before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #238fbf;
	transform: scale(1, 0);
	transform-origin: left top;
	transition: 0.3s;
}

.head-content li a:hover::before {
	transform: scale(1, 1);
}

.head-content li a:active::before {
	transform: scale(1, 1);
}

.training::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0px;
	bottom: 0px;
	right: -16px;
	margin: auto;
	background: url(img/outlink-02.svg) no-repeat;
	background-size: cover;
}

.head-logo {
	align-self: center;
	transition: 0.3s;
}

.head-logo:hover {
	opacity: 0.6;
}

.head-logo:active {
	opacity: 0.6;
}

.head-linkbox {
	position: relative;
	align-self: end;
}


.head-inquiry {
    position: absolute;
    padding: 10px;
    background: #238fbf;
    color: #fff;
    right: 100px;
    top: -83px;
    border: 1px solid #238fbf;
}


.head-link {
    position: absolute;
    padding: 10px;
    background: #238fbf;
    color: #fff;
    right: 0px;
    top: -83px;
    border: 1px solid #238fbf;
}

.head-link:hover, .head-inquiry:hover {
	background: #fff;
	color: #238fbf;
	transition: 0.3s;
}

.head-link:active, .head-inquiry:active {
	background: #fff;
	color: #238fbf;
	transition: 0.3s;
}

.home .breadcrumbs {
	display: none;
}

/*メイン -----------------------*/

.top-mainimg {
	position: relative;
	margin-bottom: 60px;
}

.top-mainimg:before {
	content: "";
	background: url(img/dott-bg.svg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
}

.top-mainimg p {
	position: absolute;
	display: flex;
	justify-content: center;
	top: 20%;
	width: 60%;
	left: 0px;
	right: 0px;
	margin: auto;
}

.img-shadow {
	-webkit-filter:drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
	-moz-filter:drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
	-ms-filter:drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
	filter:drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}

.top-main-content-size {
	width: 1100px;
	margin: auto auto 80px;
}

.top-main-content-size h2 {
	color: #323232;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	display: inline-block;
}

.top-main-h2 {
	text-align: center;
}

.top-main-h2 h2:before {
    content: "";
    top: 20px;
    bottom: 0px;
    left: -30px;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    background: #7a8ba3;
}

.top-main-h2 h2:after {
	content: "";
	background: url(img/dott-right.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: -20px;
	bottom: 0;
	right: -60px;
	width: 50px;
	height: 50px;
}

.top-main-content-size p {
	line-height: 2.0;
}

.top-main-content-size h3 {
	font-size: 22px;
	font-family: serif;
	color: #323232;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
}

.top-main-content-size h3:first-letter {
	color: #238fbf;
}

.top-main-content-size h3:after {
	content: "";
	background: #238fbf;
	width: 200px;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100px;
	margin: auto;
}

.top-maintext {
	text-align: center;
	line-height: 2.4;
}


.top-infomation  {
	width: 100%;
	padding: 0px;
}

.top-infomation li {
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #b9b9b9;
}

.top-infomation li:last-child {
	border-bottom: none;	
}

.top-infomation span {
	color: #006c9b;
	padding-right: 20px;
	display: table-cell;
	width: 140px;
}

.top-infomation a {
	color: #323232;
	position: relative;
	transition: 0.3s;
	line-height: 1.6;
	display: table-cell;
}

.top-infomation a:hover {
	color: #006c9b;
	text-decoration: underline;
}

.top-infomation a:active {
	color: #006c9b;
	text-decoration: underline;
}

.top-size-01 {
	width: 60%;
}

.top-size-02 {
	width: 35%;
}

.top-linkbtn {
	text-align: right;
}

.top-linkbtn a {
	position: relative;
	padding: 10px 50px 10px 20px;
	color: #323232;
	font-size: 18px;
	background-color: #80e0d678;
	transition: 0.3s;
}

.top-linkbtn a:hover {
	text-decoration: none;
	background-color: #91d4f2;
}

.top-linkbtn a:active {
	text-decoration: none;
	background-color: #91d4f2;
}


.top-linkbtn a:after {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 20px;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 3px solid #00628d;
	border-right: 3px solid #00628d;
	transform: rotate(45deg);
}

.top-linkbtn a:hover::after {
	right: 20px;
}

.top-linkbtn a:active::after {
	right: 20px;
}

.top-linkbtn a:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 2px solid #238fbf;
	transition: 0.3s;
}

.top-linkbtn a:hover::before {
	top: 0;
	left: 0;
}

.top-linkbtn a:active::before {
	top: 0;
	left: 0;
}

/*フッター ----------------------------------------------@@@ */

.top-footer-content {
	width: 50%;
	margin: auto auto 20px;
	text-align: center;
	background: #131a52;
	padding: 20px;
}

.top-footer-content h2 {
	color: #fff;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	margin: 20px 0px;
}

.top-footer-content h2:before {
	content: "";
    top: 20px;
    bottom: 0px;
    left: -30px;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    background: #7a8ba3;
}
	
.top-footer-content h2:after {
    content: "";
    color: #fff;
    background: url(img/dott-right.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 20px;
    right: -60px;
    margin: auto;
    width: 50px;
    height: 50px;
}

.top-footer-content p {
	color: #fff;
	line-height: 1.8;
	margin-bottom: 40px;
}

.top-footer-linkbox {
	display: flex;
	justify-content: center;
}

.top-footer-linkbox a {
	margin: 0px 50px 10px;
	position: relative;
	transition: 0.3s;
	color: #fff;
}

.top-footer-linkbox a:hover {
	text-decoration: underline;
}

.top-footer-linkbox a:active {
	text-decoration: underline;
}

.top-footer-inquery::before {
	content: "";
	background: url(img/mail.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -30px;
	margin: auto;
	width: 20px;
	height: 20px;
	transition: 0.2s;
}

.top-footer-map::before {
	content: "";
	background: url(img/map.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -30px;
	margin: auto;
	width: 20px;
	height: 20px;
	transition: 0.2s;
}

.top-footer-linkbox a:hover.top-footer-map::before,.top-footer-linkbox a:hover.top-footer-inquery::before {
	top: -4px;
}

.top-footer-linkbox a:active.top-footer-map::before,.top-footer-linkbox a:active.top-footer-inquery::before {
	top: -4px;
}

.top-footer-copyright {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}


/*投稿ページCSS --------------------------------*/

.toukou-h1-wrapper {
	background: #131a52;
	margin-bottom: 50px;
}

.toukou-h1 {
	font-size: 24px;
	color: #fff;
	width: 1100px;
	margin: auto;
	padding: 20px 0px;
}

.toukou-box {
	width: 1100px;
	margin: auto;
	padding: 50px 80px 30px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0 0 0 / 20%);
}

.toukou-box h2 {
	font-size: 22px;
	font-weight: bold;
	color: #323232;
	position: relative;
	display: inline-block;
	line-height: 1.7;
}

.toukou-box h2:before {
    content: "";
    top: 20px;
    bottom: 0px;
    left: -30px;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    background: #7a8ba3;
}

.toukou-box h2:after {
	content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -60px;
    background: url(img/dott-right.png) no-repeat;
    background-size: cover;
}

h2.orange-h2:before {
	background: #e9c59c;
}

h2.orange-h2:after {
	background: url(img/dott-right-orange.png) no-repeat;
    background-size: cover;
}

.toukou-box p {
	line-height: 1.7;
}
.toukou-h2-box {
	text-align: center;
	margin-bottom: 30px;
}

.toukou-box-wrapper {
	background: #cfeaff;
	position: relative;
	padding: 110px 0px 40px 0px;
	margin-bottom: 60px;
}

.green-wrapper {
	background: #f5d4af !important;
}

.digital-h3 {
	background: #f6af60 !important;
	box-shadow: 6px 6px 0px #ecdbc9 !important;
}

.toukou-bg-text {
	color: #fff;
	font-size: 60px;
	position: absolute;
	top: 0px;
	left: 100px;
	user-select: none;
	-webkit-user-select: none;
	font-family: serif;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}

.toukou-link {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.toukou-link a {
	background: #238fbf;
	padding: 10px 20px;
	color: #fff;
	border-radius: 2px;
	transition: 0.3s;
	border: 1px solid #238fbf;
}

.toukou-link a:hover {
	background: #fff;
	color: #238fbf;
}

.toukou-link a:active {
	background: #fff;
	color: #238fbf;
}

/* 岩手企業マップ用CSS */
.company-box {
	border-style: solid;
	border-color: #323232;
	border-width: 0px 1px 1px 0px;
	color: #323232;
	margin-bottom: 50px;
}

.category {
	display: inline-block;
	padding: 8px 0px;
	color: #fff;
	border-radius: 30px;
	font-size: 12px;
	margin: 0px 4px 14px;
	width: 72px;
	font-weight: bold;
	text-align: center;
}

.category-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	padding: 50px 80px 10px;
	margin: auto;
}

.category-box div:last-child {
	width: 50%;
	margin-left: 50px;
}

.category-h2-box {
	text-align: center;
	padding-top: 20px;
}

.ct-iot {
	background: #238fbf;
	border: 1px solid #238fbf;
	transition: 0.3s;
}

.ct-iot:hover {
	background: #fff;
	color: #238fbf;
}

.ct-iot:active {
	background: #fff;
	color: #238fbf;
}


.ct-ai {
	background: #57e7bd;
	border: 1px solid #57e7bd;
	transition: 0.3s;
}

.ct-ai:hover {
	background: #fff;
	color: #57e7bd;
}

.ct-ai:active {
	background: #fff;
	color: #57e7bd;
}

.ct-gyoumu {
	background: #25892f;
	border: 1px solid #25892f;
	transition: 0.3s;
}

.ct-gyoumu:hover {
	background: #fff;
	color: #25892f;
}

.ct-gyoumu:active {
	background: #fff;
	color: #25892f;
}


.ct-kumikomi {
	border: 1px solid #a5df33;
	transition: 0.3s;
	background: #a5df33;
}

.ct-kumikomi:hover {
	background: #fff;
	color: #a5df33;
}

.ct-kumikomi:active {
	background: #fff;
	color: #a5df33;
}

.ct-web {
	border: 1px solid #e9d809;
	background: #e9d809;
	transition: 0.3s;
}

.ct-web:hover {
	background: #fff;
	color: #e9d809;
}

.ct-web:active {
	background: #fff;
	color: #e9d809;
}


.ct-mobile {
	border: 1px solid #ed7a28;
	background: #ed7a28;
	transition: 0.3s;
}

.ct-mobile:hover {
	background: #fff;
	color: #ed7a28;
}

.ct-mobile:active {
	background: #fff;
	color: #ed7a28;
}

.ct-it {
	border: 1px solid #fb8dcf;
	background: #fb8dcf;
	transition: 0.3s;
}

.ct-it:hover {
	background: #fff;
	color: #fb8dcf;
}

.ct-it:active {
	background: #fff;
	color: #fb8dcf;
}


.ct-unnyou {
	border: 1px solid #8e55e9;
	background: #8e55e9;
	transition: 0.3s;
}

.ct-unnyou:hover {
	background: #fff;
	color: #8e55e9;
}

.ct-unnyou:active {
	background: #fff;
	color: #8e55e9;
}


.ct-cloud {
	border: 1px solid #82a8ff;
	background: #82a8ff;
	transition: 0.3s;
}

.ct-cloud:hover {
	background: #fff;
	color: #82a8ff;
}

.ct-cloud:active {
	background: #fff;
	color: #82a8ff;
}


.ct-teach {
	border: 1px solid #ffc884;
	background: #ffc884;
	transition: 0.3s;
}

.ct-teach:hover {
	background: #fff;
	color: #ffc884;
}

.ct-teach:active {
	background: #fff;
	color: #ffc884;
}


.ct-dx {
    border: 1px solid #374481;
    background: #374481;
    transition: 0.3s;
}

.ct-dx:hover {
	background: #fff;
	color: #374481;
}

.ct-dx:active {
	background: #fff;
	color: #374481;
}


.ct-sonota {
	border: 1px solid #979797;
	background: #979797;
	transition: 0.3s;
}

.ct-sonota:hover {
	background: #fff;
	color: #979797;
}

.ct-sonota:active {
	background: #fff;
	color: #979797;
}


.ct-recruit {
    transition: 0.3s;
    border: 1px solid #e02929;
    background: #e02929;
    position: relative;
    padding: 8px 0px 8px 10px;
}

.ct-recruit:after {
	content: "★";
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 10px;
	transform: translateY(-50%);
	top: 50%;
	transition: 0.3s;
}

.ct-recruit:hover {
	background: #fff;
	color: #e02929;
}

.ct-recruit:active {
	background: #fff;
	color: #e02929;
}

.company-content {
    padding: 14px 20px;
    align-items: end;
    color: #323232;
    display: block;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    border-left: 6px solid #131a52;
    border-radius: 4px;
}

a.company-content:hover {
	background: #cfeaff;
	box-shadow: 2px 2px 8px rgba(0 0 0 / 40%);
}

a.company-content:active {
	background: #cfeaff;
	box-shadow: 2px 2px 8px rgba(0 0 0 / 40%);
}

a.company-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #238fbf;
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 4px;
    transition: 0.8s;
    transform: scale(0.009, 1);
    transform-origin: left;
    opacity: 0.2;
}

.company-name {
	width: 50%;
	font-weight: bold;
	font-size: 18px;
	align-self: center;
}

.company-address {
	width: 50%;
	align-self: center;
}

.company-address p {
	display: flex;
	line-height: 1.5;
}

.guide-address-span01 {
	display: block;
	width: 15%;
}

.guide-address-span02 {
	display: block;
	width: 85%;
}

.company-flex {
	display: flex;
}

.all-button {
	display: block;
	padding: 14px 20px;
	background: #238fbf;
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #238fbf;
	transition: 0.3s;
	width: 150px;
	margin: auto auto 30px;
}
	
.all-button:hover {
	background: #fff;
	color: #238fbf;
}

.all-button:active {
	background: #fff;
	color: #238fbf;
}
/* 会員企業ガイドとは ※削除済み
.company-guide-box {
	padding: 40px 0px 20px;
	margin: 70px 0px 40px;
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	border-color: #cfeaff;
	line-height: 1.7;
	background: #ebf6ff;
	text-align: center;
}
*/

.companyguide-h1-span {
	font-size: 16px;
}

.company-guide-h2 {
	font-size: 26px !important;	
}

.company-guide-h3 {
	font-size: 22px;
    color: #323232;
    padding: 10px 0px 10px 10px;
    border-left: 8px groove #e6d943;
    border-bottom: 1px solid #e6d943;
    margin: 40px 0px 20px 0px;
    font-family: serif;
    font-weight: bold;
    background: #fff9af;
	text-shadow: 1px 1px 2px rgba(0 0 0 / 20%);
}



/*岩手企業マップ_下層ページ*/

.company02-content {
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.company02-content h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 10px;
	font-family: serif;
	background: #1f2764;
	box-shadow: 6px 6px 0px #6eb2d0;
	margin-bottom: 10px;
}

.company02-content div {
	width: 47%;
}

.company02-content p {
	margin-bottom: 30px;
	padding: 10px;
}

.company02-content p iframe {
	display: flex;
	margin: 10px auto 0px;
	width: 400px;
}

.company02-linkbtn {
	text-align: center;
	margin-top: 30px;
}

.company02-linkbtn a {
	display: inline-block;
	padding: 10px 20px;
	background: #238fbf;
	color: #fff;
	transition: 0.3s;
	border: 1px solid #238fbf;
}

.company02-linkbtn a:hover {
	background: #fff;
	color: #238fbf;
}

.company02-linkbtn a:active {
	background: #fff;
	color: #238fbf;
}


.company02-box {
	width: 1000px;
	margin: auto;
	padding-top: 80px;
}

.company02-box h2 {
	font-size: 26px;
	font-weight: bold;
	color: #323232;
	position: relative;
	display: inline-block;
	line-height: 1.7;
}

.company02-box h2:before {
    content: "";
    top: 20px;
    bottom: 0px;
    left: -30px;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    background: #7a8ba3;
}

.company02-box h2:after {
	content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -60px;
    background: url(img/dott-right.png) no-repeat;
    background-size: cover;
}

.company02-box p {
	line-height: 1.7;
}

.pr-point-text {
	background: #f9f5c4;
	box-shadow: 1px 1px 2px rgba(0 0 0 / 10%);
}

.company02-youtube-content iframe {
	height: 200px !important;
	margin: 0px !important;
}

.company02-youtube-qrcode {
	display: none;
}

.company-hp-qrcode {
	display: none;
}

.company-hp-qrcode img {
	width: 150px !important;
}

.company-hp-link {
	display: unset;
	color: #238fbf;
	text-decoration: underline;
	transition: 0.3s;
	position: relative;
	margin-right: 20px;
}

.company-hp-link:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -14px;
	background: url(img/outlink-02.svg) no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
}

.company-hp-link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.recruit-button {
	display: block;
	padding: 10px 0px 10px 40px;
	margin-top: -30px;
	background: #e02929;
	border-radius: 2px;
	position: relative;
	transition: 0.3s;
	border: 1px solid #e02929;
	width: 200px;
}

.recruit-button:hover {
	background: #fff;
	color: #e02929;
}

.recruit-button:active {
	background: #fff;
	color: #e02929;
}

.recruit-button:before {
	content: "★";
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 18px;
}

.recruit-button:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 12px;
	background: url(img/outlink-white.svg) no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	transition: 0.3s;
}

.recruit-button:hover::after {
	background: url(img/outlink-red.svg) no-repeat;
	background-size: cover;
}

.company02-recruit-ul li {
	line-height: 1.7;
}

.company02-recruit-ul {
	margin-bottom: 30px
}



.company-logo-image {
	width: 110px;
	display: block;
	padding: 0px 0px 0px 10px;
}

.company02-tel-a {
	color: #323232;
	pointer-events: none;
}

.company02-youtube-content video {
    width: 100%;
}
	
/*検索フォームCSS*/

#form2{
position:relative;
margin-bottom:20px;
width: 50%;
}
#sbox2{
height:50px;
padding:0 10px; 
border-radius:2px;
outline:0;
background:#eee;
width: 90%;
box-shadow: 1px 1px 4px rgba(0 0 0 / 20%) inset;
text-align: left;
}
#sbtn2{
    width: 50px;
    height: 50px;
    position: absolute;
    right: -16px;
    top: 0;
    background: url(img/search.svg) no-repeat #238fbf;
    background-size: 22px;
    background-position: center;
    color: #666;
    border: none;
    font-size: 20px;
    transition: 0.3s;
}

#sbtn2:hover {
	opacity: 0.7;
}

#sbtn2:active {
	opacity: 0.7;
}

.search-box {
	display: flex;
	flex-wrap: wrap;
}

/*アーカイブページCSS*/

.archive-day {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 14px;
}

.archive-title {
	width: 75%;
	font-size: 18px;
	padding: 6px 0px;
	line-height: 1.7;
	border-bottom: 1px dashed #323232;
	margin-right: 20px;
}

.archive-category {
	
}

.archive-none {
	font-size: 18px;
}

.archive-none a {
	color: #238fbf;
	text-decoration: underline;
	font-weight: bold;
}

.archive-none a:hover {
	text-decoration: none;
}


.ct-nolink {
	pointer-events: none;
}

.ct-event {
	background: #238fbf;
	border: 1px solid #238fbf;
	transition: 0.3s;
}

.ct-event:hover {
	background: #fff;
	color: #238fbf;
}

.ct-event:active {
	background: #fff;
	color: #238fbf;
}

.ct-annnai {
	background: #d02c2c;
	border: 1px solid #d02c2c;
	transition: 0.3s;
}

.archive-flex-a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 20px 10px;
	margin: 6px 0px;
	position: relative;
	border-radius: 4px;
	background: #fff;
	transition: 0.4s;
	box-shadow: 2px 2px 4px rgba(0 0 0 / 20%);
	color: #323232;
}

.archive-flex-a:hover {
	background: #e5e5e5;
}

.archive-flex-a:active {
	background: #e5e5e5;
}


.archive-flex-a:active {
	background: #e5e5e5;
}

.archive-parent-box {
	width: 1000px;
	margin: auto;
}

.archive-parent-box h2 {
	font-size: 22px;
	font-weight: bold;
	color: #323232;
	position: relative;
	display: inline-block;
	line-height: 1.7;
}

.archive-parent-box h2:before {
    content: "";
    top: 20px;
    bottom: 0px;
    left: -20px;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    background: #7a8ba3;
}

.archive-parent-box h2:after {
	content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -50px;
    background: url(img/dott-right.png) no-repeat;
    background-size: cover;
}

.archive-parent-box p {
	line-height: 1.7;
}

.archive-bg-text {
	color: #fff;
	font-size: 100px;
	position: absolute;
	top: 0px;
	left: 80px;
	user-select: none;
	-webkit-user-select: none;
	font-family: serif;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);

}

.archive-box-wrapper {
	background: #cfeaff;
	position: relative;
	padding: 180px 0px 30px 0px;
	margin-bottom: 50px;
}

.archive-h2-box {
	text-align: center;
	margin-bottom: 30px;
}

.archive-pagenation {
	display: block;
	text-align: center;
	margin-top: 30px;
}

/*検索結果CSS --------------------- */

.post-title a {
	font-size: 20px;
	color: #323232;
	display: flex;
	align-items: center;
	padding: 10px 20px 40px;
	margin: 6px 0px;
	position: relative;
	border-radius: 4px;
	background: #fff;
	transition: 0.4s;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
	width: 100%;
	line-height: 1.7;
}

.post-title a:hover {
	background: #e5e5e5;
}

.post-title a:active {
	background: #e5e5e5;
}

p.url {
	font-size: 14px;
	color: #238fbf;
	position: absolute;
	bottom: 16px;
	left: 20px;
	border-bottom: 1px dashed #323232;
	width: 90%;
}

/*ページネーション*/

div#pagination_box {
	margin-top: 20px;
	text-align: center;
}

a.page-numbers {
	color: #238fbf;
	padding: 8px 10px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #238fbf;
	transition: 0.4s;
}

a.page-numbers:hover { 
	background: #238fbf;
	color: #fff;
}

a.page-numbers:active { 
	background: #238fbf;
	color: #fff;
}

span.page-numbers.current {
	color: #fff;
	padding: 8px 10px;
	background: #238fbf;
	border-radius: 4px;
	border: 1px solid #238fbf;
}

ul.page-numbers {
	display: flex;
	justify-content: center;
	gap: 0px 14px;
}


/* カテゴリ検索 -------------------- */

.card-a-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin: 6px 0px;
    position: relative;
    border-radius: 4px;
    background: #fff;
    transition: 0.4s;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
    color: #323232;
}

.card-a-box:hover {
	background: #e5e5e5;
}

.card-a-box:active {
	background: #e5e5e5;
}

.card-p-flex {
    width: 100%;
    font-size: 18px;
    line-height: 1.7;
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

.card-span-title {
    width: 75%;
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
    margin-right: 30px;
}

.card-span {
	display: flex;
	flex-wrap: wrap;
}

.card-day {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
}

.card-category {
    display: inline-block;
    padding: 10px 0px;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    margin: 0px 4px;
    width: 84px;
    font-weight: bold;
    text-align: center;
}
/* 会員紹介CSS ------------ */
.member-wrapper {
	background: #e4e4e4 !important;
}

.member-h3 {
    font-size: 18px;
    color: #323232;
    padding: 8px 0px 8px 10px;
    border-left: 8px groove #238fbf;
    border-bottom: 1px solid #238fbf;
    margin-bottom: 10px;
    font-family: serif;
    font-weight: bold;
    background: #cfeaff94;
}

.member-content-box {
	margin-bottom: 40px;
}


/* 協会紹介CSS ------------------------------------------------- */

.page-id-151 th {
	text-align: center;
	padding: 20px 8px 4px 8px;
	border-bottom: 2px solid #238fbf;
	color: #323232;
}

.page-id-151 td {
	padding: 20px 8px 8px 8px;
	border-bottom: 2px solid #a5a5a5;
	color: #323232;
}


.h2-center {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.kaityo-image {
	display: flex;
	align-items: center;
	margin: 0px auto 20px;
}

.kaityo-image img {
	width: 20%;
}

.kaityo-image p {
	margin-left: 30px;
	font-size: 18px;
	font-weight: bold;
}

.kaityo-wrapper {
	background: #ebebeb;
	padding: 20px 30px;
}

.asso-jigyo {
	width: 70%;
	margin: auto;
}

.asso-jigyo li {
	color: #323232;
	font-size: 16px;
	position: relative;
	padding: 4px 0px 4px 26px;
}

.asso-jigyo li::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background: #131a52;
	width: 18px;
	height: 2px;
	margin: auto;
}

.asso-jigyo ul {
	margin-bottom: 20px;
}

.asso-jigyo h3 {
	font-size: 18px;
	color: #323232;
	padding: 8px 0px 8px 10px;
	border-left: 8px groove #238fbf;
	border-bottom: 1px solid #238fbf;
	margin-bottom: 10px;
	font-family: serif;
	font-weight: bold;
	background: #cfeaff94;
}

.asso-jigyo h3::first-letter {
	color: #238fbf;
}

.asso-address {
	width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ebebeb;
	padding: 30px 40px;
}

/* 活動報告CSS ------------------------------------------- */



.page-id-222 {
	text-align: center;
	margin-bottom: 50px;
}

.page-id-222 .toukou-h1 {
	text-align: left;
}

.page-id-222 h2 {
	margin-bottom: 20px;
}

.page-id-222 table {
	text-align: left;
	color: #323232;
	width: 800px !important;
	margin: auto;
	font-family: serif;
	border: none;
	border-collapse: separate !important;
	border-spacing: 0px 10px;
}

.page-id-222 th,.page-id-222 td a{
	padding: 16px 20px;
	border-radius: 4px;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
}

.page-id-222 th {
	width: 25% !important;
	position: relative;
	background: #238fbf;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
}

.page-id-222 th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right:-10px;
	border-left: 16px solid #238fbf;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}

.page-id-222 td {
	width: 75% !important;
}

.page-id-222 td a {
	transition: 0.3s;
	background: #ebebeb;
	display: block;
	color: #323232;
}

.page-id-222 td a:hover {
	box-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
	background: #cfeaff;
}

.page-id-222 td a:active {
	box-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
	background: #cfeaff;
}




.postid-291 {
	text-align: center;
	margin-bottom: 50px;
}

.postid-291 .toukou-h1 {
	text-align: left;
}

.postid-291 h2 {
	margin-bottom: 20px;
}

.postid-291 table {
	text-align: left;
	color: #323232;
	width: 800px !important;
	margin: auto;
	font-family: serif;
	border: none;
	border-collapse: separate !important;
	border-spacing: 0px 10px;
}

.postid-291 th,.postid-291 td a{
	padding: 16px 20px;
	border-radius: 4px;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
}

.postid-291 th {
	width: 25% !important;
	position: relative;
	background: #238fbf !important;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	border: none;
}

.postid-291 th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right:-10px;
	border-left: 16px solid #238fbf;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}

.postid-291 td {
	width: 75% !important;
	padding: 0px !important;
	border: none !important;
}

.postid-291 td a {
	transition: 0.3s;
	background: #ebebeb;
	display: block;
	color: #323232;
	text-decoration: none;
}

.postid-291 td a:hover {
	box-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
	background: #cfeaff;
	opacity: 1.0;
}

.postid-291 td a:active {
	box-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
	background: #cfeaff;
}

.postid-291 .toukou-link {
	display: none;
}

.postid-291 .toukou-h2-box {
	display: none;
}

/* 活動報告-カスタム投稿CSS -------------- */
.event-single {
	color: #323232;
}

.event-single h3 {
	font-size: 18px;
	color: #323232;
	padding: 8px 0px 8px 10px;
	border-left: 8px groove #238fbf;
	border-bottom: 1px solid #238fbf;
	margin-bottom: 10px;
	font-family: serif;
	font-weight: bold;
	background: #cfeaff94;
	margin-bottom: 20px;
}

.event-single h3:first-letter {
	color: #238fbf;
}

.event-single h4 {
	font-family: serif;
	border-bottom: 5px double #238fbf;
	padding: 6px;
	font-size: 18px;
	margin-bottom: 10px;
}

.event-single a {
	color: #238fbf;
	text-decoration: underline;
	transition: 0.3s;
}

.event-single a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.event-single a:active {
	text-decoration: none;
	opacity: 0.7;
}

.event-single li {
	line-height: 1.7;
}

.event-single ul li {
	list-style: disc inside;
}

.event-single ol li {
	list-style: decimal inside;
}

.event-single th,.event-single td {
	padding: 10px 20px;
	border: 1px solid #afafaf;
}

.event-single th {
	background: #e3f3ff;
}

.event-single td {
	background: #eee;
}


/* 入会案内CSS */
.admission-box h3 {
	font-size: 18px;
	color: #323232;
	padding: 8px 0px 8px 10px;
	border-left: 8px groove #238fbf;
	border-bottom: 1px solid #238fbf;
	margin: 40px 0px 10px 0px;
	font-family: serif;
	font-weight: bold;
	background: #cfeaff94;
}

.admission-box h3:first-letter {
	color: #238fbf;
}

.admission-box h4 {
	font-size: 18px;
	color: #323232;
	font-weight: bold;
	margin: 6px 0px;
	border-bottom: 1px solid #717779;
}

.admission-content01 {
	background: #ebebeb;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.admission-content02 {
	background: #cfeaff;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.admission-content03 {
    background: #ffeeb2;
    padding: 10px 20px;
    margin-bottom: 10px;
	border-radius: 4px;
}


.admission-a-text {
	color: #238fbf;
	text-decoration: underline;
	line-height: 1.7;
	transition: 0.3s;
}

.admission-a-text:hover {
	text-decoration: none;	
	opacity: 0.7;
}

.admission-a-button {
	padding: 16px 60px 16px 20px;
	margin: 10px auto;
	display: inline-block;
	transition: 0.5s;
	border-radius: 8px;
	position: relative;
	background: #238fbf;
	border: 1px solid #238fbf;
}

.admission-a-button:before {
	content: "";
	background: url(img/pdf-icon.svg) no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 20px;
	position: absolute;

}

.admission-a-button:hover {
	background: #fff;
	color: #238fbf;
}

.admission-img-box {
	display: flex;
	justify-content: space-between;
}

.admission-img-box p {
	background: #131a52;
	width: 80%;
	margin: auto;
	color: #fff;
	padding: 4px 0px;
	margin-bottom: 10px;
}

.admission-img-box div {
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}

.admission-img-box div img {
	width: 80%;
	display: block;
	margin: 0px auto 0px;
}

/* パンくずリストCSS */
.breadcrumbs {
	position: absolute;
	bottom: -130px;
	left: 50px;
	color: #323232;
	display: flex;
	width: 100%;
}

.breadcrumbs a {
	color: #323232;
	transition: 0.3s;
	text-decoration: underline;

}

.breadcrumbs a:hover {
	color: #238fbf;
}

.breadcrumbs img {
	width: 12px;
	margin: 0px 8px;
	vertical-align: baseline;
}

span.post.post-post.current-item {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 300px;
}



/* リンク集 */
.link-content {
	background: #ebebeb;
	padding: 10px 20px;
	border: 1px solid #838383;
	margin-bottom: 40px;
}

.link-content li {
	list-style: disc inside;
	margin: 8px 0px;
}

.link-content li a {
	color: #238fbf;
	text-decoration: underline;
	position: relative;
	transition: 0.3s;
}

.link-content li a:after {
	content: "";
	position: absolute;
	right: -16px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: url(img/outlink-02.svg);
	background-size: cover;
	width: 14px;
	height: 14px;
}

.link-content li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.link-content-red {
	padding: 10px 20px;
	background: #ffdede;
	border: 1px solid #d03b3b;
}

.link-content-red li {
	margin-bottom: 20px ;
	color: #323232;
	line-height: 1.5;
}

.link-content-red li span {
	display: block;
	font-weight: bold;
	color: #d03b3b;
	border-left: 8px groove #d03b3b;
	border-bottom: 1px solid #d03b3b;
	padding: 2px 0px 2px 6px;
	margin: 4px 0px;
}


.link-content-red li a {
	color: #238fbf;
	text-decoration: underline;
	transition: 0.3s;
}


.link-content-red li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* お問い合わせフォーム */

.contact-box {
	width: 80%;
	margin: auto;
}

.contact-p01 {
	display: inline-block;
	font-weight: bold;
	position: relative;
}

.contact-p01 span {
	color: #e02929;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: -8px;
}

.contact-p02 {
	margin-bottom: 20px;
}

.contact-p02 span {
	font-size: 16px;
	font-weight: bold;
}

.contact-p02 input {
	box-shadow: 1px 1px 4px rgba(0 0 0 / 20%)inset;
	background: #edf7ff;
	width: 100%;
	border-radius: 4px;
	padding: 2px 6px;
}

.contact-p02 textarea {
	box-shadow: 1px 1px 4px rgba(0 0 0 / 20%)inset;
	background: #edf7ff;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 10px;
}

.contact-p03 {

}

.submit input {
	display: block;
	padding: 10px 20px;
	background: #238fbf;
	color: #fff;
	width: 200px;
	border-radius: 4px;
	font-weight: bold;
	margin: auto;
	text-align: center;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
}

span.wpcf7-spinner {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background: #feceef;
	border: 1px solid #dd3737 !important;
	padding: 10px 20px;
	font-weight: bold;
	color: #323232;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #238fbf !important;
	background: #e3f3ff;
	font-weight: bold;
	color: #323232;
	padding: 10px 20px;
}

/* 404ページ */
.button-404 {
	display: block;
	width: 50%;
	background: #131a52;
	border: 1px solid #131a52;
	border-radius: 4px;
	padding: 10px 20px;
	margin: 20px auto 0px;
	text-align: center;
	font-weight: bold;
	transition: 0.3s;
}

.button-404:hover {
	background: #fff;
	color: #131a52;
}

/****************************************

          TOPへ戻るボタン（Go to top）

*****************************************/
.backtotop {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
	display: block;
	transition: 0.6s;
	background: #e4f0ff;
	border-radius: 100px;
	border: 1px solid #323232;
	position: relative;
	width: 60px;
	height: 60px;
	box-shadow: 1px 1px 2px rgba(0 0 0 / 30%);
}

.backtotop a:before {
	content:"";
	position: absolute;
	border-width: 2px 2px 0px 0px;
	transform: rotate(315deg);
	border-color: #323232;
	width: 12px;
	height: 12px;
	top: 32px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.backtotop a:after {
	content:"";
	position: absolute;
	border-width: 2px 2px 0px 0px;
	transform: rotate(315deg);
	border-color: #323232;
	width: 12px;
	height: 12px;
	top: 22px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.backtotop a:hover {
	opacity: 0.5;
}

.backtotop a:active {
	opacity: 0.5;
}

/*タブレット対応 ---------------------------------------------------@@@ */

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

/*汎用CSS --------------------------- */

.flex-nosp {
	display: unset;
}

div.pc-none {
	display: unset;
}

.sp-mb20 {
	margin-bottom: 20px;
}

/*ヘッダー ---------------------------*/

header {
	width: auto;
}

.head-logo img {
	width: 80%;
	margin: auto auto auto 10px;
	display: block;
}

.head-linkbox {
	display: none;
}

/*ハンバーガーメニュー*/


.menu-btn {
	position: fixed;
	top: 0px;
	right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 26px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
	display: unset;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.menu-content ul li:first-child {
	margin-top: 20px;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
	display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0 0 0 / 30%);
}
.menu-content ul li a::before {
	display: none;
}

.training::after {
	left: 92px;
	right: unset;
}

#menu-btn-check:checked ~ .menu-content {
	text-align: left !important;
	left: 0px;
}



/*メイン ----------------------------*/

.wrapper {
	margin: 0px 20px;
}

.top-infomation {
	font-size: 14px;
}

.top-main-content-size {
	width: auto;
}

.top-size-01 {
	width: 100%;
	margin-bottom: 30px;
}

.top-size-02 {
	width: 100%;
	margin-bottom: 30px;
}



/*フッター -------------------------- */

.top-footer-content {
	width: auto;
}



/* 投稿ページタブレット ------ */

.toukou-box-wrapper {
	padding: 80px 0px 10px;
}

.toukou-h1 {
	font-size: 20px;
	width: auto;
	padding-left: 20px;
}

.toukou-box {
	width: auto !important;
	padding: 100px 0px 40px;
}

.company02-box {
	width: auto !important;
}


.toukou-h2-box {
	margin: 60px 0px 30px 0px;
}

.toukou-box h2 {
	font-size: 18px;
}



.toukou-box p {
	font-size: 12px;
}



.toukou-bg-text {
	font-size: 50px !important;
	padding: 20px 0px;
	background: #cfeaff;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}


/* パンくず */
.breadcrumbs {
	left: 0px;
	display: flex;
	justify-content: left;
}

/* アーカイブ */
.archive-parent-box {
	width: unset;
	padding: 10px;
}


/* 協会紹介ページ */
.asso-address {
	width: auto;
	display: block;
	text-align: center;
}

/*会員企業ガイド*/
.category-box {
	display: block;
	width: auto;
}

.category-box div:last-child {
	width: auto;
	margin: 0px;
}

#form2 {
	width: auto;
}

.category {
	min-width: 30%;
	border-radius: 4px;
	margin: 0px 6px 8px;
}

/* 活動報告 */

.page-id-222 table {
	width: auto !important;
	font-size: 14px;
	padding: 0px 10px;
}



}

p.archive-event-p {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}
p.archive-event-p a {
    color: #238fbf;
    font-weight: bold;
    text-decoration: underline;
}

/*スマホ対応 ------------------------------------------------------@@@ */

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

/*汎用CSS --------------------------- */

.mb10,.mb20,.mb30,.mb40,.mb50,.mb60,.mr10,.mr20,.mr30 {
	margin: 0px;
}

.pc-none {
	display: unset;
}

.sp-none {
	display: none;
}

.flex-nosp {
	display: unset;
}

h2 {
	font-size: 22px;
}

.sp-mb10 {
	margin-bottom: 10px;
}

.sp-mb20 {
	margin-bottom: 20px;
}

.sp-mb30 {
	margin-bottom: 30px;
}

.sp-mb40 {
	margin-bottom: 40px;
}

.sp-mb50 {
	margin-bottom: 50px;
}

/*ヘッダー ---------------------------*/

header {
	width: auto;
}
.head-logo img {
	width: 80%;
	margin: auto auto auto 10px;
	display: block;
}

.head-linkbox {
	display: none;
}


/*ハンバーガーメニュー*/


.menu-btn {
	position: fixed;
	top: 0px;
	right: 0px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
	display: unset;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.menu-content ul li:first-child {
	margin-top: 20px;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0 0 0 / 30%);
}
.menu-content ul li a::before {
	display: none;
}

.training::after {
	left: 92px;
	right: unset;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
	text-align: left !important;
}


/*メイン ----------------------------*/

.wrapper {
	margin: 0px 8px;
}

.top-mainimg p {
	width: 80%;
}

.top-main-content-size {
	width: auto;
	margin-bottom: 30px;
}

.top-main-content-size h2 {
	font-size: 20px;
}

.top-main-content-size p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.top-main-content-size h3 {
	font-size: 18px;
}

.top-size-01 {
	width: 100%;
	margin-bottom: 30px;
}

.top-size-02 {
	width: 100%;
	margin-bottom: 30px;
}

.top-infomation {
	margin-bottom: 30px !important;
}

.top-infomation li {
	display: block;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding-bottom: 2px;
	width: 95%;
}

.top-infomation span {
	display: block;
}

.top-linkbtn {
	text-align: center;
}

.top-linkbtn a {
	font-size: 12px;
	padding: 0.8em 10em 0.8em 2em;
}

/*フッター -------------------------- */

.top-footer-content {
	width: auto;
}

.top-footer-content p {
	font-size: 12px;
}

.top-footer-linkbox {
	display: unset;
}

.top-footer-linkbox a {
	display: block;
	margin: 0px auto 10px auto;
	width: 50%;
}

.top-footer-inquery::before {
	left: -10px;
}

.top-footer-map::before {
	left: -10px;
}

/* 投稿ページスマホ ------ */

.toukou-box-wrapper {
	padding: 0px 10px;
}

.toukou-h1 {
	font-size: 20px;
	width: auto;
	padding-left: 20px;
}

.toukou-box {
	width: auto !important;
}

.company02-box {
	width: auto !important;

}

.toukou-box h2 {
	font-size: 18px;
	max-width: 65%;
}



.toukou-box p {
	font-size: 12px;
}



.toukou-bg-text {
	font-size: 50px !important;
	top: 20px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.toukou-link {
	margin-bottom: 20px;
}

/* アーカイブCSS */

.archive-parent-box {
	width: unset;
	padding: 10px;
}

.card-p-flex {
	display: unset;
}

.card-span {
	justify-content: right;
}

.card-span-title {
	width: 100%;
	font-size: 18px;
	margin: 0px;
}

.card-day {
	font-size: 12px;
}

.card-category {
	width: 45%;
	padding: 2px 6px;
	border-radius: 4px;
	margin: 4px 0px;
}

/* 岩手企業マップCSS */

#form2 {
	width: 90%;
}

#sbox2 {
	width: 90%;
}


.category-box {
	display: unset;
	width: auto;
	padding: 40px 0px 0px;
	margin: 0px;
}

.category-h2-box h2 {
	margin-bottom: 20px;
}

.category {
	padding: 5px 0px;
	width: 30%;
	border-radius: 4px;
	font-size: 12px;
	margin: 0px 4px 10px;
	min-width: 60px;
	width: 30%;
}

.toukou-bg-text {
	font-size: 32px !important;
	padding: 20px 0px;
	background: #cfeaff;
	top: 0px;
	text-align: center;
}

.toukou-h2-box {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.toukou-box-wrapper {
	padding: 80px 0px 0px 0px;
}

.toukou-box {
	padding: 40px 12px 10px;
	margin: 0px;
	width: auto;
}

.company-content {
	padding: 15px 10px;
}

.category-box div:last-child {
	margin: 0px 0px 20px;
	width: auto;
}

.company-flex {
	display: block;
}

.company-name {
	display: block;
	width: 100%;
	margin: 10px 0px;
	font-size: 16px;
}

.company-address {
	width: 100%;
}
	
.all-button {
	display: block;
	padding: 10px 20px;
	background: #238fbf;
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #238fbf;
	transition: 0.3s;
}

.all-button:active {
	background: #fff;
	color: #238fbf;
}

.sp-txt-small {
	font-size: 26px !important;
}
	
.company-guide-h3 {
	font-size: 20px;
}
.company-guide-h2 {
	font-size: 22px !important;
}

/* 会員企業ガイド一覧ページのパンくずリスト調整CSS */
.breadcrumbs-margin .breadcrumbs {
	margin-bottom: -20px;
}
	
.breadcrumbs {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
}
	
.company-address p {
	display: unset;
	align-items: self-start;
}
	
.guide-address-span01 {
	display: inline-block;
	width: unset;
	white-space: nowrap;
	vertical-align: top;
}
	
.guide-address-span02 {
	display: inline-block;
	width: unset;
}
	
.company-guide-address-sp{
	display: flex !important;
}
/* 企業詳細CSS */

.company02-content div {
	width: 100%;
}

.company02-content {
	display: unset;
}

.company02-content p iframe {
	width: 100%;
}

.company02-content h3 {
	font-size: 16px;
	padding: 6px 10px;
}

.recruit-button {
	font-size: 12px;
	margin: -30px auto 0px;
	padding: 8px 0px 8px 30px;
	width: 150px;
}

.recruit-button:before {
	left: 10px;
}

.recruit-button:after {
	right: 6px;
}
	
.company-logo-image {
	margin-bottom: 20px;
}
	
.company02-tel-a {
	pointer-events: unset;
}

.company02-recruit-ul {
	font-size:12px;
}

/* 会員紹介CSS */

.member-bg-text {
	background: #e4e4e4 !important;
}

/* 検索結果 */
.archive-h2-box {
	padding-top: 40px;
}

/* 協会紹介CSS */

.asso-jigyo {
	width: 100%;
}


.asso-address {
	display: block;
	text-align: center;
	width: unset;
}


.asso-jigyo h3 {
	font-size: 16px;
}

.page-id-151 table {
	width: 100% !important;
	height: 100% !important;
	white-space: nowrap;
	overflow-x: auto;
	display: flex;
}

/* 活動報告CSS -------- */

.page-id-222 table,.page-id-222 tr,.page-id-222 tbody,.page-id-222 th,.page-id-222 td {
	display: block;
	height: auto !important;
}

.page-id-222 table {
	width: 100% !important;
}

.page-id-222 tr {
}

.page-id-222 td {
	margin-bottom: 16px;
	width: 100% !important;
}

.page-id-222 td a {
	border-radius: 0px 0px 4px 4px;
	box-shadow: none;
	width: 100% !important;
}

.page-id-222 th {
	width: 100% !important;
	box-shadow: none;
	padding: 6px 10px;
	border-radius: 4px 4px 0px 0px;
}

.page-id-222 th:after {
	display: none;
}

/* 入会案内ページCSS */
.admission-img-box {
	display: unset;		
}
.admission-img-box div {
	width: 100%;
}
/* パンくずリスト */
.breadcrumbs {
	left: 0px;
	display: flex;
	justify-content: left;
}
	
/* スマホ用テーブル */
.table-scroll {
	width: 100% !important;
    height: 100% !important;
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
}

/* ページネーション */
ul.page-numbers {
	gap: 0px 6px;
	margin-bottom: 20px;
	font-size: 12px;
}

/* トップに戻るボタン */
.backtotop {
	right: 30px;
	bottom: 30px;
}

.backtotop a {
	width: 50px;
	height: 50px;
}

.backtotop a:before {
	width: 8px;
	height: 8px;
	top: 26px;
}

.backtotop a:after {
	width: 8px;
	height: 8px;
	top: 20px;
}


}/*スマホ終わり*/
