
/* -------------------------------------------------------------------
container-fluid
------------------------------------------------------------------- */
main {
    background: #f3f3f3
}
@media screen and (min-width: 751px) { 
main .container-fluid-inner {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    margin-left: 240px;
    position: relative;
    display: block;
    z-index: 100;
}

#ContentsWrap {
    /* max-width: 1024px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*aside*/
aside, .aside{
    max-width: 1024px;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}
aside nav, .aside nav {
    width: 208px;
    transition: .3s;
    pointer-events: visible;
    display: block;
    z-index: 100;
    position: absolute;
    top: 32px;
    left: auto;
}
aside .aside_detail__table a:hover{
    color:#222;
}
aside .aside_detail__table-cell {
    background-color: #f5f5f5;
}
aside .aside_detail__table-cell dl {
    width: 100%;
    display: block;
}
aside .aside_detail__table-cell dl dt {
    background: #FFF;
    border-bottom:solid 1px #f5f5f5;
}
aside .aside_detail__table-cell dl dt:last-child {
    border: none;
}
aside .aside_detail__table-cell dl dt.open {
    background: #f5f5f5;
}
aside .aside_detail__table-cell dl dt.hav_child a{
    width: 100%;
    width: 100%;
    padding: 10px 16px;
    /* height: 46px; */
    background-image: url(../img/common/plus.svg);
    background-repeat: no-repeat;
    background-position: 184px center;
    background-size: 9px 9px;
    display: block;
}
aside .aside_detail__table-cell dl dt:not(.hav_child) a{
    width: 100%;
    width: 100%;
    padding: 10px 16px;
    /* height: 46px; */
    background-image: url(../img/common/arrow_line.svg);
    background-repeat: no-repeat;
    background-position: 186px center;
    background-size: 5px 9px;
    display: block;
}
aside .aside_detail__table-cell dl dt:not(.hav_child) a:hover{
    background-color: #EEE;
}
aside .aside_detail__table-cell dl dt.position:not(.hav_child) a{
    background-color: #c44130;
    background-image: url(../img/common/arrow_line_wh.svg);
    background-repeat: no-repeat;
    background-position: 186px center;
    color: #FFF;
}
aside .aside_detail__table-cell dl dt.open a,
aside .aside_detail__table-cell dl dt.close a{
    background-image:url(../img/common/minus.svg);
    background-repeat: no-repeat;
    background-position: 184px center;
    background-size: 9px 9px;
}
aside .aside_detail__table-cell dl dt.open a,
aside .aside_detail__table-cell dl dt.close a{
    background-image:url(../img/common/minus.svg);
    background-repeat: no-repeat;
    background-position: 184px center;
    background-size: 9px 9px;
}
aside .aside_detail__table-cell dl dd {
    margin-left: 16px;
    background: #eeeeee;
    display: none;
}
aside .aside_detail__table-cell dl dt.position + dd {
    display: block;
}
aside .aside_detail__table-cell dl dd a{
    min-height: 38px;
    display: block;
}
aside .aside_detail__table-cell dl dd ul li a {
    color:#222;
    padding: 10px 32px 10px 16px;
    background-image: url(../img/common/arrow_line.svg);
    background-repeat: no-repeat;
    background-position: 169px center;
    background-size: 5px 9px;
    display: block;
}
aside .aside_detail__table-cell dl dd ul li a.position {
    background-color: #c44130;
    background-image: url(../img/common/arrow_line_wh.svg);
    background-repeat: no-repeat;
    background-position: 169px center;
    color: #FFF;
}
aside h4, .aside ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
aside h4 {
    height: 38px;
}
aside h4 a, .aside ul li a {
    margin: 0;
    display: flex;
    align-items: center;
    color: #222;
    background-image: url(../img/common/arrow_line.svg);
    background-repeat: no-repeat;
    background-position: 186px center;
    background-size: 5px 9px;
    background-color: #FFF;
    border-bottom: solid 1px #f5f5f5;
}
aside h4:last-child a {
    border-bottom: none;
}
aside h4 a {
    height: 38px;
    padding: 0 16px;
}
.aside ul li a {
    padding: 7px 16px;
}
aside h4 a:hover, .aside ul li a:hover {
    //border: none;
    margin: 0;
    color: #222;
}
aside h4 a:hover {
    height: 38px;
    padding: 0 16px;
}
.aside ul li a:hover {
    padding: 7px 16px;
}
aside h4 a:hover, .aside ul li a:hover {
    background-color:#eeeeee;
}


body.clinic aside .aside_menu:first-child h4:nth-of-type(1) a,
body.concept aside .aside_menu:first-child h4:nth-of-type(3) a,
body.doctor aside .aside_menu:first-child h4:nth-of-type(4) a,
body.recruit aside .aside_menu:first-child h4:nth-of-type(5) a{
    background-color: #c44130;
    background-image: url(../img/common/arrow_line_wh.svg);
    background-repeat: no-repeat;
    background-position: 186px center;
    color: #FFF;
}
}/* ---------------------------- pc end */



/*751〜1024px*/
@media screen and (min-width:751px) and (max-width:1024px) {
aside, .aside {
    padding: 0 16px;
}
}/* --------------------------------------------- PC end */



@media screen and (max-width:750px) {
main {
    width: 100%;
    box-sizing:border-box;
}
main article .container-inner{
    width: 100%;
    margin:0 auto;
    box-sizing: border-box;
}
main article .container-fluid{
    padding:0 4.25531914893617%;
    color: #222;
}

#ContentsWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*aside*/
aside{
    display: none;
}
}/* ---------------------------- sp end */




/* -------------------------------------------------------------------
KV
------------------------------------------------------------------- */

