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

*{
box-sizing: border-box;
-webkit-appearance: none;
}

body{
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
color: #000;
background: #fff;
font-size: 15px;
word-break: normal;
padding-bottom: 20px;
}

/*pc*/
@media print, screen and (min-width: 768px){
.sp{display: none !important;
}
img{
display: block;
}
img.img100{
width: 100%;
}
body , html{
min-width: 1000px;
}
}

/*sp*/
@media only screen and (max-width: 767px){
.pc{
display: none !important;
}
img{
width: 100%;
display: block;
}
.sp-w90{
width: 90%;
margin: 0 auto;
}
}


/* 共通部分、トップページ */
header{
border-top: 5px solid #2666b1;
padding-top: 20px;
}
.header{
width: 1000px;
margin: 0 auto;
}
.h-contact{
width: 446px;
background: #f5f5f5;
border-radius: 5px;
padding: 10px 15px 5px 10px;
float: right;
}
.h-cL{
width: 250px;
}
.h-tel{
font-size: 174%;
background: url(../images/h--tel.gif) no-repeat 0px 5px;
padding-left: 36px;
}
.h-tel02{
margin-top: -5px;
margin-right: 8px;
}
.h-mail{
width: 163px;
}
.h-mail a{
background: url(../images/icon-mail.gif) no-repeat 10px 15px #14a7e6;
background-size: 24px 16px;
padding-left: 45px;
border-radius: 5px;
height: 47px;
line-height: 47px;
}

#fontSize dt{
float: right;
margin-left: 8px;
}
#fontSize dd{
float: right;
}
#fontSize dd p{
padding-top: 2px;
}
#fontSize ul{
clear: both;
}
#fontSize ul li{
background: #ccc;
padding: 3px 7px;
float: left;
text-align: center;
font-weight: bold;
cursor: pointer;
}
#fontSize ul li.acFont , #fontSize ul li.acFont01{
background: #43B9EC;
color: #fff;
}

/*pc*/
@media print, screen and (min-width: 768px){
.h-logo{
width: 462px;
}
}

/*sp*/
@media only screen and (max-width: 767px){
header{
padding-top: 10px;
}
.header{
width: 100%;
}
.h-logo{
width: 260px;
margin: 0px 0 20px 10px;
}
}


/*pc　ナビゲーション */
@media print, screen and (min-width: 768px){
ul.nav{
background: url(../images/nav-line.gif) no-repeat center right;
margin: 25px 0 20px;
}
ul.nav > li{
float: left;
background: url(../images/nav-line.gif) no-repeat center left;
position: relative;
}
ul.nav li.nav01{width: 140px;}
ul.nav li.nav02{width: 139px;}
ul.nav li.nav03{width: 234px;}
ul.nav li.nav04{width: 209px;}
ul.nav li.nav05 , ul.nav li.nav06{width: 139px;}
ul.nav > li > a{
text-align: center;
font-size: 107%;
font-weight: bold;
}
.dropmenu li a{
padding: 10px 0;
}
.nav > li li:hover > a {/*layer-1*/
color: fff;
background: #5fccfb;
opacity: 0.9;
}
.nav > li li:hover > a {/*layer-2*/
color: fff;
background: #5fccfb;
opacity: 0.9;
}
.nav li ul {
min-width: 100%;
top: 43px;
left: 0;
position: absolute;
z-index: 1000;
}
.nav li ul.left {
left: -73px;
}
.nav li ul li {
min-width: 100%;
overflow: hidden;
height: 0;
transition: 0.2s;
}
.nav li > ul > li a {
min-width: 100%;
padding: 10px 1em 10px 1em;
white-space: nowrap;
color: #fff;
font-weight: bold;
border-top: 1px solid #fff;
display: block;
background-color: #43b9ec;
opacity: 0.9;
box-sizing: border-box;
}
.nav li:hover > ul > li {
height: 45px;
}
.nav li:hover > ul > li.hl2 {
height: 69px;
}
.nav li:hover > ul > li.litxt {
height: 40px;
line-height: 40px;
padding-left: 10px;
background-color: #ccc;
opacity: 0.9;
color: #000;
}
.nav li ul li ul {
top: 0;
left: 110px;
}
.nav li ul li ul:before {/*layer-2?*/
position: absolute;
content: "";
top: 15px;
left: 30px;
border: 5px solid transparent;
border-left: 5px solid #fff;
}
.nav li ul li ul li:hover > a {/*layer-3*/
color: pink;
background: #43b9ec;
}
.nav li ul li ul.left {
top: 0;
left: -190px;
}
.nav li ul li ul.left:before,/*layer-2-left?*/
.nav li ul li ul li ul.left:before {/*layer-3-left?*/
position: absolute;
content: "";
top: 15px;
left: 190px;
border: 5px solid transparent;
border-right: 5px solid #fff;
}
.nav li ul li ul.left li:hover > a {/*layer-2-left*/
color: pink;
background: #43b9ec;
}
.nav li ul li ul li ul.left li:hover > a {/*layer-3-left*/
color: purple;
background: #43b9ec;
}
}

/*sp　ナビゲーション */
@media only screen and (max-width: 767px){
#menu{
position: absolute;
top: -4px;
left: 0;
width: 100%;
height: 200%;
pointer-events: none;
z-index: 100;
overflow: hidden;
}
#menu div{
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 42px;
height: 42px;
overflow: hidden;
position: absolute;
top: 9px;
right: 0;
}
#menu .menuopen{
color: rgba(255,255,255,1);
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
pointer-events: auto;
border: 1px solid #d2d2d2;
}

#menu .menuclose{
color: rgba(255,255,255,1);
display: none;
width: 100%;
height: 100%;
position: absolute;
border: none;
top: 0px;
left: 0;
opacity: 0.8;
pointer-events: auto;
}
#menu ul.nav{
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background-color: rgba(0,0,0,0.8);
width: 80%;
position: absolute;
top: 9px;
right: -80%;
}
#menu ul.nav > li {
border-bottom: 1px rgba(255,255,255,1) solid;
position: relative;
}
#menu ul.nav > li > a{
color: #fff;
font-weight: bold;
text-decoration: none;
display: block;
padding: 15px 55px 15px 10px;
}
#menu li{
color: rgba(0,0,0,1);
pointer-events: auto;
}
#menu li.nav_sub {
color: #fff;
}
#menu ul.nav_sub li a{
color: #fff;
font-weight: bold;
text-decoration: none;
}
#menu ul.nav_sub li.litxt {
margin-top: 0;
padding-left: 1em;
color: #000;
font-weight: bold;
background-color: #bbb;
opacity: 0.8;
}
#menu:target ~ #main{
right: 80%;
}
#menu:target div{
right: 80%;
}
#menu:target .menuopen{
display: none;
}
#menu:target .menuclose{
display: block;
}
#menu:target ul.nav{
right: 0;
}

/************************************
** sp ナビゲーショントグル設定
************************************/
.toggle-wrap input {
position: absolute;
top: 0;
right: 0;
opacity: 0;
z-index: 50;
}
.toggle-wrap .toggle-button {
width: 45px;
height: 56px;
display: block;
cursor: pointer;
text-align: center;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
color: #fff;
font-weight: bold;
position: absolute;
top: -1px;
right: 0;
z-index: 100;
border-bottom: 1px solid #fff;
}
.toggle-wrap .toggle-button::after,
.toggle-wrap > input[type="checkbox"] {
content: "+";
color: #fff;
line-height: 54px;
font-size: 150%;
}
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button::after {
content: "-";
color: #fff;
font-size: 150%;
line-height: 54px;
}
.toggle-content li {
margin: 0;
transition:
margin-top    .1s ease-out,
margin-bottom .1s ease-out,
}
.toggle-content li a {
/* 閉じている状態 */
line-height: 0;
opacity: 0;
visibility: hidden;
padding: 0 10px 0 20px;
/* 閉じるアニメーション */
transition:
padding-top    .1s ease-out,
padding-bottom .1s ease-out,
line-height .1s ease-out,
opacity     .1s linear .1s,
visibility  .1s linear .1s;
}
.toggle-wrap .toggle-content,
.toggle-wrap > input[type="checkbox"] {
font-size: 0;
}
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
font-size: 100%;
}
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content li {
/* 開いている状態 */
margin: 5px 0;
/* 開くアニメーション */
transition:
margin-top    .1s ease-out,
margin-bottom .1s ease-out;
}
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content li a {
/* 開いている状態 */
padding: 10px 10px 10px 20px;
line-height: 2.5;
opacity: 1;
visibility: visible;
/* 開くアニメーション */
transition:
padding-top    .1s ease-out,
padding-bottom .1s ease-out,
line-height .1s ease-out,
opacity     .1s linear .1s,
visibility  .1s linear .1s;
}
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content li.hl2 a {
line-height: 1.5;
/* 開くアニメーション */
transition:
line-height .1s ease-out,
}
}


/*pc */
@media print, screen and (min-width: 768px){
.top-main{
background: url(../images/top/top-main.jpg) no-repeat center center;
height: 740px;
}
.w1000{
width: 1000px;
margin: 0 auto;
}
.w860{
width: 860px;
margin: 0 auto;
}
.top-mainL{
width: 500px;
margin-top: 520px;
float: left;
}
.top-mainR{
width: 500px;
margin-top: 520px;
float: right;
}
.btn-anshin01 a{
display: block;
font-size:16px;
color: #19afc0;
background: url(../images/yaji-anshin.gif) no-repeat 10px 48% #fff;
font-weight: bold;
text-decoration: none;
background-size: 16px 11px;
border-radius: 5px;
padding: 12px 0 10px 35px;
}
.btn-kaigo01 a{
display: block;
font-size:16px;
color: #ee658c;
background: url(../images/yaji-kaigo.gif) no-repeat 10px 48% #fff;
font-weight: bold;
text-decoration: none;
background-size: 16px 11px;
border-radius: 5px;
padding: 12px 0 10px 50px;
}
.btn-anshin01 , .btn-kaigo01{
width: 280px;
margin: 0 auto;
}
.bg-gr{
background: #f4f4f4;
}
}

.bg-gr02{
background: #f5f5f5;
}

/* sp */
@media only screen and (max-width: 767px){
.sp_bg-gr{
background: #f4f4f4;
}
.top-mainL{
width: 46.25%;
margin: 10px 1.25% 0 2.5%;
float: left;
background: #19afc0;
border-radius: 5px;
padding-bottom: 10px;
}
.top-mainL a{
display: block;
background: url(../images/top/sp_top-icon-anshin.gif) , url(../images/top/sp_top-yaji-anshin.gif);
background-size: 40px 40px , 20px 12px;
background-position: 50% 10px , bottom center;
background-repeat: no-repeat;
font-size: 114%;
text-align: center;
font-weight: bold;
line-height: 1.5em;
color: #fff;
padding: 55px 0 18px;
}
.top-mainR{
width: 46.25%;
margin: 10px 2.5% 0 1.25%;
float: left;
background: #ee658c;
border-radius: 5px;
padding-bottom: 10px;
}
.top-mainR a{
display: block;
background: url(../images/top/sp_top-icon-kaigo.gif) , url(../images/top/sp_top-yaji-kaigo.gif);
background-size: 40px 40px , 20px 12px;
background-position: 50% 10px , bottom center;
background-repeat: no-repeat;
font-size: 114%;
text-align: center;
font-weight: bold;
line-height: 1.5em;
color: #fff;
padding: 55px 0 18px;
}
}

