/*
------------------------------------------------------
共通
------------------------------------------------------
*/
html {
    overflow-y: scroll;
    box-sizing: border-box;
}
body {
    font-weight: 400;
    font-family: '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic';
    font-size: 14px;
    line-height: 160%;
    color: #666;
    letter-spacing: 2px;
}
a {
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
.pcno {
    display: none !important;
}
.ttl-main {
    text-align: center;
    margin-bottom: 55px;
    font-size: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #454242;
}
.underline {
    display: inline-block;
    font-size: 24px;
    position: relative;
    font-weight: 700;
}
.underline::before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: -7px;
    left: 0px;
    background-color: rgba(127, 187, 230, 0.5);
    border-radius: 2px;
    z-index: -1;
}
.underline.thin::before {
    content: "";
    height: 5px;
    bottom: -5px;
}
.pager {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 30px;
}
a.page-numbers, .pager .current {
    background-color: #FFFFFF;
    border: solid 1px #DDDDDD;
    padding: 8px 10px;
    margin: 0 0px;
    font-weight: normal;
    text-decoration: none;
    color: #666;
}
.pager .current {
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
    font-weight: bold;
}
.pager a:hover {
    background-color: #EEEEEE;
}
.donation_btn {
    display: inline-block;
    float: right;
    width: 170px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    margin: 6px auto;
    margin-left: 10px;
    background-color: #7FBBE6;
    color: #fff;
    font-weight: bold;
}
.donation_btn a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.donation_btn img {
    padding-right: 7px;
}
.breadcrumb {
    width: 100%;
    min-width: 1080px;
    margin-top: 60px;
    font-size: 12px;
    font-family: '游ゴシック';
    letter-spacing: 0;
    background-color: #e8e8e8;
}
.breadcrumb .inner_br {
    width: 980px;
    padding: 10px 0;
    margin: 0 auto;
}
.breadcrumb a {
    color: #666;
}
.more-btn {
    text-align: center;
}
.more-btn a {
    text-align: center;
    display: inline-block;
    background-color: #99CAED;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 100%;
    width: 170px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
}
.more-btn a::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 40%;
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*
------------------------------------------------------
ヘッダー
------------------------------------------------------
*/
#header {
    width: 100%;
    min-width: 1080px;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 999;
    top: 0px;
    border-bottom: 1px solid #eeeeee;
}
#header .inner {
    width: 95%;
    max-width: 1300px;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#header .inner .logo {
    display: inline-block;
}
#header .inner .logo a {
    display: block;
}
#header .inner .logo a img {
    height: 80px;
    padding-left: 10px;
}
#header .inner .right #spmenu {
    /* overflow: hidden; */
    width: auto;
}
#gnavi {
    padding-top: 12px;
    display: inline-block;
    width: 750px;
}
#gnavi .navi {
    /* overflow: hidden; */
    display: inline-block;
}
#gnavi .navi li {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
}
#gnavi .navi li a {
    display: inline-block;
    text-decoration: none;
    padding: 18px 10px;
    transition-property: none;
    color: #666;
    font-size: 14px;
}
#gnavi .navi li a:hover, #gnavi .navi li a.ac {
    opacity: 1;
    color: #24bae0;
}
#gnavi .navi li a img {
    height: 10px;
}
#sns {
    overflow: hidden;
    float: right;
    padding-top: 25px;
    padding-right: 30px;
}
#visual-pu {
    background-color: #eaf5fc;
    padding-top: 80px;
    width: 100%;
}
#visual-pu .inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    overflow: hidden;
}
#visual-pu .inner .img {
    float: left;
    width: 600px;
}
#visual-pu .inner .img img {
    width: 100%;
}
#visual-pu .inner .right {
    float: left;
    padding-top: 50px;
    padding-left: 90px;
    width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#visual-pu .inner .right .txt-img {
    margin-bottom: 60px;
}
#visual-pu .inner .right .txt-img img {
    width: 100%;
}
#visual-pu .inner .right .btn img {
    height: 74px;
}
#visual {
    width: 100%;
    min-width: 1080px;
    text-align: center;
    padding-top: 80px;
    background-color: #F9F9F9;
}
#visual a {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
#visual .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
}
#visual .main_img {
    width: 63%;
    max-height: 510px;
    overflow: hidden;
    min-width: 700px;
}
#visual .main_lead {
    width: 35%;
    margin-left: 1%;
    text-align: left;
    min-width: 420px;
}
#visual .main_lead .inner {
    padding: 0% 11% 5%;
}
#visual .main_lead .lead {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    line-height: 2.0;
    width: 100%;
    letter-spacing: -1px;
    padding-top: 30px;
    color: #454242;
}
#visual .main_lead .lead .underline {
    font-size: 31px;
}
#visual .underline::before {
    bottom: 13px;
}
#visual .main_lead p {
    width: 90%;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}