@media screen and (min-width: 751px) { 
#breadCrumbs {
    width: 100%;
    margin: auto;
    background: #f3f3f3;
}
#breadCrumbs .inner{
    max-width: 1024px;
    margin: auto;
    padding:16px 0;
}
#breadCrumbs a {
    text-decoration: none;
    font-size: 14px;
    color: #c44130;
    text-align: left;
    margin: 0;
    display: inline-block;
}
#breadCrumbs a:hover {
    text-decoration: underline;
}
#breadCrumbs a:after {
    content: " ";
    color: transparent;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid #666 0;
    border-width: 0 1px 1px 0;
    width: 6px;
    height: 6px;
    margin:.2em 16px;
    position: relative;
    top: .5px;
}
}/* ---------------------------- pc end */


/*751〜1024px*/
@media screen and (min-width:751px) and (max-width:1024px) {
#breadCrumbs .inner{
    max-width: 1024px;
    margin: auto;
    padding:16px;
}
}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
#breadCrumbs {
    display: none;
}
}/* ---------------------------- sp end */





/* -------------------------------------------------------------------
KV
------------------------------------------------------------------- */
#kv {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #e4e4e7;
}

#kv h2, #kv p {
    text-shadow:0px 2px 2px rgba(233,233,233,.85),0px 0px 2px rgba(233,233,233,.85),2px 0px 2px rgba(233,233,233,.85),0px -2px 2px rgba(233,233,233,.85),-2px -2px 2px rgba(233,233,233,.85),-2px 0px 2px rgba(233,233,233,.85);
}

body.concept #kv h2 {
    letter-spacing: 0.18em;
}

/*752PX*/
@media screen and (min-width:751px) {
#kv .inner {
    max-width: 1024px;
    width: 100%;
    height: 268px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    z-index: 2;
}
#kv .txt {
    width: 100%;
    max-width: 1024px;
    margin: 0;
    font-size: 20px;
    color: #222;
    letter-spacing: -0.05em;
    vertical-align: middle;
    display: block;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column nowrap;
    z-index: 3;
}
#kv h2 {
    font-size: 48px;
    line-height: 1;
}
#kv:after {
    content: "";
    max-width: 1024px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
body.concept #kv:after {
    background: url(../img/pc/concept/kv.png) no-repeat right 0;
}
body.clinic #kv:after {
    background: url(../img/pc/clinic/kv.png) no-repeat right 0;
}
body.recruit #kv:after {
    background: url(../img/pc/recruit/kv.png) no-repeat right 0;
}
body.doctor #kv:after {
    background: url(../img/pc/doctor/kv.png) no-repeat right 0;
}
body.sitemap #kv:after {
    background: url(../img/pc/sub/kv.png) no-repeat right 0;
}
}/* --------------------------------------------- PC end */


/*751〜1024px*/
@media screen and (min-width:751px) and (max-width:1024px) {
#kv .inner {
    padding: 0 16px;
}
#kv:after {
    margin-right: -148px;
}
}/* --------------------------------------------- PC end */


/*751PX*/
@media screen and (max-width:750px) {
#kv {
    width: 100%;
    padding-top: 54.12234042553191%;
    margin: 56px auto 0;
    position: relative;
    overflow: hidden;
    background: #e9e9e9;
}
#kv .inner {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    overflow: hidden;
    z-index: 2;
}
#kv .txt {
    width: 100%;
    margin: auto;
    padding: 0 5.319148936170213% 0;
    font-size: 13px;
    color: #222;
    letter-spacing: -0.05em;
    vertical-align: middle;
    /* text-align: center; */
    display: block;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column nowrap;
    z-index: 3;
}
#kv h2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.05em;
}
body.recruit #kv h2 {
    line-height: 1.4;
}
#kv:after {
    content: "";
    width: auto;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

body.concept #kv:after {
    background: url(../img/sp/concept/kv.png) no-repeat right 0;
    background-size: contain;
}
body.clinic #kv:after {
    background: url(../img/sp/clinic/kv.png) no-repeat right 0;
    background-size: contain;
}
body.recruit #kv:after {
    background: url(../img/sp/recruit/kv.png) no-repeat right 0;
    background-size: contain;
}
body.doctor #kv:after {
    background: url(../img/sp/doctor/kv.png) no-repeat right 0 #e4e4e7;
    background-size: contain;
}
body.privacy #kv:after,
body.sitemap #kv:after {
    background: url(../img/sp/sub/kv.png) no-repeat right 0;
    background-size: contain;
}
}/* --------------------------------------------- SP end */




/* -------------------------------------------------------------------
main .section.navBox
------------------------------------------------------------------- */

@media screen and (min-width: 751px){
main .section.navBox {
    width: 100%;
    max-width: 1024px;
    padding-top:48px;
    padding-bottom:40px;
    margin:0 auto;
    overflow: hidden;
}
main .section.navBox .pure-g {
    width: 100%;
    margin: 0 0 0 -8px;
}
main .section.navBox div.pure-u-sm-1-4 {
    //width: 25%;
    //min-width: 184px;
    padding: 8px;
    display: inline-block;
    //margin: 16px 0;
    //padding: 0 16px 0 18px;
    //font-size: 13px;
    //display: block;
    //position: relative;
    //background: url(../img/common/arrow_line_blk.svg) left 8px no-repeat;
    //background-size: 9px 5px;
}

main .section.navBox a{
display: block;
    width: 100%;
    min-height: 56px;
    /* margin: 8px; */
    padding: 10px 30px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    background: url(../img/common/arrow_line_blk.svg) 16px center no-repeat;
    background-size: 9px 5px;
    border: solid 1px #acacac;
}
main .section.navBox div.pure-u-sm-1-4:nth-of-type(3) a,
main .section.navBox div.pure-u-sm-1-4:nth-of-type(4) a{
        padding: 10px 14px 10px 30px;
}
main .section.navBox .trigger{
    display: none;
}
}/* ---------------------------- PC end */


@media screen and (min-width: 751px) and (max-width: 980px){
main .section.navBox div.pure-u-sm-1-4 {
    width: 33.333333%;
}
}/* ---------------------------- PC end */





