@charset "utf-8";
/*********************************************************
固定ページスタイル一覧
**/


/**
共通
**/
.static #contents h2.ttl-static {
    border-top: 1px solid #d31177;
    border-bottom: 1px solid #dedede;
    font-size: 1.8rem;
    /*font-weight: normal;*/
    margin: 3rem 0 2rem;
    padding: 2rem 0 2rem 1rem;
}

.business_seminar.static #contents h2.ttl-static {
    border-top: 1px solid #0075bd;
}

.static #contents h3.ttl-static {
    border-bottom: .1rem solid #ccc;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2rem 0;
    padding: .5rem .75rem .5rem 0;
}

.static #contents h4.ttl-static {
    border-bottom: .1rem dotted #ccc;
    margin: 1.5rem 0;
    padding: .5rem .75rem .5rem 0;
}

.static #contents h4.ttl-static
,.static #contents h5.ttl-static {
    font-weight: bold;
    margin: 1rem 0;
}

.static #contents p
,.static #contents ul
,.static #contents ol {
    margin: 1rem 0;
}

.static #contents .emphasis {
    color: #c00;
}

.page #contents .page-detail .page-detailInner {
	margin: 0 2%;
}

.page #contents .page-detail .red {
    color: #c00;
}

.page #contents .page-detail .blue {
    color: #229fe2;
}

.page #contents .page-detail .pink {
    color: #e51f85;
}

.page #contents .page-detail .green {
    color: #52952A;
}

.page #contents .page-detail h3.ttl {
	background-color: #656565;
	color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 15px 20px;
}

.page #contents .page-detail h4.ttl {
    background: #f4f4f4;
	border-left: 7px solid #656565;
    border-bottom: 1px solid #dedede;
    font-size: 1.6rem;
    padding: .4rem 14px .6rem;
}

.page #contents .page-detail:first-of-type h4.ttl:first-of-type {
    margin: 0;
}

.page #contents .page-detail h4.ttl:nth-child(2) {
	margin: 2rem 0 0;
}

.page #contents .page-detail h4.ttl:not(:nth-child(2)) {
	margin: 4rem 0 0;
}

.page #contents .page-detail h5.ttl {
    border-bottom: 1px dashed #aaa;
    font-size: 1.6rem;
    padding: .4rem 5px;
}

.page #contents .page-detail h5.ttl:nth-child(2) {
	margin: 2rem 0 0;
}

.page #contents .page-detail h5.ttl:not(:nth-child(2)) {
	margin: 3rem 0 0;
}

.page #contents .page-detail h6.ttl {
    font-size: 1.6rem;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}

.page #contents .page-detail h6.ttl span {
    background-color: #fff;
    display: inline-block;
    margin: 0 .5em;
    padding: 0 .5rem;
    position: relative;
    z-index: 2;
}


.page #contents .page-detail h6.ttl + p {
    margin: 1rem 0 0;
}

.page #contents .page-detail h6.ttl::before {
    background-color: #d31177;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
}

.page #contents .page-detail h6.ttl:nth-child(2) {
	margin: 3rem 0 0;
}

.page #contents .page-detail h6.ttl:not(:nth-child(2)) {
	margin: 3rem 0 0;
}

.page #contents .page-detail > p,
.page #contents .page-detail .page-detailInner > p {
	margin: 2rem 0 0;
}

.page #contents .page-detail p.att {
	margin: 0;
	text-align: right;
}

.page #contents .page-detail dl.line {
	margin: 2rem 0 0;
	width: 100%;
}

.page #contents .page-detail dl.line dt {
	font-weight: bold;
	float:left;
    text-align: center;
    overflow: hidden;
	width: 14rem;
}

.page #contents .page-detail dl.line dd {
	margin: 0 0 0 14rem;
}

.page #contents .page-detail dl.list {
	margin: 2rem 0 0;
}

.page #contents .page-detail dl.list dt {
    margin: 2rem 0 0;
    font-weight: bold;
    font-size: 1.6rem;
}

.page #contents .page-detail dl.list dt:first-of-type {
    margin: 0;
}

