@charset "utf-8";

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

/* トップページ */
.bxslider img{
  width: 100% !important;
  height: auto !important;
}
#topt {
position: relative;
text-align: center;
background: url("../img/top/back_hdr.png");
color: #fff;
padding: 2rem 0;
font-weight: bold;
line-height: 5rem;
font-size: 3rem;
z-index: 0;
}
#topt div {
position: absolute;
top: -5rem;
left: calc(50% - 50rem);
z-index: 1;
}
#tp_cnt {
background: #f3f3f3;
padding: 9.4rem 0 6.6rem 0;
}
#tp_cnt > div {
width: 100rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#tp_cnt > div article {
width: 31%;
text-align: center;
}
#tp_cnt > div article figure {
box-shadow: 1.4rem 1.4rem 0 #cdcdcd;
margin-bottom: 3.4rem;
}
#tp_cnt > div article h2 {
font-weight: bold;
color: #000;
font-size: 2.4rem;
margin-bottom: 1.8rem;
}
#tp_cnt > div article > a {
display: block;
width: 14.6rem;
color: #fff;
background: #0073cb url("../img/top/arrow_more.png") no-repeat;
background-position: right 1rem center;
border-radius: 0.6rem;
margin: 0 auto;
font-size: 1.4rem;
transition: 0.3s;
}
#tp_cnt > div article > a:hover {
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}

/* 会社案内 */
#cp_top, #cp1 {
text-align: center;
margin-bottom: 8rem;
}
#cp_top h2 {
font-size: 2.4rem;
margin-bottom: 3rem;
}
#cp_top h3 {
font-size: 3.6rem;
margin-bottom: 4rem;
}
#cp1 h3 {
font-size: 2.4rem;
margin-bottom: 5rem;
}
#cp1 p {
margin-bottom: 5rem;
line-height: 3rem;
}
#cp2 {
margin-bottom: 8rem;
}
#cp2 table {
width: 60%;
margin: 0 auto 5rem auto;
border-collapse: collapse;
}
#cp2 th, #cp2 td {
padding: 2.6rem 0;
border-bottom: 0.1rem solid #d5d5d5;
}
#cp2 th {
font-weight: 500;
text-align: left;
width: 22%;
}
#cp2 > article {
height: 38rem;
}
#cp3 article {
width: 100rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#cp3 article p {
margin-bottom: 3rem;
}

/* 設備紹介 */
#eq2 {
margin-bottom: 8rem;
}
#eq1 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100rem;
margin: 0 auto 8rem auto;
}
#eq1 article {
width: 48%;
margin-bottom: 5rem;
}
#eq1 article figure {
margin-bottom: 2rem;
}
#eq1 article h3 {
font-size: 2.6rem;
font-weight: bold;
margin-bottom: 2rem;
}
#eq1 article p {
font-size: 1.6rem;
line-height: 2.4rem;
}
#eq2 table {
width: 100rem;
margin: 0 auto 8rem auto;
border-collapse: collapse;
}
#eq2 table caption {
display: none;
}
#eq2 th, #eq2 td {
border: 0.1rem solid #000;
padding: 0.6rem 1rem;
}
#eq2 th {
background: #bebebe;
font-weight: 500;
}
.tbct {
text-align: center;
}
#tb2 {
text-align: center;
}
.tbl {
text-align: left;
}

/* 製品案内 */
.pro1 {
text-align: center;
margin-bottom: 8rem;
}
.pro1 h3 {
font-size: 2.4rem;
margin-bottom: 4.2rem;
font-weight: 500;
}
.pro1 > div {
display: flex;
justify-content: space-between;
width: 100rem;
margin: 0 auto 8rem auto;
}
.pro1 > div > article {
width: 32%;
}
.pro1 > div figure {
margin-bottom: 2.4rem;
}
.pro1 > div figcaption {
font-size: 3rem;
font-weight: bold;
}