ul.js-tab li{
width: 380px;
height: 80px;
float: left;
padding-top: 10px;
margin-right: 20px;
border-radius: 5px 5px 0 0;
}
ul.js-tab li.tab-anBg{
background: #19afc0;
}
ul.js-tab li.tab-kaiBg{
background: #ee658c;
}
ul.js-tab li a{
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
display: block;
height: 70px;
line-height: 70px;
font-size: 167%;
font-weight: bold;
text-decoration: none;
padding-left: 80px;
}
ul.js-tab li a.tab-anshin{
background: url(../images/icon-anshin.png) no-repeat #f7f7f7;
background-position: 20px 50%;
background-size: 38px 40px;
color: #19afc0;
}
ul.js-tab li a.tab-kaigo{
background: url(../images/icon-kaigo.png) no-repeat #f7f7f7;
background-position: 20px 50%;
background-size: 38px 40px;
color: #ee658c;
}
ul.js-tab li a.active{
border-bottom: 1px solid #fff;
}
ul.js-tab li a.tab-anshin.active{
background: url(../images/icon-anshin.png) no-repeat #fff;
background-position: 20px 50%;
background-size: 38px 40px;
}
ul.js-tab li a.tab-kaigo.active{
background: url(../images/icon-kaigo.png) no-repeat #fff;
background-position: 20px 50%;
background-size: 38px 40px;
}
.js-tab_content{
background: #fff;
border: 1px solid #cccccc;
margin-top: -1px;
padding: 30px 30px 40px;
display: none;/*追加*/
}
.js-tab_content.show {
display: block;/*追加*/
}

/* sp */
@media only screen and (max-width: 767px){
ul.js-tab{
margin-top: 20px;
}
ul.js-tab li{
height: auto;
padding-top: 7px;
border-radius: 5px 5px 0 0;
}
ul.js-tab li.tab-anBg{
width: 46.25%;
margin: 10px 1.25% 0 2.5%;
float: left;
}
ul.js-tab li.tab-kaiBg{
width: 46.25%;
margin: 10px 2.5% 0 1.25%;
float: left;
}
ul.js-tab li a{
display: block;
font-size: 114%;
font-weight: bold;
text-decoration: none;
text-align: center;
line-height: 1.5em;
height: auto;
padding: 10px 0 10px 35px;
}
ul.js-tab li a.tab-anshin , ul.js-tab li a.tab-kaigo , ul.js-tab li a.tab-anshin.active , ul.js-tab li a.tab-kaigo.active{
background-size: 32px 34px;
background-position: 5px 50%;
}
.js-tab_content{
background: #fff;
border-top: 1px solid #cccccc;
border-left: none;
border-right: none;
border-bottom: none;
margin-top: -1px;
padding: 20px 2.5%;
}
}

.kensaku{
font-size: 140%;
border-bottom: 1px solid #cccccc;
padding-left: 40px;
padding-bottom: 5px;
margin-bottom: 20px;
}
.ken-anshin{
background: url(../images/icon-kensaku-anshin.gif) no-repeat 0px 5px;
background-size: 25px 25px;
}
.ken-kaigo{
background: url(../images/icon-kensaku-kaigo.gif) no-repeat 0px 5px;
background-size: 25px 25px;
}

.kensaku-box{
padding: 20px 1px 20px 20px;
}
.bg-gr02{
background: #f7f7f7;
}
.kensaku-name{
width: 95px;
float: left;
}
.kensaku-check{
width: 723px;
float: left;
}
.kensaku-check li{
float: left;
margin-bottom: 10px;
font-size:107%;
}
input, select, textarea{
background-color: transparent;
border-radius: 0;
border: 1px solid #ddd;
box-sizing: border-box;
padding: 0;
}
.kensaku-check select {
width: 250px;
height: 30px;
float: left;
margin-right: 20px;
padding: 0 10px;
font-size: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(../images/yaji-select.gif) no-repeat center right #fafafa;
background-size: 15px 12px;
}
.kensaku-check02 li{
margin-bottom: 10px;
font-size:107%;
}
.kensaku-check02 select {
width: 100%;
height: 30px;
padding: 0 10px;
font-size: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(../images/yaji-select.gif) no-repeat center right #fafafa;
background-size: 15px 12px;
}

/* css checkbox01 */
.checkbox01-input{
display: none;
}
.checkbox01-parts{
padding-left: 25px;
position:relative;
margin-right: 30px;
}

/*pc */
@media print, screen and (min-width: 768px){
#side .checkbox01-parts{
padding-left: 25px;
position:relative;
margin-right: 25px;
}
}

.checkbox01-parts::before{
content: "";
display: block;
position: absolute;
top: 2px;
left: 0;
width: 15px;
height: 15px;
border: 1px solid #cccccc;
border-radius: 2px;
background: #fff;
}
.checkbox01-input:checked + .checkbox01-parts{
color: #19afc0;
}
.checkbox01-input:checked + .checkbox01-parts::after{
content: "";
display: block;
position: absolute;
top: -2px;
left: 5px;
width: 7px;
height: 14px;
transform: rotate(40deg);
border-bottom: 3px solid #19afc0;
border-right: 3px solid #19afc0;
}

/* css checkbox02 */
.checkbox02-input{
display: none;
}
.checkbox02-parts{
padding-left: 25px;
position:relative;
display: block;
margin-right: 30px;
}

/*pc */
@media print, screen and (min-width: 768px){
#side .checkbox02-parts{
padding-left: 25px;
position:relative;
display: block;
margin-right: 0px;
}
}
.checkbox02-parts::before{
content: "";
display: block;
position: absolute;
top: 2px;
left: 0;
width: 15px;
height: 15px;
border: 1px solid #cccccc;
border-radius: 2px;
background: #fff;
}
.checkbox02-input:checked + .checkbox02-parts{
color: #ee658c;
}
.checkbox02-input:checked + .checkbox02-parts::after{
content: "";
display: block;
position: absolute;
top: -2px;
left: 5px;
width: 7px;
height: 14px;
transform: rotate(40deg);
border-bottom: 3px solid #ee658c;
border-right: 3px solid #ee658c;
}

ul.ken-btn{
width: 500px;
margin: 20px auto 0;
}
ul.ken-btn li{
width: 190px;
margin: 0 20px;
float: left;
}
ul.ken-btn li a{
display: block;
padding: 10px 0;
}
ul.ken-btn li.btn-gr a{
background: #a5a5a5;
border-radius: 5px;
}
ul.ken-btn li.btn-kensaku a{
background: url(../images/icon-kensaku02.gif) no-repeat 18px 50% #43b9ec;
background-size: 26px 26px;
border-radius: 5px;
}
ul.ken-btn li input{
width: 100%;
display: block;
padding: 10px 0;
box-sizing: border-box;
}
ul.ken-btn li.btn-gr input{
background: #a5a5a5;
border-radius: 5px;
}
ul.ken-btn li input:hover{
opacity: 0.7;
cursor: pointer;
}
ul.ken-btn li.btn-gr input{
background: #a5a5a5;
border-radius: 5px;
}

/* sp */
@media only screen and (max-width: 767px){
.kensaku-name{
float: none;
width: 100%;
margin-bottom: 10px;
}
.kensaku-box{
padding: 10px 4%;
}
.kensaku-check{
width: 100%;
float: none;
}
.kensaku-check select{
float: none;
width: 100%;
height: 40px;
margin-bottom: 10px;
}
ul.ken-btn{
width:  93%;
margin: 10px auto 0;
}
ul.ken-btn li{
width: 50%;
margin: 0 ;
float: left;
}
ul.ken-btn li.btn-gr{
width: 47.5%;
margin: 10px 2.5% 0 0;
float: left;
}
ul.ken-btn li.btn-kensaku{
width: 47.5%;
margin: 10px 0 0 2.5%;
float: right;
}
ul.ken-btn li a{
font-size:  114%;
}
ul.ken-btn li.btn-kensaku a{
background-size: 20px 20px;
}
ul.ken-btn li input{
font-size:  114%;
}
ul.ken-btn li.btn-kensaku input{
background-size: 20px 20px;
}
.sp-kenbb{
border-bottom: 1px solid #cccccc;
}
}

.top-heart{
font-size: 174%;
font-weight: bold;
text-align: center;
background: url(../images/icon-heart.gif) no-repeat top center;
background-size: 45px 45px;
padding-top: 70px;
margin-bottom: 10px;
}
ul.top-link3{
margin-right: -40px;
margin-top: 50px
}
ul.top-link3 li{
width: 306px;
float: left;
margin-right: 40px;
}
.top-link3Img{
height: 188px;
overflow: hidden;
border-radius: 5px 5px 0 0;
}
.top-link3Btn{
background: url(../images/yaji-white.gif) no-repeat 10px 50% #43b9ec;
border-radius: 0 0 5px 5px;
padding: 10px 0 10px 47px;
background-size: 20px 14px;
color: #fff;
font-weight: bold;
font-size:107%;
}

/* sp */
@media only screen and (max-width: 767px){
.top-heart{
font-size: 120%;
font-weight: bold;
padding-top: 60px;
margin-bottom: 10px;
}
ul.top-link3{
margin-right: 0;
margin-top: 20px
}
ul.top-link3 li{
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 10px;
}
.top-link3Img{
height: 100px;
width: 58%;
overflow: hidden;
border-radius: 5px 0 0 5px;
float: left;
}
.top-link3Btn{
background: url(../images/yaji-white.gif) no-repeat 90% 50% #43b9ec;
border-radius: 0 5px 5px 0;
padding: 25px 25px 10px 0;
height: 100px;
background-size: 20px 14px;
color: #fff;
font-weight: bold;
font-size:107%;
width: 42%;
float: left;
text-align: center;
}
}

.bg-blue{
background: #43b9ec;
}
.top-in h3 span{
vertical-align: middle;
}
.top-in ul{
width: 1160px;
padding-left: 80px;
margin: 50px auto;
}
.top-in ul li{
width: 290px;
float: left;
margin-left: -32px;
}

ul.top-inBtn{
width: 960px;
margin: 0 auto;
}
ul.top-inBtn li{
width: 340px;
float: left;
margin: 0 50px;
}
ul.top-inBtn li a{
display: block;
background: url(../images/yaji-blue.gif) no-repeat 20px 50% #fff;
background-size: 18px 13px;
padding: 15px 0;
border-radius: 5px;
}

/* sp */
@media only screen and (max-width: 767px){
.top-in ul{
padding: 0px;
margin: 20px 0 0 0;
width: 100%;
}
.top-in ul li{
width: 50%;
float: left;
margin: 0 0 20px 0;
}
ul.top-inBtn{
width: 100%;
margin: 0 auto;
}
ul.top-inBtn li{
width: 100%;
margin: 0 0 20px 0;
}
ul.top-inBtn li a{
display: block;
background: url(../images/yaji-blue.gif) no-repeat 10px 50% #fff;
background-size: 18px 13px;
}
}

.tpline {
border-top: 1px solid #d7d7d7;
}
.foot-contact{
width: 920px;
margin: 0 auto;
}
.foot-cont{
width: 450px;
float: left;
margin: 0 5px;
background: #fff;
padding: 30px 0;
}
.f-tel{
font-size: 35px;
font-weight: bold;
background: url(../images/icon-tel.gif) no-repeat center left;
background-size: 53px 53px;
padding-left: 66px;
margin-left: 40px;
}
.f-tel02{
font-size: 94%;
margin-left: 106px;
}
.f-mail a{
width: 330px;
height: 60px;
line-height: 60px;
background: url(../images/icon-mail.gif) no-repeat 30px 50% #43b9ec;
background-size: 26px 18px;
border-radius: 5px;
padding-left: 20px;
margin: 10px auto 0;
font-size:120%;
font-weight: bold;
text-align: center;
display: block;
color: #fff;
}

/* sp */
@media only screen and (max-width: 767px){
.foot-contact{
width: 90%;
}
.foot-cont{
width: 100%;
float: none;
margin: 0px 0 10px;
background: #fff;
padding: 20px 0;
}
.f-tel{
font-size: 28px;
min-height: 40px;
position: relative;
display: table;
margin: 5px auto 0;
padding-left: 50px;
background-size: 40px 40px;
}
.f-tel::before{
background: url(../images/icon-tel.gif) no-repeat center left;
position: absolute;
}
.f-tel a{
text-decoration: underline;
color: #000;
}
.f-tel02{
font-size: 14px;
text-align: center;
margin: 0px;
}
.f-mail a{
width: 90%;
height: auto;
border-radius: 5px;
line-height: 1.5em;
padding: 15px 0 15px 25px;
}
}


/* トップページボタン */
@media print, screen and (min-width: 768px){
.page-top {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 70;
}
.page-top a{
width: 55px;
height: auto;
display: block;
}
.page-top a img{
width: 100%;
height: auto;
}
.page-top a:hover{
opacity: 0.7;
transition: 0.3s;
}
}
/* sp */
@media only screen and (max-width: 767px){
.page-top {
width: 45px;
position: fixed;
bottom: 15px;
right: 5%;
z-index: 55;
}
.page-top a{
width: 100%;
height: auto;
display: block;
}
.page-top a img{
width: 100%;
height: auto;
}
}