.page #contents .page-detail dl.list dd {
	margin: .5rem 0 0 2rem;
}

.page #contents .page-detail ul.line {
	margin: 2rem 0 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.page #contents .page-detail ul.line li {
}

.page #contents .page-detail ul.list {
	margin: 2rem 0 0;
}

.page #contents .page-detail p + ul.list {
    margin: 1rem 0 0;
}

.page #contents .page-detail ul.list li {
    margin-left: 1em;
    text-indent: -1em;
}

.page #contents .page-detail ul.list.itemization li {
    text-indent: -1.5rem;
    margin: 0 0 0 1.5rem;
}

.page #contents .page-detail .bloc-column {
	margin: 2rem 0 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
}

.page #contents .page-detail section.postscript {
    width : calc(100% - 20px) ;
    margin-bottom: 32px;
    border: #d31177 solid 2px;
    background: none;
    margin: 2rem 0 0;
    padding: 10px;
}

.page #contents .page-detail section.postscript h1 {
    background: #d31177;
	color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 14px;
    margin: 0 0 14px;
}

.page #contents .page-detail table th,
.page #contents .page-detail table td  {	
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #dedede;
    font-size: 13px;
}

.page #contents .page-detail table th {
    border: 1px solid #b3cdcb;
    background: #deebea;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
}

.page #contents .page-detail table td {
	padding: 10px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #dedede;
}

.page #contents .page-detail .btn {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page #contents .page-detail .btn li {
	border-radius: 8px;
	/* margin: 0 2rem 0 0; */
	float: left;
    display: block;
}

.page #contents .page-detail .btn a {
	background-color: #109ad7;
	color: #fff;
    display: inline-block;
	font-size: 14px;
	font-weight: bold;
    padding: 1rem;
	text-decoration: none;
}

.page #contents .page-detail .btn a:hover {
	opacity: 0.8;
}

.page #contents .page-detail .btn a span {
    padding: 0 3rem;
}

.page #contents .page-detail .btn .btn-style2 {
}

.page #contents .page-detail .btn .btn-style2 a {
}

.page #contents .page-detail .secondParagraph {
	margin: 0 0 0 2rem;
}


/**
イベント・コンサート
**/
.page-events #contents .page-detail h3.ttl {
    background-color: #ffa705;
}

.page-events #contents .page-detail h4.ttl {
	border-left: 7px solid #ffa705;
}

.page-events #contents .page-detail h5.ttl:before  {
    content: "●";
}

/**
友の会
**/
.tomo.static #contents #categorylist li {
    border-radius: .5rem;
    margin: 0 0 3rem;
}

.tomo.static #contents #categorylist #gourmet {
    background: url(../img/bg_page_ticket_gourmet.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #cinema {
    background: url(../img/bg_page_ticket_cinema.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #art {
    background: url(../img/bg_page_ticket_art.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #travel {
    background: url(../img/bg_page_ticket_travel.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #health {
    background: url(../img/bg_page_ticket_health.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #golf {
    background: url(../img/bg_page_ticket_golf.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #leisure {
    background: url(../img/bg_page_ticket_leisure.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #bleague {
    background: url(../img/bg_page_ticket_bleague.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #sportsclub {
    background: url(../img/bg_page_ticket_sportsclub.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #culture {
    background: url(../img/bg_page_ticket_culture.jpg) no-repeat center;
}

.tomo.static #contents #categorylist #tomoteikei {
    background: url(../img/bg_page_tomoteikei.jpg) no-repeat center;
}

.tomo.static #contents #categorylist li .inner-listitem {
    background: rgba(0,0,0,.4);
    border-radius: .5rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.tomo.static #contents #categorylist li a {
    color: #fff;
}

.tomo.static #contents #categorylist li .inner-listitem:hover {
    background: rgba(0,0,0,.2);
}

.tomo.static #contents #categorylist li .txt {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 95%;
}

.tomo.static #contents #categorylist li .title {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 1rem;
}

.tomo.static #contents #categorylist li .summary {
    font-size: 1.6rem;
}

.tomo.static #contents #categorylist li .arrow {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    text-align: right;
    width: 5%;
}

.tomo.static #contents #categorylist li .arrow i {
    font-size: 3.6rem;
}