/* お問い合わせ */
#toi1 {
text-align: center;
margin-bottom: 8rem;
}
#toi1 > h2 {
font-size: 2.4rem;
line-height: 3.6rem;
font-weight: bold;
margin-bottom: 3.8rem;
}
#toi1 > article {
width: 50rem;
margin: 4rem auto;
text-align: center;
border: 0.1rem solid #000;
padding: 1.4rem;
}
#toi1 > article h2 {
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 1rem;
}
#toi1 > article h3 {
font-size: 3.6rem;
font-weight: bold;
font-family: "游明朝","YuMincho";
}
#toi1 > article h3 img {
vertical-align: -0.2rem;
margin-right: 1rem;
}
#toi2 {
background: #f3f3f3;
padding: 5rem 0;
margin-bottom: 5rem;
}
#sfm-form table {
width: 100rem;
margin: 0 auto;
border-collapse: collapse;
}
#sfm-form table th, #sfm-form table td {
border-bottom: 0.1rem dashed #aaa;
padding: 2rem 0;
}
#sfm-form table th {
text-align: left;
}
.star {
color: #fff;
padding: 0.2rem 0.4rem;
margin-right: 1rem;
background: #0e53a8;
}
.star_l {
color: #fff;
padding: 0.2rem 0.4rem;
margin-left: 1rem;
background: #0e53a8;
}
.star2 {
padding: 0.2rem 0.4rem;
margin-right: 1rem;
}
.ERR {
color: #ff0000;
font-weight: bold;
}
#sfm-form .submit {
text-align: center;
border-bottom: none;
}
.submit input {
cursor: pointer;
}
#kaisya {
width: 80%;
}
#message {
width: 100%;
}
#name, #kana {
width: 50%;
}
#zip0 {
width: 4rem;
}
#zip1 {
width: 6rem;
}
#address {
width: 100%;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 {
width: 6rem;
}
#email, #emailcheck {
width: 70%;
}
#policy {
width: 100rem;
margin: 0 auto;
height: 30rem;
overflow: auto;
border: 0.1rem solid #ccc;
padding: 2rem;
}
#policy h4 {
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#policy p {
margin-bottom: 2rem;
}
.minh {
min-height: 50rem;
}

}

/* タブレット用　横向き
------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

/* トップページ */
.bxslider img{
  width: 100% !important;
  height: auto !important;
}
.bx-wrapper {
padding-top: 6rem;
}
#topt {
position: relative;
text-align: center;
background: url("../img/top/back_hdr.png");
color: #fff;
padding: 2rem 0;
font-weight: bold;
line-height: 5rem;
font-size: 3rem;
z-index: 0;
}
#topt div {
position: absolute;
top: -5rem;
left: calc(50% - 50rem);
z-index: 1;
}
#tp_cnt {
background: #f3f3f3;
padding: 9.4rem 0 6.6rem 0;
}
#tp_cnt > div {
width: 91rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#tp_cnt > div article {
text-align: center;
}
#tp_cnt > div article figure {
box-shadow: 1.4rem 1.4rem 0 #cdcdcd;
margin-bottom: 3.4rem;
}
#tp_cnt > div article h2 {
font-weight: bold;
color: #000;
font-size: 2.4rem;
margin-bottom: 1.8rem;
}
#tp_cnt > div article > a {
display: block;
width: 14.6rem;
color: #fff;
background: #0073cb url("../img/top/arrow_more.png") no-repeat;
background-position: right 1rem center;
border-radius: 0.6rem;
margin: 0 auto;
font-size: 1.4rem;
transition: 0.3s;
}
#tp_cnt > div article > a:hover {
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}

/* 会社案内 */
#cp_top, #cp1 {
text-align: center;
margin-bottom: 8rem;
}
#cp_top h2 {
font-size: 2.4rem;
margin-bottom: 3rem;
}
#cp_top h3 {
font-size: 3.6rem;
margin-bottom: 4rem;
}
#cp1 h3 {
font-size: 2.4rem;
margin-bottom: 5rem;
}
#cp1 p {
margin-bottom: 5rem;
line-height: 3rem;
}
#cp2 {
margin-bottom: 8rem;
}
#cp2 table {
width: 60%;
margin: 0 auto 5rem auto;
border-collapse: collapse;
}
#cp2 th, #cp2 td {
padding: 2.6rem 0;
border-bottom: 0.1rem solid #d5d5d5;
}
#cp2 th {
font-weight: 500;
text-align: left;
width: 22%;
}
#cp2 > article {
height: 38rem;
}
#cp3 article {
width: 100rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#cp3 article p {
margin-bottom: 3rem;
}

