@charset "euc-jp";

/* wrap */
.wrapper {
    width: 100%;
    padding: 0 10px;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .wrapper {
        width: 100%;
        padding: 0 20px;
    }
}

@media (min-width: 1000px) {
    .wrapper {
        width: 1000px;
        padding: 0;
        margin: 0 auto;
    }
}

h2 {
    padding-top: 50px;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

h2::after {
    content: '';
    display: block;
    background: #fffa7b;
    height: 4px;
    width: 56px;
    margin: 2px auto 0 auto;
}

h3 {
    font-size: 22px;
    border-bottom: 4px solid #fff;
}

section {
    padding: 40px 0;
}

.circleArrow {
    position: relative;
    padding-left: 18px;
}

.circleArrow svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    fill: #0cb5bc;
    margin-right: 8px;
    position: absolute;
    top: 2px;
    left: 0;
}

@media screen and (max-width: 768px) {
    .spTxt {
        text-align: left;
    }
}


/* pagetop */
#pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    margin-top: 10px;
    width: 90px;
    height: 90px;
}

#pagetop a {
    width: 90px;
    height: 90px;
    display: block;
}

@media screen and (max-width: 768px) {
    #pagetop {
        right: -30px;
        bottom: 0px;
    }
    #pagetop a {
        width: 50px;
        height: 50px;
        display: block;
    }    
}

.attentionArea .attentionBox {
    margin-left: 0;
}

.attentionArea .circleArrow_br {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    fill: #0cb5bc;
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }

    .attentionArea {
        padding: 10px;
    }
}

/*--------------------------------------
proposal
--------------------------------------*/

.proposalBox,
.seminarBox {
    background: #fff;
    padding: 30px;
    margin: 30px 0;
}

.proposalBox h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.proposalBox ul li {
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: -2.1rem;
    padding-left: 2.1rem;
}

.proposalBox ul li::before {
    content: "¡ü";
    padding-right: 5px;
}

.proposalBox .gBox,
.seminarBox .gBox {
    background: #eee;
    padding: 20px;
    margin-top: 10px;
}

.proposalBox .qrFlex {
    display: flex;
    align-items: flex-end;
}

.proposalBox .qrFlex div {
    margin-right: 15px;
}

.proposalBox .qrFlex div:nth-child(2) {
    margin-right: 30px;
}

.proposalBox .qrFlex div:last-child {
    margin-right: 0;
}

@media screen and (max-width: 850px) {
    .proposalBox .qrFlex div img {
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }
}

@media screen and (max-width: 768px) {
    .proposalBox {
        padding: 20px;
    }

    .proposalBox .qrFlex div:first-child,
    .proposalBox .qrFlex div:nth-child(3) {
        display: none;
    }

    .proposalBox .qrFlex div:nth-child(2) {
        margin-right: 15px;
    }
}

/*--------------------------------------
seminar
--------------------------------------*/

.semAbout {
    display: flex;
}

.semAbout div:first-child {
    width: 441px;
    margin-right: 20px;
}

.semAbout .semAboutDetail {
    flex: 1;
}

.semAbout .semAboutDetail dl {
    display: flex;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    border-bottom: 1px dotted #ccc;
    padding: 0 20px 5px;
    margin-bottom: 10px;
}

.semAbout .semAboutDetail dt {
    font-weight: bold;
    width: 25%;
}

.semAbout .semAboutDetail dd {
    flex: 1;
}

.semAbout .semAboutDetail .circleArrow {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    fill: #fff;
    margin-right: 8px;
    padding: 0;
}

.semAbout .semAboutDetail .pastList li {
    background: #c93647;
}

.semAbout .semAboutDetail .pastList li a {
    color: #fff;
}

.semAbout .semAboutDetail .btnLink li {
    margin: 15px 15px 0 0;
    border-radius: 5px;
    display: inline-block;
}

.semAbout .semAboutDetail .btnLink a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 10px;
    display: block;
}

.semAbout .bdr {
    border: 1px solid #ccc;
    margin: 10px 0 20px;
    width: 90px;
}

@media screen and (max-width: 1000px) {
    .semAbout img {
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }

    .semAbout div:first-child {
        width: 45%;
        margin-right: 0;
        padding-right: 20px;
    }

    .semAbout .semAboutDetail {
        width: 55%;
    }

    .semAbout .semAboutDetail dl {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.8;
        padding: 0 10px 5px;
    }
}

