@charset "utf-8";
/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea,{
  margin: 0;
  padding: 0;
}
ol, ul{
  list-style:none;
}
table{
  border-collapse: collapse;
  border-spacing:0;
}
caption, th{
  text-align: left;
}
a:focus {
  outline:none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.both{
  clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
  font: 16px/1.231 "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  width: 100%;
  /*background: #ECFAED;*/
  color: #000;
}
a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
a:hover img{
  opacity: 0.9;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
img {
  display: block;
  max-width: 100%;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/

/* Main
 ---------------------------------------------------------------*/
#container {
  padding: 30px 4vw 0;
  overflow-x: hidden;
}

/* footer
 ---------------------------------------------------------------*/
.footer{
  width: calc(100% + 8vw);
  margin-left: -4vw;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #DDDDE0;
  padding: 32px 4vw;
  margin-top: 60px;
}
.fnav {
  text-align: center;
  margin-top: 40px;
}
.fnav li {
  display: inline-block;
  margin: 0 16px;
}
.fnav li a {
  color: #111;
  display: inline;
  font-size: 10px;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}
.subttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
  text-align: center;
  line-height: 1.7;
}
.txt {
  font-size: 15px;
  line-height: 2;
}
.bold {
  font-weight: bold;
}
.large {
  font-size: 18px;
  font-weight: bold;
}
.exlarge {
  font-size: 40px;
  font-weight: bold;
}
.red {
  color: #CF1B0D;
  font-weight: bold;
}
.blue {
  color: #082391;
  font-weight: bold;
}
.brown {
  color: #A53907;
  font-weight: bold;
}
.yellow {
  background: #ff0;
}
.right {
  text-align: right;
  display: block;
}
.center {
  text-align: center;
}
.center img {
  margin: 0 auto;
  max-width: 100%;
}

.heading01 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  position: relative;
}
.cta_txt {
  width: 70vw;
  margin: 40px auto 0!important;
  display: block;
}
.btn {
  width: 90vw;
  margin: 20px auto;
  display: block;
}
.ttl {
  width: 100%;
  margin: 50px auto 25px;
}


.kv {
  margin: 0 auto;
  width: 104.4vw;
  position: relative;
  left: 50%;
  transform: translateX(-49.25%);
}
.pr {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 13px;
}
.kv {
  margin-bottom: 40px;
}
.intro {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.fuki {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}
.fuki img {
  width: 50px;
  height: 50px;
}
.fuki p {
  background-color: #E8F6FF;
  border-radius: 10px;
  padding: 14px;
  font-size: 15px;
  font-weight: bold;
  width: calc(100% - 68px);
  box-sizing: border-box;
  position: relative;
}
.fuki p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -20px;
  border: 15px solid transparent;
  border-right: 25px solid #E8F6FF;
}
.fuki p.fuki2 {
  background-color: #FFE9DD;
}
.fuki p.fuki2:before {
  border-right: 25px solid #FFE9DD;
}
.img {
  margin: 24px 0;
}
.img2 {
  margin: 10px auto 24px;
}
.img_note {
  margin-top: -10px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  max-width: 90%;
  line-height: 1.7;
}
.lead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  background-color: #910808;
  color: #fff;
  width: calc(100% + 8vw);
  margin-left: -4vw;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.weak {
  margin: 20px auto;
}

.limit {
  margin-top: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #E60011;
}
.limit p {
  display: inline-block;
  font-weight: bold;
}

/* Project
  ------------------------------------------------------------------- */

/*スマホ対応*/
.pc {
  display: none!important;
}
.sp {
  display: block;
}

.result_table {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}
.result_table th {
  font-weight: bold;
  text-align: center;
  background-color: #BBEFAB;
  border: 2px solid #3E8907;
  padding: 12px;
}
.result_table td {
  font-weight: bold;
  border: 2px solid #3E8907;
  text-align: center;
  padding: 12px;
}

.sns {
  width: 100%;
  margin: 30px auto;
}
.sns img {
  width: unset;
}
.sns_note {
  text-align: right;
  font-size: 12px;
}

.footer_note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 10px;
}



.owner_table {
  /*width: 90%;*/
  margin: 0 auto;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
}
.owner_table th {
  background-color: #fafafa;
  border: 1px solid #aaa;
  padding: 10px;
  font-weight: bold;
  display: block;
  border-bottom: unset;
}
.owner_table td {
  border: 1px solid #aaa;
  padding: 10px;
  display: block;
  border-bottom: unset;
}

.cont {
  margin: 0 auto;
  padding: 0 0 0;
  box-sizing:border-box;
}

.cont_ttl {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #1e212d;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}
.cont_ttl img {
  margin: 0 auto;
  width: 100%;
}
.cont_ttl_sub {
  background-color: #333;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
}
.cont_body {
  padding: 20px 0;
}
.sub .cont_body {
  padding: 20px 5%;
}
.cont_txt {
  line-height: 200%;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}
.txt {
  line-height: 1.7;
  font-size:  15px;
  margin: 0 auto 32px;
  max-width: 90%;
}
.cont_txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.cont_txt li:before {
  content: "・";
}
.cont_txt img {
  width: 100%;
  height: auto;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 12px;
}
.big {
  font-size: 18px;
  font-weight: bold;
}
.xbig {
  font-size: 34px;
  font-weight: bold;
}

.voice_wrap  {
  background-color: #FFF7D6;
  padding: 20px 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto 8px;
}
.voice_user {
  width: 60px;
}
.voice_txt {
  width: calc(100% - 70px);
  line-height: 1.7;
  font-size: 15px;
}