ul.foot-menu li{
float: left;
padding-right: 1em;
font-size:95%;
}
ul.foot-menu>li:last-child{
padding-right: 0;
}
ul.foot-menu>li:nth-child(1){
width: 7%;
}
ul.foot-menu>li:nth-child(2){
width: 13%;
}
ul.foot-menu>li:nth-child(3){
width: 20%;
}
ul.foot-menu>li:nth-child(4){
width: 20%;
}
ul.foot-menu>li:nth-child(5){
width: 20%;
}
ul.foot-menu>li:nth-child(6){
width: 20%;
}
ul.foot-menu li ul li{
float: none;
margin: 10px 0 0 0;
}
ul.foot-menu li ul li {
text-indent: -1.5em;
padding-left: 1.5em;
}
.forTop a span{
background: url(../images/icon-pagetop.gif) no-repeat center right;
background-size: 23px 23px;
padding: 6px 35px 6px 0;
display: inline-block;
}
.footL{
width: 750px;
float: left;
}
.footL ul li{
float: left;
}
.footR{
width: 220px;
float: right;
}
.footR ul li{
display: table-cell;
vertical-align: middle;
width: 100%;
}

/* sp */
@media only screen and (max-width: 767px){
.footL{
width: 100%;
float: none;
}
.footR{
width: 220px;
margin: 15px 0 0 auto;
padding-bottom: 10px;
float: none;
}
.footR ul li.pmark{
width: 95px;
padding-right: 20px;
display: block;
float: left;
}
.footR ul li.alsokmark{
width: 200px;
padding-top: 23px;
float: left;
display: block;
}
}

/* ====== サブページ ====== */
.kuz-wrap{
border-top: 1px solid #d7d7d7;
padding-top: 20px;
}
ol.kuz li{
float: left;
font-size:87%;
}
ol.kuz li a{
color: #2666b1;
text-decoration: underline;
}
ol.kuz li a:hover{
color: #94b8e2;
}

.unL{
border-bottom: 1px solid #d7d7d7;
padding-bottom: 10px;
}
.main{
width: 730px;
float: left;
}
/* sp */
@media only screen and (max-width: 767px){
.main{
width: 100%;
float: none;
}
}


/* ====== 検索結果一覧 ====== */
.hyouji{
width: 300px;
float: left;
}
.ken{
float: right;
}
.ken p{
float: right;
padding: 5px 10px 0 0;
}
.ken-check{
width: 100px;
float: right;
}
.ken-check select {
width: 100px;
height: 30px;
float: left;
padding: 0 10px;
font-size: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(../images/yaji-select.gif) no-repeat center right #fafafa;
background-size: 15px 12px;
}
.search-box{
border: 4px solid #d7d7d7;
border-radius: 10px;
padding: 20px 25px;
margin-bottom: 40px;
}

/*pc */
@media print, screen and (min-width: 768px){
.searchImg , .searchImg02{
width: 270px;
height: 200px;
overflow: hidden;
float: left;
margin-bottom: 20px;
}
.searchImg img , .searchImg02 img{
max-width: 270px;
max-height: 200px;
border-radius: 5px;
}
.searchR{
width: 370px;
float: right;
margin-bottom: 20px;
}
.searchR02{
width: 400px;
float: right;
margin-bottom: 20px;
}
}

/* sp */
@media only screen and (max-width: 767px){
.searchImg{
width: 38%;
height: 100px;
overflow: hidden;
border-radius: 5px;
float: left;
margin-bottom: 20px;
}
.searchR{
width: 58%;
float: right;
margin-bottom: 20px;
}
.searchImg02{
width: 100%;
overflow: hidden;
border-radius: 5px;
float: left;
margin-bottom: 20px;
}
.searchR02{
margin-bottom: 20px;
}
}
.bg-green{
background: #cdeff4;
}
.bg-green02{
background: #ddf3f6;
}
.bg-pink{
background: #fee1e9;
}
.bg-pink02{
background: #ffeaf0;
}
.shikaku span{
background: #19afc0;
border-radius: 0 30px 30px 0;
padding: 2px 20px 2px 15px;
}
.shikaku-p span{
background: #ee658c;
border-radius: 0 30px 30px 0;
padding: 2px 20px 2px 15px;
}

/* sp */
@media only screen and (max-width: 767px){
.shikaku span{
padding: 5px 20px 5px 15px;
}
.shikaku-p span{
padding: 5px 20px 5px 15px;
}
}


.shikakuBox{
padding:0 25px;
}
.shikakuBox li{
margin-bottom: 5px;
}

/*pc */
@media print, screen and (min-width: 768px){
table.ken-info{
border-collapse: separate;
border-spacing: 0 10px;
}
table.ken-info th{
width: 4em;
height: 40px;
background: #e0e0e0;
border-radius: 0 20px 20px 0;
vertical-align: middle;
}
table.ken-info td{
padding-left: 25px;
vertical-align: middle;
}
.btn_syousai{
width: 220px;
float: right;
}
}

.btn_acYaji a{
display: block;
background: url(../images/yaji_white.png) no-repeat 20px 50% #43b9ec;
background-size: 18px 13px;
padding: 15px 0 15px 10px;
border-radius: 5px;
}
.btn_anshinYaji a{
display: block;
background: url(../images/yaji_white.png) no-repeat 20px 50% #19afc0;
background-size: 18px 13px;
padding: 15px 0 15px 10px;
border-radius: 5px;
}
.btn_kaigoYaji a{
display: block;
background: url(../images/yaji_white.png) no-repeat 20px 50% #ee658c;
background-size: 18px 13px;
padding: 15px 0 15px 10px;
border-radius: 5px;
}
.btn_lockYaji a{
display: block;
background: url(../images/yaji_white.png) no-repeat 20px 50% #43b9ec;
background-size: 18px 13px;
padding: 15px 0 15px 10px;
border-radius: 5px;
}


/* sp */
@media only screen and (max-width: 767px){
table.ken-info th{
width: 4em;
background: #e0e0e0;
padding: 10px  0;
border-bottom: 1px solid #666;
}
table.ken-info td{
vertical-align: middle;
padding: 10px;
border-bottom: 1px solid #666;
}
.btn_syousai{
width: 100%;
}
}


/*pc */
@media print, screen and (min-width: 768px){
.side{
width: 230px;
float: right;
}
.side_common {
width: 230px;
box-sizing: border-box;
}
.side02 {
width: 230px;
box-sizing: border-box;
}
.side_bnr li a {
width: 230px;
height: auto;
margin-bottom: 8px;
box-sizing: border-box;
display: block;
}
.side_bnr li a img {
width: 100%;
height: auto;
}
}


/* sp */
@media only screen and (max-width: 767px){
.side{
border-top: 1px solid #ccc;
padding-top: 20px;
}
.side_common {
width: 100%;
box-sizing: border-box;
}
.side02 {
width: 100%;
box-sizing: border-box;
}
.side_bnr li a {
width: 100%;
height: auto;
margin-bottom: 8px;
box-sizing: border-box;
display: block;
}
.side_bnr li a img {
width: 100%;
height: auto;
}
}


.side-ken{
border: 1px solid #d2d2d2;
background: #f7f7f7;
border-radius: 5px;
padding-bottom: 20px;
margin-bottom: 30px;
}
.sideT-anshin{
background: #19afc0;
padding: 10px 10px;
border-radius: 5px 5px 0 0;
}
.sideT-kaigo{
background: #ee658c;
padding: 10px 10px;
border-radius: 5px 5px 0 0;
}
.side-title{
background: url(../images/icon-kensakuWhite.png) no-repeat 10px 0px;
background-size: 25px 25px;
line-height: 1.4em;
padding-left: 50px;
}
.side-kenName{
padding: 5px 0 5px 20px;
margin-bottom: 10px;
}


/*pc */
@media print, screen and (min-width: 768px){
ul.side-list{
display: block !important;
}
ul.side-list li{
margin-bottom: 10px;
font-size: 94%;
}
ul.side-listF li{
float: left;
}
.side-kenBox{
padding: 10px;
}
}


/* sp */
@media only screen and (max-width: 767px){
.side-kenBox{
padding: 5px 10px 0px 10px;
}
ul.side-list{
display: none;
margin-top: 10px;
}
ul.side-list li{
float: left;
margin-bottom: 10px;
font-size:94%;
}
.side-kenName{
padding: 5px 0 5px 20px;
margin-bottom: 2px;
}
}


ul.ken-sidebtn{
padding: 0 10px;
}
ul.ken-sidebtn li a{
display: block;
padding: 10px 0;
}
ul.ken-sidebtn li.btn-gr{
width: 88px;
float: left;
}
ul.ken-sidebtn li.btn-gr{
background: #a5a5a5;
border-radius: 5px;
}
ul.ken-sidebtn li.btn-kensaku{
width: 107px;
float: right;
}
ul.ken-sidebtn li.btn-kensaku a{
background: url(../images/icon-kensaku02.gif) no-repeat 5px 50% #43b9ec;
background-size: 18px 18px;
border-radius: 5px;
padding-left: 10px;
}


/* sp */
@media only screen and (max-width: 767px){
ul.ken-sidebtn li.btn-gr{
width: 47.5%;
margin: 10px 2.5% 0 0;
float: left;
}
ul.ken-sidebtn li.btn-kensaku{
width: 47.5%;
margin: 10px 0 0 2.5%;
float: right;
}
.sp-bnr{
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
}
.sp-bnr p{
display: table-cell;
float: right;
width: 48%;
}
.sp-bnr p:nth-child(2n+1){
float: left;
}
}

.bd-gr{
border: 1px solid #cccccc;
}
.bd-pra{
border: 1px solid #1d4972;
}

/* ====== 求人詳細ページ ====== */
table.bosyu{
width: 100%;
}
/*pc */
@media print, screen and (min-width: 768px){
table.bosyu th{
width: 10em;
text-align: center;
padding: 15px 10px;
}
}
table.bosyu td{
padding: 15px 10px;
}
/* sp */
@media only screen and (max-width: 767px){
table.bosyu th{
padding: 15px 10px;
}
}

.ggmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*pc */
@media print, screen and (min-width: 768px){
.btn_oubo{
width: 250px;
margin: 0 auto;
}
}


/* ====== サイドメニュー通常 ====== */
.sideT-menu{
border-bottom: 1px solid #d2d2d2;
padding: 14px 19px;
}
.sideT-menu p{
background: url(../images/icon-menu.gif) no-repeat center left;
background-size: 20px 20px;
padding-left: 35px;
font-size: 160%;
color: #212121;
}
ul.side-menu{
padding: 0 4px;
}
ul.side-menu li{
border-bottom: 1px solid #e9e9e9;
padding: 13px 15px;
}
ul.side-menu02{
padding: 0 4px;
}
ul.side-menu02 li{
padding: 13px 15px 0;
}
.btn-kensaku02{
padding: 0 15px;
margin-top: 15px;
}
.btn-kensaku02 a{
background: url(../images/icon-kensaku02.gif) no-repeat 18px 50% #43b9ec;
background-size: 26px 26px;
border-radius: 5px;
display: block;
padding: 10px 0;
}


/* ====== あんしんセンター　職種紹介 ====== */
/*pc */
@media print, screen and (min-width: 768px){
.anshin-main{
background: url(../images/anshin/main-bg.jpg) no-repeat center center;
height: 250px;
position: relative;
}
.anshin-main-icon{
position: relative;
}
.anshin-main-icon img{
position: absolute;
top: 90px;
left: 270px;
width: 45px;
height: auto;
}
.anshin-mainT{
font-size: 214%;
padding: 95px 0 0px;
}
}


/* sp */
@media only screen and (max-width: 767px){
.anshin-main{
background: url(../images/anshin/sp_main-bg.jpg) no-repeat top center;
background-size: 100%;
}
.anshin-main-icon{
padding: 25px 20%;
}
.anshin-main-icon img{
display: block;
width: 40px;
margin: 0 auto 10px;
height: auto;
}
.anshin-mainT{
font-size:160%;
line-height: 1.4em;
padding: 0 0 15px;
text-align:center;
background-size: 40%;
}
}