@media screen and (max-width: 768px) {
    .semAbout {
        display: block;
    }

    .semAbout div:first-child {
        width: 70%;
        margin: 0 auto 15px;
        padding-right: 0;
    }

    .semAbout .semAboutDetail {
        width: auto;
    }

    .semAbout .semAboutDetail dt {
        font-weight: bold;
        width: 25%;
    }
}

.semAboutCare {
    margin-top: 20px;
}

.semAboutCare li {
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
}

.semAboutCare li::before {
    padding-right: 5px;
}

.semAboutCare li::before {
    content: "¢¨";
}

.semRecommend {
    margin-top: 40px;
}

.semRecommend h4 {
    text-align: center;
}

.semRecommend h4 span {
    display: inline-block;
    padding: 10px 20px 10px 30px;
    border-radius: 100px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #e74558;
}

.semRecommend .semRLIst {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.semRecommend .semRLIst {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.semRecommend .semRLIst ul:first-child {
    padding-right: 15px;
}

.semRecommend .semRLIst ul:last-child {
    padding-left: 15px;
}

.semRecommend .semRLIst li {
    margin-bottom: 5px;
}

.semRecommend .semRLIst li::before {
    content: "¡ü";
    color: #e74558;
    padding-right: 5px;
}

.circleArrow_br_b {
    width: 18.5px;
    height: 18.5px;
    vertical-align: text-top;
    fill: #fff;
    margin-right: 8px;
}

a.pamphletBtn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin: 10px 0;
}

@media screen and (max-width: 1000px) {
    .semRecommend .semRLIst {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .semRecommend .semRLIst ul {
        width: 50%;
    }

    .semRecommend .semRLIst ul:first-child {
        padding-right: 5px;
    }

    .semRecommend .semRLIst ul:last-child {
        padding-left: 5px;
    }

    .semRecommend .semRLIst li {
        text-indent: -2.3rem;
        padding-left: 2.3rem;
    }
}

@media screen and (max-width: 768px) {
    .semRecommend h4 span {
        display: block;
        padding: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .semRecommend .semRLIst {
        display: block;
    }

    .semRecommend .semRLIst ul {
        width: auto;
    }

    .semRecommend .semRLIst ul:first-child {
        padding-right: 0;
    }

    .semRecommend .semRLIst ul:last-child {
        padding-left: 0;
    }
}

.sessionList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sessionList li {
    margin: 15px 10px;
}

.sessionList li a {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #0cb5bc;
    font-weight: bold;
}

.sessionList li .circleArrow_br_b {
    width: 18.5px;
    height: 18.5px;
    vertical-align: text-top;
    fill: #0cb5bc;
    margin-right: 8px;
    transform: rotate(90deg);
}

@media screen and (max-width: 640px) {
    .sessionList {
        display: block;
    }

    .sessionList li {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

a.pamphletBtn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin: 10px 0;
}

.seminarBox h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: center;
    color: #0cb5bc;
    margin-bottom: 10px;
}

.seminarBox br.tab {
    display: none;
}

.seminarBox .sample {
margin: 0 auto 10px;
text-align: center;
width: 380px;
}

.seminarBox .sample img {
width: 100%;
}

@media screen and (max-width: 1000px) {
    .seminarBox br.tab {
        display: block;
    }
}

@media screen and (max-width: 768px) {
	.seminarBox .sample {
		width: 100%;
	}    
    .seminarBox br.tab {
        display: none;
    }
}

.seminarBox .gBox ul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.seminarBox .gBox ul li {
    text-indent: -2rem;
    padding-left: 2rem;
}

.seminarBox .gBox ul li::before {
    content: "¡ü";
    padding-right: 6px;
}

.seminarBox .osusumeList {
    display: flex;
    justify-content: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.seminarBox .osusumeList li {
    color: #333;
    background: #eee;
    padding: 10px;
    margin: 10px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.semTeacherArea {
    margin: 10px auto 0;
    width: 90%;
    text-align: center;
}

.semTeacherBox {
    padding-left: 40px;
}

.semTeacherBox p:nth-child(1),
.semTeacherArea p:nth-child(2) {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #0cb5bc;
    margin-bottom: 10px;
}

.semTeacherBox span {
    display: block;
}

.semTeacherBox .profile {
    margin-top: 15px;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

.semTeacherBox .profile dl {
    display: flex;
    align-items: center;
}

.semTeacherBox .profile dt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 40px 40px 40px 25px;
    text-align: center;
    font-weight: bold;
}

.semTeacherBox .profile dd {
    padding-left: 10px;
    border-left: 1px solid #ccc;
    flex: 1;
}

.semTeacherBox .profile dd li {
    text-indent: -1.9rem;
    padding-left: 1.9rem;
}

.semTeacherBox .profile dd li::before {
    content: "¡ü";
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    .semTeacherArea {
        display: block;
        width: auto;
    }

    .semTeacherArea div:first-child {
        width: 100%;
        margin: 0 auto 15px;
    }

    .semTeacherBox {
        padding-left: 0;
    }

    .semTeacherBox .profile dl {
        display: block;
    }

    .semTeacherBox .profile dt {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 10px 3px;
        text-align: left;
        font-weight: bold;
    }

    .semTeacherBox .profile dd {
        padding: 10px 0 0;
        border-left: none;
        border-top: 1px solid #ccc;
    }
}

#sem3 h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#sem3.semCare {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}

#sem3.semCare li {
    margin-top: 5px;
}

#sem3.semCare li {
    text-indent: -2.2rem;
    padding-left: 2.2rem;
}

#sem3.semCare li::before {
    content: "¢¨";
    padding-right: 6px;
}

#questionArea,
#proposalArea,
#seminarArea {
    background: #fbbd01;
    padding: 0px 0 30px 0;
}

#exhibitArea,#todayArea {
    background: #0cb5bc;
    padding: 0px 0 30px 0;
}