.tomo.static #contents #categorylist li span + br {
    display: none;
}

/**
文化講座
**/

.page-cultures h3{
    font-size: 1.8rem;
}

.page-cultures.static #contents p{
    margin: 0;
    padding: 0;
}

/* ????????��???????????? */

.col_left {
    width: 45rem;
    float: left;
}

.col_right {
    width: 28rem;
    float: right;
}

.page-cultures #blog {
}

.page-cultures #blog h3 {
    border-bottom: 1px dotted #333333;
    color: #333333;
    /* font-family: "??�f??????????????? ProN W6", "HiraMinProN-W6", serif; */
    font-size: 1.8rem;
    letter-spacing: .2rem;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
}

.page-cultures #blog .blog-inner {  
    margin: auto;
    padding: 10px 6px;
    max-width: 100%;
    clear: both;
	background: #F3F9FF;
    border: 1px solid #93B6DE;
    border-radius: 6px;
    color: #fff;
    font-size: 1.4rem;
    font-size: 14px;
}

.page-cultures #blog ul {
	/* display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap; */
    width: 100%;
}

.page-cultures #blog li {
	/* display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display: flex; */
    display: inline-block;
    align-items: center;
    margin: 0 0 15px;
    width: 100%;
}

.page-cultures #blog li div{
    width: 90px;
    float: left;
    margin-right: 14px;
}

.page-cultures #blog .blog-inner > div {	
    overflow: auto;
    max-height: 468px;
}
.page-cultures #blog li p {
    padding: 0 2rem;	
}
.page-cultures #blog li p a {
	color: #333333;
}
.page-cultures #blog li p a:hover {
    color: #0075bd;
	text-decoration: underline;
}

.page-cultures #contents .page-detail h3.ttl {
    background: #d31177;
}

.page-cultures #contents .page-detail h4.ttl {
    border-left: 7px solid #d31177;
}

.page-cultures #contents .culture p.line.privilege {
    background: #ffffcc;
	border: 1px solid #ffa705;
	margin: 2rem 0 ;
    padding: 15px 10px;
    width : calc(100% - 22px) ;
}

.page-cultures #contents .culture dl.line.privilege {
    background: #ffffcc;
	border: 1px solid #ffa705;
    padding: 15px 10px;
    width : calc(100% - 22px) ;
}

.page-cultures #contents .culture dl.line.privilege dt {
    background: #ffa705;
	border-radius: 45px;
	color: #fff;
    display: block;
	font-size: 1.6rem;
    height: 70px;
    width: 70px;
    line-height: 4.6;
}

.page-cultures #contents .culture dl.line.privilege dd {
    margin: 0 0 0 9rem;
}

.page-cultures #contents .culture .btn li a {
    text-align: center;
    background: #0075bd;
    border-radius: 8px;
    margin: 0 14px 0;
    width: 176px;
}

.page-cultures #contents .culture .btn li:nth-of-type(2) a {
    background: #0075bd;
}


/**
文化講座 受講のご案内
**/
.page-cultures #contents .information h5.ttl:before  {
    content: "●";	
}

.page-cultures #contents .information p a  {
	text-decoration: underline;
}

.page-cultures #contents .information dl.list dt {
    margin: 3rem 0 0;
}

.page-cultures #contents .information dl.list dt span.kusatsu {
	background-color: #008837;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    padding: .1rem 2rem;
}

.page-cultures #contents .information dl.list dt span.nagahama {
	background-color: #0148a3;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    padding: .1rem 2rem;
}

.page-cultures #contents .information dl.list dt span.otsu {
	background-color: #dc6b75;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    padding: .1rem 2rem;
}

.page-cultures #contents .information dl.cultureFlow dd {
    background: #f5f5f5;
    padding: 10px 0;
}

.page-cultures #contents .information .bloc-column {
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	    flex-wrap: wrap;
}

.page-cultures #contents .information .bloc-column div {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
}

.page-cultures #contents .information .bloc-column div:nth-of-type(2n) {
	margin: 0 0 0 6%;
}