#visual .main_lead p:not(:nth-of-type(1)) {
    padding-top: 30px;
}
#visual .main_lead .btn {
    margin-top: 50px;
}
#visual .main_lead .btn a {
    display: inline-block;
    width: 270px;
    padding: 10px;
    background-color: #99CAED;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
}
#visual .main_lead .btn a::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 45%;
    right: 35px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#visual .slide-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    z-index: 1;
    transition: 0.3s linear;
}
#visual .slide-arrow::before{
    content: '';
    width: 33px;
    height: 33px;
    box-sizing: border-box;
    border-top: 7px solid #c6c6c6;
    position: absolute;
    top: 6px;
    left: 0;
}
#visual .slide-arrow.next-arrow {
    right: 25px;
}
#visual .slide-arrow.prev-arrow {
    left: -8px;
}
#visual .slide-arrow.next-arrow::before {
    border-right: 7px solid #c6c6c6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#visual .slide-arrow.prev-arrow::before {
    border-left: 7px solid #c6c6c6;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#visual .slide-arrow:hover {
    opacity: 0.7;
}
#visual .slide-arrow.next-arrow:hover {
    right: 20px;
}
#visual .slide-arrow.prev-arrow:hover {
    left: -13px;
}
#visual .slick-dots {
    bottom: -30px;
}
#visual .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 7px;
}
#visual .slick-dots li button,
#visual .slick-dots li button::before {
    width: 100%;
    height: 100%;
    padding: 0;
}
#visual .slick-dots li button::before {
    font-size: 15px;
    color: #d0d0d0;
    opacity: 1;
    transition: 0.3s linear;
}
#visual .slick-dots li.slick-active button::before {
    color: #7ebbe5;
}
/*
------------------------------------------------------
バナー
------------------------------------------------------
*/
#banner {
    width: 100%;
    padding: 55px 0;
}
#banner .container {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
#banner .container p {
    width: 330px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
/*
#visual .inner {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#visual .inner .book {
	float: left;
}
#visual .inner .book img {
	height: 550px;
	width: 425px;
}
#visual .inner div {
	overflow: hidden;
	padding-top: 125px;
	width: 400px;
}
#visual .inner div img {
	width: 100%;
	margin-bottom: 37px;
}
#visual .inner div .btn a {
	text-align: center;
	width: 240px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #B1B6BE;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	line-height: 100%;
}
#visual .inner div .btn a:after {
	display: block;
	content: '';
	position: absolute;
	top: 19px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 12px;
}
#visual .inner div .btn a:hover {
	background-color: #24BBE1;
}

*/
/*
------------------------------------------------------
ニュース TOP
------------------------------------------------------
*/
#news {
    background-color: #FFF;
}
#news .inner, #column_top .inner {
    background-color: #f9f9f9;
    margin-left: auto;
    margin-right: auto;
    padding: 65px 50px;
    text-align: left;
    width: 1080px;
    position: relative;
    box-sizing: border-box;
}
#news .inner .list {
    overflow: hidden;
}
#news .inner .list li {
    margin-bottom: 10px;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
