@charset "utf-8";
/* CSS Document */

body {
    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    color: #74530b;
    width: 100%;
}
.container {
    max-width: 950px;
    width:calc(100% - 30px) ;
    margin: 0 auto;
    width: 100%;
}
img {
    outline: none;
    border-style: none;
}
a {
    color: #313131;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: underline;
}
a:visited {
    color: #313131;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #313131;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*****HEADER*****/
header {
    width: 100%;
    margin: -15px auto 0 auto;
    font-size: 1.0em;
    line-height: 1.2em;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}
header .container {
    max-width: 980px;
    width:calc(100% - 30px) ;
    margin: 0 auto;
    overflow: hidden;
    height: 90px;
}

header .container:after {
    content: "";
    clear: both;
    display: block;
}

header .container h1 {
    display: none;
}
header .container img {
    height: auto;
    width: 20%;
    margin: 17px 0 0 5px;
    float: left;
}
/*****NAV*****/

#global-nav {
    margin: 35px 0 0 0;
    font-size: 1.0em;
    width: 75%;
    float: right;
    text-align: right;
}
#global-nav ul {
    width: 100%;
}
#global-nav li {
    display: inline;
    letter-spacing: 0px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    color: #74530b;
}
#global-nav li a {
    text-decoration: none;
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
}
#global-nav li:hover {
    color: #fff;
    text-decoration: underline;
}
#global-nav:after {
    clear: both;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 4;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}

.clearfix {
    clear: both;
    overflow:hidden;
    position: static;
}


/*****BRANDING*****/
#branding:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#branding {
    max-width: 980px;
    width: 100%;
    margin: 0px auto 15px auto;
    font-size: 0;
    text-align: center;
    z-index: 1;  
}

#branding img {
    max-width: 980px;
    width: 100%;
}
.clearfix {
    clear: both;
    overflow:hidden;
    position: static;
}


.textOrange {
    color: #e67b13;
}
.textVioret {
    color: #D69DD2;
}
.textWhite {
    color: #ffffff;
}
.textPink {
    color: #db6a6e;
}
.textBrown {
    color: #865431;
}


/*****ARTICLE*****/

section {
    width: 100%;
    font-size: 1.0em;
    line-height: 1.6em;
}

.about {
    display: block;
    max-width: 980px;
    width:calc(100% - 30px) ;
    margin: 0 auto 0 auto;
    padding: 0 0 15px 0 ;
    overflow: hidden;
    text-align: center;
}
.bgAbout {
    background-color: #f8f1eb;
}

.bgAbout02 {
    background-color: #fdeddf #ef8100;
}
section .about h2 {
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 25px 0 10px 0 ;
}

.textColorPink {
    color: #e264a2;
    border: 3px solid #f2b3cf;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.textColorOrange {
    color: #ef8100;
    border: 3px solid #ef8100;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.textColorGreen {
    color: #c1d36f;
    border: 3px solid #c1d36f;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.3Cont {
    width:calc(100% - 30px) ;
    max-width: 950px;
    vertical-align: middle;
    }
.nayami {
    display: inline-block;
    padding: 13px 13px 15px 13px;
    width: 30.0%;
    border: 3px solid #f2b3cf;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: white;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.6em;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 15px 0.5% 0 0.5%;
}

.bC01 {
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: normal;
    padding-top: 0px;
}
.bC02 {
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #e264a2;
    color: #fff;
}
.kadomaru {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
}
.allowImg01 {
    margin: 10px auto 0 auto;
}

.lessonCont {
    width:100%;
    margin: 0 auto 15px auto;
    }
.lesson {
    display: inline;
    float: left;
    padding: 0;
    margin: 10px 1.0% 0 0;
    width: 24.0%;
}
.lesson:last-child {
    margin: 10px 0 0 0;
}
.lesson img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
ul.tokuchou {
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: left;
    margin: 15px auto;
    padding: 0 0 0 20px;
    list-style: square;
    width: 80%;
    
}
ul.tokuchou li {
    padding-bottom: 10px;    
}