@media screen and (max-width: 750px){
main .section.navBox {
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    background: #FFF;
}
main .section.navBox .pure-g {
    width: 100%;
    display: none;
    border-top:solid 1px #CCC;
}
main .section.navBox div.pure-u-sm-1-4 {
    width: 100%;
    margin:0;
    padding: 0;
    font-size: 13px;
    display: block;
    position: relative;
}
main .section.navBox a{
    padding:16px 16px 16px 32px;
    display: block;
    background: url(../img/common/arrow_line_blk.svg) 16px center no-repeat;
    background-size: 9px 5px;
    border-bottom:solid 1px #CCC;
}
main .section.navBox h4.trigger,
.aside h4.trigger{
    padding:16px 16px 16px 32px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .section.navBox h4.trigger div,
.aside h4.trigger div {
    width: 17px;
    height: 12px;
    margin:2px 10px 0;
    position: relative;
}
main .section.navBox h4.trigger div,
main .section.navBox h4.trigger div span,
.aside h4.trigger div,
.aside h4.trigger div span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
main .section.navBox h4.trigger div span,
.aside h4.trigger div span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CCC;
}
main .section.navBox h4.trigger div span:nth-of-type(1),
.aside h4.trigger div span:nth-of-type(1){
  top: 0;
}
main .section.navBox h4.trigger div span:nth-of-type(2),
.aside h4.trigger div span:nth-of-type(2){
  top: 5px;
}
main .section.navBox h4.trigger div span:nth-of-type(3),
.aside h4.trigger div span:nth-of-type(3){
  bottom: 0;
}


/*Anim*/
main .section.navBox h4.trigger div span:nth-of-type(1),
.aside h4.trigger div span:nth-of-type(1){
  -webkit-animation: menu-bar01 .25s forwards;
  animation: menu-bar01 .25s forwards;
}
main .section.navBox h4.trigger div span:nth-of-type(2),
.aside h4.trigger div span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
main .section.navBox h4.trigger div span:nth-of-type(3),
.aside h4.trigger div span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .25s forwards;
  animation: menu-bar02 .25s forwards;
}

main .section.navBox h4.trigger.open div span:nth-of-type(1),
.aside h4.trigger.open div span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .25s forwards;
  animation: active-menu-bar01 .25s forwards;
  //opacity: 0;
}
main .section.navBox h4.trigger.open div span:nth-of-type(2),
.aside h4.trigger.open div span:nth-of-type(2) {
  opacity: 1;
}
main .section.navBox h4.trigger.open div span:nth-of-type(3),
.aside h4.trigger.open div span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .25s forwards;
  animation: active-menu-bar03 .25s forwards;
  //opacity: 0;
}

}/* ---------------------------- SP end */





/* -------------------------------------------------------------------
heading-container
------------------------------------------------------------------- */

.heading-container {
    width: 100%;
    margin:auto;
    position: relative;
}