#news .inner .list li a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}
#news .inner .list li .icon {
    color: #01afe0;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
}
#news .inner .list li .date {
    float: left;
    display: inline-block;
    width: 100px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #888;
}
#news .inner .list li .category {
    display: inline-block;
    background-color: #BDD6A1;
    color: #fff;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-right: 1em;
    width: 70px;
    max-height: 21px;
    text-align: center;
}
#news .inner .list li .category.press {
    background-color: #95C8C5;
}
#news .inner .list li .txt {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 14px;
    color: #666;
    width: 800px;
}
#news .inner .list li .txt a {}
#news .more-btn {
    text-align: center;
    position: absolute;
    bottom: -15px;
    right: 40px;
}
#news .more-btn a {
    text-align: center;
    display: inline-block;
    background-color: #99CAED;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 100%;
    width: 170px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    letter-spacing: 0;
}
/*
------------------------------------------------------
予防医療コラムTOP
------------------------------------------------------
*/
#column_top {
    margin-top: 135px;
}
#column_top .inner {
    background-color: #E1F2F8;
}
#column_top .list-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 980px;
}
#column_top .list-column li {
    width: 48%;
    margin-bottom: 60px;
}
#column_top .list-column li:nth-of-type(n+3) {
    margin-bottom: 0;
}
#column_top .list-column li a {
    overflow: hidden;
    display: block;
    color: #666;
    text-decoration: none;
    position: relative;
}
/* .list-column li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	width: 9px;
	height: 9px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 15px;
} */
#column_top .list-column li a .img {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-right: 15px;
    float: left;
}
#column_top .list-column li a .right {
    overflow: hidden;
}
#column_top .list-column li a .right .ttl {
    max-height: 1.3em;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 4px;
}
#column_top .list-column li a .right .date {
    margin-bottom: 0px;
    margin-top: 4px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
#column_top .list-column li a .right .txt {
    font-size: 14px;
    max-height: 1.3em;
    overflow: hidden;
    word-break: break-all;
}
#column_top .more-btn {
    text-align: center;
    position: absolute;
    bottom: -8px;
    right: 20px;
}
#column_top .more-btn a {
    text-align: center;
    display: inline-block;
    background-color: #99CAED;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 100%;
    width: 170px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    letter-spacing: 0;
}
/*
------------------------------------------------------
活動についてTOP
------------------------------------------------------
*/
#activities {
    width: 100%;
    min-width: 1080px;
    padding-bottom: 65px;
    background-color: #f9f9f9;
    margin-top: 90px;
}
#activities .inner {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 65px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    position: relative;
}
#activities .inner .flex_item {
    text-align: left;
    display: table;
    width: 50%;
}
#activities .inner .flex_item h1 {
    text-align: left;
}
#activities .inner .flex_item:last-of-type {
    padding-top: 80px;
}
#activities .inner .flex_item .flex_item_inner {
    display: table-cell;
    vertical-align: middle;
}
#activities .inner .flex_item p:not(:last-of-type) {
    margin-bottom: 30px;
    line-height: 30px;
}
#activities .inner .flex_item img {
    width: 70%;
}
#activities .inner .box-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
}
#activities .inner .box-area .box {
    background-color: #FFFFFF;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
#activities .inner .box-area .box a {
    display: block;
    padding: 17px;
}
#activities .inner .box-area .box .inner {
    padding: 10px;
}
#activities .inner .box-area .box .img {
    margin-bottom: 17px;
}
#activities .inner .box-area .box .ttl {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
    margin-bottom: 15px;
    color: #454242;
    line-height: 0.6;
    z-index: 1;
    text-align: center;
    position: relative;
}
#activities .inner .box-area .box .txt {
    /*margin-bottom: 20px;*/
}
#activities .inner .box-area .box .matchHeight {
    color: #666;
}
#activities .inner .box-area .box .btn a {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #B1B6BE;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    line-height: 100%;
}
#activities .inner .box-area .box .btn a:after {
    display: block;
    content: '';
    position: absolute;
    top: 19px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 12px;
}
#activities .inner .box-area .box .btn a:hover {
    background-color: #24BBE1;
}
#activities .more-btn {
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    margin: 0 auto;
}
#activities .more-btn a {
    background-color: #99CAED;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