.job-box{
border-radius: 6px;
padding-top: 5px;
margin-bottom: 40px;
}
.job-anshin{
background: #19afc0;
border: 1px solid #19afc0;
}
.job-wrap{
padding: 20px 30px;
background: #fff;
border-radius:0 0 5px 5px;
}


/* sp */
@media only screen and (max-width: 767px){
.job-wrap{
padding: 20px 25px;
}
.jobT-anshin span{
background: url(../images/anshin/job/mark-anshin.gif) repeat-x bottom left;
padding: 0 3px;
}
.jobImg img{
border-radius: 5px;
}
}


/*pc */
@media print, screen and (min-width: 768px){
.jobT-anshin span{
background: url(../images/anshin/job/mark-anshin.gif) repeat-x top left;
padding: 0 3px;
}
.jobImg{
width: 270px;
height: 200px;
overflow: hidden;
border-radius: 5px;
float: left;
margin-bottom: 20px;
}
.jobImg img{
max-width: 270px;
max-height: 200px;
}
.jobR{
width: 370px;
float: right;
margin-bottom: 20px;
}
.btn_job{
width: 220px;
}
}


/* ====== 介護サービス　職種紹介 ====== */
/*pc */
@media print, screen and (min-width: 768px){
.kaigo-main{
background: url(../images/kaigo/main-bg.jpg) no-repeat center center;
height: 250px;
position: relative;
}
.kaigo-main-icon{
position: relative;
}
.kaigo-main-icon img{
position: absolute;
top: 90px;
left: 300px;
width: 45px;
height: auto;
}
.kaigo-mainT{
font-size: 214%;
padding: 95px 0 0px;
}
}


/* sp */
@media only screen and (max-width: 767px){
.kaigo-main{
background: url(../images/kaigo/sp_main-bg.jpg) no-repeat top center;
background-size: 100%;
}
.kaigo-main-icon{
padding: 25px 20%;
}
.kaigo-main-icon img{
display: block;
width: 40px;
margin: 0 auto 10px;
height: auto;
}
.kaigo-mainT{
font-size:160%;
line-height: 1.4em;
padding: 0 0 15px;
text-align:center;
background-size: 40%;
}
}


.job-kaigo{
background: #ee658c;
border: 1px solid #ee658c;
}


/*pc */
@media print, screen and (min-width: 768px){
.jobT-kaigo span{
background: url(../images/kaigo/job/mark-kaigo.gif) repeat-x top left;
padding: 0 3px;
}
}


/* sp */
@media only screen and (max-width: 767px){
.jobT-kaigo span{
background: url(../images/kaigo/job/mark-kaigo.gif) repeat-x bottom left;
padding: 0 3px;
}
}


/* ====== フォーム ====== */
.contact-info{
width: 100%;
padding: 6px;
}
.anshin-coninfo{
border: 4px solid #19afc0;
border-radius: 8px;
}
.kaigo-coninfo{
border: 4px solid #ee658c;
border-radius: 8px;
}
.contact-info table{
width: 100%;
}
.contact-info td{
padding: 15px 30px;
}


/*pc */
@media print, screen and (min-width: 768px){
.contact-info th{
border-right: 1px solid #d7d7d7;
padding: 15px 0px;
width: 220px;
text-align: center;
}
}


/* sp */
@media only screen and (max-width: 767px){
.contact-info th{
border-bottom: 1px solid #d7d7d7;
border-right: none;
width: 100%;
display: block;
padding: 10px;
}
.contact-info td{
width: 100%;
display: block;
padding: 10px;
}
}


.unLblue{
border-bottom: 1px solid #15a7e6;
padding-bottom: 10px;
}
.cont-tel{
width: 560px;
padding: 20px 0;
background: #dcf4ff;
margin: 0 auto;
}
.cont-tel02{
font-size: 40px;
background: url(../images/icon-tel02.png)  no-repeat center left;
background-size: 55px 55px;
padding-left: 70px;
margin-left: 60px;
}


/* sp */
@media only screen and (max-width: 767px){
.cont-tel{
width: 100%;
padding: 20px 5%;
}
.cont-tel02{
font-size: 28px;
min-height: 40px;
position: relative;
display: table;
margin: 5px auto 0;
padding-left: 50px;
background-size: 40px 40px;
}
.cont-tel02::before{
background: url(../images/icon-tel02.png)  no-repeat center left;
position: absolute;
}
.cont-tel02 a{
text-decoration: underline;
color: #15a7e6;
}
}


.cont-step li{
float: left;
}


/*pc */
@media print, screen and (min-width: 768px){
.cont-step{
width: 400px;
margin: 0 auto;
}
.cont-step li.step-yaji{
background: url(/shared/images/yaji-blue.gif) no-repeat 105px 30px;
background-size: 30px 21px;
width: 156px;
}
.cont-step li p{
border: 3px solid #43b9ec;
width: 87px;
height: 87px;
padding-top: 17px;
line-height: 1.3em;
border-radius: 50%;
}
}


/* sp */
@media only screen and (max-width: 767px){
.cont-step{
margin: 0 auto;
}
.cont-step li{
width: 20%;
}
.cont-step li.step-yaji{
background: url(/shared/images/yaji-blue.gif) no-repeat 80% 50%;
background-size: 25px 16px;
width: 40%;
}
.cont-step li p{
border: 3px solid #43b9ec;
width: 100%;
padding: 12px 0 11px;
line-height: 1.3em;
border-radius: 50%;
}
.cont-step li.step-yaji p{
width: 50%;
}
}


/* お問い合わせ */
.line_box {
border: 1px solid #c7c7c7;
border-radius: 6px;
}
.line_box {
width: 345px;
height: auto;
padding: 15px 20px 20px;
box-sizing: border-box;
}
.line_box .icon-kaigo {
height: 75px;
margin-bottom: 15px;
}
.line_box .icon-anshin {
height: 75px;
margin-bottom: 15px;
}
.line_box .icon-ac-link {
height: 75px;
margin-bottom: 15px;
}
.line_box .icon-a-link {
height: 75px;
margin-bottom: 15px;
}
.line_box .icon-k-link {
height: 75px;
margin-bottom: 15px;
}
.contact_top_box02 .line_box .icon-kaigo {
height: 50px;
}
.contact_top_box02 .line_box .icon-anshin {
height: 50px;
}
.content_link_area .line_box .icon-ac-link {
height: 50px;
}
.content_link_area .line_box .icon-a-link {
height: 50px;
}
.content_link_area .line_box .icon-k-link {
height: 50px;
}
.contact_top_box03 .line_box .icon-lock {
height: 50px;
}
.icon-lock{
background: url(../images/icon-lock.png) no-repeat 0px 0px;
background-size: 40px 40px;
padding-left: 60px;
}
.line_box .icon-lock {
height: 75px;
margin-bottom: 15px;
padding-top: 10px;
}
.line_box .btn_acYaji {
width: 245px;
margin: 0 auto;
}
.line_box .btn_anshinYaji {
width: 245px;
margin: 0 auto;
}
.line_box .btn_kaigoYaji {
width: 245px;
margin: 0 auto;
}
.line_box .btn_lockYaji {
width: 245px;
margin: 0 auto;
}
.line_box .btn_acYaji a {
padding: 10px 0 10px 10px;
}
.line_box .btn_anshinYaji a {
padding: 10px 0 10px 10px;
}
.line_box .btn_kaigoYaji a {
padding: 10px 0 10px 10px;
}
.line_box .btn_lockYaji a {
padding: 10px 0 10px 10px;
}


/* sp */
@media only screen and (max-width: 767px){
.line_box {
width: 100%;
padding: 10px 5% 10px;
box-sizing: border-box;
}
.line_box .icon-kaigo {
height: auto;
min-height: 50px;
margin-bottom: 5px;
}
.line_box .icon-anshin {
height: auto;
min-height: 50px;
margin-bottom: 5px;
}
.line_box .icon-ac-link {
height: auto;
min-height: 50px;
margin-bottom: 5px;
}
.line_box .icon-a-link {
height: auto;
min-height: 50px;
margin-bottom: 5px;
}
.line_box .icon-k-link {
height: auto;
min-height: 50px;
margin-bottom: 5px;
}
.contact_top_box03 .line_box .icon-lock {
height: auto;
min-height: 50px;
margin-bottom: 5px;
}
.icon-lock{
background: url(../images/icon-lock.png) no-repeat 0px 0px;
background-size: 40px 40px;
padding-left: 60px;
}
.line_box .icon-lock {
height: 75px;
margin-bottom: 15px;
padding-top: 10px;
}
.line_box .btn_acYaji {
width: 245px;
margin: 0 auto;
}
.line_box .btn_anshinYaji {
width: 245px;
margin: 0 auto;
}
.line_box .btn_kaigoYaji {
width: 245px;
margin: 0 auto;
}
.line_box .btn_lockYaji {
width: 245px;
margin: 0 auto;
}
.line_box .btn_acYaji a {
padding: 10px 0 10px 10px;
}
.line_box .btn_anshinYaji a {
padding: 10px 0 10px 10px;
}
.line_box .btn_kaigoYaji a {
padding: 10px 0 10px 10px;
}
.line_box .btn_lockYaji a {
padding: 10px 0 10px 10px;
}
}


table.form{
width: 100%;
border-top: 1px solid #ccc;
}
table.form tr{
border-bottom: 1px solid #ccc;
}
table.form th{
clear: both;
padding: 4px 0;
}
table.form td{
padding: 4px 0;
}
.form-input{
background: #ffe8e8;
border: 1px solid #e72a2a;
border-radius: 3px;
height: 42px;
padding: 4px 8px;
font-size:107%;
}
.form-input02{
background: #f2f2f2;
border: 1px solid #9f9f9f;
border-radius: 3px;
height: 42px;
padding: 4px 8px;
font-size:107%;
}

.form-select{
height: 42px;
padding: 4px 8px;
font-size:107%;
}

.form-radio {
height: 42px;
padding: 4px 8px;
font-size:107%;

}

textarea.form-input{
height: 200px;
}
textarea.form-input02{
height: 200px;
}
table .v_top {
vertical-align: top;
}
.form-red{
background: #e72a2a;
border-radius: 3px;
padding: 0 5px;
line-height: 1.3em;
}
.form-gr{
background: #808080;
border-radius: 3px;
padding: 0 5px;
line-height: 1.3em;
}
.form-fff{
background: #FFF;
border-radius: 3px;
padding: 0 5px;
line-height: 1.3em;
}

/* sp */
@media only screen and (max-width: 767px){
table.form .form_inlink{
width: 100%;
float: none!important;
display: inline-block;
}
}

/*pc */
@media print, screen and (min-width: 768px){
table.form th{
width: 210px;
}
table.form th div{
padding: 25px 0;
}
table.form td{
width: 790px;
}
table.n_contact {
border-top: 1px solid #cccccc;
}/* 新お問い合わせページ */
table.n_contact th {
width: 330px;
}/* 新お問い合わせページ */
.form-bR{
border-left: 1px solid #cccccc;
padding: 25px;
}
.w80 {
width: 80px;
}
.w140{
width: 140px;
}
.w200{
width: 200px;
}
.w450{
width: 450px;
}
.w260{
width: 260px;
}
.kojin{
width: 400px;
border: 2px solid #CCC;
margin: 30px auto;
padding: 20px;
}
}


/* sp */
@media only screen and (max-width: 767px){
table.form p{
padding-right: 20px;
}
table.form th , table.form td , table.form div{
display: block;
width: 100%;
}
table.form th{
padding: 20px 0 10px;
}
table.form td{
padding: 0 0 20px;
}
table.form input{
width: 100%;
}
table.n_contact{
width: 100%;
}
table.n_contact textarea{
width: 100%;
}
table.form select{
padding: 0 20px 0 10px;
}
.sp_w50{
width: 50% !important;
}
.sp_w70{
width: 70% !important;
margin-left: auto;
margin-right: auto;
display: block;
}
.sp_half {
width: 49%;
display: inline-block;
}
.sp_half_l {
width: 49%;
display: inline-block;
}
.form-red , .form-gr{
padding: 3px 5px;
}
.form-input02{
width: 100%;
}
.kojin{
width: 100%;
border: 2px solid #CCC;
margin: 20px auto;
padding: 20px;
}
}