/*752PX*/
@media screen and (min-width:751px) {
.heading-container .container-fluid{
    max-width: 1024px;
    padding-top:40px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
body.recruit h3.message{
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1.714em;
    text-align: center;
}
}/* --------------------------------------------- PC end */

@media screen and (max-width:750px) {
.heading-container .container-fluid{
    padding-top:48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
body.recruit h3.message{
    line-height: 1.4;
    font-size: 24px;
    //letter-spacing: 0.08em;
    text-align: center;
}
}/* --------------------------------------------- SP end */




/* ---------------------------------------------
ul.feature
--------------------------------------------- */

.container-inner ul.feature{
    width: 100%;
    margin:0;
    display:table;
}

/*752PX*/
@media screen and (min-width:751px) {
.container-inner ul.feature{
    margin:0 0 32px
}
.container-inner ul.feature li{
    width: 100%;
    margin: 0 0 16px;
    padding: 0 0 0 18px!important;
    font-size: 14px!important;
    display: block!important;
    background: url(../img/common/ic_li.svg) no-repeat 0 4px;
    background-size: 9px 10px;
}
}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
.container-inner ul.feature{
    margin:0 0 8px
}
.container-inner ul.feature li{
    width: 100%!important;
    margin: 0 0 18px;
    padding: 0 0 0 18px!important;
    font-size: 14px!important;
    display: block!important;
    background: url(../img/common/ic_li.svg) no-repeat 0 4px;
    background-size: 9px 17px;
    white-space: normal;
}
}/* --------------------------------------------- SP end */





/* -------------------------------------------------------------------
about-container
------------------------------------------------------------------- */
.about-container {
    width: 100%;
    margin:auto;
    position: relative;
}
.about-container.pure-g {
    white-space: normal;
}


/*752PX*/
@media screen and (min-width:751px) {
.about-container .container-fluid{
    max-width: 1024px;
    padding-top: 0;
    padding-bottom: 48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.about-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.about-container .intro {
    width: 100%;
    padding:0 64.60204081632652% 64px 0;
    display: block;
    position: relative;
}
.about-container .intro:after {
    content: "";
    width: 609px;
    height: 411px;
    position: absolute;
    top:0;
    right:-48px;
    display: block;
    background: url(../img/pc/recruit/intro.jpg) right 0 no-repeat;
    z-index: -1;
}
.about-container .intro h4{
    margin:16px 0 32px;
    font-size: 20px;
}
.about-container .intro p{
    font-size: 14px;
    line-height: 1.8em;
}
.about-container ul.ph {
    margin: 32px -16px 0;
    white-space: nowrap;
}
.about-container ul.ph li{
    margin:0 auto;
    padding: 0 16px;
}
}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
.about-container {
    background: #f3f3f3;
}
.about-container .container-fluid{
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.about-container .container-fluid .title{
    margin:0 auto;
}
.about-container .container-fluid .title h3 {
    margin:0 auto 32px;
    //letter-spacing: 0.09em;
    line-height: 1.5;
}
.about-container .container-fluid .title h2:after, 
.about-container .container-fluid .title h3:after {
    content: none;
}
.about-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.about-container p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.571;
}

.about-container ul.ph {
    margin: 0 0 32px;
}
.about-container ul.ph li{
    margin:0 auto 16px;
}
.about-container ul.ph li:last-child{
    margin:0 auto;
}
.about-container dl {
    width:100%; 
    margin: 0 auto;
    padding:0;
}
.about-container dl dt{
    width:100%; 
    margin: 0 auto;
    padding: 0 16px;
    font-size: 14px;
    letter-spacing: 0.08em;
    display: block;
}
.about-container dl dd{
    width:100%; 
    margin: 0 auto 24px;
    padding: 16px 16px 24px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
    display: block;
    //border-bottom:dotted 1px #222;
    background: url(../img/common/dotline.png) repeat-x left bottom;
}
.about-container dl dd:last-child{
    margin: 0 auto 0;
}
.about-container .intro {
    width: 100%;
    padding: 54.93333333333334% 0 32px;
    display: block;
    position: relative;
}
.about-container .intro:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    display: block;
    background: url(../img/pc/recruit/intro.jpg) right 0 no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-container .intro h4 {
    margin: 16px 0;
    font-size: 18px;
}
.about-container .intro p{
    font-size: 13px;
    line-height: 1.8em;
}
body.recruit .about-container ul.ph {
    margin: 0;
}
}/* --------------------------------------------- SP end */




/* -------------------------------------------------------------------
feature-container
------------------------------------------------------------------- */
/* feature-container */
.feature-container {
    width: 100%;
    margin:auto;
    position: relative;
    background: #fafaf9;
}
.feature-container.pure-g {
    white-space: normal;
}


/*752PX*/
@media screen and (min-width:751px) {
.feature-container {
    background: #f3f3f3;
}
.feature-container .container-fluid{
    max-width: 1024px;
    padding-top: 40px;
    padding-bottom: 64px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.feature-container .container-fluid .title{
    margin:0 auto;
}
.feature-container .container-fluid .title h3{
    margin:0 auto 32px;
    letter-spacing: 0.09em;
    line-height: 1.5;
}
.feature-container .container-fluid .title h2:after, 
.feature-container .container-fluid .title h3:after {
    content: none;
}
.feature-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.feature-container p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
}
.feature-container .ph {
    margin:32px auto 24px;
}
}/* --------------------------------------------- PC end */

@media screen and (max-width:750px) {
.feature-container {
    background: #f3f3f3;
}
.feature-container .container-fluid{
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.feature-container .container-fluid .title{
    margin:0 auto;
}
.feature-container .container-fluid .title h3 {
    margin:0 auto 32px;
    //letter-spacing: 0.09em;
    line-height: 1.5;
}
.feature-container .container-fluid .title h2:after, 
.feature-container .container-fluid .title h3:after {
    content: none;
}
.feature-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.feature-container p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.571;
}
.feature-container .ph {
    margin:32px auto 24px;
}
}/* --------------------------------------------- SP end */





/* ---------------------------------------------
detaile-container
--------------------------------------------- */
.detaile-container {
    width: 100%;
    margin:auto;
    position: relative;
    background: #fafaf9;
}

.detaile-container.pure-g {
    white-space: normal;
}

/*752PX*/
@media screen and (min-width:751px) {
.detaile-container {
    background: #e7e8ec;
    overflow: hidden;
}
.detaile-container .container-fluid{
    max-width: 1024px;
    padding-top: 48px;
    padding-bottom: 72px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.detaile-container .container-fluid .title{
    margin: 0 auto 40px;
}
.detaile-container .container-fluid .title h3 {
    letter-spacing: 0.2em;
}
.detaile-container .container-fluid .title h3 span {
    display: block;
    font-size: 16px;
    margin: 0px auto 0;
}
.detaile-container .container-inner {
    width: 100%;
    position: relative;
}
.detaile-container p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
}
.detaile-container ul {
    margin: 32px -16px;
    white-space: nowrap;
}
.detaile-container ul li{
    padding: 0 16px;
}

.detaile-container .container-fluid .note{
    width: 100%;
    height: 265px;
    margin:0 auto 24px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.detaile-container .container-fluid .note .inner{
    padding:0 32px 0 250px;
}
.detaile-container .container-fluid .note p{
    margin:20px auto;
    font-size: 13px;
}
.detaile-container .container-fluid .note p.large{
    font-size: 18px;
}

.detaile-container .container-fluid .press{
    width: 100%;
    margin:48px auto 0;
    padding: 8px 32px;
    background: white;
    border: solid 1px #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.detaile-container .container-fluid .press p{
    margin:20px auto;
    //text-indent: -1em;
    //padding-left: 1em;
}


.detaile-container .container-fluid .txtblock ul {
    white-space: normal;
}
.detaile-container .container-fluid .txtblock h4{
    margin-bottom: 32px;
    font-size: 20px;
}
.detaile-container .container-fluid .txtblock p{
    margin:0 0 48px;
    font-size: 14px;
    line-height: 1.929em;
}
.detaile-container .container-fluid .txtblock .left.txt{
    padding-right: 8px;
}
.detaile-container .container-fluid .txtblock .right.ph{
    padding-left: 24px;
}
.detaile-container .container-fluid .txtblock .left.ph{
    padding-right: 24px;
}
.detaile-container .container-fluid .txtblock .right.txt{
    padding-left: 8px;
}

.detaile-container .container-fluid .blk{
    width: 100%;
    margin:32px 0 8px;
    padding: 16px;
    display: block;
    line-height: 2;
    border: solid 1px #222;
}

.detaile-container .container-fluid .blk:nth-of-type(2){
    margin:32px 0;
}

body.clinic .detaile-container .container-fluid{
    padding-top: 80px;
}
body.clinic .detaile-container .container-fluid .note:nth-of-type(1){
    background: url(../img/pc/clinic/img01.jpg) no-repeat 0 center #FFF;
}
body.clinic .detaile-container .container-fluid .note:nth-of-type(2){
    background: url(../img/pc/clinic/img02.jpg) no-repeat 0 center #FFF;
}

body.clinic .detaile-container .container-fluid,
body.recruit .detaile-container .container-fluid{
    padding-top: 80px;
}
body.recruit .container-fluid .txtblock.stuffmessage{
    margin-bottom: 64px!important;
}
body.recruit .detaile-container#message01 .container-fluid .txtblock p:last-child,
body.recruit .detaile-container#skill .container-fluid .txtblock p:last-child{
    margin:0;
}

}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
.detaile-container {
    background: #e7e8ec;
}
.detaile-container .container-fluid{
    max-width: 1024px;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
}
.detaile-container .container-fluid .title{
    margin:0 auto 40px;
}
.detaile-container .container-fluid .title h3 {
    letter-spacing: 0.2em;
}
.detaile-container .container-fluid .title h3 span {
    display: block;
    font-size: 13px;
    margin: 0px auto 0;
}
.detaile-container .container-inner {
    width: 100%;
    position: relative;
}
.detaile-container p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.571;
}
.detaile-container ul {
    margin: 24px 0;
    white-space: nowrap;
}
.detaile-container ul li{
    padding: 8px 0;
}