/*
------------------------------------------------------
私たちについてTOP
------------------------------------------------------
*/
#aboutus {
    width: 100%;
    padding-top: 50px;
}
#aboutus .inner {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 75px;
}
#aboutus .inner .box-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
#aboutus .inner .box-area .box {
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 440px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: flex;
}
#aboutus .inner .box-area .box a {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
#aboutus .inner .box-area .box .img {
    width: 210px;
    background-position: center center;
    background-size: cover;
}
#aboutus .inner .box-area .box .img.member {
    background-image: url(/img/top/member.jpg);
}
#aboutus .inner .box-area .box .img.vision {
    background-image: url(/img/top/vision.jpg);
}
#aboutus .inner .box-area .box .matchHeight {
    width: 230px;
    color: #666;
    display: table;
}
#aboutus .inner .box-area .box .matchHeight .inner {
    width: auto;
    padding: 30px 18px;
    display: table-cell;
    vertical-align: middle;
}
#aboutus h2 {
    font-size: 18px;
    padding-bottom: 3px;
    position: relative;
}
#aboutus h2::before {
    content: "";
    width: 66px;
    position: absolute;
    top: 9px;
    right: -59px;
    border-top: 3px solid #99CAED;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#aboutus .box a:hover h2::before {
    width: 55px;
    right: -48px;
}
/*
------------------------------------------------------
サポーターtop
------------------------------------------------------
*/
#supporter {
    padding-top: 110px;
    padding-bottom: 135px;
}
#supporter .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 850px;
    margin: 0 auto;
}
#supporter .inner .left {
    width: 43%;
    /* max-width: 330px; */
    border: 1px solid #707070;
    margin: 0 auto;
}
#supporter .inner .right {
    width: 52%;
}
#supporter .inner .right h2 {
    font-size: 18px;
}
#supporter .inner .left .logo {
    text-align: center;
    width: 60%;
    padding: 15px 0;
    margin: 0 auto;
}
#supporter .logo img {
    width: 300px;
    display: block;
    margin: 0px auto;
    padding: 25px 0;
}
/*
------------------------------------------------------
下層ページ共通
------------------------------------------------------
*/
.top_visual {
    padding-top: 120px;
    width: 100%;
    min-width: 1080px;
    background-color: #F9F9F9;
}
.top_visual .container {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.top_visual .container .top_img {
    width: 67%;
    overflow: hidden;
    background-image: url(/img/main_visual/news.jpg);
    background-size: cover;
    background-position: center center;
    opacity: .7;
}
.top_visual .container .top_img.about {
    background-image: url(/img/main_visual/about.jpg);
}
.top_visual .container .top_img.activity {
    background-image: url(/img/main_visual/activity.jpg);
}
.top_visual .container .ttl {
    width: 33%;
    min-width: 350px;
    text-align: center;
    padding: 3% 0;
}
.top_visual .container .ttl .ttl_main {
    font-family: 'Raleway', sans-serif;
    font-size: 54px;
    font-weight: lighter;
    line-height: initial;
}
.top_visual .container .ttl .ttl_sub {
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
    color: #454242;
}
#conts-page {
    width: 100%;
}
#conts-page .inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 30px;
    text-align: left;
    width: 980px;
}
/*
------------------------------------------------------
メンバー下層ページ
------------------------------------------------------
*/
#members {
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #f6f7f8;
}
.list-members {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
}
.list-members:after {
    content: "";
    display: block;
    width: 31%;
}
.list-members li {
    padding: 15px;
    text-align: center;
    background-color: #FFFFFF;
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.list-members li:last-of-type {
    margin-bottom: 0;
}
.list-members li .left {
    width: 24%;
}
.list-members li .right {
    width: 70%;
    text-align: left;
}
.list-members li .img img {
    width: 100%;
}
.list-members li .organization {
    font-size: 12px;
    display: inline-block;
}
.list-members li .position {
    font-size: 13px;
    display: inline-block;
}
.list-members li .name {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}
.list-members li .corp {
    font-size: 12px;
    letter-spacing: normal;
    margin-right: 15px;
    display: inline-block;
    float: left;
    position: relative;
}
.list-members li .corp::after {
    content: "/";
    position: absolute;
    right: -10px;
    bottom: 0px;
}
.list-members li .corp span {
    margin-right: 12px;
}
.list-members li .info {
    font-size: 14px;
    text-align: left;
    line-height: 150%;
    padding-top: 15px;
}
/*
------------------------------------------------------
医療コラム下層ページ
------------------------------------------------------
*/
#conts-page .list-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 980px;
}
/*最終列が２個になった時の左詰め要素*/
#conts-page .list-column:after {
    content: "";
    display: block;
    width: 30%;
}
#conts-page .list-column li {
    width: 31%;
    margin-bottom: 60px;
}
#conts-page .list-column li:nth-last-of-type(-n+3) {
    margin-bottom: 25px;
}
#conts-page .list-column li a {
    overflow: hidden;
    display: block;
    color: #666;
    text-decoration: none;
    position: relative;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
/* .list-column li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	width: 9px;
	height: 9px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 15px;
} */
#conts-page .list-column li a .img {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
}
#conts-page .list-column li a .right {
    overflow: hidden;
    width: 100%;
}
#conts-page .list-column li a .right .ttl {
    max-height: 2.8em;
    min-height: 2.8em;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 8px;
}
#conts-page .list-column li a .right .date {
    margin-bottom: 0px;
    margin-top: 8px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
