#mail {
letter-spacing: .1em;
font-size: 14px;
line-height: 1.5
}

/* 共通h1 */
.main-tt {
padding: 36px 0 18px 0;
text-align: center;
border-bottom:  solid 1px #000;
}
.main-tt .category {
vertical-align: middle;
font-size: 24px;
}
.main-tt .special {
font-size: 16px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #000000;
}
.main-tt .sub {
display: block;
font-size: 24px;
line-height: 2.6;
}

/* 共通文字装飾 */
.bgGray {
font-size: 15px;
padding: 7px 10px
}

/** 書体 **/
.f-serif {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
/** 文字色 **/
.fcOrange {
color: #e46929;
}
.fcBlack {
color: #000000;
}
.fcBrown {
color: #9a5f32;
}
.fcYellow {
color: #ffa21a;
}
.fcRed {
color: #A40000;
}
.fcPink {
color: #ea545e;
}
.fcBlue {
color: #010FAC;
}
/** 文字サイズ **/
.small {
font-size: 14px;
}
.fs14 {
font-size: 14px;
}
/** 行間 **/
.lh15 {
line-height: 1.5em;
}
/** 位置 **/
.center{
text-align: center;
}
.harf{
width: 390px;
margin-left: 10px;
position: static;
}

/* 要素装飾 */
.bgBlue{
background-color: aliceblue;
}
.bg-cl01 {
background: #FFF583;
}
.cb {
clear: both;
}
.mt20{
margin-top: 20px;
}

.bdleft {
border-left: #8CB1FC 8px solid;
padding-left: 20px;
}

.bdbottom {
display: inline-block;
border-bottom: dotted #0175BF;
}

.post-columntext-area {
line-height: 1.75;
margin-bottom: 1.25em;
}
h3 {
font-size: 1.6em;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: .025em;
}
h3 span {
display: inline-block;
}
p+h3 {
margin-top: 2em;
}

h4 {
font-size: 1.2em;
font-weight: 400;
margin-bottom: 20px;
letter-spacing: .025em;
}
p+h4 {
margin-top: 2em;
}


.text-top {
max-width: 800px;
margin: 0 auto 64px;
line-height:1.8;
}
.text-box {
width: 800px;
margin: 0 auto;
}
.text-box.box-ct {
width: 800px;
margin: 0 auto;
}
.text-box:not(:last-child) {
margin-bottom: 64px;
}
.text-box .text-img {
max-width: 400px;
}
.text-box02 .text-img {
max-width: 290px;
}
.text-box h4 {
line-height: 1.6;
}
.text-box p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.fl-l {
float: left;
margin-right: 20px;
margin-bottom: 10px;
}
.fl-r {
float: right;
margin: 0 0 10px 20px;
}
.mr40 {
margin-right:40px;
}
.img-c {
max-width: 740px;
margin: 40px auto;
display: block;
}
.img-menu {
    max-width: 800px;
    margin: 40px auto;
    display: block;
}
.image-box {
max-width: 960px;
margin: 40px auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
[data-ruby] {
position: relative;
}
[data-ruby]::before {
content: attr(data-ruby);
position: absolute;
top: -1.5em;
left: 0;
right: 0;
margin: auto;
font-size: 0.5em;
white-space: nowrap;
letter-spacing: -.08em;
}
.post-head-box {
margin: 24px 40px 0;
padding-bottom: 40px;
border-bottom: 1px solid #ccc;
position: relative;
}
.post-head-box h2 {
position: absolute;
right: 112px;
top: 0;
}
.post-head-box > img {
margin-bottom: 30px;
}
.post-head-box .head-text {
padding-bottom: 12px;
font-weight: 600;
}
.post-head-box .head-text strong {
font-size: 1.6em;
}
.post-head-box .tt-interview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-head-box .tt-interview dt {
border: 2px solid #000;
margin-right: 1em;
font-size: 10px;
padding: .4em .6em;
font-weight: 600;
}
.post-head-box .tt-interview + .head-text {
max-width: 800px;
margin-top: 20px;
padding-top: 16px;
position: relative;
}
.post-head-box .tt-interview + .head-text::before {
content: '';
width: 90%;
height: 1px;
top: 0;
left: 5%;
position: absolute;
background: #ccc;
display: block;
}
.post-column2,.post-interview,.post-column {
width: 100%;
margin-bottom: 20px;
padding: 48px 0;
}
.post-interview .interview-tt {
text-align: center;
font-weight: normal;
font-size: 24px;
}
.post-interview .interview-tt span {
margin-top: .4em;
font-size: 40px;
display: block;
}
.post-interview .interview-human {
margin: 40px 0 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.post-interview .interview-human .tt {
margin-right: 1em;
}
.post-interview .interview-human .tt img {
width: auto;
height: 36px;
}
.post-interview .interview-human dl {
margin-right: 1em;
}
.post-interview .interview-human dl dd {
font-size:1.3em;
}
.post-interview .interview-human dl dd rt {
font-size: .8em;
}
.post-interview .interview-human img {
width: 80px;
}
.post-interview .interview-profile {
width: 100%;
margin-top: 42px;
font-size: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.post-interview .interview-profile dt {
font-weight: 600;
font-size: 1.05em;
text-align: center;
}
.post-interview .interview-profile dt img {
display: block;
max-width: 288px;
width: 288px;
}
.post-interview .interview-profile dd {
padding-left: 20px;
}
.interview-item {
max-width: 800px;
margin: 0 auto;
border: 1px solid #cccccc;
background: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 24px 24px 24px;
}
.interview-item .text {
width: calc(100% - 200px);
margin-left: 24px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.interview-item .text h4 {
font-weight: 600;
margin-bottom: .5em;
}
.interview-item .text .item-name dt {
font-weight: 600;
margin-bottom: .8em;
}
.interview-item .text .item-name dd {
font-size: 14px;
}
.interview-item .text .item-contact {
margin-top: 1.6em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.interview-item .text .item-contact dl {
margin-right: 2em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.interview-item .text .item-contact dl dt {
margin-right: 1em;
}
.interview-item .text .item-contact .bt {
text-decoration: none;
padding: .8em 1.6em;
background: #000000;
color: #ffffff;
}
.interview-item .image {
width: 230px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.interview-item .image img {
width: 100%;
height: auto;
}
.kessho {
font-size: 12px;
text-align: right;
}

.post-column .column-tt {
text-align: center;
font-weight: normal;
color: #333;
margin-bottom: 10px;
}
.post-column .column-tt > span {
font-size: 36px;
}
.post-column .column-tt > span:nth-child(2) {
font-size: 36px;
display: block;
}
p {
	text-align: justify;
}

.marubatsu {
max-width: 800px;
margin: 0 auto;
}

.marubatsu img{
width: 350px;
height: 230px;
}

.marubatsu h2{
display: block;
text-align: center;
font-size: 28px;
margin: 20px auto;
}

.morning {
font-size: 14px;
margin-top: 30px;
}

.morning p {
border: solid 1px #FFC778;
border-radius: 10px;
padding: 10px;
}

.morning h3 {
font-size: 18px;
font-weight: bold;
color: #FD662C;
}

.morning span {
font-size: 21px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #FD662C;
}

.afternoon {
font-size: 14px;
margin-top: 30px;
}

.afternoon p {
border: solid 1px #DC3664;
border-radius: 10px;
padding: 10px;
}

.afternoon h3 {
font-size: 18px;
font-weight: bold;
color: #DC3664;
}

.afternoon span {
font-size: 21px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #DC3664;
} 

.night {
font-size: 14px;
margin-top: 30px;
}

.night p {
border: solid 1px #A807F9;
border-radius: 10px;
padding: 10px;
}

.night h3 {
font-size: 18px;
font-weight: bold;
color: #A807F9;
}

.night span {
font-size: 21px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #A807F9;
} 

.bathtime {
font-size: 14px;
margin-top: 30px;
}

.bathtime p {
border: solid 1px #22A472;
border-radius: 10px;
padding: 10px;
}

.bathtime h3 {
font-size: 18px;
font-weight: bold;
color: #22A472;
}

.bathtime span {
font-size: 21px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #22A472;
} 

.deepnight {
font-size: 14px;
margin-top: 30px;
}

.deepnight p {
border: solid 1px #22246A;
border-radius: 10px;
padding: 10px;
}

.deepnight h3 {
font-size: 18px;
font-weight: bold;
color: #22246A;
}

.deepnight span {
font-size: 21px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #22246A;
} 

.bed {
font-size: 14px;
margin-top: 30px;
}

.bed p {
border: solid 1px #666;
border-radius: 10px;
padding: 10px;
}

.bed h3 {
font-size: 18px;
font-weight: bold;
color: #666;
}

.bed span {
font-size: 21px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #666;
} 
 
.batsu {
font-size: 14px;
margin-top: 20px;
}

.batsu p {
display: inline-block;
box-sizing: border-box;
width: 400px;
height: 230px;
background-color: aliceblue;
margin-left: 10px;
padding: 20px;
vertical-align: middle;
}

.batsu h3 {
font-size: 18px;
font-weight: bold;
color: #16037A;
}

.batsu span {
font-size: 21px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #16037A;
} 
 
.maru {
font-size: 14px;
margin-top: 20px;
}

.maru p {
display: inline-block;
box-sizing: border-box;
width: 400px;
height: 230px;
margin-left: 10px;
padding: 20px;
background-color: antiquewhite;
}

.maru h3 {
font-size: 18px;
font-weight: bold;
color: #FF2662;
}

.maru span {
font-size: 21px;
padding: 0 8px;
margin: 0 8px;
line-height: 1.6;
display: inline-block;
vertical-align: middle;
border: solid 1px #FF2662;
} 
 
 .nebusoku {
max-width: 800px;
margin: 0 auto;
}

.nebusoku h2{
display: block;
text-align: center;
font-size: 28px;
margin: 60px auto 20px;
}

.nebusoku h3{
display: inline-block;
font-size: 18px;
border-bottom: dotted 1px #0000a4;
}

.nebusoku img{
width: 100px;
height: 100px;
float: right;
display: block;
margin: 20px;
}

.disability {
max-width: 800px;
margin: 0 auto;
}

.disability p {
font-size: 14px;
}

.disability h2{
display: block;
text-align: center;
font-size: 28px;
margin: 60px auto 20px;
}

.disability h3{
display: inline-block;
font-size: 18px;
border-bottom: dotted 1px #a40000;
}

.disability img{
width: 350px;
height: auto;
float: left;
display: block;
margin: 20px;
}

.drug {
max-width: 800px;
margin: 0 auto 20px;
}

.drug h3 {
text-align: center;
font-size: 21px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
margin: 60px auto 0;
color: #333333;
}

.drug img {
width: 350px;
height: 230px;
float: left;
}

.drug p {
display: inline-block;
box-sizing: border-box;
width: 400px;
height: 230px;
font-size: 14px;
line-height: 1.5em;
margin-left: 10px;
padding: 20px;
background-color: #EEEEEE;
}

.drug hr {
  height:0px;
  border-radius: 2px;
  border: 2px solid hsl(0, 0%, 60%);
  width: 20%;
  margin-bottom: 30px;
}

.kyuminbox {
width: 800px;
height: auto;
box-sizing: border-box;
margin: 30px auto 0;
border: solid 1px #888888;
padding: 20px;
}

.kyuminbox p {
font-size: 16px;
line-height: 1.5em;
}

.kyumin img {
width: 30%;
float: left;
margin: 0 20px;
}

.kyumin h4 {
font-size: 18px;
font-weight: bold;
color: #2B2A54;
}

.h5kyumin {
font-size: 16px;
font-weight: bold;
color: #2B2A54;
margin: 20px;
border-bottom: solid 1px #2B2A54;
display: inline-block;
}
 
.itemkyumin img {
width: 200px;
float: left;
margin: 0 20px;
}

.itemkyumin p {
font-size: 16px;
line-height: 1.5em;
font-weight: bold;
padding: 10px 20px;
}

.itemkyumin a {
font-weight: bold;
font-size: 18px;
padding: 10px 20px;
}
 
.itemkyumin span {
background-color: #F9FFA0;
}
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 