.page-cultures #contents .information .bloc-column div p {
	margin: 2rem 0 0;
}

.page-cultures #contents .information .cultureFlow table.view-pc {
	display: block;
}

.page-cultures #contents .information .cultureFlow table {
    border: none;
	margin: auto;
    width: 583px;
}

.page-cultures #contents .information .cultureFlow table td {
    border: none;
    padding: 0;
    vertical-align: top;
}

.page-cultures #contents .information .cultureFlow table tr:nth-of-type(2) td:first-of-type {
    width: 141px;
    padding: 0 3px;
}

.page-cultures #contents .information .cultureFlow table tr:nth-of-type(2) td:nth-of-type(2) {
    width: 146px;
    padding: 0 3px;
}

.page-cultures #contents .information .cultureFlow table tr:nth-of-type(2) td:nth-of-type(3) {
    width: 141px;
    padding: 0 3px;
}

.page-cultures #contents .information .cultureFlow table tr:nth-of-type(2) td:nth-of-type(4) {
    width: 133px;
    padding: 0 3px;
}

 .page-cultures #contents .information .cultureFlow dl.list.view-sp {
	 display: none;
}

.static.cultures .contactInfo .entrybtn {
    margin: 2rem 0 0;
    text-align: center;
}

.static.cultures .contactInfo .entrybtn .pdf a {
    background: #FF3B30;
    border-radius: .5rem;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
    text-align: center;
    width: 80%;
    margin: 2rem 0 0;
}

.page-cultures #contents .information .contactInfo ul.line li {
	margin: 0 4rem 0 0;
}

.page-cultures #contents .information .heed {
	font-size: 1.2rem;
    line-height: 1.3;
    margin: 3px 0 0;
}

.page-cultures #contents .information p a.accessMap {
    background: #0079bf;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    padding: 1px 0.5rem;
    font-size: 1.2rem;
    margin: 0 0 0 10px;
}

.page-cultures #contents .information p a.accessMap span {
    padding: 1px 1rem;
}

.page-cultures #contents .information .tuitionFees,
.page-cultures #contents .information .lessons {
    width: 583px;
    width: 100%;;
}

.page-cultures #contents .information .tuitionFees th,
.page-cultures #contents .information .lessons th {
    background: #f5f5f5;
	border: 1px solid #eee;
	text-align: center;
    width: 45%;
}

.page-cultures #contents .information .tuitionFees td,
.page-cultures #contents .information .lessons td {
	border: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
    width: 55%;
}

.page-cultures #contents .information .tuitionFees tr:nth-of-type(2) td:first-of-type,
.page-cultures #contents .information .lessons tr:nth-of-type(2) td:first-of-type {
    width: 45%;
    padding: 10px;
}

.page-cultures #contents .information ul.list li {
    margin: 0 0 0 1.5rem;
    text-indent: -1.5rem;
}


/**
セミナー・研修
**/
.business_seminar.static #contents article:first-of-type h2.ttl-static {
    margin: 0 0 2rem;
}

.business_seminar.static #flow dt {
    font-size: 1.6rem;
    font-weight: bold;
}

.business_seminar.static #flow dt span {
    background: #0075bd;
    color: #fff;
    display: inline-block;
    margin: 0 .5rem 0 0;
    padding: .5rem 1rem;
}

.business_seminar.static #flow dd.arrow {
    color: #0075bd;
    font-size: 5.0rem;
    margin: 1rem 0;
    text-align: center;
}

.business_seminar.static #flow li {
    margin-left: 1em;
    text-indent: -1em;
}

.business_seminar.static #flow li:before {
    content: "・";
}

.business_seminar.static #flow li.emphasis:before {
    content: none;
}

.business_seminar.static #offer .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.business_seminar.static #offer .inner > div {
    border: 1px dotted #ccc;
    box-sizing: border-box;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding: 1rem;
    width: 49%;
}

.business_seminar.static #offer .inner div.souki {
    position: relative;
    background: #f1efe7;
}

.business_seminar.static #offer .inner div.souki h3
,.business_seminar.static #offer .inner div.souki dl {
  /*  opacity: .7; */
}