.osusumeCont{
    float: left;
    width: 48%; 
    margin: 0 2.0% 0 0;
}
.osusumeCont:last-child {
    margin: 0 0 0 0;
}
.osusume {
    float: left;
    padding: 0;
    margin: 10px 4.0% 0 0;
    width: 40.0%;
}
.osusume img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
.osusumeText {
    font-size: 1.0em;
    line-height: 1.6em;
    text-align: left;    
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    width: 56.0%;
}
.osusumeText p{
    margin: 10px 0;
}
.staffCont{
    float: left;
    width: 48%; 
    margin: 0 2.0% 0 0;
    text-align: center; 
}
.staffCon:last-child {
    margin: 0 0 0 0;
}
.staffImg {
    padding: 0;
    margin: 10px 0 0 0;
    width: 60.0%; 
    text-align: center; 
}
.staffImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
.staffImgText {
    font-size: 1.0em;
    line-height: 1.6em;
    text-align: center;    
    padding: 0;
    margin: 5px auto 0 auto;
    width: 90%;
}
.staffImgText p{
    margin: 10px 0;
}
.staffImgText p.name{
        font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
p.alignLeft {
    text-align: left; 
}
p.att02{
    font-size: 0.85em;
    line-height: 1.5em;
    padding-left: 0.7em;
    text-indent: -0.7em;
}
p.marBtm30 {
    max-width: 500px;
    width: 80%;
    margin: 0 auto 40px auto;
    text-align: left;
}
.osusumeText span{
    font-size: 1.3em;
    line-height: 2.0em;
    font-weight: 600;
    margin: 0 0 0 0;
}

.point {
    width: 100%;
    max-width: 960px;
    margin: 10px auto 10px auto; 
}
.pointBody {
    min-height: 50px;
    font-size: 1.0em;
    line-height: 1.5em;
    width: 70%;
    margin: 10px auto;
}
.pointNo {
    float:left;
    padding: 8px 0 0 0;
    width: 10%;
    font-size: 2.6em;
}

.pointCopy {
    float:right;
    padding: 0 0 0 0;
    text-align: left;
    width: 90%;
}




footer {
   width:calc(100% - 30px) ;
   text-align: center;
   margin: 0 auto;
   padding: 10px 0;
   font-size: 0.9em;
   line-height: 1.6em;
}

footer ul.logo{
    display: inline-block;
    width: 200px;
    float: left;
    text-align: left;
    list-style-type: none;
}
footer ul.logo li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    
}
footer ul.logo li img{
    float: left;
    width: 200px;
    margin: 0 0 10px 0;
}

footer ul.sitemap {
    float: right;
    font-size: 0.9em;
   line-height: 1.6em;
    width: 200px;
    margin: 0 15px 15px 0;
    text-align: left;
    list-style-type: none;
}
footer ul.sitemap li a{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    cursor: pointer;
}

footer .add {
    width: 100%;
    font-size: 0.8em;
    letter-spacing: 0px;
    text-align: center;
    
}
/* ----- breadcrumb ----- */

.breadcrumb {
	margin:15px auto 0 auto;
    padding: 0 0 0 15px;
    width: 100%;
    max-width: 980px;
    list-style-type: none;
}
.breadcrumb li {
	float: left;
    font-size: 0.9em;
}
.breadcrumb li+ li {
	margin-left: 5px;
	padding-left: 15px;
	background: url(../images/arrow.png) no-repeat left center;
}
.breadcrumb li a {

	color: #000;
	text-decoration: underline;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}

#page-top {
    position: fixed;
    width: 40px;
    height: 50px;
    right: 15px;
    bottom: 15px;
    background-color: #74530b;
    opacity: 0.7;
    border-radius: 10%;
    z-index: 10;
    padding: 5px;
    color: #FFF;
}
#page-top a,
#page-top a:visited,
#page-top a:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}

