
/* 確認用 */
.wakusen-test {
border: 3px solid #f00;
  width: 80%;
  margin: 0 auto;

}


/* 枠線 */
.wakusen01 {
border: 1px solid #ddd;
}

/* 共通記述スペース */

  .common01 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 1em 0em;
/*     position: relative; */
/*     width: calc(50% - 3em); */
/*   あとから追加   */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
font-size: 1.25em;
    }


  .common02 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 0 0em 1.0em;
/*     position: relative; */
/*     width: calc(50% - 3em); */
/*   あとから追加   */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
font-size: 1.0em;
    }

.common02 p {
display: block !important;
}

.common02 span {
margin-left: 2.0em;
}

/* 文字サイズ */

.mojisize01 {
font-size: 0.5em;
color: #f00;
}

.mojisize02 {
font-size: 0.35em !important;
}

.mojisize03 {
font-size: 2em !important;
color: #777;
}

.mojisize04 {
font-size: 1.25em !important;
color: #777;
font-weight: 400;
}

.mojisize05 {
font-size: 0.9em !important;
color: #c00;
font-weight: 400;
line-height: 1.25em;
}

.mojisize06 {
font-size: 1.25em;
}

.mojisize07 {
font-size: 1.5em !important;
color: #777;
font-weight: 700;
}

.mojisize08 {
font-size: 1.5em !important;
font-weight: 500;
}

.mojisize09 {
font-size: 0.85em !important;
line-height: 1.35em;
}

.mojisize10 {
font-size: 1.28em !important;
color: #777;
font-weight: 300;
}

.mojisize11 {
font-size: 1.1em;
}

.mojisize12 {
font-size: 1.1em !important;

}


/* 文字間 */

.moji-kan01 {
letter-spacing: 0.3em;
}

.moji-kan02 {
letter-spacing: 0.2em;
}

/* 文字色 */
.moji-iro01 {
color: #00f;
}

.moji-iro02 {
color: #000;
}

.moji-iro03 {
color: #f00 !important;
}

/* 文字太さ */
.moji-hutosa01 {
font-weight: 400;
}

.moji-hutosa02 {
font-weight: 700;
}

.moji-hutosa03 {
font-weight: 900;
}

/* 2行目を1文字下げる */

.indent-type01{
padding-left:1em;
text-indent:-1em;
}

.indent-type02{
padding-left:1em;
text-indent:-1.5em;
}

.indent-type03{
padding-left:1.0em !important;
text-indent:-0.5em;
}

.indent-type04{
padding-left: 2.0em !important;
text-indent:-1.25em;
}

/* かたまり */

.katamari {
display: inline-block;
}

/* 行間 */

.gyokan-085 {
line-height: 0.85em;
}


.gyokan-125 {
line-height: 1.25em;
}

.gyokan-135 {
line-height: 1.35em;
}

.gyokan-25 {
line-height: 2.5em;
}

.gyokan-3 {
line-height: 3em;
}