/* 設備紹介 */
#eq2 {
margin-bottom: 8rem;
}
#eq1 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100rem;
margin: 0 auto 8rem auto;
}
#eq1 article {
width: 48%;
margin-bottom: 5rem;
}
#eq1 article figure {
margin-bottom: 2rem;
}
#eq1 article h3 {
font-size: 2.6rem;
font-weight: bold;
margin-bottom: 2rem;
}
#eq1 article p {
font-size: 1.6rem;
line-height: 2.4rem;
}
#eq2 table {
width: 100rem;
margin: 0 auto 8rem auto;
border-collapse: collapse;
}
#eq2 table caption {
display: none;
}
#eq2 th, #eq2 td {
border: 0.1rem solid #000;
padding: 0.6rem 1rem;
}
#eq2 th {
background: #bebebe;
font-weight: 500;
}
.tbct {
text-align: center;
}
#tb2 {
text-align: center;
}
.tbl {
text-align: left;
}

/* 製品案内 */
.pro1 {
text-align: center;
margin-bottom: 8rem;
}
.pro1 h3 {
font-size: 2.4rem;
margin-bottom: 4.2rem;
font-weight: 500;
}
.pro1 > div > article {
width: 32%;
}
.pro1 > div {
display: flex;
justify-content: space-between;
width: 100rem;
margin: 0 auto;
}
.pro1 > div figure {
margin-bottom: 2.4rem;
}
.pro1 > div figcaption {
font-size: 3rem;
font-weight: bold;
}

/* お問い合わせ */
#toi1 {
text-align: center;
margin-bottom: 8rem;
}
#toi1 > h2 {
font-size: 2.4rem;
line-height: 3.6rem;
font-weight: bold;
margin-bottom: 3.8rem;
}
#toi1 > article {
width: 50rem;
margin: 4rem auto;
text-align: center;
border: 0.1rem solid #000;
padding: 1.4rem;
}
#toi1 > article h2 {
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 1rem;
}
#toi1 > article h3 {
font-size: 3.6rem;
font-weight: bold;
font-family: "游明朝","YuMincho";
}
#toi1 > article h3 img {
vertical-align: -0.2rem;
margin-right: 1rem;
}
#toi2 {
background: #f3f3f3;
padding: 5rem 0;
margin-bottom: 5rem;
}
#sfm-form table {
width: 100rem;
margin: 0 auto;
border-collapse: collapse;
}
#sfm-form table th, #sfm-form table td {
border-bottom: 0.1rem dashed #aaa;
padding: 2rem 0;
}
#sfm-form table th {
text-align: left;
}
.star {
color: #fff;
padding: 0.2rem 0.4rem;
margin-right: 1rem;
background: #0e53a8;
}
.star_l {
color: #fff;
padding: 0.2rem 0.4rem;
margin-left: 1rem;
background: #0e53a8;
}
.star2 {
padding: 0.2rem 0.4rem;
margin-right: 1rem;
}
.ERR {

color: #ff0000;
font-weight: bold;
}
#sfm-form .submit {
text-align: center;
border-bottom: none;
}
.submit input {
cursor: pointer;
}
#kaisya {
width: 80%;
}
#message {
width: 100%;
}
#name, #kana {
width: 50%;
}
#zip0 {
width: 4rem;
}
#zip1 {
width: 6rem;
}
#address {
width: 100%;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 {
width: 6rem;
}
#email, #emailcheck {
width: 70%;
}
#policy {
width: 100rem;
margin: 0 auto;
height: 30rem;
overflow: auto;
border: 0.1rem solid #ccc;
padding: 2rem;
}
#policy h4 {
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#policy p {
margin-bottom: 2rem;
}
.minh {
min-height: 50rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

/* トップページ */
.bxslider img{
  width: 100% !important;
  height: auto !important;
}
#topt {
position: relative;
text-align: center;
background: url("../img/top/back_hdr.png");
color: #fff;
padding: 2rem 0;
font-weight: bold;
line-height: 5rem;
font-size: 3rem;
z-index: 0;
}
#topt div {
position: absolute;
top: -5rem;
left: calc(50% - 35rem);
width: 22vw;
z-index: 1;
}
#tp_cnt {
background: #f3f3f3;
padding: 9.4rem 0 6.6rem 0;
}
#tp_cnt > div {
padding: 0 2rem;
display: flex;
justify-content: space-between;
}
#tp_cnt > div article {
text-align: center;
width: 31%;
}
#tp_cnt > div article figure {
box-shadow: 1.4rem 1.4rem 0 #cdcdcd;
margin-bottom: 3.4rem;
}
#tp_cnt > div article h2 {
font-weight: bold;
color: #000;
font-size: 2.4rem;
margin-bottom: 1.8rem;
}
#tp_cnt > div article > a {
display: block;
width: 14.6rem;
color: #fff;
background: #0073cb url("../img/top/arrow_more.png") no-repeat;
background-position: right 1rem center;
border-radius: 0.6rem;
margin: 0 auto;
font-size: 1.4rem;
transition: 0.3s;
}
#tp_cnt > div article > a:hover {
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}