#conts-page .list-column li a .right .txt {
    font-size: 14px;
    max-height: 1.3em;
    overflow: hidden;
    word-break: break-all;
}
#conts-page .more-btn {
    text-align: center;
    position: absolute;
    bottom: -8px;
    right: 20px;
}
#conts-page .more-btn a {
    text-align: center;
    display: inline-block;
    background-color: #99CAED;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 100%;
    width: 170px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    letter-spacing: 0;
}
/*
------------------------------------------------------
フッター
------------------------------------------------------
*/
#footer {
    font-size: 14px;
    width: 100%;
    min-width: 1080px;
    background-color: #707477;
}
#footer .logo {
    width: 200px;
    margin: 0 auto;
    padding-top: 30px;
}
#footer .navi {
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
#footer .navi li {
    display: inline-block;
}
#footer .navi li a {
    color: #fff;
    text-decoration: none;
    padding: 4px 15px;
    display: inline-block;
}
#footer .sns {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #B1B6BE;
    /*display: -webkit-flex;
display: -moz-flex;
display: flex; */
}
#footer .sns li {
    margin-right: 10px;
    display: inline-block;
}
#footer .sns li:last-child {
    margin-right: 0px;
}
#footer .sns li a {
    display: inline-block;
}
#footer .sns li a:hover {
    opacity: 1;
}
#footer .sns li a img {
    height: 28px;
    width: 28px;
}
#footer address {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #fff;
}
/*
------------------------------------------------------
コラム
------------------------------------------------------
*/
#main .column {
    margin-top: 80px;
}
#main .column .title-content {
    background-color: #f1f1f4;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 24px;
}
#main .column .inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    padding-bottom: 40px;
    text-align: left;
    max-width: 1150px;
    width: 940px;
}
#main .column .ttl-list {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 155%;
    font-weight: normal;
}
.list-post {
    overflow: hidden;
    padding-top: 30px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.list-post li {
    width: 31%;
    margin-bottom: 40px;
}
.list-post li a {
    display: block;
    text-decoration: none;
    color: #666;
}
.list-post li a .img {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 56.25% 0 0;
    margin-bottom: 18px;
}
.list-post li a .img div {
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-post li a .ttl {
    font-size: 18px;
    color: #333;
    line-height: 140%;
    margin-bottom: 10px;
}
.list-post li a .date {
    font-size: 12px;
    text-align: right;
    margin-bottom: 5px;
    padding-right: 10px;
}
.list-post li a .txt {
    font-size: 14px;
    word-break: break-all;
}
.post-eyecath {
    text-align: center;
    background-color: #F1F1F1;
}
.post-eyecath img {
    height: 350px;
}
.post-area p {
    font-size: 14px !important;
    margin-bottom: 30px !important;
    overflow: hidden;
    line-height: 220% !important;
}
.post-area p a {
    text-decoration: underline;
    color: #333;
}
.post-area .date {
    text-align: center;
}
.post-area .alignnone {
    margin-bottom: 40px;
}
.post-area .alignleft {
    float: left;
    margin-right: 40px;
}
.post-area .alignright {
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}
.post-area .aligncenter {
    display: block;
    padding-bottom: 20px;
    margin: 0 auto 0 auto;
}
.nav-below {
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 30px;
}
.nav-below div a {
    display: block;
    text-align: center;
    line-height: 100%;
    text-decoration: none;
    color: #666666;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 4px;
}
.nav-below div a:hover {}
.nav-below .previous a {
    width: 48%;
    position: relative;
    float: left;
    padding-left: 35px;
}
.nav-below .previous a:after {
    display: block;
    content: '';
    position: absolute;
    top: 43%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 15px;
}
.nav-below .next a {
    width: 48%;
    position: relative;
    float: right;
    padding-right: 35px;
}
.nav-below .next a:after {
    display: block;
    content: '';
    position: absolute;
    top: 43%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px;
}
.nav-below div a p {
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 6px;
}
/*
------------------------------------------------------
ニュース下層ページ
------------------------------------------------------
*/
.list-news {
    margin-bottom: 0px;
}
.list-news li {
    margin-bottom: 25px;
    display: inline-flex;
}
.list-news li .icon {
    color: #01afe0;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
}
.list-news li .date {
    float: left;
    display: block;
    width: 100px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #888;
}
.list-news li .category {
    display: inline-block;
    background-color: #BDD6A1;
    color: #fff;
    width: 60px;
    padding: 0px 9px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin-right: 0.5em;
    max-height: 1.6em;
}
.list-news li .category.PRESS {
    background-color: #95C8C5;
    padding: 0 7px;
}
.list-news li .txt {
    width: 800px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.5em;
    font-size: 14px;
    overflow: hidden;
    display: block;
}
.list-news li .txt a {
    color: #666;
}
/*
------------------------------------------------------
私たちについて下層ページ
------------------------------------------------------
*/
#about {
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
}
#about .inner {
    padding-bottom: 0;
}
#about_vision {
    width: 90%;
    min-width: 972px;
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
#about_vision .txt {
    width: 45%;
    margin-right: auto;
    max-width: 500px;
    margin-left: auto;
}
#about_vision .txt p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 2.5px;
}
#about_vision .img {
    width: 45%;
    opacity: 0.8;
}
#about_member {
    background-color: #f9f9f9;
}
#about_member .inner {
    padding-bottom: 60px;
}
#about_member .about_member_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
#about_member .about_member_list li {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-bottom: 60px;
}
#about_member .about_member_list li .left {
    width: 33%;
    margin-right: 10%;
}
#about_member .about_member_list li .right {
    width: 50%;
    font-size: 15px;
    letter-spacing: 0.5px;
}
#about_member .right p {
    margin-bottom: 10px;
}
#about_member .right h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
#conts-page #about_member .more-btn {
    position: relative;
    right: 0;
    bottom: 0;
}
#corp {
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 30px;
}
#corp .inner {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding-top: 0px;
}
#corp .inner .left {
    width: 30%;
    margin-right: 8%;
    margin-left: 12%;
}
#corp .inner .right {
    width: 60%;
    margin-top: 5%;
}
#corp .inner table {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}
#corp .inner table th {
    width: 20%;
}
#corp .inner table td {
    width: 80%;
}
#conts-page #corp .more-btn {
    position: relative;
    left: 98px;
    bottom: 0;
    text-align: left;
}
#conts-page #corp .more-btn a {
    width: 180px;
}
/*
------------------------------------------------------
私たちの活動下層ページ
------------------------------------------------------
*/
#conts-page .inner.activity {
    width: 1080px;
}
#activities_bottom .box-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 85px;
}
#activities_bottom .box-area::after {
    content: "";
    display: block;
    width: 31%;
}
#activities_bottom ul:last-of-type {
    margin-bottom: 0;
}
#activities_bottom ul:last-of-type .box {
    margin-bottom: 20px;
}
#activities_bottom .box-area .box {
    background-color: #FFFFFF;
    margin-bottom: 40px;
    box-sizing: border-box;
    width: 31%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
