.bg_pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    opacity: 0.4;
    z-index: -1;
}
.Polka {
    background-image: radial-gradient(#ff0707 2px, #ffffff 2px);
    background-size: 20px 20px;
}
.stmp{
    width: 90%;
}
img.img_100{
    max-height: 100px;;
}
.moja_br{
    margin:10px 0;
    display:block;
    content:"";
}
/*tabの形状*/
.sub_tab1 ,.sub_tab2,.sub_tab3{
	display: flex;
	flex-wrap: wrap;
	padding-left:0;
	margin-bottom: 0;
}
.sub_tab1 li , .sub_tab2 li , .sub_tab3 li{
	list-style:none;
}
.sub_tab1 li a , .sub_tab2 li a, .sub_tab3 li a{
	display: block;
	background:#ddd;
	margin:0 2px;
	padding:10px 20px;
    border: 4px solid #ddd;
    font-weight: bold;
    color: dimgray;
}
/*liにactiveクラスがついた時の形状*/
.sub_tab1 li.active a , .sub_tab2 li.active a, .sub_tab3 li.active a{
    background:#FBECD9;
    border: 4px solid #FBECD9;
}
  
  
/*エリアの表示非表示と形状*/
.sub_area1 ,.sub_area2,.sub_area3{
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #FFF;
    border: solid 3px #FBECD9;
	padding:20px 20px;
    margin:0 2px;
}
  
/*areaにis-activeというクラスがついた時の形状*/
.sub_area1.is-active , .sub_area2.is-active , .sub_area3.is-active{
	  display: block;/*表示*/
	  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
	  animation-duration: 1.3s;
	  animation-fill-mode: forwards;
	  padding-top: 20px;
}
  
form.answer_check{
    text-align: center;
}
form.answer_check input{
	margin: 0 0 15px;
	font-size: 16px;
	border: none;
	padding: 10px;
	width: calc(60% - 20px);
	border-radius: 5px;
	border: 1px solid #e5e4e4;
	background: #fcfcfc;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	font-family: "Josefin Sans", "Kosugi", cursive;
}
form.answer_check input[type="submit"] {
    display: block;
	width: 100%;
	max-width: 150px;
	margin: 20px auto 20px;
	padding: 15px 20px;
	background: #64a8b8;
	border: none;
}
canvas#haimen_canvas{
    width: 95%;
}
.bc_fc {
    background-color: #fcfcfc;
}

dl.dl{
    border-radius: 5px;
    padding: 0.2em 1em 0.2em 1.3em;
    position: relative;
}
dt.sheblon {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
    font-weight: bold;
}
dt.sheblon:before { 
    font-family: "Font Awesome 5 Free";
    content: "\f138";/*アイコンの種類*/
    position: absolute;
    left : 0;/*左端からのアイコンまでの距離*/
    color: rgb(250, 204, 119);/*アイコン色*/
    font-weight: 900;
}
dd.dd {
    margin-inline-start: 0;
    line-height: 22px;
    margin-bottom: 10px;
}
.kasen{
    display: block;
    border-bottom: dashed 2px rgb(250, 204, 119);
}

.footer {
    background-color: dimgray;
    height: 100px;
    margin: 20px auto;
    background-image: url("./img/01_footer.png");
    background-size: 675px;
}

img.kaisetsu{
    width: 80%;
    display: block;
}

.osare5-table {
    width:100%;
    table-layout: fixed;
      border: none !important;
       border-collapse: separate;
       border-spacing: 4px 4px;
   }
   
   
   .osare5-table th {
      border: none !important;
   }
   
   .osare5-table tbody td {
     border: none !important;
     background-color:#f0fff0 !important;
     border-bottom: solid 2px #f9f9f9 !important;
     background-image: radial-gradient(white 15%, transparent 16%),
     radial-gradient(white 15%, transparent 16%);
     background-size:30px 30px;
     background-position: 0 0, 15px 15px;
   
   }
   
   /* ヘッダー */
   .osare5-table thead th {
     font-weight: bold;
     border-radius: 5px 5px 5px 5px;
     background:#f6f0ff;
     padding: 6px;
   }
   
   /* フッター（比較表と色つけたとき用） */
   .osare5-table tfoot td {
   border-radius: 0 0 10px 10px;
   }
    
    
   /* ボディ項目 */
   .osare5-table tbody th {
     border-radius: 5px 5px 5px 5px;
     background:#fffcf0;
     font-weight: bold;
     border-bottom: solid 2px #f9f9f9 !important;
     line-height:4.5em;
   }

   .osare5-table thead th:last-child  {
    width: 85px;
  }
    
   /* フッター項目 */
   .osare5-table tfoot th {
    background:none;
    line-height:3em;
    font-weight: bold;
   }
   
   
   /* フッターデータ(フッターがあるときのみ有効) */
   .osare5-hikaku tfoot td {
    border: none !important;
    background:none;
    text-align:center;
    font-weight:600;
    font-size:1em;
   }
   
    
   /* ボディデータ */
   .osare5-table tbody td {
    text-align:center;
   }
    
   /* 最終行のボーダーをなくす */
   .osare5-table tbody tr:last-child th,
   .osare5-table tbody tr:last-child td {
    border-bottom:none !important;
   }