.page-top-icon {
    color: #FFF;
    font-size: 1.0em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
    text-align: center;
}
.page-top-icon i{
    font-size: 180%;
    margin-top: -5px;
}


.formBody {
    width: 70%;
    margin: 0 auto;
}

#faq .container {
    max-width: 950px;
    width:calc(100% - 30px) ;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0;

    font-family:'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', Meiryo, sans-serif; 
}
#faq .container p.ttl01{
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 15px;
}
#faq .container p.body01{
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 15px 10px 15px;
}

#thanks {
    width: 70%;
    margin: 100px auto;
    text-align: center;
    
}

#thanks h1 {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
#thanks p {
    font-size: 1.0em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
#faq .container {
    width: 70%;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0;

}
#faq .container p.ttl01{
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 15px;
    margin: 15px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#faq .container p.body01{
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 15px 10px 15px;
}
span.kairo {
    line-height: 2.0em;
    color: #fff;
    background-color: #ef8100;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
span.kinmaku {
    line-height: 2.0em;
    color: #fff;
    background-color: #e264a2;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
span.txtLeft {
    text-align: left;
    margin: 0;
}
span.oste {
    line-height: 2.0em;
    color: #fff;
    background-color: #c1d36f;
    padding: 3px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.osusumeText p.name {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.price {
    width: 70%;
    padding: 5px 0;
    margin: 10px auto 10px auto; 
}

.price p.priceText {
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 0px auto 15px auto;
}
table.kairoPrice {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    font-size: 1.0em;
}
table.kairoPrice02 {
    max-width: 500px;
    width: 80%;
    margin: 20px auto 0 auto;
    font-size: 1.1em;
}
table.kairoPrice th,
table.kairoPrice td {
    padding: 10px;
    width: 50%;
    border-bottom: 1px dotted #999;
}
table.kairoPrice02 th{
    padding: 10px 10px 0 10px;
    display: block;
    text-align: left;
    font-weight: normal;
}
table.kairoPrice02 td{
    padding: 0 10px 5px 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    display: block;
    text-align: right;
     font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}




table.kairoPrice th {
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    font-weight: normal;
}
table.kairoPrice td {
    text-align: right;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
p.chuui {
margin: 15px 0 40px 0;

}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 40%;
position: relative;
margin: 15px auto 50px auto;
width: 80%;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
table.add01 {
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
    font-size: 1.0em;
}
table.add01 th {
    padding: 10px;
    width: 20%;
    border-bottom: 1px dotted #999;
    vertical-align: middle;
    font-weight: normal;
}
table.add01 th span {
    font-size: 1.3em;
    font-weight: bold;
}
table.add01 td {
    text-align: left;
    padding: 10px;
    width: 80%;
    border-bottom: 1px dotted #999;
}

ul.reser  {
    width: 80%;
    margin: 0 auto;
}
ul.reser li {
    display: block;
    float: none;
    text-align: center;
    list-style-type: none;  
    font-size: 1.0em;
    padding: 10px 15px;
    border: 1px solid #74530b;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #fff;
    margin: 10px 5px;
}
ul.reser li.infoKin img,
ul.reser li.infKai img {
    width: 70px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

ul.reser li.infoKin a,
ul.reser li.infKai a {
    border: 1px solid #00ba01;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #00ba01;
    margin: 10px 5px;
    padding: 3px 15px;
    color: #fff;
    text-decoration: none;
  
}

ul.reser a:hover {
    opacity: 0.5 ;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.att03 {
    font-size: 0.85em;
    line-height: 1.4em;
}
.faqTel {
    font-size: 2.0em;
    line-height: 1.0em;
    margin: 5px auto 15px auto;
}


/** レスポンシブ **/
/* -- responsive ------------------------------------------- */

@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 780px) {
  
header {
    width: 100%;
    padding-bottom: 5px;
    height: 60px;
    }
header .container img {
    width: 150px;
    margin: 5px 0 5px 5px;
}
#branding {
    max-width: 100%;
    margin: 60px auto 0 auto;
    }

#branding2 {
    height: 110px;
   
}
section#faq {
    margin-top: 55px;
    }
section.about h2 {
    padding: 15px 0 0 0;
    line-height: 1.4em;
    font-size: 1.4em;
    }
ul.tokuchou {
    margin: 15px auto;
    padding: 0 0 0 20px;
    width: 95%;
    
}
.nayami {
    display: inline-block;
    padding: 15px;
    margin: 15px 0 0 0;
    width: 100%;
}
.nayami p {
    padding: 10px;
    margin: 0;
    text-align: center;
}

.nayami:last-child {
    margin: 15px 0 0 0;
}    
br.sp {
        display: none;
    }

.lesson {
    display: inline-block;
    float:  none;
    padding: 0;
    margin: 15px 0 0 0;
    width: 80%;
}
.lesson:last-child {
    margin: 10px 0 0 0;
}
.osusumeCont{
    float: none;
    width: 100%; 
    margin: 0 0 0 0;
}

.osusume {
    float: none;
    padding: 0;
    margin: 10px auto;
    width: 80%;
}
.osusume img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
}
.osusumeText {
    font-size: 1.0em;
    line-height: 1.6em;
    text-align: center;    
    float: none;
    padding: 0;
    margin: 10px auto 0 auto;
    width: 100%;
}
.osusumeText span {
    margin: 0 auto;  
    }   
.osusumeText p {
    text-align: left; 
    }

.staffCont{
    float: none;
    width: 100%; 
}
.staffImg {
    width: 60.0%; 
}

    
#faq .container {
    width:100%;

}
#faq .container p.ttl01{
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 15px;
}
#faq .container p.body01{
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 15px 10px 15px;
}
    
    
.pointBody {
    min-height: 50px;
    font-size: 1.0em;
    line-height: 1.5em;
    width: 100%;
    margin: 0 auto;
    text-align: center; 
}
.pointNo {
    float:none;
    padding: 5px 0 0 0;
    font-size: 2.4em;
    margin: 10px auto 10px auto;
}