/* 会社案内 */
#cp_top, #cp1 {
text-align: center;
margin-bottom: 8rem;
}
#cp_top h2 {
font-size: 2.4rem;
margin-bottom: 3rem;
}
#cp_top h3 {
font-size: 3.6rem;
margin-bottom: 4rem;
}
#cp1 h3 {
font-size: 2.4rem;
margin-bottom: 5rem;
}
#cp1 p {
margin-bottom: 5rem;
line-height: 3rem;
}
#cp2 {
margin-bottom: 8rem;
}
#cp2 table {
width: 60%;
margin: 0 auto 5rem auto;
border-collapse: collapse;
}
#cp2 th, #cp2 td {
padding: 2.6rem 0;
border-bottom: 0.1rem solid #d5d5d5;
}
#cp2 th {
font-weight: 500;
text-align: left;
width: 22%;
}
#cp2 > article {
height: 38rem;
}
#cp3 article {
padding: 0 2rem;
display: flex;
justify-content: space-between;
}
#cp3 article p {
margin-bottom: 3rem;
padding-left: 3rem;
}

/* 設備紹介 */
#eq2 {
margin-bottom: 8rem;
}
#eq1 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 2rem;
margin: 0 auto 8rem auto;
}
#eq1 article {
width: 48%;
margin-bottom: 5rem;
}
#eq1 article figure {
margin-bottom: 2rem;
}
#eq1 article h3 {
font-size: 2.6rem;
font-weight: bold;
margin-bottom: 2rem;
}
#eq1 article p {
font-size: 1.6rem;
line-height: 2.4rem;
}
#eq2 > div {
overflow: auto;
padding: 0 2rem;
}
#eq2 table caption {
color: #ff0000;
text-align: left;
}
#eq2 table {
width: 100rem;
margin: 0 auto 8rem auto;
border-collapse: collapse;
}
#eq2 th, #eq2 td {
border: 0.1rem solid #000;
padding: 0.6rem 1rem;
}
#eq2 th {
background: #bebebe;
font-weight: 500;
}
.tbct {
text-align: center;
}
#tb2 {
text-align: center;
}
.tbl {
text-align: left;
}

/* 製品案内 */
.pro1 {
text-align: center;
margin-bottom: 8rem;
}
.pro1 h3 {
font-size: 2.4rem;
margin-bottom: 4.2rem;
font-weight: 500;
}
.pro1 > div {
display: flex;
justify-content: space-between;
padding: 0 2rem;
margin-bottom: 8rem;
}
.pro1 > div article {
width: 32%;
}
.pro1 > div figure {
margin-bottom: 2.4rem;
}
.pro1 > div figcaption {
font-size: 3rem;
font-weight: bold;
}