#questionArea::before,
#proposalArea::before,
#seminarArea::before,
#exhibitArea::before {
    content: '';
    display: block;
    background: url(../common/images/gray_bg.svg) center top no-repeat;
    background-size: contain;
    height: 40px;
    width: 244px;
    margin: 0 auto;
}

.Qfaq {
    background: #fff;
    margin: 15px 0;
    padding: 15px;
    color: #333;
}

.Qfaq dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.Qfaq dt .bgBlack {
    display: inline-block;
    background-color: #333333;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-right: 15px;
}

.Qfaq dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 15px;
    margin-top: 15px;
    text-indent: -80px;
    text-indent: -8.0rem;
    padding-left: 60px;
    padding-left: 6.0rem;
    border-top: 2px dotted #d2d2d2;
}

.Qfaq dd .bgBlue {
    background-color: #4bb9d1;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-right: 15px;
    margin-left: 30px;
}

.Qfaq dd .faqBtn {
    display: inline-block;
    margin: 5px 0 10px 0;
    border-radius: 5px;
    background: #4bb9d1;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-indent: 0px;
}

.Qfaq dd .faqBtn a {
    padding: 10px 20px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.Qfaq dd .faqBtn:hover {
    background: #1e93ac;
}

.Qfaq dd .faqBtn .arrow {
    background: url(../faq/images/faqBtn_arrow.png) left center no-repeat;
    padding-left: 15px;
}

.Qfaq dd a {
    text-decoration: underline;
}

#faqAnc ul,
#semAnc ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#faqAnc ul li,
#semAnc ul li {
    margin: 10px 5px;
}

#faqAnc ul li a,
#semAnc ul li a {
    display: inline-block;
    background: #fff;
    border: 2px solid #0cb5bc;
    color: #222;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 8px;
    box-shadow: 5px 5px 0 #fffa7b;
}

#faqAnc ul li .icon {
    width: 18px;
    height: 18px;
    margin: 0 0 0 10px;
    fill: #0cb5bc;
    transform: rotate(90deg);
    position: relative;
    top: 3px;
}

.whiteBox {
    background: #fff;
    padding: 15px;
}

.whiteBox li {
    margin-bottom: 8px;
}

.whiteBox li .arrowbgRed a {
    background-size: 12px 12px;
    text-indent: 0px;
}

/* ----------------------
ie & edge hack
------------------------- */
_:-ms-lang(x)::-ms-backdrop,
#questionArea::before {
    background: none;
}

body {
    background: #eee;
}

h1 {
    background: none;
    padding: 0;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    margin: 20px 0;
    color: #e74558;
    text-align: center;
}

header {
    background: #e74558;
    color: #fff;
    text-align: center;
    display: flex;
}

header .logo {
    padding: 15px;
}

header .logo img {
    width: 342px;
    height: 40px;
}

header .logoSp {
    display: none;
}

nav .gNav {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

nav .gNav li {
    margin-right: 5px;
    padding: 5px;
}

nav .gNav a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 0 0 5px;
    position: relative;
    text-decoration: none;
}