.detaile-container .container-fluid .note{
    width: 100%;
    min-height: 178px;
    margin:0 auto 24px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
.detaile-container .container-fluid .note .inner{
     padding: 0 16px 0 36.266666666666666%;
}
.detaile-container .container-fluid .note p{
    margin:16px auto;
    font-size: 13px;
}
.detaile-container .container-fluid .note p.large{
    font-size: 16px;
}

.detaile-container .container-fluid .press{
    width: 100%;
    margin:32px auto 0;
    padding: 8px 16px;
    background: white;
    border: solid 1px #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.detaile-container .container-fluid .press p{
    margin:20px auto;
    //text-indent: -1em;
    //padding-left: 1em;
}

.detaile-container .container-fluid .txtblock ul {
    white-space: normal;
}
.detaile-container .container-fluid .txtblock h4{
    margin-bottom: 16px;
    font-size: 20px;
}
.detaile-container .container-fluid .txtblock p{
    margin: 0 0 24px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.571;
}
.detaile-container .container-fluid .txtblock .right.ph{
    //margin-top: 24px;
}
.detaile-container .container-fluid .txtblock .left.ph{
    margin-bottom: 24px;
}
.detaile-container .container-fluid .txtblock .right.txt{
   // padding-left: 8px;
}

.detaile-container .container-fluid .blk{
    width: 100%;
    margin:32px 0 8px;
    padding: 16px;
    display: block;
    line-height: 2;
    border: solid 1px #222;
}
.detaile-container .container-fluid .blk:nth-of-type(2){
    margin:32px 0;
}

body.clinic .detaile-container .container-fluid{
    //padding-top: 80px;
}
body.clinic .detaile-container .container-fluid .note:nth-of-type(1){
    background: url(../img/pc/clinic/img01.jpg) no-repeat -16px bottom #FFF;
    background-size: 150px;
}
body.clinic .detaile-container .container-fluid .note:nth-of-type(2){
    background: url(../img/pc/clinic/img02.jpg) no-repeat -16px bottom #FFF;
    background-size: 150px;
}

body.recruit .detaile-container#message01 .container-fluid .txtblock p{
    margin:0;
}
body.recruit .pure-g.txtblock.stuffmessage:nth-of-type(2) .right {
    margin-top: 24px;
}
body.recruit .pure-g.txtblock.stuffmessage:not(:first-child){
    margin-top:32px;
}
}/* --------------------------------------------- SP end */



@media screen and (min-width:375px) and (max-width:750px) {
.detaile-container .container-fluid .note .inner{
     padding: 0 16px 0 136px;
}
}/* --------------------------------------------- SP end */





/* -------------------------------------------------------------------
map-container
------------------------------------------------------------------- */
.map-container {
    width: 100%;
    margin:auto;
    position: relative;
    background: #fafaf9;
}
.map-container.pure-g {
    white-space: normal;
}


/*752PX*/
@media screen and (min-width:751px) {
.map-container {
    background: #f3f3f3;
}
.map-container .container-fluid{
    max-width: 1024px;
    padding-top: 0;
    padding-bottom: 64px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.map-container .container-fluid .title{
    margin:0 auto;
}
.map-container .container-fluid .title h3{
    margin:0 auto 32px;
    letter-spacing: 0.09em;
    line-height: 1.5;
}
.map-container .container-fluid .title h2:after, 
.map-container .container-fluid .title h3:after {
    content: none;
}
.map-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.map-container ul.ph {
    margin: 32px -16px 78px;
    white-space: nowrap;
}
.map-container ul.ph li:first-child{
    margin:0 auto 32px;
}
.map-container ul.ph li:not(:first-child){
    margin:0 auto;
    padding: 0 16px;
}
.map-container dl {
    width:100%; 
    margin: 0 auto;
    padding:0;
}
.map-container dl dt{
    width:100%; 
    margin: 0 auto;
    padding: 0 32px;
    font-size: 16px;
    letter-spacing: 0.08em;
    display: block;
}
.map-container dl dd{
    width:100%; 
    margin: 0 auto 32px;
    padding: 24px 32px 32px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
    display: block;
    //border-bottom:dotted 1px #222;
    background: url(../img/common/dotline.png) repeat-x left bottom;
}
.map-container dl dd .largetext a{
    font-size: 20px;
    color:#c44130;
}
}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
.map-container {
    background: #f3f3f3;
}
.map-container .container-fluid{
    padding-top: 48px;
    padding-bottom: 16px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.map-container .container-fluid .title{
    margin:0 auto;
}
.map-container .container-fluid .title h3 {
    margin:0 auto 32px;
    //letter-spacing: 0.09em;
    line-height: 1.5;
}
.map-container .container-fluid .title h2:after, 
.map-container .container-fluid .title h3:after {
    content: none;
}
.map-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.map-container p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.571;
}

.map-container ul.ph {
    margin: 0 0 32px;
}
.map-container ul.ph li{
    margin:0 auto 16px;
}
.map-container ul.ph li:nth-of-type(2){
    padding: 0 8px 0 0;
    margin:0 auto;
}
.map-container ul.ph li:last-child{
    padding: 0 0 0 8px;
    margin:0 auto;
}
.map-container dl {
    width:100%; 
    margin: 0 auto;
    padding:0;
}
.map-container dl dt{
    width:100%; 
    margin: 0 auto;
    padding: 0 16px;
    font-size: 14px;
    letter-spacing: 0.08em;
    display: block;
}
.map-container dl dd{
    width:100%; 
    margin: 0 auto 24px;
    padding: 16px 16px 24px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
    display: block;
    //border-bottom:dotted 1px #222; 
    background: url(../img/common/dotline.png) repeat-x left bottom;
}
.map-container dl dd:last-child{
    margin: 0 auto 0;
}
.map-container dl dd .largetext a{
    font-size: 16px;
    color:#c44130;
}
}/* --------------------------------------------- SP end */