#activities_bottom .box-area .box a {
    display: block;
    padding: 17px;
}
#activities_bottom .box-area .box .img {
    margin-bottom: 10px;
}
#activities_bottom .box-area .box .ttl {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
}
#activities_bottom .box-area.service .box .ttl {
    height: 44px;
}
#activities_bottom .box-area.service .box .txt {
    max-height: 64px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#activities_bottom .box-area.books .box .txt {
    overflow: hidden;
}
#activities_bottom .box-area .box .txt {
    text-decoration: none;
    color: #555;
}
/*
------------------------------------------------------
下層ページ
------------------------------------------------------
*/
.tbl-contact {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.tbl-contact tr th {
    background-color: #f6f7f8;
    width: 250px;
    vertical-align: middle;
}
.tbl-contact tr th span {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    color: #FFFFFF;
    background-color: #FF5392;
    padding: 3px 8px;
    line-height: 1;
    position: relative;
    top: -1px;
}
.tbl-contact tr td {
    background-color: #FFFFFF;
    vertical-align: middle;
}
.tbl-contact tr th, .tbl-contact tr td {
    padding: 15px;
}
.tbl-contact tr th {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.tbl-contact tr td {
    padding: 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.tbl-donation {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.tbl-donation tr th {
    background-color: #f6f7f8;
    width: 200px;
    vertical-align: middle;
}
.tbl-donation tr th span {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
    color: #B10000;
}
.tbl-donation tr td {
    background-color: #FFFFFF;
    vertical-align: middle;
}
.tbl-donation tr td p {
    line-height: 320%;
}
.tbl-donation tr td p.sele {
    line-height: 200%;
}
.tbl-donation tr th, .tbl-donation tr td {
    padding: 15px;
}
.tbl-donation tr th {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.tbl-donation tr td {
    padding: 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.input_txt {
    font-size: 16px;
    padding: 8px;
    border: 1px solid #CCCCCC;
}
.input_txt.ss {
    width: 90px;
}
.input_txt.s {
    width: 150px;
}
.input_txt.m {
    width: 270px;
}
.input_txt.l {
    width: 550px;
}
.input_txt.tel {
    width: 90px;
}
.input_txt.area {
    width: 550px;
}
.input_txt:placeholder-shown {
    color: #CCCCCC;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.input_txt::-webkit-input-placeholder {
    color: #CCCCCC;
}
/* Firefox 18- */
.input_txt:-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
}
/* Firefox 19+ */
.input_txt::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
}
/* IE 10+ */
.input_txt:-ms-input-placeholder {
    color: #CCCCCC;
}
.select {
    overflow: hidden;
    width: 230px;
    display: inline-block;
}
.select select {
    width: 230px;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select.sl {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
}
.select.sl::before {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #999999;
    pointer-events: none;
}
.select.sl select {
    padding: 6px 32px 6px 6px;
    color: #666666;
    font-size: 14px;
}
.submit-btn, .btn-top {
    text-align: center;
}
.submit-btn .submit, .submit-btn .back, .btn-top a {
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 60px;
    padding-left: 40px;
    position: relative;
    padding-right: 40px;
    font-size: 16px;
    width: 320px;
    background-color: #666;
    border-style: none;
    transition: 0.3s;
}
.submit-btn .submit:hover {
    background-color: #99CAED;
}
.submit-btn .back {
    background-color: #ACACAC;
    margin-bottom: 20px;
}
.submit-btn .submit:hover, .submit-btn .back:hover {
    opacity: 0.8;
}
.error {
    color: #c70000;
    display: block;
}
.head-txt {
    margin-bottom: 40px;
    padding: 0 100px;
}
.donation-box .txt {
    margin-bottom: 30px;
}
.donation-box .bank {
    padding: 20px;
    background-color: #FFFCD1;
    margin-bottom: 40px;
    color: #000000;
}
.tbl_post {
    font-size: 14px;
}
.tbl_post tr th, .tbl_post tr td {
    padding: 10px;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}
.tbl_post tr th {
    background-color: #24bae0;
    color: #FFFFFF;
}
.tbl_post tr td a {
    color: #555555;
}
#donation, #contact {
    padding-top: 40px;
}
/*
------------------------------------------------------
slider
------------------------------------------------------
*/
.single {
    max-width: 1080px;
    min-width: 980px;
    margin: 0 auto;
}
.single img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/slick.eot');
    src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -45px;
    display: none !important;
}
[dir='rtl'] .slick-prev {
    right: -45px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -15px;
    display: none !important;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -15px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* @media screen and (641px <= width < 1080px) {

} */
.link_donation_list {
    text-align: right;
    margin-bottom: 30px;
}
.link_donation_list a {
    display: inline-block;
    text-align: center;
    padding: 0 80px;
    line-height: 34px;
    background-color: #7FBBE6;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.link_donation_list a:after {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
    right: 12px;
}
.tbl-donation-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.tbl-donation-list tr th, .tbl-donation-list tr td {
    padding: 15px;
    border: 1px solid #CCCCCC;
}
.tbl-donation-list tr th {
    background-color: #f6f7f8;
    vertical-align: middle;
    text-align: center;
}
.tbl-donation-list tr th:first-child {
    width: 250px;
}
.tbl-donation-list tr td {
    vertical-align: middle;
    text-align: center;
}
/* =====================
  hpvv9
===================== */
#hpvv9 {
    padding: 120px 0;
}
#hpvv9 .contents {
    padding: 60px 0;
}
#hpvv9 .inner {
    padding: 0;
}
#hpvv9 .ttl-list {
    font-size: 16px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 30px;
}
#hpvv9 .ttl-list::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background: #BFDDF2;
    position: absolute;
    top: 3px;
    left: 0;
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, .08);
    border-radius: 2px;
}
#hpvv9 .ttl-area {
    margin-bottom: 10px;
}
#hpvv9 .txt {
    line-height: 30px;
}
#hpvv9 .txt p {
    margin-bottom: 30px;
}
#hpvv9 .txt p:last-of-type {
    margin-bottom: 0;
}
#hpvv9 a {
    text-decoration: underline;
    color: #5599ca;
}
#hpvv9 a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #666;
}
#hpvv9 .list_area {
    padding: 0 25px;
}
.hpvv9_table th, .hpvv9_table td {
    border: 1px solid #ccc;
    padding: 15px;
    vertical-align: middle;
    box-sizing: border-box;
}
.hpvv9_table th {
    background: #f6f7f8;
    text-align: center;
}
.hpvv9_table td {
    text-align: left;
    font-size: 13px;
}
/*  hpvv9_lead
------------------------*/
#hpvv9_lead .txt {
    padding: 0 100px;
    margin-bottom: 60px;
}
#hpvv9_lead .img {
    width: 800px;
    margin: 0 auto;
}
/*  hpvv9_list
------------------------*/
#hpvv9_list .nav_local {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#hpvv9_list .nav_local li {
    width: 24%;
    margin-bottom: 15px;
    color: #7FBBE6;
    background: #fff;
    border: 1px solid #7FBBE6;
    text-align: center;
    padding: 12px;
    position: relative;
    box-shadow: 2px 2px 5px -1px rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: 0.3s linear;
}
#hpvv9_list .nav_local li.active {
    background: #7FBBE6;
    color: #fff;
}
#hpvv9_list .nav_local li:hover,
#hpvv9_list .nav_local li.active  {
    background: #7FBBE6;
    color: #fff;
}
#hpvv9_list .nav_local li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3.5px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7FBBE6;
    border-right: 1px solid #7FBBE6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s linear;
}
#hpvv9_list .nav_local li:hover::after,
#hpvv9_list .nav_local li.active::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
#hpvv9_list .area_item {
    display: none;
}
#hpvv9_list .area_item.all,
#hpvv9_list .area_item.show {
    display: block;
}
#hpvv9_list .areas {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    display: none;
}
#hpvv9_list .area_item.all .areas,
#hpvv9_list .area_item.all.show .areas {
    display: none;
}
#hpvv9_list .area_item.show .areas {
    display: -webkit-flex;
    display: flex;
}
#hpvv9_list .areas li {
    background: #7FBBE6;
    color: #fff;
    position: relative;
    box-shadow: 2px 2px 5px -1px rgb(0 0 0 / 8%);
    border-radius: 2px;
    margin: 5px;
}
#hpvv9_list .areas li:first-child {
    margin-left: 0;
}
#hpvv9_list .areas li a {
    display: block;
    padding: 3px 25px;
    color: #fff;
    text-decoration: none;
}
#hpvv9_list .list_item {
    margin-bottom: 30px;
}
#hpvv9_list .list_item .ttl-list {
    margin-bottom: 20px;
}
#hpvv9_list .hpvv9_table th:nth-child(1) {
    width: 35%;
}
#hpvv9_list .hpvv9_table th:nth-child(2) {
    width: 50%;
}
#hpvv9_list .hpvv9_table th:nth-child(3) {
    width: 15%;
}
#hpvv9_list .ok {
    background: #7FBBE6;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 10px;
    letter-spacing: 1px;
}
/*  hpvv9_man
------------------------*/
#hpvv9_man {
    margin-top: 80px;
}
#hpvv9_man .list_area {
    margin-bottom: 30px;
}
#hpvv9_man .list_area:last-of-type {
    margin-bottom: 0;
}
#hpvv9_man .hpvv9_table td {
    width: 33%;
}
/*  hpvv9_type
------------------------*/
#hpvv9_type {
    background: #f9f9f9;
    margin: 40px 0;
}
#hpvv9_type.contents {
    padding: 80px 0;
}
#hpvv9_type .ttl-sub {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}
#hpvv9_type .ttl-sub::before {
    content: '';
    width: 35px;
    height: 3px;
    display: block;
    background: #99CAED;
    position: absolute;
    top: 8px;
    left: -50px;
}
#hpvv9_type .txt {
    margin-bottom: 40px;
}
#hpvv9_type .txt:last-of-type {
    margin-bottom: 0;
}
/*  hpvv9_please
------------------------*/
#hpvv9_please .box {
    background: #E1F2F8;
    padding: 65px;
}