.pointCopy {
    float:none;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
}
    section#top .container {
        padding-top: 50px;
    }
    #faq {
        padding-top: 10px;
    }

    section#faq {
        margin-top: -60px; /* 固定ナビの高さ分のネガティブマージン */
        padding-top: 60px; /* 打ち消し用のパディング */
    }
    
    section#staff {
        padding-top: 50px;
    }
    
#top-head,
.inner {
        width: 100%;
        padding: 0;
    }
#top-head {
        top: 0;
        position: fixed;
        margin-top: 0px;
    }
    
#nav-toggle {
        display: block;
    }
#global-nav {
        margin: 0;
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        right: 0;
        background: #ef8100;
        opacity: 0.8;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
#global-nav ul li {
        float: none;
        position: static;
        border-left: none;
        padding: 1 0;
        font-size: 1.0em;
    
    }
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 0 0;
  }
    
#global-nav li a {
    border-bottom: none;
}
 footer {
   width:calc(100% - 30px) ;
   text-align: center;
   margin: 0 auto;
   padding: 10px 0;
   font-size: 0.9em;
   line-height: 1.6em;
}

footer ul.logo{
    display: inline-block;
    width: 200px;
    float: none;
    text-align: center;
    list-style-type: none;
}
footer ul.logo li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  
}
    footer ul.logo li.url{
        display: none;
    }
    
footer ul.logo li img{
    float: left;
    width: 200px;
    margin: 0 0 10px 0;
}

footer ul.sitemap {
    display: none;
}
.gmap {
 width: 100%;
padding-bottom: 56.25%;
    }