.business_seminar.static #offer .inner div.souki:after {
    background: #c00;
    box-sizing: border-box;
    border-radius: 50%;
    content: "受付終了";
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 2rem;
    height: auto;
    width: 20%;
    padding: 1.5rem 0;
    text-align: center;
    opacity: 1;
    vertical-align: middle;
}

.business_seminar.static #offer .inner div.multiple {
    background: #f1efe7;
}

.business_seminar.static #offer h3 {
    margin: 0 0 1rem;
}

.business_seminar.static #offer dt {
    font-weight: bold;
    margin: 1rem 0 0;
}

.business_seminar.static #offer .inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.business_seminar.static #offer .inline .labels {
    margin: 0;
}

/**
講師派遣オリジナルプラン
**/
.page-business_seminar #contents .orijinalplan .orijinalplanText div:first-of-type {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    margin: 0 7% 0 0;
}

.page-business_seminar #contents .orijinalplan h6 + .bloc-column {
    margin: 1rem 0 0;
}

.page-business_seminar #contents .orijinalplan .trainingTheme h5.ttl {
	margin: 0;
}

.page-business_seminar #contents .orijinalplan .trainingTheme div {
    margin: 0 2%;
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
}

.page-business_seminar #contents .orijinalplan .trainingTheme div:first-of-type {
	background: url(../img/img_orijinalplan-image02.jpg) no-repeat right;
}

.page-business_seminar #contents .orijinalplan .trainingTheme div:nth-of-type(2) {
	background: url(../img/img_orijinalplan-image03.jpg) no-repeat right;
}

.page-business_seminar #contents .orijinalplan section.postscript {
    border: #127EA7 solid 2px;
}

.page-business_seminar #contents .orijinalplan section.postscript h1 {
    background: #127EA7;
}

.page-business_seminar #contents .orijinalplan section.postscript table {
    margin: auto;
    width: 96%;
}

.page-business_seminar #contents .orijinalplan section.postscript table th:first-of-type {
	width: 30%;
}

.page-business_seminar #contents .orijinalplan section.postscript table th:nth-of-type(2) {
	width: 35%;
}

.page-business_seminar #contents .orijinalplan section.postscript table th:nth-of-type(3) {
	color: #fff;
    background-color: #ec9a0c;
	width: 35%;
}

.page-business_seminar #contents .orijinalplan h3.subttl {
    font-size: 2.2rem;
    text-align: center;
    margin: 4.5rem 0 0;
}

.page-business_seminar #contents .orijinalplan #strength {
	background: #e6f4f7;
    margin: 2.5rem 1rem;
    padding: 1rem 2rem 2rem;
}

.page-business_seminar #contents .orijinalplan #strength h4 {
    font-size: 2.2rem;
    padding: 0;
}

.page-business_seminar #contents .orijinalplan #strength ul.line {
    margin: 3.3rem 0 0 !important;
	width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex;
}

.page-business_seminar #contents .orijinalplan #strength ul.line li {
    background: #fff;
    width: calc(88% / 3);
    margin: 0 2%;
    font-size: 1.2em;
    padding: 2rem .8rem;
    position: relative;
    min-height: 8rem;
    text-align: center;
    border-radius: 7px;
}

.page-business_seminar #contents .orijinalplan #strength ul.line li span { 
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    background: #d31177;
    border-radius: 45px;
    width: 60px;
    text-align: center;
    line-height: 1;
    padding: 13px 0;
    position: absolute;
    top: -1.9rem;
    color: #fff;
    left: -1.9rem;
}

.page-business_seminar #contents .orijinalplan #strength ul.line li strong {
	color: #52952A;
    font-size: 2.1rem;
    font-weight: bolder;
}

.page-business_seminar #contents .orijinalplan #flow {
    margin: 2.5rem 1rem;
}

.page-business_seminar #contents .orijinalplan #flow h4 {
    background: #ffe5c3;
    font-size: 1.8rem;
    padding: .3rem 0;
    text-align: center;
    color: #793a2b;
}

.page-business_seminar #contents .orijinalplan #flow ul.line {
	margin: 1rem 0 0 !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex;
}