/* お問い合わせ */
#toi1 {
text-align: center;
margin-bottom: 8rem;
}
#toi1 > h2 {
font-size: 2.4rem;
line-height: 3.6rem;
font-weight: bold;
margin-bottom: 3.8rem;
}
#toi1 > article {
width: 50rem;
margin: 4rem auto;
text-align: center;
border: 0.1rem solid #000;
padding: 1.4rem;
}
#toi1 > article h2 {
font-size: 2.2rem;
font-weight: bold;
margin-bottom: 1rem;
}
#toi1 > article h3 {
font-size: 3.6rem;
font-weight: bold;
font-family: "游明朝","YuMincho";
}
#toi1 > article h3 img {
vertical-align: -0.2rem;
margin-right: 1rem;
}
#toi2 {
background: #f3f3f3;
padding: 5rem 0;
margin-bottom: 5rem;
}
#sfm-form table {
width: 96%;
margin: 0 auto;
border-collapse: collapse;
}
#sfm-form table th, #sfm-form table td {
border-bottom: 0.1rem dashed #aaa;
padding: 2rem 0;
}
#sfm-form table th {
text-align: left;
}
.star {
color: #fff;
padding: 0.2rem 0.4rem;
margin-right: 1rem;
background: #0e53a8;
}
.star_l {
color: #fff;
padding: 0.2rem 0.4rem;
margin-left: 1rem;
background: #0e53a8;
}
.star2 {
padding: 0.2rem 0.4rem;
margin-right: 1rem;
}
.ERR {

color: #ff0000;
font-weight: bold;
}
#sfm-form .submit {
text-align: center;
border-bottom: none;
}
.submit input {
cursor: pointer;
}
#kaisya {
width: 80%;
}
#message {
width: 100%;
}
#name, #kana {
width: 50%;
}
#zip0 {
width: 4rem;
}
#zip1 {
width: 6rem;
}
#address {
width: 100%;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 {
width: 6rem;
}
#email, #emailcheck {
width: 70%;
}
#policy {
width: 90%;
margin: 0 auto;
height: 30rem;
overflow: auto;
border: 0.1rem solid #ccc;
padding: 2rem;
}
#policy h4 {
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#policy p {
margin-bottom: 2rem;
}
.minh {
min-height: 50rem;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

/* トップページ */
.bxslider img{
  width: 100% !important;
  height: auto !important;
}
#topt {
position: relative;
text-align: center;
background: url("../img/top/back_hdr.png");
color: #fff;
padding: 2rem 0;
font-weight: bold;
line-height: 3rem;
font-size: 1.8rem;
z-index: 0;
}
#topt div {
display: none;
}
#tp_cnt {
background: #f3f3f3;
padding: 9.4rem 0 6.6rem 0;
}
#tp_cnt > div {
padding: 0 2rem;
}
#tp_cnt > div article {
text-align: center;
margin-bottom: 5rem;
}
#tp_cnt > div article figure {
box-shadow: 1.4rem 1.4rem 0 #cdcdcd;
margin-bottom: 3.4rem;
}
#tp_cnt > div article h2 {
font-weight: bold;
color: #000;
font-size: 2.4rem;
margin-bottom: 1.8rem;
}
#tp_cnt > div article > a {
display: block;
width: 14.6rem;
color: #fff;
background: #0073cb url("../img/top/arrow_more.png") no-repeat;
background-position: right 1rem center;
border-radius: 0.6rem;
margin: 0 auto;
font-size: 1.4rem;
transition: 0.3s;
}
#tp_cnt > div article > a:hover {
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}

/* 会社案内 */
#cp_top, #cp1 {
text-align: center;
margin-bottom: 8rem;
}
#cp_top h2 {
font-size: 2rem;
margin-bottom: 3rem;
}
#cp_top h3 {
font-size: 2rem;
margin-bottom: 4rem;
}
#cp_top img {
max-width: 80%;
}
#cp1 h3 {
font-size: 1.8rem;
line-height: 3rem;
margin-bottom: 5rem;
padding: 0 2rem;
}
#cp1 p {
margin-bottom: 5rem;
line-height: 3rem;
padding: 0 2rem;
}
#cp2 {
margin-bottom: 8rem;
}
#cp2 table {
width: 90%;
margin: 0 auto 5rem auto;
border-collapse: collapse;
}
#cp2 th, #cp2 td {
padding: 2.6rem 0;
border-bottom: 0.1rem solid #d5d5d5;
}
#cp2 th {
font-weight: 500;
text-align: left;
width: 30%;
padding-right: 1rem;
}
#cp2 > article {
height: 30rem;
}
#cp3 article {
padding: 0 2rem;
}
#cp3 article figure {
text-align: center;
margin-bottom: 2rem;
}
#cp3 article p {
margin-bottom: 3rem;
}

