@charset "utf-8";

/* 色
=====================================
青文字：#34A0D1


*/


/* common
=====================================*/
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}

a, a:visited, a:active {
	text-decoration: none;
	color: unset;
}

ul,li {
    padding: 0;
}


.p-5 { padding: 5px!important; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-25 { padding: 25px; }
.p-30 { padding: 30px; }
.p-35 { padding: 35px; }
.p-40 { padding: 40px; }
.p-45 { padding: 45px; }
.p-50 { padding: 50px; }

.pt-5 { padding-top: 5px!important; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }

.pb-5 { padding-bottom: 5px!important; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }

.py-5 { padding-top: 5px!important; padding-bottom: 5px!important; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }
.py-20 { padding-top: 20px; padding-bottom: 20px; }
.py-25 { padding-top: 25px; padding-bottom: 25px; }
.py-30 { padding-top: 30px; padding-bottom: 30px; }
.py-35 { padding-top: 35px; padding-bottom: 35px; }
.py-40 { padding-top: 40px; padding-bottom: 40px; }
.py-45 { padding-top: 45px; padding-bottom: 45px; }
.py-50 { padding-top: 50px; padding-bottom: 50px; }

.px-5 { padding-left: 5px!important; padding-right: 5px!important; }
.px-10 { padding-left: 10px; padding-right: 10px; }
.px-15 { padding-left: 15px; padding-right: 15px; }
.px-20 { padding-left: 20px; padding-right: 20px; }
.px-25 { padding-left: 25px; padding-right: 25px; }
.px-30 { padding-left: 30px; padding-right: 30px; }
.px-35 { padding-left: 35px; padding-right: 35px; }
.px-40 { padding-left: 40px; padding-right: 40px; }
.px-45 { padding-left: 45px; padding-right: 45px; }
.px-50 { padding-left: 50px; padding-right: 50px; }

.m-5 { margin: 5px!important; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-20 { margin: 20px; }
.m-25 { margin: 25px; }
.m-30 { margin: 30px; }
.m-35 { margin: 35px; }
.m-40 { margin: 40px; }
.m-45 { margin: 45px; }
.m-50 { margin: 50px; }

.mt-5 { margin-top: 5px!important; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }

.mb-5 { margin-bottom: 5px!important; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }

.mr-5 { margin-right: 5px!important; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }
.mr-35 { margin-right: 35px; }
.mr-40 { margin-right: 40px; }
.mr-45 { margin-right: 45px; }
.mr-50 { margin-right: 50px; }

.ml-5 { margin-left: 5px!important; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }
.ml-35 { margin-left: 35px; }
.ml-40 { margin-left: 40px; }
.ml-45 { margin-left: 45px; }
.ml-50 { margin-left: 50px; }

.my-5 { margin-top: 5px!important; margin-bottom: 5px!important; }
.my-10 { margin-top: 10px; margin-bottom: 10px; }
.my-15 { margin-top: 15px; margin-bottom: 15px; }
.my-20 { margin-top: 20px; margin-bottom: 20px; }
.my-25 { margin-top: 25px; margin-bottom: 25px; }
.my-30 { margin-top: 30px; margin-bottom: 30px; }
.my-35 { margin-top: 35px; margin-bottom: 35px; }
.my-40 { margin-top: 40px; margin-bottom: 40px; }
.my-45 { margin-top: 45px; margin-bottom: 45px; }
.my-50 { margin-top: 50px; margin-bottom: 50px; }

.mx-5 { margin-left: 5px!important; margin-right: 5px!important; }
.mx-10 { margin-left: 10px; margin-right: 10px; }
.mx-15 { margin-left: 15px; margin-right: 15px; }
.mx-20 { margin-left: 20px; margin-right: 20px; }
.mx-25 { margin-left: 25px; margin-right: 25px; }
.mx-30 { margin-left: 30px; margin-right: 30px; }
.mx-35 { margin-left: 35px; margin-right: 35px; }
.mx-40 { margin-left: 40px; margin-right: 40px; }
.mx-45 { margin-left: 45px; margin-right: 45px; }
.mx-50 { margin-left: 50px; margin-right: 50px; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55% ; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }





/* 全体
=====================================*/
body{
	font-size: 18px;
	color: #333;
    min-width: 1100px;
}
.wrapper {
	width: 1100px;
	margin: 0 auto;
}
.block {
	padding: 20px 50px;
}
h1 {
    font-size: unset;
    margin-bottom: 0;
}


.color-black { color: #333!important; }
.color-skyblue { color: #64B3D9!important; }

.bg-white { background: #fff!important; }
.bg-skyblue { background: #E1F2FA!important; }
.bg-yellow { background: rgba(249,246,197,.75)!important; }
.bg-lightblue { background: rgba(141,205,243,.75)!important; }
.bg-gray { background: #E4E4E4!important; }

.bg-athletic { background: #32B0DD!important; } /*体育会系*/
.bg-cultural { background: #FF8F00!important; } /*文化系*/
.bg-active { background: #99BF01!important; } /*活動系*/
.bg-volunteer { background: #FF7799!important; } /*ボランティア系*/
.bg-child { background: #FFD202!important; } /*子ども系*/
.bg-committee { background: #AA70FF!important; } /*委員会系*/
.bg-community { background: #3f51b5!important; } /*コミュニティ*/

.bg-area { background: #288B44; }
.bg-category { background: #32A180; }
.bg-keyword { background: #85BC43; }


.border-black-1 { border: 1px solid #333!important; }
.border-blue { border: 2px solid #63B2D9!important; }
.border-blue-1 { border: 1px solid #63B2D9!important; }
.border-pink { border: 2px solid #F2BDBB!important; }

.flex-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-block.justify-start {
	justify-content: start;
}
.flex-block.justify-center {
	justify-content: center;
}
.flex-block.align-start {
    align-items: start;
}
.flex-block.align-end {
    align-items: end;
}
.flex-block.align-normal {
    align-items: normal;
}
img {
	width: 100%;
	height: auto;
}
.bg {
    background-image: url(../images/bg.jpg);
    background-color:rgba(255,255,255,0.1);
    background-blend-mode:lighten;
    background-position: center center;
    background-size: contain;
}
.wrapper-content {
    padding: 50px 15px;
}
.underline {
    text-decoration: underline;
}
.vertical-writing {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/* header
=====================================*/
header {
	position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
	width: 1000px;
	background: #389FD1;
    border-radius: 0 0 10px 10px;
	padding: 20px 25px;
	z-index: 1000;
}
.header-padding {
    padding-top: 120px;
}
.footer-padding {
    padding-top: 80px;
}
.header-left {
	width: 30%;
}
.header-right {
    width: 66%;
}
.header-search select {
    height: 36px;
    padding: 0 16px;
    font-size: 18px;
    width: 100%;
    border: none;
    border-radius: 15px;
    -webkit-appearance: none;
    appearance: none;
}
.header-search-area,
.header-search-category {
    width: 40%;
    position: relative;
}
.header-search-area::after,
.header-search-category::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}
.header-search-button {
    width: 14%;
    margin-right: 2%;
}
.header-search-button button {
    height: 36px;
    font-size: 18px;
    padding: 0;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #389FD1;
	color: #fff;
	cursor: pointer;
    width: 100%;
}
.header-search-button button:hover {
    background: #38b5f2;
    border: 2px solid #fff;
}
.header-menu ul {
    margin: 20px 0 0;
    padding: 0;
}
.header-menu ul li {
    margin: 0 18px 0 0;
}
.header-menu ul li i {
    margin-right: 4px;
}
.header-menu ul li a {
    color: #fff;
}




footer {
    position: relative;
	width: 1000px;
	background: #389FD1;
	padding: 20px 0px 5px;
    font-size: 18px;
	color: #fff;
    margin: 0 auto;
	text-align: center;
    border-radius: 10px 10px 0 0;
}
footer img {
    position: absolute;
    bottom: 5px;
    left: 30px;
    width: 100px;
}

/* mainvisual
=====================================*/
.main-visual {
	position: relative;
	background: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 100%), url(../images/main01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 70vh;
}
.main-visual::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, transparent 0%, transparent 70%, rgba(0,0,0,0.2))
}
.main-search {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,.9);
	border-radius: 4px;
	width: 50%;
	padding: 40px;
}
.main-search-left {
	width: 76%;
	font-size: 160%;
}
.main-search-right {
	width: 20%;
}
.main-search-area,
.main-search-category {
	margin-bottom: 15px;
	width: 49%;
}
.main-search-area select,
.main-search-category select{
	width: 100%;
	font-size: 20px;
	padding: 3px 3px;
	box-sizing: border-box;
}
.main-search-keyword input {
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	padding: 5px;
}
.main-search-right button {
	width: 100%;
	font-size: 20px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	background: #00CC98;
	color: #3f3f3f;
	padding: 12px 0;
}
.main-search-right i {
	font-size: 16px;
	margin-right: 3px;
	vertical-align: 1px;
}

/* search-item
=====================================*/
.search-item {
	position: relative;
	margin-top: -160px;
}
.search-item-list {
	font-size: 18px;
	line-height: 140%;
}
.search-item-list th {
	width: 140px;
	padding: 20px 10px;
}
.search-item-list td a {
	margin-top: 8px;
	margin-right: 8px;
    text-decoration: none;
    border-bottom: 1px solid #8e8e8e;
    display: inline-block;
	color: #4344ff;
}
.main-news-link {
	text-align: center;
}
.main-news-link a {
	display: inline-block;
	border-radius: 7px;
	background: #00CC98;
	color: #3f3f3f;
	padding: 10px 20px;
	font-size: 18px;
}
.main-news-link i {
	font-size: 15px;
}

/* group-item
=====================================*/
.main-group-block .flex-block {
	align-items: normal;
}
.main-group-block .flex-block::after{
	content:"";
	display: block;
	width: 31.5%;
}
.main-group-item {
	position: relative;
	width: 31.5%;
	padding: 15px 15px 10px;
	background: #eee;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 1px 3px 8px 0px #bbb;
	margin: 10px 0 20px;
}
a.main-group-category {
	position: absolute;
	top: -8px;
	left: -3px;
	font-size: 14px;
	padding: 6px 8px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
}
.main-group-image img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	margin-bottom: 5px;
}
.main-group-name h3 {
	font-weight: bold;
}
.sort_button {
    margin: 30px 0 20px;
}
.sort_button.flex-block {
    justify-content: start;
}
.sort_button a {
    border: 1px solid #00CC98;
    text-align: center;
    color: unset;
	padding: 13px;
    width: 12%;
    background: #fff;
}
.sort_button a:last-child {
    border-radius: 0 5px 5px 0;
}
.sort_button .sort_title {
    border-radius: 5px 0 0 5px;
    border: 1px solid #ddd;
    border-right: 4px double #aaa;
    background: #ddd;
}
.sort_button .selected {
    background: #00CC98;
    color: #fff;
}

.main-news-list ul li {
	margin-bottom: 5px;
	padding: 15px 15px;
}
.main-news-list ul li.flex-block {
	align-items: center;
}
.main-news-list ul li:nth-child(odd) {
	background: #fff3fc;
}
.main-news-group {
	font-weight: bold;
}
.list-left {
	width: 80%;
}
.list-top {
	margin-bottom: 12px;
}

.more-button {
	display: block;
	width: 30%;
	margin: 40px auto;
	border: 2px solid #00CC98;
	border-radius: 0;
	color: #00CC98;
	background: #fff;
	-webkit-box-shadow: 4px 4px 0 #00CC98;
	box-shadow: 4px 4px 0 #00CC98;
	padding: 12px 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
}
.more-button:hover {
	-webkit-box-shadow: -4px -4px 0 #00CC98;
	box-shadow: -4px -4px 0 #00CC98;
}



/* group showページ
=====================================*/
.group-left {
	width: 45%;
}
.group-right {
	width: 52%;
    box-sizing: border-box;
}

.group-block .flex-block {
	align-items: start;
}

.group-name {
	font-size: 28px;
    color: #34A0D1;
    margin-bottom: 0px;
}
.group-catchcopy {
	font-weight: bold;
    margin-bottom: 10px;
}
.group-keyword {
    margin-bottom: 0;
}
.group-info ul {
	margin-bottom: 0;
}
.group-info ul li {
	padding: 15px 0 10px;
}
.group-info ul li img {
    width: 30px;
    height: auto;
    margin-right: 5px;
    vertical-align: bottom;
}
.group-sns.flex-block {
	justify-content: start;
}
.group-sns.flex-block i {
	margin: 10px 15px 10px 0;
	font-size: 30px;
	color: #00CC98;
}
.group-frame {
	border: 1px solid #D64A9C;
    border-radius: 5px;
    padding: 12px;
    box-sizing: border-box;
    margin: 10px 0 20px;
    box-shadow: 1px 1px 5px 0px #f7d8ea;
}
.group-frame-title {
	border-bottom: 1px solid #D64A9C;
	padding: 8px;
	font-size: 110%;
}
.group-frame-text {
	padding: 12px 8px 8px;
}

.page-block .flex-block {
	align-items: start;
}
.page-left {
	width: 75%;
}
.page-right {
	width: 22%;
}
.add-area {
	background: lightblue;
	width: 100%;
	height: 200px;
	margin: 10px 0 20px;
}
.group-image {
	width: 99.8%;
    padding-left: 1px;
	margin: 0 auto 0;
}
.group-image ul {
    padding: 0;
}
.group-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.slick-thumbnail img {
	width: 96%;
	height: 80px;
	object-fit: cover;
	margin: 0 auto;
	opacity: .3;
	transition: opacity .3s linear;
}
.slick-thumbnail .slick-current img {
	opacity: 1;
}

/* groups
=====================================*/
.head-visual {
	width: 100%;
	height: 160px;
}
.head-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.group-thumbnail ul {
    padding: 0;
}
.group-thumbnail li {
    background: #fff;
}



/*========= タイピング ===============*/

.TextTyping span {
	display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
	content: "|";
	animation: typinganime 1.8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}


.group-intro {
    width: 65%;
}
.group-add {
    width: 30%;
}
.group-intro-title {
    position: relative;
    z-index: 1;
    width: 270px;
    margin-left: 80px;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    background: #389FD1;
}
.group-intro-title img {
    position: absolute;
    z-index: 10;
    width: 95px;
    top: -18px;
    left: -60px;
}
.group-intro-block {
    position: relative;
    z-index: 20;
    margin-bottom: 30px;
}
.group-intro-block .group-intro-title {
    margin: -1px auto 20px;
    background: #ED8D9D;
}
.group-intro-list li {
    padding: 15px 5px 5px;
    border-bottom: 2px solid #F2BDBB;
}
.group-intro-list li:last-child {
    border-bottom: none;
}
.group-intro-list-left {
    font-weight: bold;
    width: 75%;
}
.group-intro-list-day {
    line-height: 20px;
    font-weight: normal;
}
.group-intro-list-right a {
    display: block;
    padding: 5px 12px;
    text-align: center;
    background: #E4E4E4;
}
.group-intro-list-right a img {
    width: 14px;
    margin-left: 5px;
    height: auto;
    vertical-align: baseline;
}
.group-add-text-small {
    font-size: 90%;
}
.recommend-block-title {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recommend-block-title:before,
.recommend-block-title:after {
    border-top: 2px solid #389FD1;
    content: "";
    width: 35%;
}
.recommend-block-title:before {
    margin-right: 3%;
}
.recommend-block-title:after {
    margin-left: 3%;
}
.recommend-box {
    width: 49%;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
    border: dotted 1px #389FD1;
}
.recommend-box-left {
    width: 37%;
    margin-right: 3%;
}
.recommend-box-left img {
    object-fit: cover;
    height: 130px;
}
.recommend-box-right {
    width: 60%;
    font-size: 90%;
}
a.cat {
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    margin-bottom: 5px;
}
a.btn-group-more {
    display: block;
    width: 70%;
    margin: 80px auto 50px;
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    background: #F9F6C5;
    color: #64B3D9;
    border: 3px solid #389FD1;
    border-radius: 10px;
}
a.btn-group-more img {
    width: 20px;
    margin: -2px 0 0 8px;
}


/* index トップページ
======================================*/
.index-main-top {
    width: 50%;
    margin: 10px auto;
}
.index-main-bottom img {
    width: 22%;
}
.index-main-text {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
}
.index-main-text .flex-block {
    justify-content: center;
    align-items: end;
}
.index-main-text img {
    width: 70px;
}

/* index-search トップ検索
======================================*/
.index-search {
    width: 25%;
    background: #389FD1;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 6px;
}
.index-search-form {
    width: 72%;
}
.index-search img {
    width: 30%;
    margin: -10px auto 15px;
}
.index-search-text {
    font-size: 24px;
    line-height: 110%;
}
.index-search-publish {
    font-size: 90%;
    margin: 10px 0 15px;
}
.index-search-more a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
    border: 1px solid #fff;
    border-radius: 5px;
}
.index-search-more a img {
    width: 15px;
    height: auto;
    margin: -4px 0 0 6px;
}
.index-search-form-left {
    width: 82%;
}
.index-search-form-right {
    width: 15%;
}

.index-search-form select {
    padding: 3px 16px;
    margin-bottom: 10px;
    font-size: 20px;
    width: 100%;
    border: 2px solid #389FD1;
    border-radius: 6px;
    -webkit-appearance: none;
    appearance: none;
}
.index-search-area,
.index-search-category {
    width: 49%;
    position: relative;
}
.index-search-area::after,
.index-search-category::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}
.index-search-button button {
    font-size: 20px;
    padding: 10px;
	border: none;
	border-radius: 5px;
	background: #389FD1;
	color: #fff;
	cursor: pointer;
    width: 100%;
}
.index-search-button button:hover {
    background: #38b5f2;
}
.index-search-keyword input {
    padding: 3px 16px;
    font-size: 20px;
    width: 100%;
    border: 2px solid #389FD1;
    border-radius: 6px;
}
.index-search-link {
    margin: 20px 0 15px;
    font-size: 18px;
}
.index-search-link .flex-block {
    align-items: start;
}
.index-search-link-title {
    width: 14%;
    text-align: center;
    padding: 3px 0;
    color: #fff;
}
.index-search-link-list {
    width: 84%;
    line-height: 150%;
    padding: 4px 0;
}
.index-search-link-list .flex-block {
    justify-content: start;
}
.index-search-link-list a {
    margin-right: 10px;
    text-decoration: underline;
    color: #000196;
}
.index-block {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.index-block-title {
    font-size: 24px;
    color: #34A0D1;
    margin: 0 30px 0 100px;
}
.index-block-more {
    font-size: 90%;
}
.index-block-more img {
    width: 14px;
    margin: 0 0 3px 5px;
}
.index-block-ul {
    position: relative;
    margin-top: 3px;
}
.index-block-pict {
    width: 60px;
    position: absolute;
    top: -35px;
    left: 20px;
    z-index: 1;
}
.index-block-ul ul {
    z-index: 100;
    position: relative;
}
.index-block-ul li {
    padding: 15px 15px;
}
.index-block-ul li:nth-child(odd) {
    background: #DEEDF5;
}
.index-block-ul li:nth-child(even) {
    background: #fff;
}
.index-block-ul-left {
    width: 76%;
}
.index-block-ul-right {
    width: 20%;
}
.index-block-ul-btn a {
    font-size: 16px;
    padding: 8px 0;
	border: none;
	border-radius: 3px;
	background: #389FD1;
	color: #fff;
	cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
}
.index-block-ul-btn a img {
    width: 14px;
    margin: 0 0 4px 8px;
}
.index-block.block-pink {
    border: 2px solid #F2BDBB!important;
}
.index-block.block-pink .index-block-pict {
    top: -53px;
    left: 20px;
}
.index-block.block-pink .index-block-title {
    color: #DF7B74;
}
.index-block.block-pink .index-block-ul li:nth-child(odd) {
    background: #FAE8F0;
}
.index-block.block-pink .index-block-ul-btn a {
    background: #DF7B75;
}

.introduction-block-img {
    width: 80px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
}
.introduction-block-title {
    font-size: 24px;
    font-weight: bold;
    width: 400px;
    margin: 0 auto 10px;
    padding-left: 90px;
    position: relative;
    color: #379CD5;
}

.list-block-title {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    color: #379CD5;
}
.introduction-block-sort {
    color: #333;
    font-size: 16px;
    margin-left: 15px;
}
.introduction-box {
    width: 32.5%;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    z-index: 10;
}
.introduction-nobox {
    width: 80%;
    margin: 0 auto 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    z-index: 10;
    color: #333;
    padding: 30px;
    font-size: 20px;
}
.introduction-nobox-button {
    display: block;
    width: 60%;
    padding: 15px 0;
    margin: 40px auto 0;
    font-size: 20px;
    color: #ffff;
    background: #379CD5;
    text-align: center;
}
.introduction-block .flex-block::after{
    content: "";
    display: block;
    width: 32.5%;
}

.introduction-box-top {
    width: 100%;
    margin-bottom: 10px;
}
.introduction-box-top img {
    object-fit: cover;
    height: 200px;
    border-radius: 3px;
}
.introduction-box-bottom {
    font-size: 90%;
}
.introduction-box-text {
    color: #333!important;
}
.introduction-box-text a {
    color: #333!important;
}
.introduction-box-text h2 {
    font-size: unset;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
}



.inview.fadeup {
	opacity: 0;
	transition-duration: .8s;
	transform: translateY(15px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}

.page-maintitle {
    background: #FEFFB2;
    padding: 30px 60px;
    border: 3px solid #66A8DE;
    border-radius: 60px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 30px auto 0px;
}

.cform {
    width: 600px;
    margin: 0 auto;
}
.cform-item {
    margin: 0 0 20px;
}
.cform-form textarea {
    height: 160px;
}
.cform .cbutton {
    padding: 15px 0;
    font-size: 20px;
    letter-spacing: 0px;
    margin: 50px auto 20px;
    width: 50%;
    display: block;
}
.list-page .pagination {
    justify-content: center;
}
.index-block-ul .list-page li {
    background: none;
    padding: 8px 8px;
}
.index-block-ul-group h2,
.recommend-box-text h2 {
    font-size: unset;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 2px;
}