/* -------------------------------------------------------------------
access-container
------------------------------------------------------------------- */
.access-container {
    width: 100%;
    margin:auto;
    position: relative;
    background: #e7e8ec;
}
.access-container.pure-g {
    white-space: normal;
}


/*752PX*/
@media screen and (min-width:751px) {
.access-container .container-fluid{
    max-width: 1024px;
    padding-top: 80px;
    padding-bottom: 64px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.access-container .container-fluid .title{
    margin: 0 auto 40px;
}
.access-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.access-container .mapimg {
    margin: 0 auto 20px;
}
.access-container p {
    margin: 0 0 48px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
}
.access-container ul{
    width: 100%;
    margin:0 auto;
    display: table;
    table-layout: fixed;
}
.access-container ul li{
    margin:0 auto;
    display: table-cell;
    vertical-align: top;
}
.access-container ul li:nth-child(odd){
    //width: calc((100% - 144px) / 4);
    width: 20.408163265306122%;
}
.access-container ul li:nth-child(even){
    width: 48px;
}
.access-container ul li div{
    margin-top:10px;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
}
.access-container ul li.arrow{
    width: 48px;
    background: url(../img/pc/clinic/arrow.svg) no-repeat center 73px;
}

#map_canvas{
    width: 100%;
    max-width: 784px!important;
    height: 352px!important;
    margin: 0 auto 16px;
    box-sizing: border-box;
}
#map_canvas>div {
    height: 386px!important;
}
#map_canvas>div>div.gm-style>div:first-child {
    top: 34px!important;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 141px!important;
}
}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
.access-container {
    background: #f3f3f3;
}
.access-container .container-fluid{
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.access-container .container-fluid .title{
    margin:0 auto 40px;
}
.access-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.access-container p {
    margin: 0 0 48px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.571;
}
.access-container .mapimg {
    margin: 0 auto 16px;
}

.access-container ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}
.access-container ul li{
    margin:0 auto 16px;
    display: inline-block;
    vertical-align: top;
}
.access-container ul li:nth-of-type(5),
.access-container ul li:nth-of-type(6),
.access-container ul li:nth-of-type(7){
    margin:0 auto;
}
.access-container ul li:nth-child(odd) {
    width: calc((100% - 48px) / 2);
}
.access-container ul li:nth-child(even){
    width: 48px;
}
.access-container ul li:nth-of-type(4){
    display: none;
}
.access-container ul li div{
    margin-top:10px;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
}
.access-container ul li.arrow{
    width: 48px;
    padding-top:180px;
    background: url(../img/pc/clinic/arrow.svg) no-repeat center 73px;
}

#map_canvas{
    width: 100%;
    max-width: 100%!important;
    height: 444px!important;
    margin: 0 auto 32px;
    box-sizing: border-box;
}
#map_canvas>div>div.gm-style>div:first-child {
    top: 34px!important;
}
#map_canvas .gm-style-cc {
    display: none;
}
}/* --------------------------------------------- SP end */





/* -------------------------------------------------------------------
outline-container
------------------------------------------------------------------- */
.outline-container {
    width: 100%;
    margin:auto;
    position: relative;
    background: #f9f9f9;
}
.outline-container.pure-g {
    white-space: normal;
}


