@charset "UTF-8";

@font-face {
    font-family: "HiraginoKakuGothicPro-W3";
    src: url("../font/Hiragino Kaku Gothic Pro W3.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HiraginoKakuGothicPro-W6";
    src: url("../font/Hiragino Kaku Gothic Pro W6.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

/* entypo */
[class*="entypo-"]:before {
    font-family: "entypo", sans-serif;
}

/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    color: #5c5c5c;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

.disc {
    list-style: disc;
}

.custom-li {
    padding-left: 1em;
    text-indent: -1em;
}

.mt10 {
    margin-top: 10px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.ml10 {
    margin-left: 10px;
}

.ml23 {
    margin-left: 23px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml70 {
    margin-left: 70px;
}

.simple-table {
    border-collapse: collapse;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    height: auto;
    border: 1px solid #5c5c5c;
}

.simple-table th {
    background: #eee;
}

.simple-table th,
.simple-table td {
    text-align: center;
    padding: 1%;
    border: 1px solid #5c5c5c;
}

.basicList ul li,
.basiclist ul li {
    margin-bottom: 10px;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0 !important;
    padding: 0;
}

body {
    font: 13px/1.231 arial, sans-serif;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    font-size: 108%;
    line-height: 100%;
}

/* ==================================================
 style info :

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%

=================================================== */
body {
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    border-top: 5px solid #1e3784;
}

/*	browsehappy
--------------------------------------*/
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*	clearfix
--------------------------------------*/
.clearfix {
    /**zoom: 1;*/
}

.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.cb {
    clear: both;
}

/*	title　font
--------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

/*	image
--------------------------------------*/
img {
    margin: 0px;
    padding: 0px;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}

a img {
    border: 0px;
    max-width: 100%;
}

/*	link
--------------------------------------*/
a {
    color: #5c5c5c;
    border: 0;
    font-size: 100%;
    text-decoration: none;
}

a.lnka {
    color: #1e3784;
    padding-left: 5px;
}

a.lnka:hover {
    color: #86c5d1;
}

a:hover {
    color: #86c5d1;
}

/*	hover
-------------------------------------*/
.toimg a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.tobg a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

/*	斜め文字と太字の初期化
--------------------------------------*/

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}

/*	display
--------------------------------------*/
.spNone {
    display: none;
}

.pcNone {
    display: none;
}

.txtC {
    text-align: center;
}

.mt40 {
    margin-top: 40px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb55 {
    margin-bottom: 55px;
}

.txtR {
    text-align: right;
}

/* ===================================================================
 * style info : common
 * =================================================================== */

header {
    position: relative;
    border-bottom: 1px solid #ccc;
    /* box-shadow: rgba(0, 0, 0, .1) 0px 6px 6px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 6px 6px 0px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0px 6px 6px 0px; */
    margin-bottom: 15px;
}

/* gnavi */

/*body, nav, ul, li, a  {margin: 0; padding: 0;}*/
.navWrap {
    width: 90%;
    max-width: 900px;
    margin: 0px auto;
}

@media only screen and (min-width: 768px) {
    .navWrap {
        margin: 7px auto;
    }
}

.toggleMenu {
    display: none;
    background: #1e3784;
    padding: 2vw 15px;
    color: #fff;
}

.nav {
    list-style: none;
    background: #f1f1f1;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 9em;
}

.nav a {
    padding: 10px 15px;
    color: #5a5a5a;
}

.nav li {
    position: relative;
}

.nav > li {
    float: left;
    border-top: 1px solid #ccc;
}

.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    background: #fafafa;
    position: relative;
    z-index: 100;
    border-top: 1px solid #ccc;
}

.nav li li li a {
    background: #fafafa;
    z-index: 200;
    border-top: 1px solid #ccc;
}

.nav.style--column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav.style--column::before {
    display: none;
}

.nav > li.subnavigation {
    width: calc(50% - 1px);
    margin-left: 1px;
}

.nav > li.subnavigation:nth-child(2n-1) {
    margin-left: 0px;
    width: 50%;
}

.nav > li.subnavigation.is--wide {
    width: 100%;
}

.nav > li.subnavigation a {
    background: #1e3784;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

#calender {
    width: 100%;
    border-right: 1px solid #1e3784;
    border-bottom: 1px solid #1e3784;
}

#calender th,
#calender td {
    width: 14.66%;
    padding: 1%;
    border-top: 1px solid #1e3784;
    border-left: 1px solid #1e3784;
}

#calender th {
    background-color: #1e3784;
    color: #fff;
}

#calender .date {
    margin-bottom: 0.3em;
    font-weight: bold;
}

#calender .date.sunday {
    color: #f00;
}

#calender .date.saturday {
    color: #00f;
}

#calender .date.holiday {
    color: #f00;
}

#calender .event {
    background-color: papayawhip;
    padding: 0.5em;
    margin-bottom: 0.3em;
}

#calender .event:last-of-type {
    margin-bottom: 0;
}

#calender .event a {
    text-decoration: underline;
    color: #00f;
}

/* カレンダー モーダル表示 */
.modal {
    box-sizing: border-box;
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 320px;
}

@media only screen and (min-width: 768px) {
    .modal__content {
        max-width: 640px;
        padding: 20px;
    }
}

.sch_detail {
    display: block;
    background-color: #fff;
    width: 100%;
    margin-bottom: 1em;
}

.sch_detail table {
    width: 100%;
    border-right: 1px solid #1e3784;
    border-bottom: 1px solid #1e3784;
}

.sch_detail caption {
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    line-height: 1.6;
    text-align: left;
}

.sch_detail th,
.sch_detail td {
    border-top: 1px solid #1e3784;
    border-left: 1px solid #1e3784;
}

.sch_detail th {
    padding: 0.5em;
    background-color: #cef;
    color: #000;
    width: 50px;
}

.sch_detail td {
    padding: 0.5em;
    line-height: 1.4;
    width: calc(100% - 30px);
}

.modal-close {
    padding: 0.5em;
    text-align: center;
}

.modal-close a {
    padding: 0.3em 0.5em;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}

#pager {
    text-align: center;
}

#pager li {
    display: inline-block;
    padding: 0.5em;
}

#pager li a {
}

.pager {
    text-align: center;
}

.pager li {
    display: inline-block;
    padding: 0.5em;
}

#yotei_detail {
}

.pdfList {
    padding: 0.5em;
}

.pdfList li {
    margin-bottom: 1em;
}

.btn {
    font-size: 1.1em;
    text-align: center;
    margin: 1em auto;
    max-width: 300px;
}

.btn a {
    padding: 0.5em;
    background-color: #efefef;
    color: #000;
    border: 1px solid #000;
}

/*	map --------------------------------------*/
.map {
    width: 90%;
    margin: 20px auto;
}

.mapInner {
    width: 100%;
}

.link-dl dd {
    margin: 0 0 1.5em 1em;
}

.link-dl dt a {
    text-decoration: underline;
    color: #1e3784;
}

.link-dl dt a:hover {
    text-decoration: underline;
    color: #86c5d1;
}