table.add01 {
    width:calc(100% - 30px) ;
}
       
table.kairoPrice {
    width: 90%;
} 
    
.price {
    width: 100%;
}
ul.reser  {
    width: 100%;

}
    
#nav-toggle {
        display: block;
    }
    
/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

}

@media screen and (max-width: 600px) {
    #global-nav {
        width: 100%;
    }
  #branding {
    max-width: 100%;
    margin: 60px auto 0 auto;
    }
      }
    
/* ----- 福利厚生 ----- */
.kigyou_c {
    padding: 15px;
}
.kigyou_c img {
    width: 100%;
    height: auto;
}
#hjn.kigyou_c h2{
    width: 96%;
    margin: 0 auto;
}
.kigyou_c h2 {
    font-size: 2.4em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 15px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h2.tcOrange {
    color: #ff8e0f;
}
h2.tcBlack {
    color: #000;
}
h2.tcPink {
    color: #ff8bcf;
}
.bg_ki {
    background-image: url(../images/kigyou/bg01.jpg);
    background-repeat: repeat-x; 
}
.bg_ki h3 {
    text-align: center;
    padding: 20px 0;
    font-size: 2.3em;
    font-weight: 600;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bg_ki ul {
    text-align: center;
}
.bg_ki ul li{
    display: inline-block;
    width: 29.8%;
    margin: 3% 1%;
    background-color: #fff;
    padding: 0;
    border: 4px solid #333;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

.bg_ki ul li .meritNum {
    content: "";
    position: absolute;
    font-size: 3.0rem;
    font-weight: 600;
    width: 4.0rem;
    height: 4.0rem;
    background-color: #333;
    color: #fff;
    text-align: center;
    top: -2.0rem;
    left: calc(50% - 1.5rem);
    border-radius: 50%;
    vertical-align:middle;
    
}
.bg_ki ul li .meritNum p {
    padding-top: 1.1rem;
}

.bg_ki ul li h4 {
    font-size: 1.5em;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 40px 0 10px 0;
}
.merit01 {
    height: 5.0rem;
    background-color: #ff8bcf;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.merit01 p {
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0;
    color: #333;
    line-height: 1.3;
    vertical-align: middle;
    position: absolute;
    width: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
ul.seichou01 {
    width: 100%;
    max-width: 1024px;
    margin: -20px auto 0 auto;
    text-align: center;
}

ul.seichou01 li {
    position: relative;
    padding: 1rem 0;
    border: 4px solid #ff8e0f;
    color: #000;
    display: inline-block;
    width: 45%;
    font-size: 1.4em;
    color: #000;
    font-weight: 600;
    margin: 0 10px; 
    vertical-align: middle;
    border-radius: 10px;
}

ul.seichou01 li::before,
ul.seichou01 li::after {
content: '';
position: absolute;
border: 24px solid transparent;
top: 100%;
left: 45%;
}

ul.seichou01 li::before {
border-top: 24px solid #ff8e0f;
}

ul.seichou01 li::after {
margin-top: -4px;
border-top: 22px solid #fff;
}

.seichou02 {
    width:80%;
    max-width: 1024px;
    background-image: url(../images/kigyou/kenko_bg01.jpg);
    background-repeat: repeat-x; 
    margin: 40px auto 20px auto;
    border-radius: 10px;
}
.seichou02 p {
    font-size: 2.4em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    padding: 20px 0 20px 0;
    margin: 15px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h3.seichou {
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 10px 0 20px 0;
}

h4.seichou {
    font-size: 2.0em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 0;
    margin: 10px auto 15px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

ul.voice {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

ul.voice li  {
    display: inline-block;
    width: 43%;
    margin: 0 2%; 
    vertical-align: top;
}

ul.voice li .v_ttl {
    padding: 20px 0;
    border: 4px solid #000;
    color: #000;
    display: block;
    font-size: 1.4em;
    font-weight: 600; 
    vertical-align: middle;
    height: auto;
    border-radius: 10px;
}

ul.voice li .v_Bdy {
    text-align: left;
    color: #000;
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 15px 0 10px 0;
}
ul.voice li .v_Ctn{
	padding-left:0.6em;
	text-indent:-0.6em;
    text-align: left;
    color: #000;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

ul.hPrice {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}

ul.hPrice > li  {
    display: inline-block;
    width: 28%;
    margin: 0 2%; 
    vertical-align: top;
}

ul.hPrice > li > .v_ttl02 {
    padding: 15px 0;
    border: 4px solid #ff8e0f;
    color: #000;
    display: block;
    font-size: 1.2em;
    font-weight: 600; 
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;
}

ul.hPrice > li > .v_Bdy {
    text-align: left;
    color: #000;
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 15px 0 10px 0;
}
ul.hPrice > li > .v_Ctn{
	padding-left:0.6em;
	text-indent:-0.6em;
    text-align: left;
    color: #000;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 15px 0;
}

.stress_Cont {
    margin: 0 auto;
    text-align: center;
}
.stress_Cont h2 {
    font-size: 2.4em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    padding: 0 20px 10px 20px;
    margin: 10px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.youin {
    display: block;
    width: 50%;
    margin: 15px auto 0px auto; 
    vertical-align: top;
}
.youinTtl {
    width: 90%;
    border: 4px solid #000;
    margin: 0 auto;
    background-color: #FFF;
    padding: 10px;
    color: #000;
    border-radius: 10px;

}
.youinTtl p {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 600;
    color: #000;
}
.youin img {
    width: 94%;
    margin: 20px auto;
}
.youin img.imgStyle01 {
    width: 42%;
    margin: 20px auto;
}
.youin img.imgStyle02 {
    width: 48%;
    margin: 20px auto;
}

.futan {
    width: 65%;
    margin: 30px auto 0px auto;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 15px #d3d3d3;
    color: #000;
}
.futan .futanTtl {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    padding: 0;
    color: #000;
    margin: 0 auto 20px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
} 
.futan img {
    margin: 0 auto 15px auto;
    max-width: 100%;
}
.seichou03 {
    width:100%;
    background-image: url(../images/kigyou/kenko_bg01.jpg);
    background-repeat: repeat-x; 
    margin: 10px auto 20px auto;
    border-radius: 10px;
}
.seichou03 p {
    font-size: 1.7em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    padding: 20px 0 20px 0;
    margin: 0 auto 15px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.teian {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.teian img {
    width: 100%;
    height: auto;
}
.teian img.teisanTtl_01 {
    width: 50%;
    height: auto;
    margin: 20px auto;
}

h3.teianTtl {
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 10px 0 0 0;
}
.yoyaku {
    text-align: center;
    margin: 15px auto;
}
.yoyaku img {
    width: 75%;
    height: auto;
    margin: 0px auto 20px auto;
}

.bg_or01 {
    background-color: #fff4e5;
}
.bg_or02 {
    background-color: #ffdfb7;
}

ul.service {
    width: 100%;
    max-width: 1024px;
    margin: -20px auto 0 auto;
    text-align: center;
}

ul.service li {
    padding: 20px 10px;
    color: #000;
    display: inline-block;
    width: 40%;
    margin: 0 0 15px 0; 
    vertical-align: top;
    height: auto;
    text-align: left;
}

ul.service li p {
    position: relative;
    padding: 20px;
    border: 4px solid #ff8e0f;
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
    background-color: #ffdfb7;
    margin: 0 auto 30px auto;
    text-align: center;
    border-radius: 10px;
}


ul.service li p::before,
ul.service li p::after {
content: '';
position: absolute;
border: 24px solid transparent;
top: 100%;
left: 45%;
}

ul.service li p::before {
border-top: 24px solid #ff8e0f;
}

ul.service li p::after {
margin-top: -4px;
border-top: 22px solid #ffdfb7;
}
.sejyutsCont {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.sejyutsCont h2 {
    font-size: 2.4em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 10px auto 25px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
p.sejyutsuTtl {
   font-size: 1.4em;
   font-weight: 600; 
   color: #000;
   text-align: center;
   margin: 30px auto 30px auto;
}
p.sejyutsuTtl span {
    border: 2px solid #000;
    border-radius:0.5rem;
    padding: 5px 10px;
    background-color: #fff;
    margin-right: 5px
}
.sejyutsCont img {
    display: inline-block;
    width: 35%;
    margin: 0px 20px 10px 20px;
    height: auto;
}
p.sejyutsuBdy {
    width: 80%;
    margin: 0 auto 10px auto;
   font-size: 1.0rem; 
    line-height: 1.4;
   color: #000;
   text-align: left;
   margin-bottom: 20px;
}

p.sejyutsuBdy2 {
    width: 80%;
    margin: 0 auto 10px auto;
   font-size: 1.2rem; 
   line-height: 1.4;
    font-weight: 600;
   color: #000;
   text-align: left;
   margin-bottom: 20px;
}

p.sejyutsuBdy span,
p.sejyutsuBdy2 span {
    font-size: 1.8rem; 
    vertical-align: middle;
}
p.sejyutsuBdy span.white,
p.sejyutsuBdy2 span.white{
    color: #fff;
}
p.sejyutsuBdy span.green {
    color: #98e300;
}
p.sejyutsuBdy span.blue,
p.sejyutsuBdy2 span.blue{
    color: #006ee2;
        }
p.sejyutsuBdy span.red,
p.sejyutsuBdy2 span.red{
    color: #ff0000;
        }
p.sjtCrs {
    background-color: #fff;
    width: calc(100% - 40px);
    text-align: left;
    padding: 10px 20px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600; 
    margin: 0 auto 20px auto;
    border-radius: 0.5rem;
}
p.ser_Bdy {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin: 15px 0 0 0;
}
p.ser_Prc {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: normal;
    text-align: left;
    color: #000;
    margin: 0;
}
p.ser_Prc span {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 600;
}
ul.voice li .v_ttl02 {
    padding: 20px;
    border: 4px solid #ff8e0f;
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 1.4em;
    color: #000;
    font-weight: 600; 
    vertical-align: middle;
    height: auto;
    text-align: left;
}
.prdcPht {
    display: inline-block;
    width: 35%;
}
.prdcCopy {
    display: inline-block;
    width: 60%;
    margin-left: 30px;
    vertical-align: top;

}
.prdcCopy p {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.6; 
}
.prdcCopy p span{
    margin-left: 1.0rem;
}
.prdcCopy hr {
}
.corona {
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 800px;
    width: 100%;
    color: #000;
}
.corona h3 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 15px auto;
    color: #ff8e0f;
}
p.crnCtn {
padding-left:1.0em;
	text-indent:-1.0em;
    }
p.crnCtn span{
    color: #ff8e0f;
}
.bg_gr01 {
    background-color: #dcdcdc;
}
.docment {
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 800px;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
}
.docment h2 {
    font-size: 2.2em;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 10px auto 25px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.docment p.docTtl {
    color: #000;
    font-size: 1.0rem;
    line-height: 1.6;
    margin-top: 30px;
}
.docment p.docTtl span {
    font-size: 1.1rem;
    border: 2px solid #000;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 0.5rem;
    
}
.docment p.docTtl_01 {
    color: #000;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 15px 0 0 0 ;
}
.docment p.docTtl_02 {
    color: #000;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 15px 0 15px 15px ;
}
.docment p.docBdy {
    line-height: 1.4;
    font-size: 0.9rem;
    font-weight: normal;
    margin: 10px 0 0 0;
}

br.olSp {
     display: none;   
    }