/* 下線 */
.kasen-01 {
background:linear-gradient(transparent 70%, #FFFF00 0%);
text-underline-position:above;/*下線の位置をテキストの上に引く*/
border-width:3px;
/* width:30%; */
text-align: center;
display: inline-block;
}

/* 背景色 */
.haikeishokiu-01 {
background-color: #FFFF00;
display: inline-block;
padding: 0.3em 0.5em;
}


/* ディスプレイ */
.mongon-type01 {
display: inline-block;
}

.mongon-type02 {
display: inline;
}

.mongon-type03 {
display: block;
}

/* リンク */

a.anchor {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}

/* 見出し */

 .midashi01{
/*     margin:  0;                 /* デフォルトCSS打ち消し */ */
/*     position:  relative;        /* 位置調整 */ */
/*     font-weight:  normal;       /* 文字の太さ調整 */ */
    font-size: 40px;            /* 文字サイズ指定 */
    text-align:  left !important;        /* 文字位置指定 */
    padding: 5px 0 5px 20px !important;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    width:  350px;              /* 幅指定 */
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;
}

 .midashi01-type2 {
/*     margin:  0;                 /* デフォルトCSS打ち消し */ */
/*     position:  relative;        /* 位置調整 */ */
/*     font-weight:  normal;       /* 文字の太さ調整 */ */
    font-size: 40px;            /* 文字サイズ指定 */
    text-align:  left !important;        /* 文字位置指定 */
    padding: 10px 0 10px 20px !important;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    width:  350px;              /* 幅指定 */
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;
line-height: 1.1em;
}

 .midashi01-sub {
    font-size: 1.35em !important;            /* 文字サイズ指定 */
    font-weight: 700;
    text-align:  left !important;        /* 文字位置指定 */
    padding: 0px 0 0px 0px !important;       /* 余白指定 */
text-indent: 0em !important;
}

 .midashi02 {
/*     margin:  0;                 /* デフォルトCSS打ち消し */ */
/*     position:  relative;        /* 位置調整 */ */
/*     font-weight:  normal;       /* 文字の太さ調整 */ */
    font-size: 40px;            /* 文字サイズ指定 */
    text-align:  left !important;        /* 文字位置指定 */
    padding: 5px 0 5px 20px !important;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    width:  600px;              /* 幅指定 */
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;
}

 .midashi02-type2 {
/*     margin:  0;                 /* デフォルトCSS打ち消し */ */
/*     position:  relative;        /* 位置調整 */ */
/*     font-weight:  normal;       /* 文字の太さ調整 */ */
    font-size: 40px;            /* 文字サイズ指定 */
    text-align:  left !important;        /* 文字位置指定 */
     padding: 10px 0 10px 20px !important;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    width:  600px;              /* 幅指定 */
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;
line-height: 1.1em;
}

 .midashi03{
/*     margin:  0;                 /* デフォルトCSS打ち消し */ */
/*     position:  relative;        /* 位置調整 */ */
/*     font-weight:  normal;       /* 文字の太さ調整 */ */
    font-size: 40px;            /* 文字サイズ指定 */
    text-align:  left !important;        /* 文字位置指定 */
    padding: 5px 0 5px 20px !important;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    width:  700px;              /* 幅指定 */
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;

}

 .midashi04{
/*     margin:  0;                 /* デフォルトCSS打ち消し */ */
/*     position:  relative;        /* 位置調整 */ */
/*     font-weight:  normal;       /* 文字の太さ調整 */ */
    font-size: 40px;            /* 文字サイズ指定 */
    text-align:  left !important;        /* 文字位置指定 */
    padding: 5px 0 5px 20px !important;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    width:  400px;              /* 幅指定 */
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;
}

 .midashi05{
/*     margin:  0;                 /* デフォルトCSS打ち消し */ */
/*     position:  relative;        /* 位置調整 */ */
/*     font-weight:  normal;       /* 文字の太さ調整 */ */
    font-size: 40px;            /* 文字サイズ指定 */
    text-align:  left !important;        /* 文字位置指定 */
    padding: 5px 0 5px 20px !important;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    width:  auto;              /* 幅指定 */
max-width: 850px;
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;
}

 .midashi-typeA {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size: 1.5em !important;
font-weight: 700;         /* 文字サイズ指定 */
    text-align:  center !important;        /* 文字位置指定 */
    padding: 5px 0 5px 20px !important;       /* 余白指定 */
    border: solid 1px;      /* 線指定 */
    border-radius: 10px;
    width:  350px;              /* 幅指定 */
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;
}

 .midashi-typeB {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size: 1.4em !important;
font-weight: 600;         /* 文字サイズ指定 */
    text-align:  center !important;        /* 文字位置指定 */
    padding: 5px 0 5px 20px !important;       /* 余白指定 */
    border: solid 1px #04B431;      /* 線指定 */
    border-radius: 10px;
    width:  350px;              /* 幅指定 */
/*     margin: 0 auto 35px;        /* 周りの余白指定 */ */
text-indent: 10em !important;
}

@media screen and (max-width: 680px) {
  .midashi01 {
   width:  320px; } }

@media screen and (max-width: 680px) {
  .midashi02 {
   width:  300px; } }

@media screen and (max-width: 680px) {
 .midashi02-type2{
   width:  320px; } }
   
   @media screen and (max-width: 680px) {
  .midashi03 {
   width:  300px; } }
   
      @media screen and (min-width: 1680px) {
  .midashi03 {
   width:  800px; } }

@media screen and (max-width: 680px) {
  .midashi-typeA {
   width:  320px; } }

@media screen and (max-width: 680px) {
  .midashi-typeB {
    max-width: 80%; } }

/*
@media screen and (max-width: 600px) {
  .midashi05 {
   width:  100%; } }
 
      @media screen and (min-width: 1400px) {
  .midashi05 {
   width:  850px; } }
  */
  
    .kasen01 {
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 600px;
            }

/* 揃え */

.gazo {
width: 100%;
}

.gazo2 {
width: 70%;
}

.gazo3 {
width: 60%;
}

.yoko-haba01 {
width: 200px !important;
}

.tate-uesoroe {
vertical-align: top;
}

.type-01 {
margin: -30px 0 0px 0;
font-size: 1.0em;
  line-height: 1.5;
font-weight: 500;
}


.ueniageru-01 {
margin: -10px 0 0px 0;
}

.ueniageru-02 {
margin: -20px 0 0px 0;
}

.ueniageru-03 {
margin: -30px 0 0px 0;
}

.ueniageru-04 {
margin: -50px 0 0px 0;
}

.ueniageru-06 {
margin: -5px 0 0px 0;
}

.ueniageru-07 {
margin: -1px 0 0px 0;
}

.ueniageru-08 {
padding: -50px 0 0px 0;
}

.uewoakeru-01 {
margin: 10px 0 0px 0;
}

.uewoakeru-02 {
margin: 50px 0 0px 0 !important;
}

.uewoakeru-03 {
margin: 80px 0 0px 0;
}

.uewoakeru-04 {
padding: 20px 0 0px 0;
}

.uewoakeru-05 {
margin: 20px 0 0px 0;
}

.shitawoakeru-01 {
margin: 0px 0 10px 0;
}

.shitawoakeru-02 {
margin: 0px 0 50px 0;
}

.shitawoakeru-03 {
padding: 0 0px 25px 0;
}

.shitawoakeru-04 {
margin: 0px 0 80px 0;
}

.shitawoakeru-05 {
margin: 0px 0 5px 0;
}

.shitawoakeru-06 {
padding: 0 0px 7px 0;
}

.shitawoakeru-07 {
padding: 0 0px 20px 0;
}

.shitawoakeru-08 {
margin: 0px 0 300px 0;
}

.shitawoakeru-09 {
margin: 0px 0 100px 0;
}


.shitawoageru01 {
padding: 0 0 -50px 0;
}

.shitawoageru02 {
margin: 0 0 -15px 0;
}

.shitawoageru03 {
margin: 0 0 -20px 0;
}

.migiwoakeruru-01 {
margin: 0px 10px 0px 0;
}

.maewoakeru-01 {
margin: 0px 0 0px 10px;
}

.migi-yose {
text-align: right;
}

.hidari-yose {
text-align: left;
}

.mannaka-yose {
text-align: center;
}

.tyuoh-yose {
vertical-align: middle;
}

.tyuoh-yose-type2{
    position: relative;
    align-items: center;
    display: flex;
     }

/* 余白 */

.yohaku01 {
padding: 50px 0 20px 20px;
}

.yohaku02 {
padding: 0px 10px;
}

.yohaku03 {
padding: 20px 0px;
}

.yohaku04 {
padding: 10px 0 10px 10px;
}

.yohaku05 {
padding: 20px 20px;
}

.yohaku06 {
padding: 0px 0 0 15px;
}

/* 画像 */
.gazon-size {
width: 90%;
}

.gazon-size02 {
width: 100%;
}

/* 背景色 */
.haikei-shoku {
background-color: #eee;
}

/* ボタン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
/*   letter-spacing: 0em; */
/*   color: #212529; */
  border-radius: 1.0rem;
  width: 90%;
}