.h3-title {
    text-align: left;
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 320px) {
    /* ===================================================================
 * style info : common
 * =================================================================== */

    /*	header --------------------------------------*/
    header {
    }

    .hdContent {
        width: 96%;
        margin: 0 auto;
        padding: 15px 0;
    }

    .hdContent h1 {
        width: 70%;
    }

    /* gnavi */
    .active {
        display: block;
    }

    .toggleMenu {
        position: absolute;
        top: 15px;
        right: 6px;
    }

    .nav > li {
        float: none;
    }

    .nav > li > .parent {
        background-position: 95% 50%;
    }

    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
    }

    /*	sp common
--------------------------------------*/
    .field {
        width: 88%;
        margin: 0 auto 30px;
    }

    .whole {
        width: 100%;
        margin-bottom: 30px;
    }

    /* sponsor */
    .sponsor li {
        width: 25%;
        float: left;
    }

    /*	mainimage
--------------------------------------*/
    .mainimage {
        width: 100%;
        /* min-height: 120px; */
        /* margin-bottom: 30px; */
    }

    .mainimage p {
        color: #614a3f;
        text-align: center;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
        font-weight: 600;
        font-size: 28px;
        line-height: 54px;
        width: 100%;
        height: 62.4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-img-left,
    .sidebar-img-right {
        display: none;
    }

    /*	topicpath --------------------------------------*/
    .topicpath {
        display: none;
    }

    /*	ttl --------------------------------------*/
    .ttlStyle {
        font-size: 123.1%;
        border-bottom: 2px solid #1e3784;
        padding-bottom: 3px;
        margin-bottom: 5px;
    }

    .ttlStyle span {
        color: #1e3784;
        font-size: 85%;
        margin-left: 3px;
    }

    .ttlCenter {
        color: #1e3784;
        font-size: 123.1%;
        text-align: center;
        line-height: 2;
        margin-bottom: 20px;
    }

    .ttlCenter span {
        color: #1e3784;
        font-size: 85%;
    }

    .ttlBder {
        color: #1e3784;
        font-size: 123.1%;
        font-weight: bold;
        border-bottom: 2px solid #1e3784;
        padding-bottom: 3px;
        margin-bottom: 5px;
    }

    .ttlBderlarge {
        color: #1e3784;
        font-size: 123.1%;
        font-weight: bold;
        border-bottom: 2px solid #1e3784;
        padding-bottom: 3px;
        margin-bottom: 15px;
    }

    .ttlSpace {
        font-size: 116%;
        text-align: center;
        line-height: 1.8;
        padding: 30px 15px;
    }

    .ttlGrad {
        font-size: 116%;
        padding: 6px 10px;
        margin-bottom: 15px;
        background-image: -moz-linear-gradient(top, #fbfbfb, #f7f7f7);
        background-image: -ms-linear-gradient(top, #fbfbfb, #f7f7f7);
        background-image: -o-linear-gradient(top, #fbfbfb, #f7f7f7);
        background-image: -webkit-gradient(
            linear,
            center top,
            center bottom,
            from(#fbfbfb),
            to(#f7f7f7)
        );
        background-image: -webkit-linear-gradient(top, #fbfbfb, #f7f7f7);
        background-image: linear-gradient(top, #fbfbfb, #f7f7f7);
        border: 1px solid #ececec;
        border-top: 3px solid #203982;
    }

    .bgBlularge {
        color: #fff;
        font-size: 116%;
        padding: 6px 10px;
        margin-bottom: 15px;
        background: #1e3784;
    }

    .bgWhitelarge {
        color: #614a3f;
        font-size: 18px;
        font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
        padding: 6px 10px;
        margin-bottom: 15px;
    }

    /*	box style
--------------------------------------*/
    .fieldWrap {
        width: 100%;
    }

    .fieldLeft,
    .fieldRight {
        margin-bottom: 30px;
    }

    .fieldLeft02 {
        margin-bottom: 30px;
    }

    .extent {
        margin-bottom: 30px;
    }

    .extentRpict {
        width: 30%;
        float: left;
        padding: 0 8px 5px 0;
    }

    .extentLpict {
        width: 30%;
        float: right;
        padding: 0 5px 0 8px;
    }

    /* 追加ここまで */
    .field p {
        margin-bottom: 15px;
    }

    /*	table --------------------------------------*/
    .bgOdd tr:nth-child(2n-1) {
        background: #f2f2f2;
    }

    /*	btmbnr --------------------------------------*/
    .btmBnr {
        margin-bottom: 30px;
        text-align: center;
        /*border: 1px solid #ccc;*/
    }

    .btmBnr a {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

    .btmBnr div {
        width: 100%;
        display: inline-block;
        /*float: left;*/
        padding: 20px 20px 0 20px;
        min-height: 250px;
    }

    .btmBnr a div {
        background: #fff;
    }

    .btmBnr a:hover div {
        background: #1e3784;
    }

    .btmBnr a dt,
    .btmBnr a dt span {
        color: #1e3784;
    }

    .btmBnr a dd {
        color: #5a5a5a;
    }

    .btmBnr a:hover dt,
    .btmBnr a:hover dt span {
        color: #fff;
    }

    .btmBnr a:hover dt,
    .btmBnr a:hover dt span,
    .btmBnr a:hover dd {
        color: #fff;
    }

    .btmBnr dt {
        font-size: 123.1%;
        font-weight: bold;
        padding-top: 50px;
        text-align: center;
    }

    .btmBnr dt span {
        font-size: 85%;
        font-weight: normal;
    }

    .btmBnr .member,
    .btmBnr .join {
        border: 1px solid #ccc;
    }

    .btmBnr .jobtraining {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .btmBnr .recruitment {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .btmBnr .youth {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .btmBnr .nursery {
        border-left: 0px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .btmBnr a .member dt {
        background: url(../images/common/bg_bnr01.gif) top center no-repeat;
    }

    .btmBnr a:hover .member dt {
        background: url(../images/common/bg_bnr01_on.gif) top center no-repeat;
    }

    .btmBnr a .recruitment dt {
        background: url(../images/common/bg_bnr02.gif) top center no-repeat;
    }

    .btmBnr a:hover .recruitment dt {
        background: url(../images/common/bg_bnr02_on.gif) top center no-repeat;
    }

    .btmBnr a .nursery dt {
        background: url(../images/common/bg_bnr03.gif) top center no-repeat;
    }

    .btmBnr a:hover .nursery dt {
        background: url(../images/common/bg_bnr03_on.gif) top center no-repeat;
    }

    .btmBnr a .join dt {
        background: url(../images/common/bg_bnr04.gif) top center no-repeat;
    }

    .btmBnr a:hover .join dt {
        background: url(../images/common/bg_bnr04_on.gif) top center no-repeat;
    }

    .btmBnr a .jobtraining dt {
        background: url(../images/common/bg_bnr05.gif) top center no-repeat;
    }

    .btmBnr a:hover .jobtraining dt {
        background: url(../images/common/bg_bnr05_on.gif) top center no-repeat;
    }

    .btmBnr a .youth dt {
        background: url(../images/common/bg_bnr06_02.gif) top center no-repeat;
    }

    .btmBnr a:hover .youth dt {
        background: url(../images/common/bg_bnr06_02_on.gif) top center
            no-repeat;
    }

    .bnr_inner {
        width: 90%;
        margin: 5% auto;
    }

    .bnr_box {
        width: 100%;
    }

    .bnr_box li {
        width: 45%;
        height: auto;
        float: left;
        margin-left: 5%;
        margin-bottom: 2%;
    }

    .news-btn {
        text-align: right;
        margin-bottom: 20px;
        margin-top: -2.4em;
    }

    /*	footer --------------------------------------*/
    footer {
        background: #1e3784;
    }

    footer a {
        color: #fff;
    }

    footer a:hover {
        color: #aacbf6;
    }

    .totop {
        padding: 11px 0;
        border-bottom: 2px solid #fff;
        text-align: center;
    }

    .totop a {
        color: #fff;
        background: url(../images/common/bg_totop.gif) right center no-repeat;
        padding: 15px 30px 15px 0;
    }

    .totop a:hover {
        color: #aacbf6;
    }

    .ftInner {
        width: 96%;
        padding-top: 30px;
        margin: 0 auto 30px;
    }

    .ftInfo {
        margin-bottom: 20px;
    }

    .ftInfo p,
    address,
    .copy {
        color: #fff;
    }

    .fNavi dl {
        margin-bottom: 20px;
    }

    .fNavi dt {
        font-size: 108%;
        padding-bottom: 3px;
        margin-bottom: 7px;
        border-bottom: 1px solid #fff;
    }

    .fNavi li {
        margin-left: 20px;
    }

    .fNavi dd a {
        color: #fff;
        background: url(../images/common/bg_point01.gif) 0 50% no-repeat;
        padding-left: 15px;
    }

    .fNavi dd a:hover {
        color: #aacbf6;
        background: url(../images/common/bg_point02.gif) 0 50% no-repeat;
        padding-left: 15px;
    }

    .ftInfo span {
        color: #fff;
        font-size: 85%;
    }

    .ftInfo p {
        font-size: 123.1%;
        margin-bottom: 8px;
    }

    /*	top --------------------------------------*/
    .sliderWrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .sliderWrap a {
        cursor: pointer;
    }

    .sliderWrap a:hover img {
        opacity: 0.7;
    }

    /** RESET AND LAYOUT */

    .bx-wrapper {
        position: relative;
        margin: 0 auto 60px;
        padding: 0;
    }

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME */

    .bx-wrapper .bx-viewport {
        /*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
*/
        left: -5px;
        background: #fff;

        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: 0.85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #000;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../images/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(../images/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

    .bx-wrapper .bx-controls-auto .bx-start:hover,
    .bx-wrapper .bx-controls-auto .bx-start.active {
        background-position: -86px 0;
    }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

    .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .bx-wrapper .bx-controls-auto .bx-stop.active {
        background-position: -86px -33px;
    }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper
        .bx-controls.bx-has-controls-auto.bx-has-pager
        .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: 0.85em;
        padding: 10px;
    }

    /* topic */
    .topic,
    .topicscntns {
        margin-bottom: 30px;
        word-wrap: break-word;
    }

    .topic dd,
    .topicscntns dd {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 3px;
        margin-bottom: 7px;
    }

    .bgBlu {
        color: #fff;
        font-size: 10px;
        padding: 4px 5px 3px;
        margin-left: 3px;
        background: #1e3784;
    }

    .bgOra {
        color: #fff;
        font-size: 10px;
        padding: 4px 5px 3px;
        margin-left: 3px;
        background: #f06e06;
    }

    .topBnr {
        margin-bottom: 30px;
        /*border: 1px solid #ccc;*/
    }

    .topBnr div {
        width: 50%;
        float: left;
        padding: 20px 20px 0 20px;
        min-height: 250px;
    }

    .topBnr a div {
        background: #fff;
    }

    .topBnr a:hover div {
        background: #1e3784;
    }

    .topBnr a dt,
    .topBnr a dt span {
        color: #1e3784;
    }

    .topBnr a dd {
        color: #5a5a5a;
    }

    .topBnr a:hover dt,
    .topBnr a:hover dt span {
        color: #fff;
    }

    .topBnr a:hover dt,
    .topBnr a:hover dt span,
    .topBnr a:hover dd {
        color: #fff;
    }

    .topBnr dt {
        font-size: 123.1%;
        font-weight: bold;
        padding-top: 50px;
        text-align: center;
    }

    .topBnr dt span {
        font-size: 85%;
        font-weight: normal;
    }

    .topBnr .member,
    .topBnr .join {
        border: 1px solid #ccc;
    }

    .topBnr .jobtraining {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .topBnr .recruitment {
        border-top: 1px solid #ccc;
        border-right: 0px;
        border-left: 1px solid #ccc;
    }

    .topBnr .nursery {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .topBnr .youth {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .topBnr a .member dt {
        background: url(../images/common/bg_bnr01.gif) top center no-repeat;
    }

    .topBnr a:hover .member dt {
        background: url(../images/common/bg_bnr01_on.gif) top center no-repeat;
    }

    .topBnr a .recruitment dt {
        background: url(../images/common/bg_bnr02.gif) top center no-repeat;
    }

    .topBnr a:hover .recruitment dt {
        background: url(../images/common/bg_bnr02_on.gif) top center no-repeat;
    }

    .topBnr a .nursery dt {
        background: url(../images/common/bg_bnr03.gif) top center no-repeat;
    }

    .topBnr a:hover .nursery dt {
        background: url(../images/common/bg_bnr03_on.gif) top center no-repeat;
    }

    .topBnr a .join dt {
        background: url(../images/common/bg_bnr04.gif) top center no-repeat;
    }

    .topBnr a:hover .join dt {
        background: url(../images/common/bg_bnr04_on.gif) top center no-repeat;
    }

    .topBnr a .jobtraining dt {
        background: url(../images/common/bg_bnr05.gif) top center no-repeat;
    }

    .topBnr a:hover .jobtraining dt {
        background: url(../images/common/bg_bnr05_on.gif) top center no-repeat;
    }

    .topBnr a .youth dt {
        background: url(../images/common/bg_bnr06_02.gif) top center no-repeat;
    }

    .topBnr a:hover .youth dt {
        background: url(../images/common/bg_bnr06_02_on.gif) top center
            no-repeat;
    }

    /* topsalutation */
    .topsalutation {
        width: 100%;
        padding: 50px 0;
        margin-bottom: 30px;
        background-attachment: fixed;
        background-size: cover;
        background: url(../images/index/bg_top.jpg) center center no-repeat;
    }

    .topsalutation div {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        padding: 25px 15px;
        background: rgba(256, 256, 256, 0.8);
    }

    .topsalutation div h2 {
        font-size: 116%;
        margin-bottom: 15px;
    }

    /*	system */
    .system {
        background: url(../images/system/mainimage.jpg) bottom center no-repeat;
        background-size: cover;
    }

    .systemMap {
        width: 80%;
        margin: 0 auto;
    }

    /*	activities
--------------------------------------*/
    .activities h5,
    .activities h6 {
        margin-bottom: 15px;
    }

    .planList {
        margin-bottom: 30px;
    }

    .planList dt {
        margin-bottom: 7px;
    }

    .planList dd {
        margin: 0 15px 0;
    }

    .planList dd li {
        margin-bottom: 7px;
    }

    /* table 3columnm */
    .ptn3clm {
        table-layout: fixed;
        width: 100%;
        margin-bottom: 30px;
    }

    .ptn3clm td,
    .ptn2clm td,
    .ptn3clm th {
        padding: 5px;
    }

    .ptn3clm th {
        border-bottom: 1px solid #ccc;
        font-weight: normal;
    }

    .ptn2clm {
        width: 100%;
        margin-bottom: 30px;
    }

    .ptn2clm tr td:nth-of-type(1) {
        width: 40%;
    }

    .garden {
    }

    .garden li {
        width: 48%;
        float: left;
        padding: 15px 10px;
        min-height: 200px;
        margin: 0 1% 20px;
        border: 4px solid #ccc;
    }

    .garden dt {
        text-align: center;
        margin-bottom: 15px;
    }

    .garden dt span {
        color: #fff;
        background: #1e3784;
        padding: 7px 10px;
    }

    .pdfList {
        padding: 10px;
        margin-bottom: 1em;
    }

    .pdfList li {
        padding-left: 10px;
    }

    #schedule .yotei {
        background-color: #cef;
        font-weight: bold;
    }

    #schedule .yotei a {
        display: block;
        width: 100%;
        height: 100%;
    }

    /*	guide
--------------------------------------*/
    .guide {
        background: url(../images/mainimage-new.png) bottom center no-repeat;
        background-size: cover;
    }

    .guideMsp {
        text-align: center;
        margin-bottom: 30px;
    }

    .zone {
        overflow: hidden;
        border-top: 1px solid #ccc;
    }

    .zone li {
        width: 50%;
        float: left;
        background: url(../images/common/bg_point03.gif) 10px 50% no-repeat;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 7px 0 7px 25px;
    }

    .zone li:nth-child(odd) {
        border-left: 1px solid #ccc;
    }

    .zone li a {
        display: block;
    }

    /* acordion common
-----------------------------------------------------------------*/
    .btmMenu {
        margin-bottom: 30px;
    }

    .btmMenu dl.acordion {
    }

    .btmMenu dt.trigger {
        overflow: hidden;
        background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#efefef));
        background: #9bd8ff linear-gradient(#fefefe, #efefef);
        text-align: left;
        color: #1e3784;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0;
        padding: 12px 15px;
    }

    .btmMenu dt.active {
    }

    .btmMenu dt.trigger span.open-close {
        background: url(../images/guide/point_plus.png) no-repeat right 50%;
        float: right;
        width: 13px;
        height: 13px;
        text-indent: -9999em;
    }

    .btmMenu dt.active span.open-close {
        background: url(../images/guide/point_none.png) no-repeat right top;
        float: right;
        width: 13px;
        height: 13px;
    }

    .btmMenu dt.topAc {
        border: 1px solid #f1f1f1;
    }

    .btmMenu dt.btmAc {
        border: 1px solid #f1f1f1;
        border-top: none;
    }

    .btmMenu dd.acordion_tree {
        background: #fff;
        border: none;
        padding-top: 15px;
    }

    .btmMenu li {
        overflow: hidden;
        width: 50%;
        float: left;
        background: url(../images/common/bg_point03.gif) 5px 50% no-repeat;
        padding: 7px 0 5px 15px;
        margin-bottom: 7px;
    }

    /*	detail
--------------------------------------*/
    .basic p {
        text-align: center;
    }

    .basicLeft {
        width: 100%;
    }

    .basicRight {
        width: 100%;
    }

    .basicLeft th,
    .basicRight th {
        width: 8em;
        text-align: left;
        font-weight: normal;
        padding: 0 10px;
    }

    .basicLeft td,
    .basicRight td {
        padding: 10px 10px;
    }

    /*	admission
--------------------------------------*/
    .type dt {
        margin-bottom: 10px;
    }

    .type dd {
        margin-bottom: 20px;
    }

    .dues dl {
        margin-bottom: 30px;
    }

    .dues dt {
        margin-bottom: 10px;
    }

    /* 追加ここから */
    /*	activity
--------------------------------------*/
    .session img {
        width: 52%;
        max-width: 500px;
        margin: 0 0 10px 15px;
        float: right;
    }

    .group {
        margin-bottom: 15px;
    }

    .group img {
        width: 26%;
        max-width: 250px;
        float: left;
        margin: 0 15px 10px 0;
    }

    /* theme */
    .theme li {
        text-align: center;
        margin-bottom: 50px;
    }

    .theme h5 {
        font-size: 108%;
        font-weight: bold;
        margin-bottom: 5px;
    }

    /* recreation */
    .recreation {
        margin-bottom: 30px;
    }

    .recreation table {
        width: 90%;
        margin: 0 auto;
    }

    .recreation table td {
        padding: 5px 10px;
    }

    .recreation table tr:nth-child(even) {
        background: #efefef;
    }

    /*	committee
--------------------------------------*/
    .commitList {
        margin: 10px 0 0 0;
    }

    .commitList li {
        margin-bottom: 10px;
    }

    .linkList {
        width: 90%;
        margin: 0 auto;
    }

    .linkList li {
        background: url(../images/common/point04.gif) 0 50% no-repeat;
        padding: 5px 0 5px 13px;
    }

    /*	admission
--------------------------------------*/
    .download {
        width: 60%;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        background-image: -moz-linear-gradient(top, #2645a6, #1e3784);
        background-image: -ms-linear-gradient(top, #2645a6, #1e3784);
        background-image: -o-linear-gradient(top, #2645a6, #1e3784);
        background-image: -webkit-gradient(
            linear,
            center top,
            center bottom,
            from(#2645a6),
            to(#1e3784)
        );
        background-image: -webkit-linear-gradient(top, #2645a6, #1e3784);
        background-image: linear-gradient(top, #2645a6, #1e3784);
    }

    .download a {
        color: #fff;
    }

    .download a:hover {
        color: #86c5d1;
    }

    h3.ttlCenter {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    p.bold-custom,
    .bold-custom {
        color: #614a3f;
        text-align: center;
        font-size: 26px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }
}

/* 追加ここまで */
@media only screen and (min-width: 480px) {
    /*	mainimage
--------------------------------------*/
    .mainimage {
        width: 100%;
        min-height: 160px;
        /* margin-bottom: 30px; */
    }

    .mainimage p {
        color: #614a3f;
        text-align: center;
        font-family: "HiraginoKakuGothicPro-W6";
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        width: 100%;
        height: 62.4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*	guide
--------------------------------------*/
    .guide {
        background: url(../images/mainimage-new.png) bottom center no-repeat;
        background-size: cover;
        background-color: #f8f8f1;
    }

    .garden {
    }

    .garden li {
        width: 48%;
        float: left;
        padding: 15px 15px;
        min-height: 200px;
        margin: 0 1% 20px;
        border: 4px solid #ccc;
    }

    .garden dt {
        text-align: center;
        margin-bottom: 15px;
    }

    .garden dt span {
        color: #fff;
        font-size: 123.1%;
        background: #1e3784;
        padding: 7px 15px;
    }

    .bnr_inner {
        width: 90%;
        margin: 5% auto;
    }

    .bnr_box {
        width: 100%;
    }

    .bnr_box li {
        width: 20%;
        height: auto;
        float: left;
        margin-left: 4%;
        margin-bottom: 2%;
    }
}

@media only screen and (min-width: 640px) {
    /* ===================================================================
 * style info : common
 * =================================================================== */
    /*	ttl
--------------------------------------*/
    a.lnka {
        color: #1e3784;
        padding-left: 15px;
        font-size: 1.2em;
    }

    .ttlStyle {
        font-size: 138.5%;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }

    .ttlStyle span {
        font-size: 85%;
        margin-left: 3px;
    }

    .ttlCenter {
        color: #1e3784;
        font-size: 153.9%;
        text-align: center;
        line-height: 2;
        margin-bottom: 30px;
    }

    .ttlCenter span {
        color: #1e3784;
        font-size: 85%;
    }

    .ttlBder {
        color: #1e3784;
        font-size: 138.5%;
        font-weight: bold;
        border-bottom: 2px solid #1e3784;
        padding-bottom: 3px;
        margin-bottom: 5px;
    }

    .ttlBderlarge {
        color: #1e3784;
        font-size: 138.5%;
        font-weight: bold;
        border-bottom: 2px solid #1e3784;
        padding-bottom: 3px;
        margin-bottom: 20px;
    }

    .ttlSpace {
        font-size: 138.5%;
        text-align: center;
        line-height: 1.8;
        padding: 50px 30px;
    }

    .bgBlularge {
        color: #fff;
        font-size: 123.1%;
        padding: 6px 13px;
        margin-bottom: 15px;
        background: #1e3784;
    }

    .bgWhitelarge {
        color: #614a3f;
        font-size: 18px;
        font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
        padding: 6px 13px;
        margin-bottom: 15px;
    }

    /*	btmBnr
--------------------------------------*/
    .btmBnr {
        margin-bottom: 40px;
    }

    .btmBnr div {
        /*width: 50%;
	float: left;*/
        padding: 40px 20px 0 20px;
        /*min-height: 250px;*/
    }

    .btmBnr dt {
        font-size: 138.5%;
        /*font-weight: bold;
	padding-top: 50px;
	text-align: center;*/
        margin-bottom: 20px;
    }

    .btmBnr dt span {
        font-size: 100%;
        font-weight: normal;
    }

    .news-btn {
        margin-top: -3.6em;
    }

    /*	box style
--------------------------------------*/
    .field p {
        margin-bottom: 15px;
        line-height: 1.8;
        font-size: 108%;
    }

    /*	footer
--------------------------------------*/

    .ftInner {
        /*width: 96%;
	padding-top: 30px;
	margin: 0 auto 30px;*/
    }

    .ftInfo {
        /*margin-bottom: 20px;*/
    }

    .fNavi dl {
        width: 50%;
        float: left;
        /*margin-bottom: 20px;*/
    }

    .fNavi dt {
        font-size: 116%;
        /*	padding-bottom: 3px;
	margin-bottom: 7px;
*/
        border-bottom: none;
    }

    /*.fNavi li {
	margin-left: 20px;
}
*/

    /*.fNavi dd a {
	color: #fff;
	background: url(../images/common/bg_point01.gif) 0 50% no-repeat;
	padding-left: 15px;
}

.fNavi dd a:hover {
	color: #aacbf6;
	background: url(../images/common/bg_point02.gif) 0 50% no-repeat;
	padding-left: 15px;
}
*/
    .ftInfo span {
        color: #fff;
        font-size: 100%;
    }

    .ftInfo p {
        font-size: 138.5%;
        margin-bottom: 8px;
    }

    /*	mainimage
--------------------------------------*/
    .mainimage {
        width: 100%;
        min-height: 200px;
        /* margin-bottom: 30px; */
    }

    /* .mainimage p {
        color: #1e3784;
        font-size: 138.5%;
        text-align: center;
        padding-top: 100px;
    } */

    /*	top
--------------------------------------*/
    .sliderWrap {
        max-width: 960px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    /* topic */
    .topic {
        margin-bottom: 40px;
    }

    .topic dd {
        /*border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;*/
        margin-bottom: 10px;
    }

    /*.bgBlu {
	color: #fff;
	font-size: 10px;
	padding: 4px 5px 3px;
	margin-left: 3px;
	background: #1e3784;
}

.bgOra {
	color: #fff;
	font-size: 10px;
	padding: 4px 5px 3px;
	margin-left: 3px;
	background: #f06e06;
}
*/
    .topBnr {
        margin-bottom: 40px;
    }

    .topBnr div {
        /*width: 50%;
	float: left;*/
        padding: 40px 20px 0 20px;
        /*min-height: 250px;*/
    }

    .topBnr dt {
        font-size: 138.5%;
        /*font-weight: bold;
	padding-top: 50px;
	text-align: center;*/
        margin-bottom: 20px;
    }

    .topBnr dt span {
        font-size: 100%;
        font-weight: normal;
    }

    /*.topBnr .member, .topBnr .join {
	border: 1px solid #ccc;
}
*/

    /* topsalutation */
    /*.topsalutation {
	width: 100%;
	padding: 50px 0;
	margin-bottom: 30px;
	background-attachment: fixed;
    background-size: cover;
	background: url(../images/index/bg_top.jpg) center center no-repeat;
}

.topsalutation div {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 25px 15px;
	background: rgba(256, 256, 256, 0.80);
}
*/
    .topsalutation div h2 {
        font-size: 131%;
        margin-bottom: 15px;
    }

    .topsalutation div p {
        font-size: 108%;
        line-height: 2;
    }

    .bnr_inner {
        width: 90%;
        margin: 5% auto;
    }

    .bnr_box {
        width: 100%;
    }

    .bnr_box li {
        width: 20%;
        height: auto;
        float: left;
        margin-left: 4%;
        margin-bottom: 2%;
    }

    /*	activities
--------------------------------------*/
    /*.activities h5, .activities h6 {
	margin-bottom: 15px;
}

.basicList li {
	margin-bottom: 15px;
}

.planList {
	margin-bottom: 30px;
}

.planList dt {
	margin-bottom: 7px;
}

.planList dd {
	margin: 0 15px 0;
}

.planList dd li {
	margin-bottom: 7px;
}
*/

    /* table 3columnm */
    .ptn3clm {
        /*	table-layout: fixed;
	width: 100%;
*/
        margin-bottom: 40px;
    }

    .ptn3clm td,
    .ptn2clm td {
        padding: 7px 5px;
    }

    .ptn2clm {
        width: 100%;
        margin-bottom: 40px;
    }

    /*.ptn2clm tr td:nth-of-type(1) {
	width: 40%;
}
*/

    /*	guide
--------------------------------------*/
    .garden li {
        padding: 25px 20px;
        min-height: 180px;
        margin: 0 1% 25px;
    }

    .garden dt {
        margin-bottom: 25px;
    }

    .garden dt span {
        font-size: 138.5%;
        padding: 10px 25px;
    }

    /*	guide
--------------------------------------*/

    .guideMsp {
        margin-bottom: 40px;
    }

    .zone {
        overflow: hidden;
        border-top: none;
    }

    .zone li {
        width: 25%;
        float: left;
        border-bottom: none;
        border-right: none;
        font-size: 123.1%;
    }

    .zone li:nth-child(odd) {
        border-left: none;
    }

    /* acordion common
-----------------------------------------------------------------*/
    .btmMenu {
        margin-bottom: 30px;
    }

    .btmMenu dl.acordion {
        /*margin: 0 10px 0 10px;*/
    }

    .btmMenu dt.trigger {
        font-size: 16px;
        padding: 14px 15px;
    }

    .btmMenu dt.active {
        /*border-radius: 10px 10px 0 0;*/
    }

    .btmMenu dt.trigger span.open-close {
        background: url(../images/guide/point_plus.png) no-repeat right 50%;
        margin-top: 5px;
    }

    .btmMenu dt.active span.open-close {
        background: url(../images/guide/point_none.png) no-repeat right 50%;
    }

    .btmMenu dd.acordion_tree {
        border: none;
        padding-top: 15px;
    }

    .btmMenu li {
        overflow: hidden;
        width: 50%;
        float: left;
        background: url(../images/common/bg_point03.gif) 5px 50% no-repeat;
        padding: 7px 0 5px 15px;
        margin-bottom: 7px;
        font-size: 16px;
    }

    /*	detail
--------------------------------------*/
    @media only screen and (min-width: 768px) {
        .detailleft,
        .detailright {
            display: inline-block;
            vertical-align: top;
            padding: 0 0.5%;
        }

        .detailleft {
            width: 62%;
        }

        .detailright {
            width: 37%;
        }
    }

    .basicLeft th {
        width: 12em;
        text-align: left;
        font-weight: normal;
        padding: 10px;
        font-weight: bold;
    }

    .basicLeft td {
        padding: 10px 10px;
    }

    .basicBtm {
        clear: both;
    }

    /*	map
--------------------------------------*/
    #map {
        text-align: center;
        margin: 0;
        width: 100%;
        height: 350px;
    }

    .map {
        width: 100%;
        margin: 40px auto;
    }

    .mapInner {
        width: 100%;
        height: 400px;
    }

    /* 追加ここから */
    /*	admission
--------------------------------------*/
    .type dt {
        margin-bottom: 13px;
    }

    .dues dl {
        margin-bottom: 50px;
    }

    .dues dt {
        margin-bottom: 13px;
    }

    /*	activity
--------------------------------------*/
    .session img {
        margin: 0 0 10px 25px;
    }

    .group {
        margin-bottom: 45px;
    }

    .group img {
        margin: 0 25px 10px 0;
    }

    /* theme */
    .theme li {
        text-align: left;
        width: 50%;
        float: left;
        padding: 0 5px;
        /*margin-bottom: 50px;*/
    }

    .theme li:nth-child(odd) {
        clear: both;
    }

    .theme h5 {
        font-size: 123.1%;
        margin-bottom: 5px;
        line-height: 1.3;
        min-height: 5em;
    }

    /* recreation */
    .recreation {
        margin-bottom: 50px;
    }

    .recreation table {
        width: 70%;
    }

    .recreation table td {
        padding: 7px 15px;
    }

    /*	committee
--------------------------------------*/
    .commitList {
        margin: 20px 0 0 0;
        font-size: 108%;
    }

    .linkList {
        width: 80%;
        margin: 0 auto;
    }

    .linkList li {
        font-size: 116%;
    }

    /* 追加ここまで */
}

@media only screen and (min-width: 768px) {
    /* ===================================================================
 * style info : common
 * =================================================================== */
    main {
        margin-bottom: 40px;
        background-image: url("/asset/front/images/salutation/dot-1.png");
    }

    /* .sidebar-img-left img {
        background-color: transparent;
        left: 0px;
        object-fit: cover;
        position: absolute;
        width: 254px;
        opacity: 0.5;
    } */

    /* .sidebar-img-left::before {
        content: "";
        position: absolute;
        left: 0;
        width: 200px;
        height: auto;
        background: url('../../../../asset/front/images/salutation/bg-parts01-1.png') repeat-y left top / contain;
        opacity: 0.5;
        pointer-events: none;
    }

    .sidebar-img-right::before {
        content: "";
        position: absolute;
        right: 0;
        width: 200px;
        height: auto;
        background: url('../../../../asset/front/images/salutation/bg-parts02-1.png') repeat-y left top / contain;
        opacity: 0.5;
        pointer-events: none;
    } */

    .sidebar-img-right {
        display: block;
        position: absolute;
        right: 0;
        width: 255px;
        opacity: 0.5;
        pointer-events: none;
    }

    .sidebar-img-left {
        display: block;
        position: absolute;
        left: 0;
        width: 255px;
        opacity: 0.5;
        pointer-events: none;
    }

    #sidebar-bg-left {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url("../../../../asset/front/images/salutation/bg-parts01-1.png")
            repeat-y left top / contain;
    }

    #sidebar-bg-right {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100vh;
        background: url("../../../../asset/front/images/salutation/bg-parts02-1.png")
            repeat-y right top / contain;
    }

    hr {
        max-width: 960px;
        /*  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
*/
        margin: 20px auto !important;
        padding: 0;
    }

    /*	header
--------------------------------------*/

    .hdContent {
        position: relative;
        width: 96%;
        max-width: 960px;
        margin: 0 auto;
        padding: 10px 0 0;
    }

    .hdContent h1 {
        margin-top: 20px;
    }

    .hdContent .pcNone li {
        width: 12em;
        font-size: 13px;
        float: left;
        padding: 10px 20px;
        margin-right: 15px;
        background: #1e3784;
        text-align: center;
    }

    .hdContent .pcNone li a {
        display: block;
        color: #fff;
    }

    .hdContent h1 {
        max-width: 380px;
    }

    /* gnavi */
    .navWrap {
        width: 100%;
        max-width: 960px;
        margin: 10px auto 0;
    }

    .toggleMenu {
        display: none;
        background: #666;
        padding: 10px 15px;
        color: #fff;
    }

    .nav {
        list-style: none;
        background: #fff;
    }

    .nav:before,
    .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav ul {
        list-style: none;
        width: 13em;
    }

    .nav a {
        padding: 13px 15px;
        color: #5a5a5a;
    }

    /**/
    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: absolute;
    }

    .nav li {
        position: relative;
    }

    .nav > li {
        float: left;
        border-top: none;
        width: calc(100% / 6);
        text-align: center;
    }

    .nav > li > .parent {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right;
    }

    .nav > li > a {
        display: block;
    }

    .nav li ul {
        position: absolute;
        top: 45px;
        left: -9999px;
    }

    .nav > li.hover > ul {
        left: 0;
    }

    .nav li li.hover ul {
        left: 100%;
        top: 0;
    }

    .nav li li a {
        display: block;
        background: #efefef;
        position: relative;
        z-index: 100;
        border-bottom: 1px solid #ccc;
        border-top: none;
        /*border-top: 1px solid #175e4c;*/
        text-align: left;
    }

    .nav li li li a {
        background: #249578;
        z-index: 200;
        border-bottom: 1px solid #ccc;
        /*border-top: 1px solid #1d7a62;*/
    }

    /*	pc common
--------------------------------------*/
    .field {
        width: 96%;
        max-width: 960px;
        margin: 70px auto 70px;
    }

    .field-1050 {
        width: 100%;
        max-width: 1090px;
        margin: 70px auto 70px;
    }

    .topicpath {
        display: block;
        width: 96%;
        max-width: 960px;
        margin: 0 auto 50px;
    }

    .topicpath li {
        float: left;
        background: url(../images/common/bg_topicpath.gif) 0 50% no-repeat;
        padding-left: 13px;
        margin-right: 10px;
    }

    .topicpath li:first-child {
        background: none;
        padding-left: 0;
    }

    /*	ttl
--------------------------------------*/
    .ttlStyle {
        font-size: 182%;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }

    /*.ttlStyle span {
	font-size: 93%;
	margin-left: 3px;
}
*/
    .ttlCenter {
        color: #1e3784;
        font-size: 307.8%;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 40px;
    }

    .ttlCenter span {
        color: #1e3784;
        font-size: 60%;
    }

    .ttlBder {
        color: #1e3784;
        font-size: 182%;
        font-weight: bold;
        border-bottom: 2px solid #1e3784;
        padding-bottom: 3px;
        margin-bottom: 5px;
    }

    .ttlBderlarge {
        color: #1e3784;
        font-size: 182%;
        font-weight: bold;
        border-bottom: 2px solid #1e3784;
        padding-bottom: 3px;
        margin-bottom: 40px;
        margin-top: 4em;
    }

    .ttlSpace {
        font-size: 138.5%;
        text-align: center;
        line-height: 1.8;
        padding: 50px 30px;
    }

    .bgBlularge {
        color: #fff;
        font-size: 138.5%;
        padding: 8px 16px;
        margin-bottom: 15px;
        background: #1e3784;
    }

    .bgWhitelarge {
        color: #614a3f;
        font-size: 18px;
        font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
        padding: 8px 0;
        margin-bottom: 15px;
    }

    /*	btmBnr
--------------------------------------*/
    .btmBnr {
        margin-bottom: 40px;
    }

    .btmBnr a {
        width: 25%;
    }

    .btmBnr div {
        /*
	float: left;*/
        width: 100%;
        /*width: 25%;*/
        padding: 40px 20px 0 20px;
        /*min-height: 250px;*/
    }

    .btmBnr dt {
        font-size: 138.5%;
        /*font-weight: bold;
	padding-top: 50px;
	text-align: center;*/
        margin-bottom: 20px;
    }

    .btmBnr dt span {
        font-size: 100%;
        font-weight: normal;
    }

    .btmBnr .jobtraining {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .btmBnr .recruitment {
        border-top: 1px solid #ccc;
        border-left: 0;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .btmBnr .nursery {
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .btmBnr .youth {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .btmBnr .join {
        border-top: 0;
    }

    /*	box style
--------------------------------------*/
    .fieldWrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .fieldLeft,
    .fieldRight {
        margin-bottom: 0;
    }

    /* 追加ここから */
    .fieldLeft02 {
        margin-bottom: 0;
        width: 60%;
        float: left;
    }

    /* 追加ここまで */

    .fieldLeft {
        width: 48%;
        float: left;
    }

    .fieldRight {
        width: 48%;
        float: right;
    }

    .extent {
        margin-bottom: 7px;
    }

    .extentRpict {
        width: 30%;
        max-width: 285px;
        float: left;
        padding: 0 15px 5px 0;
    }

    .field p {
        margin-bottom: 15px;
        line-height: 2;
        font-size: 116%;
    }

    .extentRight {
        width: 68%;
        max-width: 660px;
        float: right;
    }

    /*	20161228追加
--------------------------------------*/
    .fo-size {
        font-size: 90%;
    }

    /*	footer
--------------------------------------*/

    .ftInner {
        width: 96%;
        max-width: 960px;
        padding-top: 30px;
        margin: 0 auto 30px;
    }

    .ftInfo {
        /*margin-bottom: 20px;*/
    }

    .fNavi dl {
        width: 33%;
        float: left;
        margin-bottom: 30px;
    }

    .pcCle {
        clear: both;
    }

    .fNavi dt {
        font-size: 116%;
        /*	padding-bottom: 3px;
	margin-bottom: 7px;
*/
        border-bottom: none;
    }

    /*.fNavi li {
	margin-left: 20px;
}
*/

    /*.fNavi dd a {
	color: #fff;
	background: url(../images/common/bg_point01.gif) 0 50% no-repeat;
	padding-left: 15px;
}

.fNavi dd a:hover {
	color: #aacbf6;
	background: url(../images/common/bg_point02.gif) 0 50% no-repeat;
	padding-left: 15px;
}
*/
    .ftInfo span {
        color: #fff;
        font-size: 93%;
    }

    .ftInfo p {
        font-size: 182%;
        margin-bottom: 8px;
    }

    address {
        font-size: 108%;
        color: #fff;
    }

    /*	mainimage
--------------------------------------*/
    .mainimage {
        margin-top: 6px;
        width: 100%;
        min-height: 265px;
        /* margin-bottom: 15px !important; */
        align-content: center;
        -webkit-align-content: center;
        vertical-align: middle;
    }

    .mainimage p {
        /* color: #1e3784;
        font-size: 240%;
        text-align: center;
        padding-top: 100px; */

        color: #614a3f;
        font-size: 36px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
    }

    /*	top
--------------------------------------*/
    .sliderWrap {
        max-width: 960px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    /* topic */
    .topic {
        width: 49%;
        float: left;
        margin-bottom: 30px;
    }

    .topBnr {
        width: 49%;
        float: right;
        margin-bottom: 40px;
    }

    .topBnr div {
        /*width: 50%;
	float: left;*/
        padding: 20px 10px 0 10px;
        min-height: 230px;
    }

    .topBnr dt {
        font-size: 138.5%;
        /*font-weight: bold;
	padding-top: 50px;
	text-align: center;*/
        margin-bottom: 20px;
    }

    .topBnr dt span {
        font-size: 85%;
        font-weight: normal;
    }

    /*.topBnr .member, .topBnr .join {
	border: 1px solid #ccc;
}
*/

    /* topsalutation */
    .topsalutation {
        /*	width: 100%;
	padding: 50px 0;
	margin-bottom: 30px;
	background-attachment: fixed;
    background-size: cover;
*/
        background: url(../images/index/bg_top.jpg) center center repeat;
    }

    .topsalutation div {
        /*text-align: center;*/
        width: 80%;
        max-width: 830px;
        margin: 0 auto 30px;
        padding: 35px 30px;
        /*background: rgba(256, 256, 256, 0.80);*/
    }

    .topsalutation div h2 {
        font-size: 131%;
        margin-bottom: 25px;
    }

    .topsalutation div p {
        font-size: 123.1%;
        line-height: 2.3;
        text-align: left;
    }

    .bnr_inner {
        width: 960px;
        margin: 0 auto;
    }

    .bnr_box {
        width: 100%;
    }

    .bnr_box li {
        width: 210px;
        height: auto;
        float: left;
        margin-left: 3%;
        margin-bottom: 2%;
    }

    /*	activities
--------------------------------------*/
    .activities h5,
    .activities h6 {
        margin-bottom: 25px;
        margin-top: 3em;
    }

    .basicList li,
    .basiclist li {
        margin-bottom: 15px;
    }

    .planList {
        margin-bottom: 45px;
    }

    .planList dt {
        margin-bottom: 20px;
    }

    .planList dd {
        margin: 0 15px 0;
    }

    .planList dd li {
        margin-bottom: 10px;
    }

    /* table 3columnm */
    .ptn3clm {
        /*	table-layout: fixed;
	width: 100%;
*/
        margin-bottom: 40px;
    }

    .ptn3clm td,
    .ptn2clm td {
        padding: 12px 9px;
    }

    .ptn2clm {
        width: 100%;
        margin-bottom: 40px;
    }

    /*.ptn2clm tr td:nth-of-type(1) {
	width: 40%;
}
*/

    /*	guide
--------------------------------------*/
    /*.guide {
	background: url(../images/guide/mainimage.jpg) bottom center no-repeat;
    background-size: cover;
}

.garden {
}
*/
    .garden li {
        /*width: 48%;
	float: left;*/
        padding: 25px 20px;
        min-height: 180px;
        margin: 0 1% 25px;
        /*border: 4px solid #ccc;*/
    }

    .garden dt {
        /*text-align: center;*/
        margin-bottom: 25px;
    }

    .garden dt span {
        /*color: #fff;*/
        font-size: 138.5%;
        /*background: #1e3784;*/
        padding: 10px 25px;
    }

    /* 追加ここから */
    /*	admission
--------------------------------------*/
    .type dd {
        margin-bottom: 30px;
    }

    /*	activity
--------------------------------------*/
    .session img {
        margin: 0 0 10px 25px;
    }

    .group {
        margin-bottom: 50px;
    }

    .group img {
        margin: 0 35px 10px 0;
    }

    /* theme */
    .theme li {
        padding: 0 15px 50px;
    }

    .theme h5 {
        font-size: 123.1%;
        margin-bottom: 5px;
        line-height: 1.3;
        min-height: 2.5em;
    }

    /* recreation */
    .recreation {
        margin-bottom: 60px;
    }

    .recreationTxt {
        width: 50%;
        float: left;
    }

    .recreation table {
        width: 45%;
        float: right;
    }

    .recreation table td {
        padding: 7px 15px;
    }

    /*	committee
--------------------------------------*/
    .commitList {
        margin: 20px 0 0 0;
        font-size: 116%;
    }

    .linkList {
        width: 70%;
        margin: 0 auto;
    }

    /* 追加ここまで */
}

@media only screen and (min-width: 1067px) {
    .headerInner,
    .detail,
    .fNav,
    .fInfo {
        width: 960px;
        margin: 0 auto;
    }
}

#video-container p {
    margin: 5px 0 0;
    text-align: center;
}

#my-video {
    margin: 0 auto;
    display: block;
    width: 100% !important;
    height: 170px !important;
}

.video-js .vjs-big-play-button {
    margin: 0 auto !important;
    top: 42% !important;
    left: 0 !important;
    right: 0 !important;
}

@media only screen and (min-width: 375px) {
    #my-video {
        height: 200px !important;
    }
}

@media only screen and (min-width: 414px) {
    #my-video {
        height: 218px !important;
    }
}

@media only screen and (min-width: 768px) {
    #my-video {
        width: 70% !important;
        height: 260px !important;
    }
}

@media only screen and (min-width: 960px) {
    #my-video {
        width: 70% !important;
        height: 370px !important;
    }

    .video-js .vjs-big-play-button {
        top: 46% !important;
    }
}

.donation a {
    display: block;
    margin: 0 0 20px;
}

.donation a img {
    display: block;
    width: 100%;
    height: auto;
}

.donation div {
    margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
    .donation {
        background: #f5f5f5;
        border: 1px solid #d0d0d0;
        padding: 20px;
        margin: 0 0 40px;
    }

    .donation a {
        margin: 0;
        float: right;
        width: 49%;
    }

    .donation div {
        float: left;
        width: 49%;
        margin: 0;
    }

    .donation div p:last-of-type {
        margin: 0;
    }

    /*	membership(20161228追加)
--------------------------------------*/

    .moushikomi {
        background: url(../images/common/icon_1r_20.png) 67% 40% no-repeat;
        padding-left: 37%;
        margin-right: 3%;
        float: left;
    }

    .moushikomi_button {
        float: left;
    }

    .moushikomi_button a {
        float: left;
    }
}

@media only screen and (min-width: 1400px) {
    .field {
        max-width: 1088px;
        margin: 70px auto 70px;
    }

    .mainimage p {
        color: #614a3f;
        text-align: center;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        width: 100%;
        height: 62.4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    h3.ttlCenter {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    p.bold-custom,
    .bold-custom {
        color: #614a3f;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }
}

@media only screen and (min-width: 1024px) {
    .line-custom {
        margin-top: 10px;
        height: 12px;
        background: radial-gradient(1px 3px, #f3cdd8 80%, transparent 80%) 0 0 /
            6px 100%;
    }

    h3.ttlCenter {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    p.bold-custom,
    .bold-custom {
        color: #614a3f;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }
}

@media only screen and (min-width: 1023px) {
    .line-custom {
        margin-top: 10px;
        height: 12px;
        background: radial-gradient(1px 3px, #f3cdd8 80%, transparent 80%) 0 0 /
            6px 100%;
    }

    h3.ttlCenter {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    p.bold-custom,
    .bold-custom {
        color: #614a3f;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }
}

@media only screen and (min-width: 330px) {
    .line-custom {
        margin-top: 10px;
        height: 12px;
        background: radial-gradient(1px 3px, #f3cdd8 80%, transparent 80%) 0 0 /
            6px 100%;
    }
}

.moushikomi {
    text-align: center;
}

.moushikomi_button {
    background-color: #1e3784;
    padding: 1%;
    text-align: center;
}

.moushikomi_button a {
    color: #fff;
    font-size: 120%;
}

.moushikomi_button a:hover {
    opacity: 0.6;
}

/*******************************
　　　追加
********************************/
.boxLeft {
    margin: 0 0 2em;
}

.boxLeft img {
    width: 49%;
    height: auto;
    display: block;
    float: left;
}

.boxLeft img:last-of-type {
    float: right;
}

.field ol {
    margin: 0 0 0 1em;
}

.field ol li {
    margin: 0 0 2em;
}

.field ol li:last-of-type {
    margin: 0;
}

.field .listComplex > li {
    font-size: 116%;
    font-weight: 800;
}

.field .listComplex li ol,
.field .listComplex li ul {
    margin: 1em 0 0 1em;
}

.field .listComplex li ol li {
    font-size: 90%;
    font-weight: normal;
    margin: 0 0 0.5em;
}

@media only screen and (min-width: 768px) {
    .boxLeft {
        float: left;
        width: 30%;
    }

    .boxLeft img {
        float: none;
        width: 100%;
    }

    .boxLeft img:last-of-type {
        margin: 2em 0 0;
    }

    .boxRight {
        float: right;
        width: 66%;
    }

    .field .list2 {
        line-height: 2;
        font-size: 116%;
    }

    .field .list2 span {
        font-weight: 800;
    }
}

.login-link a {
    background: #1e3883;
    color: #fff;
    padding: 20px 15px;
    font-weight: bold;
}

.spBlock {
    display: block;
    margin-top: 8px;
    text-align: center;
}

.spBlock a {
    padding: 4px 15px;
    color: #1e3784;
    border: 1px solid #1e3784;
    display: block;
}

.spBlock a:hover {
    color: #fff;
    background: #1e3784;
}

@media only screen and (min-width: 768px) {
    .login-link {
        display: none;
    }

    .spBlock {
        display: none;
    }
}

.field-bnr-area a {
    transition: all 200ms;
}

.field-bnr-area a:hover {
    opacity: 0.7;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 8px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* custom fontsize */
.custom-text-title {
    font-weight: 600 !important;
    font-size: 36px !important;
    letter-spacing: 1px !important;
}

.custom-text-title-child {
    font-weight: 600 !important;
    font-size: 32px !important;
}

/* end custom fontsize */

.mainimag {
    align-content: center;
    -webkit-align-content: center;
    vertical-align: middle;
}

input.form-control::placeholder {
    font: "HiraginoKakuGothicPro-W3", sans-serif !important;
}

/* table custom use all */
table.table-job {
    position: relative;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 10px;
    background-color: #fff;
}
table.table-job.table-job-custom {
    min-height: 420px;
}

table.table-job th {
    background-color: #f8c5c8;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #ddd;
    color: #000000;
    text-align: center;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.03em;
    position: relative;
    flex: 1;
}

table.table-job tr th:first-child {
    border-top-left-radius: 10px;
}

table.table-job tr th:last-child {
    border-top-right-radius: 10px;
    border-right: 0;
}

table.table-job td {
    padding: 15px 20px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    align-content: center;
    -webkit-align-content: center;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica;
}

table tr:nth-child(odd) {
    /* background-color: #faf7f5; */
}

table.table-job tr:last-child td {
    border-bottom: 0;
}

table.table-job tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.table-job tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.table-job tr td:last-child {
    border-right: 0;
}

.icon-find {
    border-radius: 0px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100px;
    height: auto;
    min-height: 74px;
    position: relative;
    overflow: visible;
}

.member-pink {
    background: #f25a85;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.member-text {
    color: #ffffff;
    text-align: center;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.03em;
    font-weight: 600;
    position: relative;
    width: 60px;
}

.member-blue {
    background: #0097d8;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.w6-14,
.w6-14 * {
    font-size: 14px !important;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
}

.w6-16,
.w6-16 * {
    font-size: 16px !important;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
}

.w6-18,
.w6-18 * {
    font-size: 18px !important;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
}

.w3-12,
.w3-12 * {
    font-size: 12px !important;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}

.w3-14,
.w3-14 * {
    font-size: 14px !important;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}

.w3-16,
.w3-16 * {
    font-size: 16px !important;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}

.color-black * {
    color: #000000;
}

.btn-custom {
    position: relative;
    display: block;
    padding: 19px 35px;
    margin: 40px 20px;
    max-width: 315px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url("/asset/front/images/common/ico_arrow02.png") no-repeat
        right 20px center / 14px;
    background-color: #64ca81;
    box-shadow: 3px 3px #3b9d57;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-back-grey {
    position: relative;
    display: block;
    padding: 19px 35px;
    margin: 40px 20px;
    max-width: 315px;
    width: 100%;
    color: #614a3f;
    font-weight: bold;
    text-align: center;
    background: url("/asset/front/images/common/ico_arrow_left_grey.png")
        no-repeat left 20px center / 14px;
    background-color: #f5f5f5;
    box-shadow: 3px 3px #a2a2a2;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-back-grey:hover {
    background-color: #f5f5f5;
    box-shadow: none;
}

.btn-custom:hover {
    background-color: #3b9d57;
    box-shadow: none;
}