.form-select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(/shared/images/yaji-select02.gif) no-repeat center right #ffe8e8;
background-size: 14px 7px;
}

/* IE対策　セレクトの矢印を非表示 */
select::-ms-expand {
display: none;
}

/* css checkbox03 */
.checkbox03-input{
display: none;
}
.checkbox03-parts{
padding-left: 30px;
position:relative;
font-size:120%;
margin-right: 30px;
}
.checkbox03-parts::before{
content: "";
display: block;
position: absolute;
top: 2px;
left: 0;
width: 20px;
height: 20px;
border: 1px solid #e72a2a;
border-radius: 10px;
background: #ffe8e8;
}
.checkbox03-input:checked + .checkbox03-parts{
color: #e72a2a;
}
.checkbox03-input:checked + .checkbox03-parts::after{
content: "";
display: block;
position: absolute;
top: -2px;
left: 6px;
width: 8px;
height: 16px;
transform: rotate(40deg);
border-bottom: 3px solid #e72a2a;
border-right: 3px solid #e72a2a;
}

/* css checkbox04 */
.checkbox04-input{
display: none;
}
.checkbox04-parts{
padding-left: 30px;
position:relative;
font-size:120%;
margin-right: 30px;
}
.checkbox04-parts::before{
content: "";
display: block;
position: absolute;
top: 2px;
left: 0;
width: 20px;
height: 20px;
border: 1px solid #cccccc;
border-radius: 3px;
background: #fff;
}
.checkbox04-input:checked + .checkbox04-parts{
color: #e72a2a;
}
.checkbox04-input:checked + .checkbox04-parts::after{
content: "";
display: block;
position: absolute;
top: -2px;
left: 6px;
width: 8px;
height: 16px;
transform: rotate(40deg);
border-bottom: 3px solid #e72a2a;
border-right: 3px solid #e72a2a;
}

/* css checkbox05 */
.checkbox05-input{
display: none;
}
.checkbox05-parts{
padding-left: 30px;
position:relative;
font-size:95%;
}
.checkbox05-parts::before{
content: "";
display: block;
position: absolute;
top: 2px;
left: 0;
width: 20px;
height: 20px;
border: 1px solid #e72a2a;
border-radius: 3px;
background: #ffe8e8;
}
.checkbox05-input:checked + .checkbox05-parts{
color: #e72a2a;
}
.checkbox05-input:checked + .checkbox05-parts::after{
content: "";
display: block;
position: absolute;
top: -2px;
left: 6px;
width: 8px;
height: 16px;
transform: rotate(40deg);
border-bottom: 3px solid #e72a2a;
border-right: 3px solid #e72a2a;
}

ul.form-check{
margin-bottom: -10px;
}
ul.form-check li{
display: inline-block;
margin-bottom: 10px;
}

.btn_blue a{
display: block;
background:#43b9ec;
background-size: 18px 13px;
padding: 15px 0 15px 10px;
border-radius: 5px;
}
.btn_blue input{
display: block;
background:#43b9ec;
background-size: 18px 13px;
padding: 15px 0 15px 10px;
border-radius: 5px;
}
.btn_blueYaji a{
display: block;
background: url(../images/yaji_white.png) no-repeat 20px 50% #43b9ec;
background-size: 18px 13px;
padding: 15px 0 15px 10px;
border-radius: 5px;
}
.btn_blueYaji input{
width: 100%;
display: block;
background: url(../images/yaji_white.png) no-repeat 20px 50% #43b9ec;
background-size: 18px 13px;
padding: 15px 0 15px 10px;
border-radius: 5px;
box-sizing: border-box;
}
.btn_blueYaji input:hover{
opacity: 0.7;
cursor: pointer;
}


/* sp */
@media only screen and (max-width: 767px){
.btn_blue{
width: 47.5% !important;
margin: 10px 0 0 2.5% !important;
float: right !important;
}
.checkbox05-parts {
display: block;
}
}


/* ====== 福利厚生・研修制度 ====== */
/*pc */
@media print, screen and (min-width: 768px){
.welfare-main{
background: url(../images/welfare/main-bg.jpg) no-repeat center center;
height: 250px;
}
.welfare-mainT{
font-size: 214%;
padding: 95px 0 0px;
}
.icon-heart{
background: url(../images/icon-heart.gif) no-repeat 0px 3px;
background-size: 35px 35px;
padding-left: 45px;
}
}


/* sp */
@media only screen and (max-width: 767px){
.welfare-main{
background: url(../images/welfare/sp_main-bg.jpg) no-repeat top center;
background-size: 100%;
}
.welfare-mainT{
font-size:160%;
line-height: 1.4em;
padding: 50px 0;
text-align:center;
background-size: 40%;
}
.icon-heart{
background: url(../images/icon-heart.gif) no-repeat top left;
background-size: 30px 30px;
padding-left: 40px;
}
}


table.welfare-list th{
background: url(../images/welfare/stripe-bg.gif) repeat top left;
border-bottom: 5px solid #fff;
padding: 20px;
}
table.welfare-list td{
border-bottom: 5px solid #fff;
padding: 20px;
}


/*pc */
@media print, screen and (min-width: 768px){
table.welfare-list th{
width: 260px;
}
}


/* ====== インタビュー　あんしんセンター ====== */
.icon-anshin{
background: url(../images/icon-anshin.png) no-repeat 0px 0px;
background-size: 40px 40px;
padding-left: 60px;
}
.icon-ac-link{
background: url(../images/icon-ac-link.png) no-repeat 0px 0px;
background-size: 40px 40px;
padding-left: 60px;
}
.icon-a-link{
background: url(../images/icon-a-link.png) no-repeat 0px 0px;
background-size: 40px 40px;
padding-left: 60px;
}
ul.in-menu{
margin-right: -14px;
}
ul.in-menu li{
width: 110px;
float: left;
margin-right: 14px;
}
ul.in-menu li a{
display: block;
height: 110px;
border: 3px solid #19afc0;
border-radius: 50%;
padding-top: 30px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
ul.in-menu li a:hover{
background: #19afc0;
color: #fff;
}
ul.in-menu li.inM-active{
background: url(../images/anshin/interview/huki-bg.png) no-repeat center bottom;
background-size: 23px 18px;
padding-bottom: 14px;
}
ul.in-menu li.inM-active a{
background: #19afc0;
}


/* sp */
@media only screen and (max-width: 767px){
ul.in-menu{
margin-right: -1.33333333%;
}
ul.in-menu li{
width: 32%;
float: left;
margin-right: 1.33333333%;
margin-bottom: 1.33333333%;
}
ul.in-menu li a{
height: auto;
padding: 15px 0;
}
ul.in-menu li.inM-active{
background: none;
padding-bottom: 0px;
}
}

.icon-heart-anshin{
background: url(../images/icon-heart-anshin.gif) no-repeat center left;
background-size: 35px 35px;
padding-left: 45px;
padding-top: 3px;
min-height: 35px;
}


/* ====== インタビュー　介護サービス ====== */
.icon-kaigo{
background: url(../images/icon-kaigo.png) no-repeat 0px 0px;
background-size: 40px 40px;
padding-left: 60px;
}
.icon-k-link{
background: url(../images/icon-k-link.png) no-repeat 0px 0px;
background-size: 40px 40px;
padding-left: 60px;
}
ul.in-menu-kaigo{
margin-right: -14px;
}
ul.in-menu-kaigo li{
width: 110px;
float: left;
margin-right: 14px;
}
ul.in-menu-kaigo li.inM-active{
background: url(../images/kaigo/interview/huki-bg.png) no-repeat center bottom;
background-size: 23px 18px;
padding-bottom: 14px;
}
.icon-heart-kaigo{
background: url(../images/icon-heart-kaigo.gif) no-repeat center left;
background-size: 35px 35px;
padding-left: 45px;
padding-top: 3px;
min-height: 35px;
}


/* sp */
@media only screen and (max-width: 767px){
ul.in-menu-kaigo{
margin-right: -1.33333333%;
}
ul.in-menu-kaigo li{
width: 32%;
float: left;
margin-right: 1.33333333%;
margin-bottom: 1.33333333%;
}
ul.in-menu-kaigo li a{
height: auto;
padding: 15px 0;
}
ul.in-menu-kaigo li.inM-active{
background: none;
padding-bottom: 0px;
}
}


/*pc */
@media print, screen and (min-width: 768px){
.in-img{
width: 270px;
height: 220px;
overflow: hidden;
border-radius: 5px;
position: relative;
}
.in-img img{
height: 250px;
position: absolute;
top: 0%;
left: -12%;
}
.in-text{
width: 430px;
}
}


/* sp */
@media only screen and (max-width: 767px){
.in-img img{
border-radius: 5px;
}
}


/* ====== 検索右固定ボタン ====== */
.posi-box{
position: relative;
}

/*pc */
@media print, screen and (min-width: 768px){
ul.bottom-btn{
width: 10em;
position: fixed;
right: 0px;
}
ul.bottom-btn li{
margin-top: 10px;
}
ul.bottom-btn li a{
display: block;
height: 50px;
line-height: 50px;
border-radius: 5px 0 0 5px;
}
li.bottom-btn01 a{
background: #a5a5a5;
}
li.bottom-btn02 a{
background: url(../images/icon-kensaku02.gif) no-repeat 5px 50% #43b9ec;
background-size: 20px 20px;
}
}


/* sp */
@media only screen and (max-width: 767px){
ul.bottom-btn{
width: 100%;
}
ul.bottom-btn li a{
display: block;
padding: 10px 0;
border-radius: 5px 5px 0 0;
}
li.bottom-btn01{
width: 46.25%;
margin: 10px 1.25% 0 2.5%;
float: left;
}
li.bottom-btn02{
width: 46.25%;
margin: 10px 2.5% 0 1.25%;
float: right;
}
li.bottom-btn01 a{
background: #a5a5a5;
}
li.bottom-btn02 a{
background: url(../images/icon-kensaku02.gif) no-repeat 5px 50% #43b9ec;
background-size: 20px 20px;
}
}


/* ====== 会社概要ページ 190108 ====== */
.profile_table tr {
border-top: 1px dashed #d7d7d7;
}
.profile_table tr:first-child {
border-top: none;
}
.profile_table th {
padding: 20px 0;
vertical-align: top;
}
.profile_table td {
padding: 20px 5px 20px 0;
}
.profile_table td img {
width: 436px;
height: auto;
}
.company_map {
width: 585px;
padding-top: 20px;
border-top: 1px dashed #d7d7d7;
box-sizing: border-box;
}
.map_box {
margin-left: 140px;
}
.company_map .g_map {
width: 100%;
height: 380px;
}


/* sp */
@media only screen and (max-width: 767px){
.profile_table {
width: 100%;
box-sizing: border-box;
}
.profile_table th {
width: 20%;
padding: 15px 0;
text-align: right;
box-sizing: border-box;
}
.profile_table td {
width: 80%;
padding: 15px 5px 15px 15px;
box-sizing: border-box;
}
.profile_table td img {
width: 100%;
height: auto;
}
.company_map {
width: 100%;
padding-top: 10px;
border-top: 1px dashed #d7d7d7;
}
.map_box {
margin-left: 0;
}
.company_map .g_map {
height: 350px;
}
}


/* ====== 沿革ページ 190108 ====== */
.about_table tr {
border-top: 1px dashed #d7d7d7;
}
.about_table tr:first-child {
border-top: none;
}
.about_table th {
padding: 20px 0;
vertical-align: top;
}
.about_table td {
padding: 20px 5px 20px 0;
}
.about_table td img {
width: auto;
height: auto;
}


/* sp */
@media only screen and (max-width: 767px){
.about_table {
width: 100%;
box-sizing: border-box;
}
.about_table th {
width: 20%;
padding: 15px 0;
box-sizing: border-box;
}
.about_table td {
width: 80%;
padding: 15px 5px 15px 15px;
box-sizing: border-box;
}
.about_table td img {
width: 100%;
height: auto;
}
}


/* ====== ごあいさつ 190108 ====== */
/* sp */
@media only screen and (max-width: 767px){
.ceo_name {
width: 70%;
margin: 0 0 20px auto;
float: none;
}
}

/* ====== 品質管理 ====== */
ul.torikumi_link{
margin-top: 50px
}
ul.torikumi_link li{
margin-left: 35px;
width: 306px;
float: left;
}

/* sp */
@media only screen and (max-width: 767px){
ul.torikumi_link{
margin-right: 0;
margin-top: 20px
}
ul.torikumi_link li{
width: 100%;
float: none;
margin-left: 0;
margin-bottom: 10px;
}
}




/* メインコンテンツ（安全センターコンテンツ表示用に微調整（12/03/08）） */
div#AcsContMain{
width:730px;
height:auto;
}
/* メインコンテンツ */
div#dc_main{
width:730px;
height:auto;
}