/*752PX*/
@media screen and (min-width:751px) {
.outline-container .container-fluid{
    max-width: 1024px;
    padding-top: 80px;
    padding-bottom: 64px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.outline-container .container-fluid .title{
    margin:0 auto;
}
.outline-container .container-fluid .title h3{
    margin:0 auto 32px;
    letter-spacing: 0.09em;
    line-height: 1.5;
}
.outline-container .container-fluid .title h2:after, 
.outline-container .container-fluid .title h3:after {
    content: none;
}
.outline-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.outline-container ul.ph {
    margin: 32px -16px 0;
    white-space: nowrap;
}
.outline-container ul.ph li{
    margin:0 auto;
    padding: 0 16px;
}
.outline-container ul.ph li p{
    margin-top:16px;
}

.outline-container dl {
    width:100%; 
    margin: 0 auto;
    padding:0;
}
.outline-container dl dt{
    width:100%; 
    margin: 0 auto;
    padding: 0 32px;
    font-size: 16px;
    letter-spacing: 0.08em;
    display: block;
}
.outline-container dl dd{
    width:100%; 
    margin: 0 auto 32px;
    padding: 24px 32px 32px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
    display: block;
    //border-bottom:dotted 1px #222;
    background: url(../img/common/dotline.png) repeat-x left bottom;
}
}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
.outline-container {
    background: #f3f3f3;
}
.outline-container .container-fluid{
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.outline-container .container-fluid .title{
    margin:0 auto;
}
.outline-container .container-fluid .title h3 {
    margin:0 auto 32px;
    //letter-spacing: 0.09em;
    line-height: 1.5;
}
.outline-container .container-fluid .title h2:after, 
.outline-container .container-fluid .title h3:after {
    content: none;
}
.outline-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.outline-container p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.571;
}
.outline-container ul.ph li p{
    margin-top:16px;
}
.outline-container ul.ph {
    margin: 32px 0;
}
.outline-container ul.ph li{
    margin:0 auto 24px;
}
.outline-container ul.ph li:last-child{
    margin:0 auto;
}
.outline-container dl {
    width:100%; 
    margin: 0 auto;
    padding:0;
}
.outline-container dl dt{
    width:100%; 
    margin: 0 auto;
    padding: 0 16px;
    font-size: 14px;
    letter-spacing: 0.08em;
    display: block;
}
.outline-container dl dd{
    width:100%; 
    margin: 0 auto 24px;
    padding: 16px 16px 24px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
    display: block;
    //border-bottom:dotted 1px #222; 
    background: url(../img/common/dotline.png) repeat-x left bottom;
}
.outline-container dl dd:last-child{
    margin: 0 auto 0;
}
}/* --------------------------------------------- SP end */




/* -------------------------------------------------------------------
doctor-container
------------------------------------------------------------------- */
.doctor-container {
    width: 100%;
    margin:auto;
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
}
.doctor-container.pure-g {
    white-space: normal;
}