/* 設備紹介 */
#eq2 {
margin-bottom: 8rem;
}
#eq1 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 1rem;
margin: 0 auto 8rem auto;
}
#eq1 article {
width: 48%;
margin-bottom: 5rem;
}
#eq1 article figure {
margin-bottom: 1rem;
}
#eq1 article h3 {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 1rem;
}
#eq1 article p {
font-size: 1.2rem;
line-height: 2rem;
}
#eq2 > div {
overflow: auto;
padding: 0 2rem;
}
#eq2 table {
width: 100rem;
margin: 0 auto 8rem auto;
border-collapse: collapse;
}
#eq2 table caption {
color: #ff0000;
text-align: left;
}
#eq2 th, #eq2 td {
border: 0.1rem solid #000;
padding: 0.6rem 1rem;
}
#eq2 th {
background: #bebebe;
font-weight: 500;
}
.tbct {
text-align: center;
}
#tb2 {
text-align: center;
}
.tbl {
text-align: left;
}

/* 製品案内 */
.pro1 {
text-align: center;
margin-bottom: 8rem;
}
.pro1 h3 {
font-size: 1.8rem;
margin-bottom: 4.2rem;
font-weight: 500;
}
.pro1 > div {
padding: 0 2rem;
margin-bottom: 5rem;
}
.pro2 > article figure {
margin-bottom: 2rem;
}
.pro1 > div article {
margin-bottom: 3rem;
}
.pro1 > div figure {
margin-bottom: 2.4rem;
}
.pro1 > div figcaption {
font-size: 3rem;
font-weight: bold;
}

/* お問い合わせ */
#toi1 {
text-align: center;
margin-bottom: 8rem;
}
#toi1 > h2 {
font-size: 1.5rem;
line-height: 3rem;
font-weight: bold;
padding: 0 1rem;
margin-bottom: 3.8rem;
}
#toi1 > article {
width: 90%;
margin: 4rem auto;
text-align: center;
border: 0.1rem solid #000;
padding: 1.4rem;
}
#toi1 > article h2 {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1rem;
}
#toi1 > article h3 {
font-size: 3.6rem;
font-weight: bold;
font-family: "游明朝","YuMincho";
}
#toi1 > article h3 img {
vertical-align: -0.2rem;
margin-right: 1rem;
}
#toi2 {
background: #f3f3f3;
padding: 5rem 1rem;
margin-bottom: 5rem;
}
#sfm-form table {
width: 96%;
margin: 0 auto;
border-collapse: collapse;
}
#sfm-form table th, #sfm-form table td {
border-bottom: 0.1rem dashed #aaa;
padding: 2rem 0;
display: block;
}
#sfm-form table th {
text-align: left;
border: none;
padding-bottom: 0;
}
.star {
color: #fff;
padding: 0.2rem 0.4rem;
margin-right: 1rem;
background: #0e53a8;
}
.star_l {
color: #fff;
padding: 0.2rem 0.4rem;
margin-left: 1rem;
background: #0e53a8;
}
.star2 {
padding: 0.2rem 0.4rem;
margin-right: 1rem;
}
.ERR {

color: #ff0000;
font-weight: bold;
}
#sfm-form .submit {
text-align: center;
border-bottom: none;
}
.submit input {
cursor: pointer;
}
#kaisya {
width: 100%;
}
#message {
width: 100%;
}
#name, #kana {
width: 100%;
}
#zip0 {
width: 4rem;
}
#zip1 {
width: 6rem;
}
#address {
width: 100%;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 {
width: 6rem;
}
#email, #emailcheck {
width: 100%;
}
#policy {
width: 96%;
margin: 0 auto;
height: 30rem;
overflow: auto;
border: 0.1rem solid #ccc;
padding: 2rem;
}
#policy h4 {
font-weight: bold;
font-size: 1.6rem;
margin-bottom: 1rem;
}
#policy p {
margin-bottom: 2rem;
}
.minh {
min-height: 50rem;
}

}