.page-business_seminar #contents .orijinalplan #flow ul.line li {
	background: #ffe5c3;
    width: calc(78% / 4);
    margin: 0 4% 0 0;
    padding: 2rem 1rem;
    min-height: 12rem;
    text-indent: 0;
    position: relative;
}

.page-business_seminar #contents .orijinalplan #flow ul.line li:before {
    content: none;
}

.page-business_seminar #contents .orijinalplan #flow ul.line li:not(:last-of-type):after {
	content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -20px;
    top: 41%;
    font-size: 3rem;
    font-weight: bold;
    color: #7d3a2b;
}

.page-business_seminar #contents .orijinalplan #flow ul.line li:last-of-type {
	margin: 0;
}

.page-business_seminar #contents .orijinalplan #flow ul.line li span {
    color: #793a2b;
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
}

.page-business_seminar #contents .orijinalplan #case {
	margin: 6rem 0 0;
}
.page-business_seminar #contents .orijinalplan #case > h5 {
    font-size: 1.9rem !important;
}

.page-business_seminar #contents .orijinalplan #case h5.ttl:before {
    content: ""!important;
}

.page-business_seminar #contents .orijinalplan #case > h5.ttl:not(:nth-child(2)) {
    margin: 6rem 0 0 !important;
}

.page-business_seminar #contents .orijinalplan section.postscript {
    padding: 10px 10px 2rem;
}

.page-business_seminar #contents .orijinalplan #case .bloc-column > div {
    width: calc(92% / 2);
    margin: 0 2%;
}

.page-business_seminar #contents .orijinalplan #case .bloc-column > div .list {
    margin: 0 !important;
}

.page-business_seminar #contents .orijinalplan #manager {
	margin: 6rem 0 0;
}

.page-business_seminar #contents .orijinalplan #manager > p:first-of-type {
    margin: 3rem auto 0;
    width: 59rem;
}

.page-business_seminar #contents .orijinalplan #manager > p:first-of-type span:nth-of-type(2) {
    border: 2px solid #e08504;
    padding: .7rem 11rem;
    display: inline-block;
    margin: .2rem 0;
}

.page-business_seminar #contents .orijinalplan #manager > p:first-of-type span:nth-of-type(3) {
    display: block;
    text-align: right;
}

.page-business_seminar #contents .orijinalplan #manager > p:nth-of-type(2) {
    margin: 3rem auto 0;
}

.page-business_seminar #contents .orijinalplan #manager dl.list dt {
    color: #0d6696 !important;
}

.page-business_seminar #contents .orijinalplan #manager #theme {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.page-business_seminar #contents .orijinalplan #manager #theme dl {
    display: table-row;
}

.page-business_seminar #contents .orijinalplan #manager #theme dt {
    background: #eee;
    border: 1px solid #ddd;
    display: table-cell;
    float: none;
    width: 20%;
    vertical-align: middle;
}

.page-business_seminar #contents .orijinalplan #manager #theme dd {
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    display: table-cell;
    margin: 0;
    padding: 0 0 0 1rem;
    width: 80%;
}

.page-business_seminar #contents .orijinalplan #manager #theme dd ul {
	margin: 0;
}

.page-business_seminar #contents .orijinalplan #manager #theme dd li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-indent: 0;
}

.page-business_seminar #contents .orijinalplan #manager #theme dd li:last-of-type {
    margin: 1rem 0 0;
}

.page-business_seminar #contents .orijinalplan #manager #theme dd li span {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    font-weight: 700;
    width: 15%;
}

.page-business_seminar #contents .orijinalplan #manager #theme dd li span:last-of-type {
    font-weight: normal;
    width: 85%;
}

.page-business_seminar #contents .orijinalplan #voice {
    margin: 5rem 0 0;
}

.page-business_seminar #contents .orijinalplan #voice ul {
    background: #f4f4f4;
    padding: 11px 26px;
}

.page-business_seminar #contents .orijinalplan #charge {
    margin: 6rem auto 0;
}

.page-business_seminar #contents .orijinalplan #charge table {
    margin: 3rem 0 0;
    width: 100%;
}