/* sp */
@media only screen and (max-width: 767px){
/* メインコンテンツ（安全センターコンテンツ表示用に微調整（12/03/08）） */
div#AcsContMain{
width:100%;
}
/* メインコンテンツ */
div#dc_main{
width:100%;
}
}

/*-- ▼ここからトップページ用CSS　他はhome.cssを参照▼ --*/
/*------------ ▼お問い合わせ部▼ -----------*/
.inquiry {
margin-bottom: 35px;
padding: 30px 70px;
background-color: #f4f4f4;
}
.inquiry h3 {
margin-bottom: 20px;
font-size: 130%;
font-weight: bold;
text-align: center;
}
.inquiry h4 {
font-size: 20px;
font-weight: bold;
color: #43b9ec;
text-align: center;
}
.inquiry .inq_box {
width: 410px;
height: 170px;
padding: 25px 0;
background-color: #fff;
box-sizing: border-box;
float: left;
}
.ml_40 {margin-left: 40px;}
.inquiry .inq_box .callnum {
margin: 10px 0 0 0;
font-size: 130%;
font-weight: bold;
text-align: center;
}
.inquiry .inq_box .callnum img {
width:  33px;
height: auto;
margin-right: 15px;
display: inline;
vertical-align: sub;
}
.inquiry .inq_box .callnum a{
font-size: 150%;
font-weight: bold;
}
.inquiry .inq_box .call_com {
font-size: 95%;
text-align: left;
margin-left: 60px;
}
.inquiry .inq_box .inq_mlink {
width: 300px;
height: 60px;
margin: 20px auto 0;
padding-top: 17px;
background-color: #43b9ec;
border-radius: 10px;
box-sizing: border-box;
display: block;
}
.inquiry .inq_box .inq_mlink p {
font-size: 120%;
font-weight: bold;
color: #fff;
text-align: center;
}
.inquiry .inq_box .inq_mlink img {
width: 26px;
height: auto;
margin-right: 15px;
display: inline-block;
vertical-align: sub;
}
/*------------ ▼お問い合わせ部(SP)▼ -----------*/
@media only screen and (max-width: 767px) {
.inquiry {
padding: 30px 0;
background-color: #f4f4f4;
}
.inquiry h3 {
margin-bottom: 20px;
font-size: 120%;
line-height: 1.5;
font-weight: bold;
text-align: center;
}
.inquiry h4 {
font-size: 130%;
font-weight: bold;
color: #43b9ec;
text-align: center;
}
.inquiry .inq_box {
width: 90%;
height: auto;
margin: 0 auto 20px;
padding: 30px 0;
background-color: #fff;
box-sizing: border-box;
float: none;
}
.ml_10 {margin-left: auto;}
.inquiry .inq_box .callnum {
margin: 20px 0 15px 0;
font-size: 180%;
font-weight: bold;
text-align: center;
}
.inquiry .inq_box .f-tel {
width: 270px;
min-height: 40px;
font-size: 180%;
position: relative;
display: block;
margin: 5px auto 0;
padding-left: 45px;
font-weight: bold;
background: url(/shared/images/home/call_ico_sp.gif) no-repeat center left;
background-size: 40px 40px;
box-sizing: border-box;
}
.inquiry .inq_box .f-tel a {
padding-top: 0;
height: 40px;
text-decoration: underline;
display: block;
font-weight: bold;
}
.inquiry .inq_box .callnum a {
text-decoration: underline;
font-weight: bold;
}
.inquiry .inq_box .callnum img {
width: 13%;
height: auto;
margin-right: 15px;
display: inline-block;
vertical-align: sub;
}
.inquiry .inq_box .call_com {
margin: 15px 0 0 4%;
font-size: 95%;
text-align: center;
}
.inquiry .inq_box .inq_mlink {
max-width: 300px;
width: 90%;
height: auto;
min-height: 60px;
}
}
/*-------------▲お問い合わせ部ここまで▲------------*/


/*-- ▼ここからINDEX▼ --*/
/* 共通 */
.index_ac {
width: 670px;
margin-left:auto;
margin-right: auto;
border: 1px solid #43b9ec;
background-color: #dcf4ff;
border-radius: 10px;
padding: 10px 15px;
}
.index_title {
width: 12%;
color: #43b9ec;
font-weight: bold;
display: inline-block;
vertical-align: middle;
}
.index_cont ul li {
padding-left: 1em;
text-indent: -1em;
}
.index_cont {
width: 78%;
border-left: 1px solid #43b9ec;
padding-left: 3%;
display: inline-block;
vertical-align: middle;
}
.index_cont a {
margin-right: 5px;
text-decoration: underline;
}
/* あんしんセンター */
.index_anshin {
width: 670px;
margin-left:auto;
margin-right: auto;
border: 1px solid #19afc0;
background-color: #e2f5fc;
border-radius: 10px;
padding: 10px 15px;
}
.index_anshin .index_title {
color: #19afc0;
}
.index_anshin .index_cont {
border-left: 1px solid #19afc0;
}
/* 介護 */
.index_kaigo {
width: 670px;
margin-left:auto;
margin-right: auto;
border: 1px solid #ee658c;
background-color: #ffeaf0;
border-radius: 10px;
padding: 10px 15px;
}
.index_kaigo .index_title {
color: #ee658c;
}
.index_kaigo .index_cont {
border-left: 1px solid #ee658c;
}

/* SP */
@media only screen and (max-width: 767px){
.index_ac {width: 100%;}
.index_anshin {width: 100%;}
.index_kaigo {width: 100%;}
.index_title {width: 20%;}
.index_cont .index_sub li {margin-top: 8px;}
}

/*-- ▼ここから各ページTITLE▼ --*/
h1{position:relative;}
.title_ac {
width: 100%;
padding: 10px 30px;
font-weight: bold;
border-top: 5px solid #43b9ec;
border-bottom: 1px solid #d2d2d2;
border-radius: 5px 5px 0 0;
}
.title_anshin {
width: 100%;
padding: 10px 30px;
font-weight: bold;
border-top: 5px solid #19afc0;
border-bottom: 1px solid #d2d2d2;
border-radius: 5px 5px 0 0;
}
.title_kaigo {
width: 100%;
padding: 10px 30px;
font-weight: bold;
border-top: 5px solid #ee658c;
border-bottom: 1px solid #d2d2d2;
border-radius: 5px 5px 0 0;
}

/*-- ▼ページトップボタン▼ --*/
p.gotop_btn{
text-align:right;
margin:10px auto;
}
p.gotop_btn a{
padding: 0 7px;
background-color: #2666b1;
border-radius: 5px;
display:inline-block;
}
/* SP */
@media only screen and (max-width: 767px){
p.gotop_btn a{padding-top: 3px;}
}