.btn2,
a.btn2,
button.btn2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
/*margin-top: 50px;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
/*   letter-spacing: 0em; */
/*   color: #212529; */
  border-radius: 1.0rem;
  max-width: 80%;
width: 400px;
height: 50px;
overflow: hidden;
}


.btn--yellow {
  color: #56ab2f;
/*   background-color: #56ab2f;*/
  border: #56ab2f 1px solid;
  border-bottom: 5px solid #a8e063;
}

.btn--yellow:hover {
  margin-top: 3px;
  color: #56ab2f;
  background: #a8e063;
  border-bottom: 2px solid #56ab2f;
}

.btn--yellow:visited {
  color: #000 !important;
}

.close-btn {
margin: 50px 0 120px 0;
}

button {
margin-top: -50px;
}


/* 画像 */
.image-vw {
    width : 50vw ;
    max-width: 500px;
    min-width: 300px;
}

/* リスト */
.yokonarabi-list {
    display: inline-block;
}

.type-01 ul {
  position: relative;
  margin: 1em 0 3em 0.75em;
  padding: 0 0 0 0;
font-size: 1.1em;
}
.type-01 ul li  {
  list-style: none;
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2.25em;
 line-height: 1.75em;
}
.type-01 ul li span{
  position: absolute;
  left: 0;
  margin: 0;
}