.page-business_seminar #contents .orijinalplan #charge table th {
    width: 42%;
}

.page-business_seminar #contents .orijinalplan #charge table th:first-of-type {
    width: 16%;
}

.page-business_seminar #contents .orijinalplan #charge table tr td:not(:first-of-type) {
    text-align: center;
}

.page-business_seminar #contents .orijinalplan .contact {
    margin: 3rem 0 0;
}

.page-business_seminar #contents .orijinalplan .contact h3 {
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
    padding: .5rem .75rem .5rem 0;
    /* background-color: #f6f6f6; */
}

.page-business_seminar #contents .orijinalplan .contact p span {
    display: block;
}

/**
ビジネスレポート
**/
.page-business_reports #contents .page-detail h3.ttl {
    background: #0075bd;
}


/**
ビジネスレポート アンケート
**/
#contents .page-detail.questionnaire h3.ttl {
    background: #0075bd;
}

#contents .page-detail.questionnaire h5.ttl:before  {
    content: "●";	
}


/**
定期刊行物について
**/
.page #contents .periodicals h3.ttl {
    background: #d31177;
}

.page #contents .periodicals h4.ttl {
    border-left: 7px solid #d31177;
}

.page #contents .periodicals .bloc-column div.photo {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    margin: 0 5% 0 0;
    text-align: center;
}

.page #contents .periodicals .bloc-column div.text {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
}

.page #contents .periodicals .bloc-column div.text .btn {
	margin: 3rem 0 0;
 }


/**
会社案内
**/
.page.company #contents dl.line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 2rem 0 0;
}

.page.company #contents dl.line dt {
    border-bottom: 1px dotted #aaa;
    box-sizing: border-box;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    font-weight: bold;
    padding: 1rem;
	text-align: left;
    overflow: hidden;
    width: 16rem;
}

.page.company #contents dl.line dd {
    box-sizing: border-box;
    border-bottom: 1px dotted #aaa;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    margin: 0;
    padding: 1rem;
    width: calc(100% - 16rem);
}

.page #contents .company .bloc-column {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page #contents .company .bloc-column div:first-of-type {
	margin:0 3% 0 0;
}

.page #contents .company .bloc-column div.photo {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
}

.page #contents .company .bloc-column div.text {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
}

.page #contents .company .bloc-column h5.ttl {
	font-size: 2.5rem;
}

.page #contents .company .bloc-column h5.ttl {
    border-bottom: 1px dotted #aaa;
}

.page #contents .company .bloc-column h5.ttl:before {
    content: "■";	
	font-size: 2rem;
}

.page #contents .company .bloc-column h5.ttl:not(:nth-child(2)) {
	margin: 0;
    padding: 0 5px;
}

.page #contents .company .bloc-column div p {
	margin: 2rem 0 0;
}

/**
��ЊT�v�E���v
**/
.page.company #history {
    margin: 5rem 0 0;
}

.page.company #summarydata dl.line dt
,.page.company #history dl.line dt {
    width: 10rem;
}

.page.company #summarydata dl.line dd
,.page.company #history dl.line dd {
    width: calc(100% - 10rem);
}


/**
アクセス
**/

.page.company #contents dl.line dd li {
	position: relative;
    text-indent: 3rem;
}

.page.company #contents dl.line dd li > span {
	background: url(../img/icon_access-parkingmark.gif) no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	position: absolute;
    top: .2rem;
    left: 0;
	width: 21px;
}

.page.company #contents dl.line dd li > span.parking2 {
    background-position: 0 -21px;
}

.page.company #contents dl.line dd li > span.parking3 {
    background-position: 0 -42px;
}

.page.company #contents dl.line dd li > span.parking4 {
    background-position: 0 -63px;
}


/**
部署のご案内
**/
.page #contents .department .bloc-column div.photo {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
	margin: 0 0 0 5%;
	text-align: center;
}

.page #contents .department .bloc-column div.photo ul {
	margin: 2rem 0 0;
}

.page #contents .department .bloc-column div.photo ul li {
    line-height: 1;
    margin: 0 0 25px;
}