/*-- ▼ページコンテンツCSS▼ --*/
.dc_information_area{
width:730px;
margin:0 auto;
line-height:1.6;
letter-spacing:0.1em;
}
.dc_information_area p{margin-bottom:10px;}
.dc_information_area strong{color:#A50000;}
.dc_information_area .btn_anshinYaji {margin-left: auto; margin-right: 0;}
.dc_information_area .btn_kaigoYaji {margin-left: auto; margin-right: 0;}

/*pc */
@media print, screen and (min-width: 768px){
.dc_information_area li{
margin:5px 0 0 20px;
}
.dc_information_area .btn_anshinYaji.btn_con {width: 400px; margin-left: auto; margin-right: auto;}
.dc_information_area .btn_anshinYaji.btn_con a {
padding: 10px 0 10px 10px;
}
.dc_information_area .btn_kaigoYaji.btn_con {width: 400px; margin-left: auto; margin-right: auto;}
.dc_information_area .btn_kaigoYaji.btn_con a {
padding: 10px 0 10px 10px;
}
}


/* >1つのテキストカラムが横に並ぶ場合< */
div.info_area_text_yoko{
width:730px;
margin:5px auto;
padding-left: 30px;
padding-right: 30px;
text-align:left;
}

/* >2つのテキストカラムが横に並ぶ場合< */
div.info_area_text_tate_box{
width:730px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
div.info_area_text_tate_left{
width:350px;
margin:5px 0;
padding: 20px 10px 10px;
text-align:left;
border-right: 1px dotted #ccc;
}
div.info_area_text_tate_right{
width:365px;
margin:5px 0;
padding: 20px 10px 10px;
text-align:left;
}
div.info_area_text_tate_right_wider{
width:365px;
margin:5px 10px 10px 0;
float:right;
text-align:left;
}

/* sp */
@media only screen and (max-width: 767px){
div.dc_information_area{width:100%;}
div.dc_information_area h2{
width:100%;
height:48px;
}

/* >1つのテキストカラムが横に並ぶ場合< */
div.info_area_text_yoko{
width:95%;
padding-left: 0;
padding-right: 0;
}
/* >2つのテキストカラムが横に並ぶ場合< */
div.info_area_text_tate_box{width:100%;}
div.info_area_text_tate_left{width:50%;}
div.info_area_text_tate_right{width:50%;}
div.info_area_text_tate_right_wider{width:50%;}
}

/* >1つのテキストカラムが画像の右横に並ぶ場合< */
div.info_area_imgtext_tate_box{
width:730px;
margin:10px auto 0 0;
}
div.info_area_imgtext_tate_box img{float:left;}
div.info_area_imgtext_tate_box span.title{
display:block;
width:255px;
margin:0 0 5px;
line-height:1.2;
letter-spacing:0.05em;
color:#497bad;
}
img.top_img{
display:block;
margin:6px auto 2px;
}
img.top_sub_img{margin:6px 0 2px 4px;}

/* ページ内注意事項 */
div.notice2{
width:670px;
height:auto;
margin:20px auto;
padding:10px;
border:1px solid #999999;
background:#F0F0F0;
text-align:left;
line-height:1.4;
font-size:93%;
}
div.notice2 img{float:left;}
div.notice2 p{margin-top:5px; float:left;}

/* sp */
@media only screen and (max-width: 767px){
div.notice2{width:100%;}
}

div#service_top_menu_list{
width:560px;
height:auto;
margin:25px auto;
}
/*-- ▼あんしんセンター事業各ページ CSS▼ --*/
/* 緊急通報サービス */
ul.anshin_linkcard li {margin: 25px auto 0;}
.anshin_linkcard a {
padding: 0 0 15px;
text-decoration: none;
color: #393e42;
background-image: linear-gradient(#fff,#f5f8fa);
border: 1px solid #e6ecf0;
border-radius: 5px;
box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.1);
cursor: pointer;
display: block;
position: relative;
}
.anshin_linkcard a:hover {
background-color: #e6ecf0;
background-image: linear-gradient(#fff,#e6ecf0);
border-color: #e6ecf0;
}
.anshin_linkcard a p {color: #000;}

.anshin_linkcard .linkcard_title {
width: 100%;
padding: 10px 0 10px 47px;
margin-bottom: 15px;
color: #fff;
font-weight: bold;
font-size: 107%;
background: url(../images/yaji_white.png) no-repeat 10px 50% #19afc0;
background-size: 20px 14px;
border-radius: 5px 5px 0 0;
}
.anshin_linkcard .linkcard_cont {
width: 560px;
margin: 25px auto 0;
}

/* 緊急通報サービス(SP) */
@media only screen and (max-width: 767px){
.anshin_linkcard .linkcard_cont {
width: 90%;
}
}

/* ナースホンタイトルロゴ */
.nurse_logo {
padding-top: 30px;
background: url(/anshin/images/kinkyu/nursephone/nursephone_logo.png);
background-size: 90px auto;
background-position: right 20px top;
background-repeat: no-repeat;
}
/*SP */
@media only screen and (max-width: 767px){
.nurse_logo {
padding-top: 40px;
background-size: auto 95%;
}
}

/* 特定保健指導 */
.hoken_suisen {
width: 100%;
margin: 0;
padding: 15px;
border: 1px solid #e2e2e2;
}
.hoken_bg {
margin-top: 10px;
padding: 15px 15px 5px;
background-color: #fbeeef;
}
.hoken_history {
padding: 30px 30px 15px;
background-color: #f2f2f2;
}
.hoken_history dt,.hoken_history dt span {
margin-bottom: 5px;
font-weight: bold;
}
.hoken_history dd {
margin: 0 0 15px 5em;
}
/*SP */
@media only screen and (max-width: 767px){
.hoken_history {
padding: 30px 5% 15px;
}
.hoken_history dt {
text-indent: -4em;
padding-left: 4em;
}
.hoken_history dd {
margin: 0 0 15px 0;
}
}

/*-- ▼介護事業サービス各ページ CSS▼ --*/
/* 有効にすると介護概要説明に点線ボックス付加
.dcoutlinecomment {
width: 455px;
margin: 0 0 15px;
float: left;
padding: 15px;
background: #fcfcfc;
border: 1px dashed #999;
}*/
.katakuri_links {
width: 100%;
margin-left: auto;
margin-right: auto;
border: 1px solid #d2d2d2;
border-radius: 10px;
}
.katakuri_links h2 {
width: 100%;
padding: 10px 15px;
background-color: #ee658c;
text-align: center;
border-radius: 10px 10px 0 0;
display: block;
}
.katakuri_links ul {
width: 100%;
padding: 25px 0 15px;
background-color: #ffeaf0;
border-radius: 0 0 10px 10px
}
.katakuri_links ul li a {
width: 90%;
margin: 0 auto 10px;
padding: 10px 15px;
background-color: #fff;
display: block;
}
/* 訪問介護ページ */
div.servicespace{
width:650px;
height:auto;
margin:10px auto 20px;
}
div.sservice{
margin:10px 3px 0 40px;
width:260px;
height:auto;
background:#060;
float:left;
background:url(/kaigo/images/houmon/sservice_bg.gif) repeat-y;
}
div.sservice img{
vertical-align: bottom;
}
span.sservicecmt{
display:block;
width:235px;
margin:2px 0 0 15px;
font-size:95%;
line-height:120%;
letter-spacing:0.1em;
vertical-align:middle;
height:100px;
}
div.kservice{
margin:10px 2px 0 40px;
width:260px;
height:auto;
background:#060;
float:left;
background:url(/kaigo/images/houmon/kservice_bg.gif) repeat-y;
}
div.kservice img{
vertical-align: bottom;
}

/* 住宅改修 */
.pk_flow {
background-image: url(/kaigo/images/repair/flow_dot.gif);
background-size: 7px auto;
background-position: center 10px;
background-repeat: repeat-y;
}
.pk_flow li {
position: relative;
max-width:560px;
margin: 2.5em auto 2em;
padding: 2em 2em 1.7em;
border: 1px solid #ee658c;
border-radius: 4px;
background: #ffeaf0;
}
.pk_flow li .pk_flow_title {
position: absolute;
top: -18px;
left: -1px;
background: #ee658c;
color: #fff;
padding: 0.6em 1em;
line-height: 1;
font-size: 17px;
font-weight: bold;
border-radius:4px;
}
.pk_flow li p {
margin: 0;
padding: 0;
}

/*-- ▼介護事業サービス各ページ(SP) CSS▼ --*/
@media only screen and (max-width: 767px){
/*.dcoutlinecomment {
width: 100%;
margin: 0 0 15px;
float: none;
padding: 15px 5%;
}*/
/* 訪問介護ページ */
div.servicespace{
width:100%;
height:auto;
margin:10px auto 20px;
}
div.sservice{
width:95%;
height:auto;
margin:25px auto 0 auto;
float:none;
background-size: 100% auto;
}
div.sservice img{height: auto;}
span.sservicecmt{
width:100%;
margin:2px auto 0 auto;
padding: 20px 10%;
font-size:100%;
line-height:1.6;
height:auto;
}
div.kservice{
width:95%;
height:auto;
margin:25px auto 0 auto;
float:none;
background-size: 100% auto;
}
div.kservice img{height: auto;}
.katakuri_links {width: 100%;}
}


/*-- ▼かたくりページCSS▼ --*/
/* かたくりトップページCSS */
div#katakuriIchiran{
width:730px;
height:410px;
margin:0;
position:relative;
background-image: url(/katakuri/images/katakuriIchiranMap.gif);
background-size: 730px 410px;
background-position: left top;
background-repeat: no-repeat;
}
div#katakuriIchiran a{
width: 170px;
height: 50px;
display:block;
position:absolute;
z-index: 10;
}
a.katamap_saitama{top:100px;left:95px;}
a.katamap_tokyo{top:190px;left:95px;}
a.katamap_kanagawa{top:290px;left:95px;}
a.katamap_chiba{top:240px;left:450px;}

.katakuri_subtitle {
font-size: 125%;
margin: 10px;
line-height: 1.7;
}
.katakuri_flower {
position: relative;
}
.katakuri_flower img.brand_logo {
width: 85px;
height: auto;
position: absolute;
left: 0;
top: 80px;
}
.katakuri_flower p {
margin: 0 15px 0 105px;
padding-top: 10px;
font-size: 100%;
line-height: 1.6;
}
.katakuri_flower_table {
width: 515px;
padding: 15px;
margin: 20px auto 0;
background-color: #f9d8dc;
border-radius: 10px;
box-sizing: border-box;
box-shadow: 0 0 5px 3px #e6b7bc;
-moz-box-shadow: 0 0 5px 3px #e6b7bc,?0 0 5px 3px #e6b7bc,?0 0 5px 3px #e6b7bc;
-webkit-box-shadow:?0 0 5px 3px #e6b7bc,?0 0 5px 3px #e6b7bc,?0 0 5px 3px #e6b7bc;
}
.katakuri_flower table th {
padding: 5px;
font-size: 95%;
font-weight: bold;
}
.katakuri_flower table td {
padding: 5px;
font-size: 90%;
}

/* かたくりトップページCSS(SP) */
@media only screen and (max-width: 767px){
.katakuri_subtitle {
font-size: 110%;
}
div#katakuriIchiran{
width:100%;
height:auto;
background-image:none;
}
div#katakuriIchiran a{
width: 36%;
height: auto;
position:absolute;
}
a.katamap_saitama{top:20%;left:4%;z-index:10;}
a.katamap_tokyo{top:43%;left:15%;z-index:10;}
a.katamap_kanagawa{top:65%;left:5%;z-index:10;}
a.katamap_chiba{top:55%;left:60%;z-index:10;}

.katakuri_flower img.brand_logo {
width: 25%;
height: auto;
float: left;
margin: 0 20px 10px 0;
position: relative;
left: auto;
top: auto;
}
.katakuri_flower p {
width: 100%;
margin: 0;
padding-top: 10px;
font-size: 97%;
line-height: 1.6;
}
.katakuri_flower_table {
width: 97%;
margin: 25px auto 0;
box-sizing: border-box;
}
.katakuri_flower table th {
font-size: 93%;
padding-bottom: 0;
display: block;
}
.katakuri_flower table td {
font-size: 92%;
padding-top: 0;
padding-left: 2em;
display: block;
}
}


/* かたくり事業所一覧 */
span.spotlink{
margin:2px 0;
background:url(../images/spot/striangle01.gif) no-repeat 10px 2px;
display:block;
width:126px;
padding:2px 0 2px 24px;
font-size:1em;
line-height:110%;
color:#333;
text-decoration:none;
}
table.spotlist{
width:100%;
margin:0 auto 10px;
font-size:95%;
line-height:1.2;
color:#333;
}
table.spotlist th,table.spotlist td{
padding:5px;
vertical-align:middle;
border:#aaa 1px solid;
}
table.spotlist td.spotname a{
text-decoration: underline;
}
table.spotlist td{
background-color: #fff;
line-height: 1.4;
}
table.spotlist tr:hover td{
background:#f9dcdb;
cursor:default;
}
table.spotlist th{
color:#fff;
background:#ee658c;
font-weight:normal;
text-align:center;
font-weight: bold;
line-height: 1.4;
}
table.spotlist .kl_col01{width: 170px;}
table.spotlist .kl_col02{width: 140px;}
table.spotlist .kl_col03{width: 420px;}
table.spotlist td.spotname{
width:160px;
background:#e9e9e9;
white-space:nowrap;
text-align:center;
}
table.spotlist td.spotphone{
width:70px;
text-align:center;
}
.spotphone a.sp_link {
color: #333;
}
a.spotlistlink{
color:#e05d62!important;
}
a.spotlistlink:hover{
text-decoration:none;
background:#e05d62!important;
color:#fff!important;
}

/* かたくり事業所アコーディオン(SP) */
@media only screen and (max-width: 767px){
table.spotlist{
margin-top: 0;
}
table.spotlist .kl_col01{width: 32%;}
table.spotlist .kl_col02{width: 28%;}
table.spotlist .kl_col03{width: 40%;}

table.spotlist td.spotname{
width:32%;
white-space:inherit;
text-align:center;
}
.spotphone a.sp_link {
color: #e05d62;
text-decoration: underline;
}
.kl_sp-acCont{
display: none;
}
.kl_sp-acco-btnBox{
position: relative;
}
.kl_sp-acco{
display:none;
}
.kl_acbtn{
width: 35px;
height: 35px;
position: absolute;
top: 17%;
right: 5px;
background-color: #ee658c;
border-radius: 5px;
}
.kl_acco_iconBox{
position: absolute;
top: 40%;
right: 0;
}
.kl_accordion_icon,
.kl_accordion_icon span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
.kl_accordion_icon {
position: relative;
width: 30px;
height: 30px;
margin-right: 5px;
}
.kl_accordion_icon span {
position: absolute;
left: 6px;
width: 50%;
height: 2px;
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
}
.kl_accordion_icon span:nth-of-type(1) {
top: 5px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
.kl_accordion_icon span:nth-of-type(2) {
top: 5px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.kl_accordion_icon.active span:nth-of-type(1) {
display:none;
}
.kl_accordion_icon.active span:nth-of-type(2) {
top: 5px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
}

/*　かたくり詳細ページCSS */
.title_kaigo {
position: relative;
}
.title_kaigo .kaigo_title_link {
position: absolute;
right: 0;
top: 10px;
}
.title_kaigo .kaigo_title_link a, .title_kaigo .kaigo_title_link span {
width: auto;
margin-left: 5px;
padding-left: 7px;
padding-right: 7px;
background-color: #ee658c;
border-radius: 5px;
display: inline-block;
text-align: center;
line-height: 1.8em;
cursor: pointer;
}
div#spotimages{
width:550px;
margin:15px auto 0;
}
div#spotimage{
width:250px;
height:100%;
float:left;
font-size:0.8em;
}
div#spotimages span{
width:250px;
display:block;
margin-top:5px;
padding:2px 0;
background:#E9E9E9;
color:#333333;
font-size:1.2em;
line-height:110%;
text-align:center;
}
div#spotstaff{
width:250px;
height:100%;
float:right;
font-size:0.8em;
}
div#spotcenter{
width:250px;
height:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
font-size:0.8em;
}
div#spotcomment{
width:100%;
margin-top: 15px;
padding: 10px;
border:#b6b6b6 1px solid;
background:#fdf0d7;
}
div#spotcomment img{
display:block;
margin:5px 0 0 8px;
}
div#spotcomment span{
display:block;
margin:5px 10px 8px 10px;
}
div#spotcomment p{
margin:5px 0 0;
font-size: 100%;
line-height: 1.5;
}
div#spotinfo{
width:100%;
margin:25px 0 0;
font-size:1em;
line-height:120%;
}
div#otoiawase{
width:350px;
height:100%;
float:left;
line-height: 1.4;
}
span#access{
display:block;
margin:10px 15px;
font-size: 100%;
line-height: 1.4;
}
div#access{
width:350px;
height:100%;
float:right;
}
span.station{
background:url(../../katakuri/images/nstation.gif) no-repeat 0 7px;
color:#333333;
padding-left:10px;
display:block;
margin:12px 0 0 10px;
}
span.station2{
background: url(../../katakuri/images/nstation.gif) no-repeat 0 4px;
color: #333333;
padding-left: 10px;
display: block;
margin: 6px 0 0 10px;
}
span.distance{
margin: 0 0 5px 25px;
display: block;
}
div#map{
width: 100%;
height: auto;
margin: 20px auto;
}
div#gmap{
width: 100%;
height: 400px;
border-right: 1px #CCCCCC solid;
border-left: 1px #CCCCCC solid;
border-bottom: 1px #CCCCCC solid;
}
div#gmap iframe{
width: 100%;
height: 395px;
padding:5px;
box-sizing: border-box;
}
div#map a{
margin: 10px 0 0 10px;
display: inline-block;
}