/*752PX*/
@media screen and (min-width:751px) {
.doctor-container .container-fluid{
    max-width: 1024px;
    padding-top:32px;
    padding-bottom: 190px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.doctor-container .container-fluid .title{
    margin:0 auto;
}
.doctor-container .container-fluid .title h3{
    margin:0 auto 56px;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.doctor-container .container-fluid .title h2:after, 
.doctor-container .container-fluid .title h3:after {
    content: none;
}
.doctor-container .container-fluid .title h3 span{
    font-size: 18px;
    display: block;
}
.doctor-container .container-fluid .title h3 span.small{
    margin-bottom: 9px;
}

.doctor-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.doctor-container .container-inner:after {
    content: "";
    width: 873px;
    height: 810px;
    display: block;
    background: url(../img/pc/doctor/doctor.jpg) no-repeat 0 0;
    position: absolute;
    top: -134px;
    right: -118px;
    z-index: -1;
}
.doctor-container dl {
    width: 100%;
    margin: 0;
    padding:0;
    display: block;
}
.doctor-container dl dt{
    width:100%; 
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.08em;
    display: block;
}
.doctor-container dl dd{
    width:100%; 
    margin: 0 auto 20px;
    padding: 12px 0 20px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 2.077em;
    display: block;
    //border-bottom:dotted 1px #222;
    background: url(../img/common/dotline.png) repeat-x left bottom;
}
.doctor-container dl dd ul li{
    width: 100%;
    margin:0 0 6px;
    padding-left: 3.1em;
    text-indent: -3.1em;
    line-height: 1.8em;
    display: block;
}
.doctor-container dl:nth-of-type(2) dd ul li{
    padding-left:0;
    text-indent:0;
}
.doctor-container dl:last-chid dd{
    margin: 0 auto 0;
    padding: 12px 0 0;
    border-bottom:none; 
}
}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
.doctor-container {
    background: #f3f3f3;
}
.doctor-container .container-fluid{
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.doctor-container .container-fluid .title h3{
    margin:0 auto 24px;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.doctor-container .container-fluid .title h2:after, 
.doctor-container .container-fluid .title h3:after {
    content: none;
}
.doctor-container .container-fluid .title h3 span{
    font-size: 15px;
    display: block;
}
.doctor-container .container-fluid .title h3 span.small{
    margin-bottom: 9px;
}

.doctor-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.doctor-container .container-inner:after {
    content: "";
    width: 111.17021276595744%;
    padding-top: 135.27777777777777%;
    display: block;
    background: url(../img/sp/doctor/doctor.jpg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -4.25531914893617%;
    right: -4.25531914893617%;
    z-index: -1;
}
.doctor-container .container-inner .pure-u-1{
    //padding-top: 129.5212765957447%;
    //padding-top: 124.7340425531915%;
    padding-top:  135.27777777777777%;
}

.doctor-container dl {
    width: 100%;
    margin: 0;
    padding:0;
    display: block;
}
.doctor-container dl:first-child {
    margin-top:32px;
}
.doctor-container dl dt{
    width:100%; 
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0.08em;
    display: block;
}
.doctor-container dl dd {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 0 20px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 2.077em;
    display: block;
    //border-bottom: dotted 1px #222;
    background: url(../img/common/dotline.png) repeat-x left bottom;
}
.doctor-container dl dd ul{
    width: 100%;
    margin:0;
    padding: 0;
    display: block;
}
.doctor-container dl dd ul li{
    width: 100%;
    margin:0 0 6px;
    padding-left: 3.1em;
    text-indent: -3.1em;
    line-height: 1.6em;
    display: block;
}
.doctor-container dl:nth-of-type(2) dd ul li{
    padding-left:0;
    text-indent:0;
}
.doctor-container dl.last dd,
.doctor-container dl:last-chid dd{
    margin: 0 auto 0;
    padding: 12px 0 0;
    border-bottom:none; 
}
}/* --------------------------------------------- SP end */


@media screen and (max-width:425px){
.doctor-container .container-inner:after {
    right: -24%;
}
}/* --------------------------------------------- SP end */
@media screen and (min-width:426px) and (max-width:750px){
.doctor-container .container-inner:after {
    left: 0;
}
}/* --------------------------------------------- SP end */




/* -------------------------------------------------------------------------
TABLE
------------------------------------------------------------------------- */
.table {
    width: 100%;
}
table a:hover{
    text-decoration:underline!important;
}
.table th,
.table td {
    padding: 10px 16px;
    font-size: 14px;
    color: #222;
    vertical-align: middle;
}
.table th {
    font-weight: 300;
    text-align: center;
}
.table tbody th {
    background: #f5f5f5;
    border: solid 1px #777;
}

.table tbody td {
    /* background: #FFF; */
    border: solid 1px #777;
}

.table-border-bottom tbody td{
    border-top: none;
    border-left:none;
    border-right: none;
    border-bottom: solid 1px #777;
}
.table-border-bottom tbody td.last{
    border-top: none;
    border-left:none;
    border-right: none;
    border-bottom: none;
}

@media only screen and (min-width: 751px) {
.table{
    margin-top:64px;
}
.table tbody th:first-child {
    width: 20%;
}
.table tbody td {
   height: 55px;
}
.comparison{
    margin-bottom: 64px;
}
}/* --------------------------------------------- PC end */


@media only screen and (max-width: 750px) {
table.table {
    display: block;
    position: relative;
    margin:auto;
}
table.table thead {
    width: 11.40625%;
}

.table tbody tr td:first-child{
    /*font-size: 0.6875rem;*/
    padding:0;
    height:36px;
}
.table tbody tr td.koumoku:first-child{
    height:auto;
}
.comparison{
    margin-bottom: 32px;
}
}/* --------------------------------------------- SP end */




/* -------------------------------------------------------------------
sitemap
------------------------------------------------------------------- */

/*752PX*/
@media screen and (min-width:751px) {
.sitemap__table-cell{
    width: 100%;
    margin: 0 -16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.sitemap__table-cell dl{
    width: 164px;
    display: inline-block;
    margin: 0 16px 48px;
    padding: 0;
}
.sitemap__table-cell dl.lg{
    width: 204px;
}
.sitemap__table-cell dl dt a {
    width: 100%;
    padding: 0 0 0 16px;
    margin: 0;
    font-size: 14px;
    color: #222;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    float: none;
    background: url(../img/common/arrow.svg) left center no-repeat;
    background-size: 4px 7px;
}
.sitemap__table-cell dl dt {
    width: 100%;
    padding: 0 0 16px;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1;
    border-bottom: solid 1px #d6d6d6;
}
.sitemap__table-cell dl dt dd {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #222;
    line-height: 1;
}
.sitemap__table-cell ul li{
    padding:0 0 0 1rem;
    margin:0 0 8px;
}
.sitemap__table-cell ul li a {
    font-size: 12px;
    margin: 0 0 16px;
    padding: 0 0 0 16px;
    background: url(../img/common/arrow_line.svg) left center no-repeat;
    background-size: 4px 7px;
}

}/* --------------------------------------------- PC end */


@media screen and (max-width:750px) {
.sitemap__table-cell{
    //width: 100%;
    margin: 0 -16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.sitemap__table-cell dl{
    width: 40%;
    display: inline-block;
    margin: 0 16px 32px;
    padding: 0;
}
.sitemap__table-cell dl dt a {
    width: 100%;
    padding: 0 0 0 16px;
    margin: 0;
    font-size: 14px;
    color: #222;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    float: none;
    background: url(../img/common/arrow.svg) left center no-repeat;
    background-size: 4px 7px;
}
.sitemap__table-cell dl dt {
    width: 100%;
    padding: 0 0 16px;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1;
    border-bottom: solid 1px #d6d6d6;
}
.sitemap__table-cell dl dt dd {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #222;
    line-height: 1;
}
.sitemap__table-cell ul li{
    padding:0;
    margin:0 0 8px;
}
.sitemap__table-cell ul li a {
    font-size: 12px;
    margin: 0 0 16px;
    padding: 0 0 0 16px;
    background: url(../img/common/arrow_line.svg) left center no-repeat;
    background-size: 4px 7px;
}
}/* --------------------------------------------- SP end */




/* -------------------------------------------------------------------
Privacy
------------------------------------------------------------------- */
/* feature-container */
.privacy-container {
    width: 100%;
    margin:auto;
    position: relative;
    background: #fafaf9;
}
.privacy-container.pure-g {
    white-space: normal;
}


/*752PX*/
@media screen and (min-width:751px) {
.privacy-container {
    background: #f3f3f3;
}
.privacy-container .container-fluid{
    max-width: 1024px;
    padding-top: 40px;
    padding-bottom: 64px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.privacy-container .container-fluid .title{
    margin:0 auto;
}
.privacy-container .container-fluid .title h3{
    margin:0 auto 32px;
    letter-spacing: 0.09em;
    line-height: 1.5;
}
.privacy-container .container-fluid .title h2:after, 
.privacy-container .container-fluid .title h3:after {
    content: none;
}
.privacy-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.privacy-container p {
    margin: 0 0 48px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
}
.privacy-container h4{
    margin:0 0 16px;
    padding:0 0 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    border-bottom: solid 1px #777
}
}/* --------------------------------------------- PC end */

@media screen and (max-width:750px) {
.privacy-container {
    background: #f3f3f3;
}
.privacy-container .container-fluid{
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 2;
}
.privacy-container .container-fluid .title{
    margin:0 auto;
}
.privacy-container .container-fluid .title h3 {
    margin:0 auto 32px;
    //letter-spacing: 0.09em;
    line-height: 1.5;
}
.privacy-container .container-fluid .title h2:after, 
.privacy-container .container-fluid .title h3:after {
    content: none;
}
.privacy-container .container-inner {
    width: 100%;
    display: block;
    position: relative;
}
.privacy-container p {
    margin: 0 0 24px;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.929em;
}
.privacy-container h4{
    margin:0 0 16px;
    padding:0 0 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    border-bottom: solid 1px #777
}
}/* --------------------------------------------- SP end */