nav .gNav a::before,
nav .gNav a::after {
    border-bottom: solid 2px #fff;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

nav .gNav a::before {
    left: 50%;
}

nav .gNav a::after {
    right: 50%;
}

nav .gNav a:hover::before,
nav .gNav a:hover::after {
    width: 30px;
}

nav .gNav .logo a:hover::before,
nav .gNav .logo a:hover::after {
    display: none;
}

nav .snsNav li {
    display: none;
}

.drawer-hamburger {
    visibility: hidden;
}

.drawer-nav {
    width: 100%;
    position: static;
    background: none;
}

nav .gNav a:hover {
    opacity: 1.0;
}

@media screen and (max-width: 1016px) {
    nav .gNav a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 977px) {
    nav .gNav a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 950px) {
    header .logo {
        width: 15%;
    }

    header .logo img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    header .logoSp {
        display: block;
        padding: 15px;
        width: 70%;
        margin: 0 auto;
    }

    header .logo {
        display: none;
    }

    .drawer-hamburger {
        display: block;
        z-index: 120;
        padding: 15px;
        width: 3rem;
    }

    .drawer--right .drawer-hamburger {
        top: 10px;
        right: 10px;
    }

    .drawer-hamburger {
        display: block !important;
        visibility: visible;
        width: 25px;
        padding: 8px 8px 16px 8px;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 15;
    }

    .drawer-hamburger-icon::after {
        content: " ";
        left: 0;
        position: absolute;
        top: -9px;
    }

    .drawer-hamburger-icon::before {
        content: " ";
        left: 0;
        position: absolute;
        top: 9px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon::after,
    .drawer-hamburger-icon::before {
        background-color: #fff;
        height: 2px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        width: 100%;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 250px;
    }

    .drawer--right .drawer-nav {
        right: -250px;
    }

    .drawer-nav {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        height: 100%;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 250px;
        z-index: 14;
        line-height: 1.3;
    }

    .drawer-brand {
        line-height: 1.3;
        padding: 10px;
        margin: 0 10px;
        border-bottom: 1px dotted #888;
    }

    a.drawer-brand {
        color: #fff;
    }

    .drawer-hamburger:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.7);
    }

    nav {
        display: block;
        text-align: left;
    }

    nav ul {
        padding: 0;
    }

    nav .gNav {
        display: block;
        list-style: none;
        width: 100%;
    }

    nav .gNav li {
        margin: 10px;
        padding: 5px;
    }

    nav .gNav a {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        display: block;
        padding: 10px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }

    nav .gNav a:hover::before,
    nav .gNav a:hover::after {
        display: none;
    }

    nav .snsNav {
        justify-content: flex-start;
        width: 90%;
        margin: 0 auto;
        display: flex;
    }

    nav .snsNav li {
        margin-left: 10px;
        width: 24%;
        display: block;
    }

    nav .snsNav li img {
        width: 100%;
    }
}



/*-------------------------------------
faq
---------------------------------------*/
#questionArea::before,
#proposalArea::before,
#seminarArea::before,
#exhibitArea::before,
#todayArea::before {
    background: url(/common/images/gray_bg.svg) center top -1px no-repeat;
    background-size: contain;
}

/* faqAnc */
#faqAnc {
    padding: 40px 0;
}

#semAnc {
    padding: 10px 0;
}

#faqAnc .ancArrow,
#semAnc .ancArrow {
    position: relative;
    top: 7px;
    width: 14px;
    height: 12px;
    fill: #169f9f;
    transform: rotate(90deg);
    margin-left: 10px;
}

#faqAnc .ancImgicon {
    position: relative;
    top: 0;
    width: 22px;
    height: 22px;
    fill: #666;
    margin-right: 5px;
}

#faqAnc ul li,
#semAnc ul li {
    margin: 10px 5px;
}

#faqAnc ul li a,
#semAnc ul li a {
    display: flex;
    padding: 5px 5px;
}

#faqAnc ul li a:hover,
#semAnc ul li a:hover {
    background: #d4d3d3;
    border-radius: 5px;
}

@media (min-width: 1000px) {

    #faqAnc ul li,
    #semAnc ul li {
        margin: 10px;
    }

    #faqAnc ul li a,
    #semAnc ul li a {
        display: flex;
        padding: 10px 15px;
        font-size: 16px;
        font-size: 1.6rem
    }
}