/*　かたくり詳細ページCSS (SP) */
@media only screen and (max-width: 767px){
.katakuri .title_kaigo {
padding-left: 10px;
}
.title_kaigo .kaigo_title_link {
position: relative;
margin-top: 5px;
right: auto;
top: 0;
}
div#spotimages{
width: 100%;
}
div#spotimages img{
width: 100%;
height: auto;
}
div#spotimage{
width: 48%;
}
div#spotimages span{
width: 100%;
margin-top: 0;
padding-top: 10px;
padding-bottom: 10px;
}
div#spotstaff{
width:48%;
margin-top: 0;
}
div#spotcenter{
width:100%;
}
div#spotcomment img{
width: 140px;
margin:5px 0 10px 8px;
}
div#otoiawase{
width:100%;
float:none;
}
div#access{
width:100%;
margin-top: 15px;
float:none;
}
div#map{
margin:20px auto 40px;
}
}

/* かたくり問い合わせCSS　*/
.katakuri-contact{
width: 100%;
margin: 0 auto;
padding-bottom: 25px;
border: 1px solid #ee658c;
background-color: #ffeaf0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.katakuri-contact h3 {
width: 100%;
padding: 8px 0;
background-color: #ee658c;
display: block;
}
.katakuri-tel{
width: 320px;
background: #fff;
padding: 15px 0;
margin: 0 0 0 30px;
}
.katakuri-mail{
width: 320px;
background: #fff;
padding: 15px 0;
margin: 0 30px 0 0;
font-size: 15px;
}
.katakuri-contact .f-tel{
padding: 10px 10px 10px 45px;
margin-left: 35px;
font-size: 24px;
font-weight: bold;
background: url(../images/icon-tel-kaigo.gif) no-repeat center left;
background-size: 40px 40px;
}
.katakuri-contact .f-mail a{
width: 245px;
height: 45px;
line-height: 45px;
background: url(../images/icon-mail-kaigo.gif) no-repeat 20px 48% #ee658c;
background-size: 20px auto;
border-radius: 5px;
padding-left: 20px;
margin: 10px auto 0;
font-size:15px;
font-weight: bold;
text-align: center;
display: block;
color: #fff;
}

/* かたくり問い合わせCSS(SP)　*/
@media only screen and (max-width: 767px){
.katakuri-tel{
width: 90%;
float: none;
margin: 0 auto 20px;
padding: 20px 0;
}
.katakuri-mail{
width: 90%;
float: none;
margin: 0 auto 10px;
padding: 20px 0;
}
.katakuri-contact{
padding-bottom: 15px;
}
.katakuri-contact .f-tel{
font-size: 22px;
min-height: 40px;
position: relative;
display: table;
margin: 5px auto 0;
padding-left: 45px;
background-size: 35px 35px;
background-position: 5px center;
}
.katakuri-contact .num0137 .f-tel{
margin: 5px 0 0 10%;
}
.katakuri-contact .f-tel::before{
background: url(../images/icon-tel.gif) no-repeat center left;
position: absolute;
}
.katakuri-contact .f-tel a{
text-decoration: underline;
color: #000;
}
.katakuri-contact .f-mail a{
width: 90%;
height: auto;
border-radius: 5px;
line-height: 1.0;
padding: 15px 0 15px 25px;
}
}

/*-- ▼個人情報保護方針関係CSS▼ --*/
.policy_area li {
margin-left: 3em;
margin-bottom: 10px;
}
ul.number > li{
font-size: 90%;
list-style-type:none;
}
.number_small li{
margin-top:0.5em!important;
font-size: 100%!important;
list-style-type:none;
margin-left: 2.5em;
text-indent: -1em;
}
.ul_para2 {margin:2px 0 2px 2em;}
.ul_para2 > li{
margin-top:0.5em!important;
margin-left: 1em;
font-size: 100%!important;
list-style-type:none;
}
.ul_para3 {margin:2px 0;}
.ul_para3 > li{
margin-top: 0.5em !important;
margin-left: 0.5em;
text-indent: 0;
font-size: 100%!important;
list-style-type: none;
}
.ul_para4 {margin:2px 0;}
.ul_para4 > li{
margin-top: 0.5em !important;
margin-left: 1.5em;
text-indent: -1em;
font-size: 100%!important;
list-style-type: none;
}
.madoguchi {
font-size: 90%;
}

/*  サイトマップ  */
.sitemap p{
font-size:0.9em;
margin:0.75em 0;
}
.sitemap_space{
line-height:1.2;
width:50%;
padding:0 5px 0 20px;
float:left;
border-left:#999999 1px dashed;
}
.map00{
background:url(/shared/images/arrow_03.gif) center left no-repeat;
padding-left:15px;
}
.map01{
background:url(/shared/images/sitemap_2.gif) center left no-repeat;
padding-left:16px;
}
.map02{
background:url(/shared/images/sitemap_3.gif) center left no-repeat;
padding-left:24px;
}


/* ====== よくあるご質問 ====== */
.faq_link_list {
margin-bottom: 40px;
width: 550px;
}
.faq_link_list li {
margin: 0 30px 5px 0;
display: inline-block;
}
.accordionbox{
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
}
.accordionlist dt{
display:block;
background: #fff;
padding: 15px 0 5px 20px;
border-left: 1px solid #d7d7d7;
border-right: 1px solid #d7d7d7;
border-top: 1px solid #d7d7d7;
cursor: pointer;
}
.accordionlist dt:first-child{
border-top: none !important;
}
.accordionlist dt .title{
padding-left: 40px;
float: left;
background-image: url(../images/faq/question.gif);
background-size: 18px auto;
background-position: left top;
background-repeat: no-repeat;
}
.accordionlist dd{
display:none;
background: #fff;
padding:0 25px 10px 20px;
border-left: 1px solid #d7d7d7;
border-right: 1px solid #d7d7d7;
}
.accordionlist dd .ans{
padding: 20px 25px 0 40px;
background-image: url(../images/faq/answer.gif);
background-size: 18px auto;
background-position: left 25px;
background-repeat: no-repeat;
}
.accordion_icon,
.accordion_icon span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
.accordion_icon {
position: relative;
width: 30px;
height: 30px;
float: right;
margin-top: 5px;
margin-right: 15px;
}
.accordion_icon span {
position: absolute;
left: 6px;
width: 50%;
height: 2px;
background-color: #7a7a7a;
border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
top: 5px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
top: 5px;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active-i span:nth-of-type(1) {
display:none;
}
.accordion_icon.active-i span:nth-of-type(2) {
top: 5px;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.accoBox{
border-top: 1px solid #d7d7d7;
padding-bottom: 20px;
margin-bottom: 20px;
}


/* sp */
@media only screen and (max-width: 767px){
.faq_link_list {
margin-bottom: 40px;
width: 100%;
}
.faq_link_list li {
margin: 0 0 10px 0;
display: block;
}
.accordionlist dt{
padding: 15px 0 15px 20px;
}
.accordionlist dt .title{
width: 80%;
padding: 0 0 0 30px;
background-position: left 3px;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
}
.accordion_icon {
width: 10%;
margin-top: 15px;
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
}
}


/* 特定保健指導フォーム追記 */
/* 特定個人フォームテスト用 */
.inb {
display: inline-block;
}
.tokuf_q2-1 {
margin-right: 2em;
}
.tokuf_txtarea {
width: 90%;
height: 300px;
padding: 25px;
overflow-y: scroll;
margin: 50px auto 30px;
border: 1px solid #ddd;
display: block;
}
.tokuf_kojin{
width: 400px;
margin: 30px auto;
padding: 20px;
}
.tokuf .form-select{
height: 42px;
padding: 4px 15px;
font-size:107%;
}
.postal {
  margin-top: 15px;
}
.postal input {
  margin-right: 1rem;
  vertical-align: middle;
}
.postbtn {
  margin-right: 3.5em;
  padding: 5px 1em;
  color: #212121;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background-color: #f7f7f7;
  vertical-align: middle;
}
.pref {
  margin-top: 10px;
}
.place {
  margin-top: 15px;
}
.place .inb {
  width: 8em;
}
table.form input.inp-tel {
width: 5em;
}
.contact-terms {
width: 800px;
height: 400px;
padding: 30px;
margin: 50px auto 30px;
border: 1px solid #ccc;
overflow-y: scroll;
}
/* 規約表示 */
.sosoku {
width: 100%;
margin: 2em auto 1em;
font-size: 24px;
font-weight: bold;
text-align: center;
border-bottom: 1px solid #ccc;
display: block;
}
.contact-terms section {
counter-reset: section;
}
.contact-terms section h3 {
margin-top: 1em;
font-weight: bold;
font-size: 20px;
}
.contact-terms section h3:not(:first-child) {
margin-top: 30px;
}
.contact-terms section h3::before {
counter-increment: section;
content: counter(section) ". ";
}
.info_area_text_yoko > p {
padding-left: 1.5em;
}
.info_area_text_yoko ol {
margin-left: 3em;
counter-reset: list;
list-style-position: outside;
padding-left: 1.5em;
}


.info_area_text_yoko ol > li {
margin-bottom: 5px;
}
.info_area_text_yoko ol > li::before {
display: inline-block;
width: 2.5em;
margin-left: -2.5em;
counter-increment: list;
content: "(" counter(list) ") ";
}
.info_area_text_yoko ol.abc {
/*margin-left: 3em;*/
counter-reset: revert;
/*list-style-type: katakana;*/
}
.info_area_text_yoko ol.abc li {
content: none;
counter-increment: none;
/*list-style-type: katakana;*/
}
.info_area_text_yoko ol.abc li::before {
content: none;
}

/* sp */
@media only screen and (max-width: 767px){
  table.form .contact_info {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
  }
  table.form .contact_infor {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  }
  table.form input.inp-name {
  width: 45%;
  margin-left: 1%;
  margin-right: 1%;
  }
  .tokuf_kojin{
  width:100%;
  margin: 0 auto 30px;
  padding: 0 0 0 3em;
  position: relative;
  }
  .tokuf_kojin em {
  position: absolute;
  left: 0;
  top: 0;
  }
  table.form .postal input {
    width: 40%;
  }
  table.form .pref select {
    width: 40%;
  }
  .postbtn {
    display: block;
    text-align: center;
    width: 60%;
    margin: 15px auto;
  }
  table.form .pref .inb {
    width: 100%;
  }
  table.form .place .inb {
    width: 100%;
  }
  table.form .moyori .form-input {
  width: 80%;
  margin-top: 1rem;
  }
  .contact-terms {
  width: 100%;
  height: 350px;
  padding: 20px 5%;
  margin: 50px auto 30px;
  }
}


.txtR {
  text-align: right;
}
.fsS {
  font-size: 14px;
}
hr {
  border-width: 1px 0 0 0; /* 太さ */
  border-style: solid; /* 種類 */
  border-color: silver; /* 色 */
}


p.asterisk2{
  padding-left: 2em;
}

p.asterisk2::before {
  content: "　　";
  margin-left: -2em;
}