.page #contents .department .bloc-column .eventbox ul li::before {
    content: "●";
    display: inline-block;
    font-size: 1.2rem;
    margin: 0;
    text-indent: -2rem;
}

.page #contents .department .bloc-column div.text {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
}

.page #contents .department .contact {
    margin: 2rem 0 0;
}

.page #contents .department .contact span {
    display: block;
}

/**
サイトのご利用について
**/
.sitepolicy.static #contents ol > li {
    list-style: inside decimal;
    margin-left: 1rem;
    text-indent: -1rem;
}

.sitepolicy.static #contents ul li:before {
    content: "・";
}

/**
リンクについて
**/
.aboutlink.static #contents ol > li {
    list-style: inside decimal;
    margin-left: 1rem;
    text-indent: -1rem;
}

/**
個人情報保護方針
**/
.policy.static #contents article:first-of-type h2 {
    margin: 0 0 2rem;
}

.polci.static #contents dl {
    margin: 2rem 0 2rem 1rem;
}

.policy.static #contents ol {
    margin: 2rem 0 2rem 1rem;
}

.policy.static #contents ol > li {
    list-style: inside decimal;
    margin-left: 1rem;
    text-indent: -1rem;
}

.policy.static #contents ul {
    margin: 2rem 0 2rem 1rem;
}

.policy.static #contents ul > li {
    margin-left: 1rem;
    text-indent: -1rem;
}

.policy.static #contents ul > li:before {
    content: "・";
}

.policy.static #contents .sign {
    margin: 1rem 0 0;
    text-align: right;
}

.policy.static table {
    margin: 1.5rem 0;
    width: 100%;
}

.policy.static table caption {
    font-size: 1.2rem;
    text-align: right;
}

.policy.static table th
,.policy.static table td {
    border: 1px solid #b3cdcb;
    background: #deebea;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1rem;
}

 .policy.static table td {
    border: 1px solid #dedede;
    background: none;
    text-align: left;
    vertical-align: middle;
 }

/**
お問い合わせ
**/
.page #contents .inquiry table {
	margin: 3rem auto 0;
    width: 100%;
}

/**
ねっとも案内
**/
.webmember.static #contents .read h2.ttl-static {
    margin: 0 0 2rem;
}
/**2018.011.28
***********************************/

	.webmember.static #offer02 .txt, .webmember.static #offer04 .txt{
		width: 100%;
}
		

.webmember.static .read .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.webmember.static .read .inner p {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: calc(100% - 30rem);
}

.webmember.static .read .inner p:last-of-type {
    width: 30rem;
}

.webmember.static .btn {
    margin: 2rem 0 0;
}

.webmember.static .btn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.webmember.static .btn ul li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    text-align: center;
    width: 50%;
}

.webmember.static .btn ul li a {
    background: #9fd254;
    border-radius: .5rem;
    color: #fff;
    display: inline-block;
    padding: 1rem 0;
    width: 80%;
}

.webmember.static .btn ul li:last-of-type a {
    background: #ffa705;
}

.webmember.static .attention {
    margin: 3rem auto 0;
    width: 90%;
}

.webmember.static #contents .attention h3.ttl-static {
    margin: 0 0 2rem;
}

.webmember.static .offer article {
    margin: 4rem 0 0;
}

.webmember.static .offer .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.webmember.static .offer .txt
,.webmember.static .offer .photo {
    box-sizing: border-box;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding: 0 2rem 0 0;
    width: calc(100% - 12rem);
}

.webmember.static #offer03 .txt
,.webmember.static #offer04 .txt {
    width: 100%;
}

.webmember.static .offer .photo {
    padding: 0;
    width: 12rem;
}

.webmember.static #contents .offer .txt h3.ttl-static {
    color: #d31177;
    margin: 0 0 2rem;
    padding: 0 .75rem .5rem 0;
}

.webmember.static #contents .offer .txt h3.ttl-static span {
    background: #d31177;
    border-radius: .5rem;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 .5rem 0 0;
    padding: .5rem 1rem;
}

/*20190417*/
#jyosei{
    margin-top: 20px;
    padding: 20px;
    border: 3px solid #777777;
}
