*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-break:break-all;
    color: #333333;
    word-break:break-all;
}

.fonts{
    font-family: 'Roboto', sans-serif;
}

.maru{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.body_width{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.body_width:after{
    clear: both;
	height: 0;
	display: block;
	content: "";
}

p{
    word-break:break-all;
}

.noPad{
    padding-left: 0;
    padding-right: 0;
}

.marTb{
    margin-top: 15px;
    margin-bottom: 25px;
}

.marker_y{
    display: inline;
    background: -webkit-linear-gradient(transparent 67%,#fced40 67%,#fced40);
    background: linear-gradient(transparent 67%,#fced40 67%,#fced40);
    line-height: 1.7;
}


.left{
    float: left;
}
.left:after{
    clear: left;
}
.right{
    float: right;
}
.right:after{
    clear: right;
}

/**

ヘッダー

**/

header{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

header:after{
    clear: both;
	height: 0;
	display: block;
	content: "";
}

.img-resize{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.keyword2{
    background: #f25976;
    background-image: url(../images/stripe_bg.png);
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 240%;
    padding: 15px 10px;
    letter-spacing: 1.7px;
    top: 0;
    margin: 0 auto;
}

.keyword3{
    background: #93c65b;
    background-image: url(../images/stripe_bg.png);
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 240%;
    padding: 15px 10px;
    letter-spacing: 1.7px;
    top: 0;
    margin: 0 auto;
}
.keyword4{
    background: #6eb7e1;
    background-image: url(../images/stripe_bg.png);
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 240%;
    padding: 15px 10px;
    letter-spacing: 1.7px;
    top: 0;
    margin: 0 auto;
}

/*TOPimage*/
.top_image{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #ededed;
}

.topImgmax{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;    
}
/*h2*/
.h2_bg{
    background: url(../images/bg-message1.png) no-repeat center;
    padding-bottom: 80px;
    margin-bottom: -85px;
}

.about{
    font-weight: 700;
    color: #f25976;
}

.center{
    text-align: center;
}
.txt00{
    font-size: 140%;
    font-weight: 600;
    line-height: 2.0em;
    letter-spacing: 0.7px;
}

.h2p_bg{
    margin: 0 auto;
    background: url(../images/h2_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.h2_bgbottom1{
    background: url(../images/bg-message2.png) no-repeat center;
    height: 140px;
}

.h2_bgbottom2{
    background: url(../images/bg-message3.png) no-repeat center;
    height: 140px;
}

.h2_bgbottom3{
    background: url(../images/bg-message4.png) no-repeat center;
    height: 140px;
}

.whitetxt{
    color: #fff;
    font-size: 160%;
    font-weight: 600;
    line-height: 2.0em;
    letter-spacing: 0.7px;
    text-align: center;
    padding-top: 140px;

}

/*レスポンシブウェブデザイン*/

@media(max-width:767px){/*767px以下 col-xs*/
 
/*h2*/
.h2_bg{
    background: url(../images/bg-message1res.png) no-repeat center;
    padding-bottom: 30px;
    margin-bottom: -85px;
}

.about{
    font-weight: 700;
    color: #f25976;
}    
  
.txt00{
    font-size: 160%;
    font-weight: 600;
    line-height: 2.0em;
    letter-spacing: 0.7px;
}    
    
.h2_bgbottom1{
    background: url(../images/bg-message2.png) no-repeat center;
    height: 140px;
}

.h2_bgbottom2{
    background: url(../images/bg-message3.png) no-repeat center;
    height: 140px;
} 
    
.h2_bgbottom3{
    background: url(../images/bg-message4.png) no-repeat center;
    height: 140px;
}     
    
.whitetxt{
    color: #fff;
    font-size: 160%;
    font-weight: 600;
    line-height: 2.0em;
    letter-spacing: 0.7px;
    text-align: center;
    padding-top: 120px;

}  
    
}




/*チェックボックス*/

.h3_01{
    line-height: 1.7;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    font-weight: 600;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #fbb7b9;/*左線*/
    background-color: #fff;
}

.h3_02{
    line-height: 1.7;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    font-weight: 600;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #6eb7e1;/*左線*/
    background-color: #fff;
}

.h3_03{
    line-height: 1.7;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    font-weight: 600;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #93c65b;/*左線*/
    background-color: #fff;
}

.img-center{
    margin: 0 auto;
}

.wrapwidth {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.list_bg{
    background: url(../images/bg_04.gif);
    border: 2px solid #ededed;
    border-radius: 5px;
    padding: 10px;
}

.list_bg:after{
    clear: both;
	height: 0;
	display: block;
	content: "";
}

.list_bg2{
    background: url(../images/bg_04.gif);
    border: 2px solid #ededed;
    border-radius: 15px;
    padding: 10px;
}

.list_bg2:after{
    clear: both;
	height: 0;
	display: block;
	content: "";
}

.list_bg > ul > li {
    width: 100%;
    height: 26px;
    list-style: none;
    background: url(../images/icon_001.png) no-repeat left center;
    background-size: 2%;
    font-size: 220%;
    font-weight: bold;
    line-height: 1.7;
    padding-left: 30px;
    margin: 25px 15px;
    letter-spacing: 1.7px;
}

/*子供ページ追加*/
#ikuji{
    width: 100%;
    height: auto;
    background: url(../images/ikuji.png) no-repeat right bottom;
    background-size: 30%;
    padding-bottom: 30px;
}

/*施設ページ追加*/
#kaigo{
    width: 100%;
    height: auto;
    background: url(../images/tenteki.png) no-repeat right bottom;
    background-size: 30%;
    padding-bottom: 30px;
}

/*精神ページ追加*/
#seishin{
    width: 100%;
    height: auto;
    background: url(../images/taiwa.png) no-repeat right bottom;
    background-size: 30%;
    padding-bottom: 30px;
}




.list_bg2 > ul > li {
    width: 100%;
    height: auto;
    text-align: center;
    list-style: none;
    border: 5px solid #6eb7e1;
    background-color: #fff;
    border-radius: 15px;
    font-size: 220%;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 1.7px;
    padding: 15px 0;
}

/*レスポンシブウェブデザイン*/

@media(max-width:767px){/*767px以下 col-xs*/
    

    
.wrapwidth {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}    
    
.list_bg > ul > li {
    width: 100%;
    height: 30px;
    list-style: none;
    background: url(../images/icon_001.png) no-repeat left center;
    background-size: 5%;
    font-size: 180%;
    font-weight: bold;
    line-height: 1.7;
    padding-left: 28px;
    margin: 25px 0;
    letter-spacing: 0.7px;
}
    
/*子供ページ追加*/
#ikuji{
    width: 100%;
    height: auto;
    background: url(../images/ikuji.png) no-repeat right bottom;
    background-size: 35%;
    padding-bottom: 70px;
}    
    
.list_bg2 > ul > li {
    width: 100%;
    height: auto;
    text-align: center;
    list-style: none;
    font-size: 180%;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 1.7px;
    padding: 15px 0;
}
    
}

/*レスポンシブウェブデザイン*/

@media(max-width:767px){/*767px以下 col-xs*/
.list_bg2 > ul > li {
    width: 100%;
    height: auto;
    text-align: center;
    list-style: none;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.8;
    padding: 15px 0;
   
}
}

@media(max-width:420px){/*420px以下 col-xs*/
.list_bg > ul > li {
    width: 100%;
    height: auto;
    list-style: none;
    background: url(../images/icon_001.png) no-repeat left center;
    background-size: 6%;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.7;
    padding-left: 30px;
    letter-spacing: 1.7px;
}
    
/*子供ページ追加*/
#ikuji{
    width: 100%;
    height: auto;
    background: url(../images/ikuji.png) no-repeat right bottom;
    background-size: 35%;
    padding-bottom: 40px;
}    
    
}


/*現在では...*/

.bg_genzai{
    background-color: #fbfbfa;
    box-shadow: inset -2px 4px 5px 0px #dddddd;
    background-image: url(../images/bg_dot.png);
    background-repeat: repeat;
}

.nurse_set1{
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.nurseImg1{
   background-image: url(../images/nurse1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 22%;
}

.nurseImg2{
   background-image: url(../images/nurse2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 22%;
}

.nurseImg3{
   background-image: url(../images/nurse3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 22%;
}

.fukidashi{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 15px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #666;
  z-index: 1;
}

.fukidashi > ul > li:after{
    clear: both;
	height: 0;
	display: block;
	content: "";
}


.fukidashi > ul > li {
    width: 100%;
    height: auto;
    list-style: none;
    background: url(../images/icon_003.png) no-repeat left top;
    background-size: 2%;
    font-size: 220%;
    font-weight: bold;
    line-height: 1.7;
    padding-left: 30px;
    margin: 25px 15px;
    letter-spacing: 1.7px;
}

@media(max-width:767px){/*767px以下 col-xs*/
 
.nurseImg1{
   background-image: url(../images/nurse1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35%;
}    
    
.nurseImg2{
   background-image: url(../images/nurse2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35%;
}       
  
.nurseImg3{
   background-image: url(../images/nurse3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35%;
}      
    
.fukidashi{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 15px;
    padding: 0 10px;
    margin-bottom: 50%;
}   
    
.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  margin-top: 0;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  top: 100%;
  left: 50%;
  margin-top: 0;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #666;
  z-index: 1;
}    
    
    
    
.fukidashi > ul > li {
    width: 100%;
    height: auto;
    list-style: none;
    background: url(../images/icon_003.png) no-repeat left top;
    background-size: 5%;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.7;
    padding-left: 28px;
    margin: 25px 0;
    letter-spacing: 1.7px;
}
    
    
}

@media(max-width:420px){/*420px以下 col-xs*/
    
.nurseImg1{
   background-image: url(../images/nurse1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50%;
}       
    
.nurseImg2{
   background-image: url(../images/nurse2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50%;
}       
   
.nurseImg3{
   background-image: url(../images/nurse3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50%;
}       
      
    
    
.fukidashi{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 15px;
    padding: 0 5px;
    margin-bottom: 80%;
}    
    
    
.fukidashi > ul > li {
    width: 100%;
    height: auto;
    list-style: none;
    background: url(../images/icon_003.png) no-repeat left top;
    background-size: 6%;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.7;
    padding-left: 30px;
    letter-spacing: 1.7px;
}
}


/*faq*/

.bg_faq{
    box-shadow: inset -2px 4px 5px 0px #dddddd;
    background: url(../images/bg_01.jpg) center center repeat;
}


.faq_title{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #6eb7e1;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 35px;
    padding: 20px 0 18px;
    border-radius: 40px;
    box-shadow: 1px 1px 8px 1px #ccc;
}



.faq_warp{
    padding-left: 15px;
    padding-right: 15px;
}

.faq{
    border-bottom: 1px dotted #333;
}

.mt01{
    margin-top: 30px !important;
}


.qColor{
    color: #fbb7b9;
}

.faq > dl{
    margin-bottom: 0;
}

.faq > dl > dt {
    float: left;
    font-size: 36px;
    margin-bottom: 10px;
    position: relative;
    bottom: 15px;
    
}


.faq > dl > dd {
    padding-left: 2.5em;
    font-size: 160%;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1.7;
}

.st_font{
    font-size: 180%!important;
}

.aColor{
    color: #6eb7e1;
}








.mt-2{
    margin-top: -2px;
}

.mt-10{
    margin-top: -10px;
}


.mt-15{
    margin-top: -15px;
}

.mt-37{
    margin-top: -38px;
}

/*ベテラン看護師*/
.txt01{
    font-size: 180%;
    font-weight: 600;
    line-height: 2.0em;
    letter-spacing: 1.7px;
} 

/*訪問空き情報*/

/*h2*/
.h3_bg{
    position: relative;
    background-color: #449c9f;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(../images/bg_border.png) repeat;
}

.h2_01{
    padding: 0.5em 0.35em;/*上下 左右の余白*/
    color: #333;/*文字色*/
    font-weight: 600;
    background: transparent;/*背景透明に*/
    text-align: center;
    letter-spacing: 1.7px;
}

.h2_box{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border: 4px solid #ededed;
    border-radius: 20px;
    padding: 10px;
}

.h3_title{
    color: #333;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
}

.h3_para{
    font-size: 160%;
    line-height: 1.7;
    color: #333;
    padding: 5px;
    letter-spacing: 0.7px;
    border-top: 2px solid #ddd;
    background: url(../images/bg_04.gif);
}
.color_0{
    color: #fd8053;
}


/*テーブル*/
table{
  width: 100%;
  height: auto;
  border-collapse:separate;
  border-spacing: 0;
}

table:after{
    clear: both;
	height: 0;
	display: block;
	content: "";
}


table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #000;
}

table th{
  font-size: 120%;
  text-align: center;
  color: #333;
  background: "ededed";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 600;
}

table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  padding: 10px 0;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 600;
}


table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.red{
    color: red;
}

.blue{
    color: blue;
}

.ari{
    width: 100%;
    height: auto;
    font-size: 180%;
    font-weight: 600;
    text-align: center;
}

.nasi{
    width: 100%;
    height: auto;
    font-size: 180%;
    font-weight: 600;
}

.red_mark0{
    width: 20px;
    height: 20px;
    background-image: url(../images/red_mark.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px 20px;
}

.black_mark0{
    width: 20px;
    height: 20px;
    background-image: url(../images/black_mark2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px 20px;
}

.red_mark{
    background-image: url(../images/red_mark.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.black_mark{
    background-image: url(../images/black_mark.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}


.gray{
    color: #d5d5d5;
}







.box_line{
    padding: 15px;
}

.line_link > img:hover{
    opacity: 0.7;
}




/* */
.ribbon-wrap {
  background-color: #f1f1f1;
  letter-spacing: 0.7px;
  height: auto;
  margin: 15px;
  padding-top: 30px;
}

.ribbon {
  font-size: 180%;
  color: #fff;
  font-weight: 600;
  background-color: #4bb0bd;
  margin: 0 15px 0 -15px;
  padding: 15px;
  position: relative;
  max-width: 640px;
}

.ribbon::before {
  border: 15px solid transparent;
  border-top-color: #33787b;
  content: '';
  left: 0;
  position: absolute;
  top: 100%;
  z-index: -1;
}
.ribbon::after {
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
  border-width: 25px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.voice_list{
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: 10px;
}

.voice_title{
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1.7em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.voice_txt{
    font-size: 140%;
    letter-spacing: 0.7px;
    line-height: 1.7em;
    padding: 15px;
}

/*参加業種例*/

.bg_shadow{
    box-shadow: inset -2px 4px 5px 0px #dddddd;
}

.h3_title2{
    color: #333;
    position: relative;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-top: 30px;
}

.h3_title2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}

.h3_title2::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.section_box{
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

.block1{
    width: 50%;
    height: auto;
    margin: 0 auto;
    border-right: 2px solid #ededed;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.block2{
    width: 50%;
    height: auto;
    margin: 0 auto;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.block2:after{
    clear: both;
}

.categoly_list{
    list-style-type: none;
}

.categoly_list > li{
    padding-left: 10px;
    font-size: 140%;
    font-weight: 600;
    line-height: 2.0em;
    letter-spacing: 0.7px;
}

.green2{
   color: #93c65b!important; 
}

.blue2{
    color: #6eb7e1!important;
}