.type-02 ul {
  position: relative;
  margin: -1em 0 3em 1.5em;
  padding: 0;
font-size: 1.1em;
}
.type-02 ul li  {
  list-style: none;
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2.25em;
 line-height: 1.75em;
}
.type-02 ul li p {
  position: absolute;
  left: 0;
  margin: 0 0 0 -0.7em;
}


.type-03 ul {
  position: relative;
  margin: 1.0em 0 3em -2.5em;
  padding: 0;
font-size: 1.1em;
}
.type-03 ul li  {
  list-style: none;
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 2.25em;
 line-height: 1.0em;
}
.type-03 ul li p {
  position: absolute;
  left: 0;
  margin: 0 0 0 0.7em;
}

.type-03 .chisakusuru {
  font-size: 0.9em;
}


/* 事業概要 */

.gyomu-area01{
width: 100%;
border: solid 1px #ddd;
border-radius: 10px;
height: 36em;
text-align: left;
/* padding: 20px 20px; */
}

 @media screen and (max-width: 736px) {
.gyomu-area01 {
      height: auto;
            }
 }

.gyomu-img01{
width: 100%;
border-radius: 10px 10px 0 0;
height: auto;
}

.gyomu-midashi01 {
font-size: 1.5em;
color: #000;
line-height: 1.25em;
text-align: left;
padding: 20px 20px 0 20px;
font-weight: 700;
display: inline-block;
/* vertical-align: middle; */
}

.gyomu-ditail {
font-size: 0.9em;
border: 1px solid #53B8BB;
border-radius: 5px;
padding: 4px 8px;
text-align: left;
margin: -6px 0 0 10px;
/* font-weight: 700; */
display: inline-block;
vertical-align: middle;
}

.gyomu-text-area01 {
font-size: 1.1em;
color: #555;
line-height: 1.5em;
text-align: left;
padding:  0 20px 20px 20px;
}

/* プライバシーマーク等 */

.mark {
	text-align:right;
	margin: 40px 0 40px 0;
}

.mark_narabi {
	display:  inline
}

.iryokanrensservice_mark {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	}


/* 会社案内ページ */

.kijyutsu01 {
margin: 0px 0 0px 0;
font-size: 1.0em;
  line-height: 1.5;
font-weight: 500;
}
ul .kansuuji {
list-style-type: cjk-ideographic;
}

/*  沿革年月 */
  .year_month {
font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 1em 0 !important;
  font-size: 1.2em !important;
/*   background-color: #53bb7d !important; */
background: #56ab2f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 10px 15px !important;
  border-radius: 10px !important;
  color: #fff !important;
  }

  .year_month02 {
font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 1em 0 !important;
  font-size: 1.0em !important;
/*   background-color: #53bb7d !important; */
background: #56ab2f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 12px 15px !important;
  border-radius: 10px !important;
  color: #fff !important;
  }
  
    .year_month03 {
font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 1em 0 !important;
  font-size: 1.2em !important;
/*   background-color: #53bb7d !important; */
background: #56ab2f;  /* Chrome 10-25, Safari 5.1-6 */
  padding: 10px 15px !important;
  border-radius: 10px !important;
  color: #fff !important;
  }

.chizu_honsha {
margin: -25px 0 50px 0;
}