span.title{
    padding: 8px;
    color: rgb(43, 6, 6);
    text-shadow: 0 0 5px white;
    border-left: solid 7px orange;
    background: -webkit-repeating-linear-gradient(-45deg, #fff8cc, #fff8cc 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #fff8cc, #fff8cc 3px,#e9f4ff 3px, #e9f4ff 7px);
    font-weight: bold;
}

p.center {
    text-align: center;
}

p.omedetou {
    color: #FFF;
    font-weight: bold;
    background-color:#ffc107;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 0px 0px 5px #ffc107;
    border: dashed 2px white;
    padding: 0.4em 0.7em;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.box18{
    margin:2em 0;
    position: relative;
    padding: 1em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
p.memo{
    font-size: 14px;
}

#totop {
	display: block;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #FBECD9;
    border: none;
}
#totop:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
#totop:hover:before {
	-webkit-transform: translateY(-3px) rotate(-45deg);
	transform: translateY(-3px) rotate(-45deg);
}
/* MAIL START */
form.mailform {
	text-align: center;
	max-width: 400px;
	margin: auto;
}
form.mailform textarea {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.6em;
	border: none;
	padding: 10px;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	vertical-align: bottom;
	border: 1px solid #e5e4e4;
	background: #fcfcfc;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
form.mailform textarea:focus {
	outline: none;
	background: #ffffff;
}
form.mailform input ,form.mailform select {
	margin: 0 0 15px;
	font-size: 16px;
	border: none;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e5e4e4;
	background: #fcfcfc;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
form.mailform input:focus {
	outline: none;
	background: #ffffff;
}
form.mailform input[type="submit"] {
	width: 100%;
	max-width: 200px;
	margin: 20px auto 20px;
	padding: 15px 20px;
	background: #64a8b8;
	background-size: 5em;
	border: none;
	color: #FFFFFF;
}
form.mailform input[type="submit"]:focus, form.mailform input[type="submit"]:hover {
	background: url(../img/moyou.png),#f1fc40;
	background-size: 5em;
	cursor: pointer;
}
/* MAIL END */

dl.faq_dl{
    margin-top: 2em;
    margin-bottom: 2em;
    line-height:normal;
}
dl.faq_dl dt{
    font-weight: bold;
    margin-bottom: 1em;
    margin-inline-start: 10px;
}
dl.faq_dl dd.b{
    font-weight: bold;
    margin-inline-start: 10px;
    margin-bottom: 0.7em;;
}
dl.faq_dl dd{
    margin-inline-start: 10px;
    line-height:normal;
}
span.marker01 {
	background: linear-gradient(transparent 60%, yellow 60%);
	font-weight: bold;
}
.dl_sakuhin{
    text-align: center;
}
.dl_sakuhin dt{
    text-align: center;
    margin-bottom: 1em;
}
.dl_sakuhin dd {
    margin-inline-start: 0;
}
.dl_sakuhin span {
    border-bottom: 5px #ffcb8a solid;
}
.dl_sakuhin img {
    width: 95%;
    border: solid 2px #ffcb8a;
}
dl.dl_sakuhin_list{
	position: relative;
    background-color: cornsilk;
    margin-bottom: 40px;
}
dl.dl_sakuhin_list dt {
	margin: 0.3em;
	display: inline-block;
	position: relative;
	font-family: 'Lobster', cursive;
	padding: 0.3em 1em 0.5em;
	margin-left: 1em;
	background: #ffdcb6;
	color:white;
}
dl.dl_sakuhin_list dt:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid white;
}
dl.dl_sakuhin_list dd{
	line-height: 1.5;
	padding: 10px 0px 10px 55px;
	list-style-type: none!important;/*ポチ消す*/
    background: url(./img/icon.png) no-repeat left center;
    background-size: 50px;
    margin-inline-start: 25px;
}
dl.dl_sakuhin_list dd + dt {
	margin-top: 1.5em;
}
.avater{
    margin: 5px;
    background-color: #fff8cc;
}
.avater p {
    text-align: center;
    font-weight: bold;
}
.avater span {
    display: block;
    border-bottom: dashed 2px rgb(250, 204, 119);
}
.avater div {
    margin: 5px;
    padding: 5px;
}
@keyframes displayAnime{
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}

@media screen and (max-width: 550px) {
	/* smartphone START */
    .hero {
        height: 110px;
        margin-bottom: 40px;
    }
    .footer{
        background-size: 545px;
    }
    .sub_tab1 li , .sub_tab2 li, .sub_tab3 li{
        font-size: 13px;
    }
    .sub_area1 {
        padding:20px 10px;
    }
    .sub_tab1 li a , .sub_tab2 li a, .sub_tab3 li a{
        padding: 10px 10px;
    }
    form.answer_check input{
        width: calc(80% - 20px);
    }
    img.kaisetsu{
        width: 100%;
    }
    dd.dd {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .sub_area2 , .sub_area3 {
        padding: 10px;
    }
    .osare5-table thead{
        font-size: 13px;
    }
    .osare5-table tbody{
        font-size: 12px;
    }
    .osare5-table thead th:last-child  {
        width: 45px;
    }
    .osare5-table tbody th {
        line-height:1.5em;
        font-size: 12px;
        padding: 5px 0;
      }
    .stmp{
        width: 100%;
    }
    dl.faq_dl dt,dl.faq_dl dd{
        font-size: 14px;
    }
    dl.dl_sakuhin_list dd{
        font-size: 85%;
        padding: 10px 0px 10px 45px;
        background-size: 30px;
    }
}