.chizu_nishitokyo {
margin: -25px 0 0 0;
}


/* 個人情報保護方針 */

.hani01 {
width: 600px;
border: 1px solid #f00;
}

/* 臨床検査部門 */
.yokonarabi-type01{
list-style: none !important;
font-size: 1.1em;
}

.yokonarabi-type01 li {
display: inline-block !important;
width: 230px;
}

.midori-01 {
color: #56ab2f;
}

.ao-01 {
color: #6495ed;
}

.maidashi-space-type01 {
margin: 0 0 10px 10px;
}

.saidaihaba01 {
max-width: 1100px;
}

/* 食品検査 */

.inline-space {
padding: 10px 20px;
}


/* 保菌検査 */
.yoso{
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
/*   border: 1px solid #ddd; */
  padding: 20px 20px;
  width: 45%;
  vertical-align: top;
}

.oyayoso{
  font-size: 0;
}

@media screen and (max-width: 980px) {
  .yoso {
    width: 100%;
  }
}



/* テーブル */

table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #eee;
/*   border: solid 1px #ccc; */
  color: #000;
  padding: 10px;
  text-align: center;
  width: 30%;
}
.tbl-r02 td {
/* 　border: solid 1px #ccc; */
/* border-right: solid 1px #ddd; */
/* border-left: solid 1px #ddd; */
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
/*     border-bottom: solid 1px #ccc; */
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.tbl-r03 th {
  background: #eee;
  border: solid 1px #ccc;
  color: #000;
  padding: 10px;
  text-align: center;
  width: 20%;
}
.tbl-r03 td {
　border: solid 1px #ccc;
border-right: solid 1px #ddd;
  padding: 10px;
line-height: 1.25em;
}
 
@media screen and (max-width: 980px) {
  .tbl-r03 {
    width: 90%;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    border-left: solid 1px #ccc;
  }
    .two-retume {
 margin-top:-3.3em;
}
}

.tbl-r04 th {
  background: #fff;
  border: solid 1px #ccc;
  color: #000;
  padding: 10px;
  text-align: center;
  width: 20%;
}
.tbl-r04 td {
　border: solid 1px #ccc;
border-right: solid 1px #ddd;
  padding: 10px 20px;
  vertical-align: top;
}
 
@media screen and (max-width: 980px) {
  .tbl-r04 {
    width: 90%;
  }
  .tbl-r04 th,
  .tbl-r04 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    border-left: solid 1px #ccc;
  }
    .two-retume {
 margin-top:-3.3em;
}
}


.tbl-r05 th {
  background: #fff;
  border: solid 1px #ccc;
  color: #000;
  padding: 10px;
  text-align: center;
  width: 40%;
}
.tbl-r05 td {
　border: solid 1px #ccc;
border-right: solid 1px #ddd;
  padding: 10px 20px;
  vertical-align: top;
}
 
@media screen and (max-width: 980px) {
  .tbl-r05 {
    width: 90%;
  }
  .tbl-r05 th,
  .tbl-r05 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    border-left: solid 1px #ccc;
  }
    .two-retume {
 margin-top:-3.3em;
}
}


.tbl-r06 td {
　border: solid 1px #ccc;
border-right: solid 1px #ddd;
border-left: solid 1px #ddd;
  padding: 10px;
  width: 50%;
}
 
@media screen and (max-width: 980px) {
  .tbl-r06 {
    width: 90%;
  }
  .tbl-r06 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    border-left: solid 1px #ccc;
  }
    .two-retume {
 margin-top:-3.3em;
}
}



.yokohaba01 {
width: 50%;
}

/*  利用目的  */

ul .original  {
  position: relative;
  margin: 0 0 0 -1.2em;
  padding: 0;
}
ul .original li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}
ul .original li span {
  position: absolute;
  left: 0;
  margin: 0;
}

ul .original2  {
  position: relative;
  margin: 0 0 0 0em;
  padding: 0;
}
ul .original2 li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.75em;
}
ul .original2 li span {
  position: absolute;
  left: 0;
  margin: 0;
}




.kanamoji {
font-size: 0.9em !important;
}

.description {
max-width: 90%;
width:1000px;
}