

body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
ul,li{
	list-style: none;
}
.h-sns-icon-list{
	    margin: 0 10px 0 auto;
}
.h-sns-icon-list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.h-sns-icon-list li{
	margin:0 10px;
}
.h-sns-icon-list a{
	color: #39b54a;
	font-size: 2rem;
}
.sns-icon-list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.sns-icon-list li{
	margin:10px;
}
.sns-icon-list a{
	color: #fff;
	font-size: 2rem;
}
.wp-block-image img {
    height: auto;
}
.corona_area{text-align: center;}
.questionnaire {
	text-align: center;
	background: #ffff66;
	padding: 20px 0;
}
.questionnaire .txt{
	color: #06ba07;
	font-weight: bold;
	font-size: 20px;
}
.questionnaire .txt b{
	font-size: 30px;
}
.questionnaire .note{
	color: #666;
	display: block;
	font-size: 70%;
}
.wrapper{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.d-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.block-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.red{
	color:#cc0000;
}

.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}

header .logo{
	text-align: left;
}
h1{
	font-family:"ヒラギノ丸ゴ Pro W3","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 12px;
	color: #589637;
	margin-bottom: 17px;
}
header .block-flex{
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	line-height: 0;
}
header .btn {
	margin:0 0 0 auto;
}
header .btn a{
	text-decoration: none;
	font-weight: bold;
	background: #ff8200;
	border-radius:25px;
	text-align: center;
	color: #fff;
  position: relative;
  padding: 15px 50px 15px 41px;
}

header .btn a::after{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.area01{
	text-align: center;
	line-height: 0;
}
.area01 img{
	width: 100%;
}

.cv {
	background: url(../img/cv-bg.jpg) no-repeat center center;
	background-size:cover;
	text-align: center;
	padding: 60px 0;
} 
.cv h3{
	color: #f03c78;
	font-size: 2.8rem;
	background: linear-gradient(transparent 80%, #ffff66 80%);
	display: inline-block;
}
.cv h3 i{
	font-size: 100%;
}
.cv .subttl{
margin: 25px 0;
}
.cv .btn{
	text-decoration: none;
    font-weight: bold;
    background: #ff8200;
    border-radius: 45px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
}
.cv .btn span{
	font-size: 15px;
}
.cv .btn a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
  position: relative;
  padding: 12px 190px 17px 190px;
}
.cv .btn a::after{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
    right: 50px;
    margin-top: -8px;
}
.cv .btn span{
	display: inline-block;
}
.cv .txt{
	border-top:1px solid #000;
	font-size: 30px;
	padding: 25px 0;
}
.cv .tel-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-top: 20px;
}
.cv .tel-block .elm01{
	font-weight: bold;
}
.cv .tel-block .elm02{
	font-size: 40px;
	margin:0 3px 0 10px;
	color: #01aaff;
}
.cv .tel-block i{
	margin-right: 6px;
}
.cv .tel-block .elm03{
	
}
.cv .tel-num{
		font-family: 'Rubik', sans-serif;
		
}

.line-area{
	background: #06ba07;
	text-align: center;
	padding: 30px 0;
	
}
.line-area .btn{
	margin:25px 0 10px;
}
.line-area .btn a{
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
	background: #00b802;
	border:1px solid #fff;
	border-radius:30px;
	text-align: center;
	color: #fff;
  position: relative;
  padding: 15px 61px 15px 51px;
}

.line-area .btn a::after{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.area-concept {
	background: url(../img/bg01.jpg) no-repeat center top;
	background-size:100% auto;	
	padding: 10vw 0;
}
.area-concept ul{
	text-align: right;	
}
.area-concept li{
	line-height: 0;
	text-align: center;
	background: #fff;
	padding: 10px 30px;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
}
.area-concept li:nth-child(1){
	left:-70px;
}
.area-concept li:nth-child(2){
	left:-20px;	
}
.area-concept li:nth-child(3){
	right:-70px;	
}
.area-concept li:nth-child(4){
	
}
.area-concept li:nth-child(5){
	
}
.area06{
	padding: 60px 0;
	text-align: center;
}
.area06 .ttl{
	text-align: center;
}
.area06 .ttl img{
	margin-bottom: 15px;
}
.balloon2 {
  position: relative;
  display: block;
  margin:10px 0 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border-bottom: solid 3px #07a91d;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #07a91d;
  z-index: 1;
}
.area06 .wrapper img{
	margin: 15px 0;
}
.area06 p{
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 40px;
	border:1px solid #000;
}
.area06 h3{
	font-family:"ヒラギノ丸ゴ Pro W3","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
color: #000;

font-size: 35px;
text-align: center;
font-weight: normal;
margin-bottom: 20px;	
position: relative;

}
.area06 h3 span{
background: #fff;	
padding:0 20px;
}
.area06 h3:after{
	content:"";
border-bottom:1px solid #000;
display: block;
width: 100%;
height: 1px;	
position: absolute;
top: 51%;
z-index: -1;

}
.area07{
	text-align: center;
	padding: 40px 0;
	background:url(../img/bg02.png) no-repeat;
	background-size:cover;
}
.price-area{
	padding:0 0 50px;
}
.price-area .ttl{
	text-align: center;
	margin:30px 0 0;
}
.price-area .ttl img{
	margin-bottom: 15px;
}
.price-area .subttl{
	text-align: center;
}
.price-area .price{
	text-align: center;
	margin: 60px 0;
}
.price-area h3{
	font-family:"ヒラギノ丸ゴ Pro W3","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
color: #000;

font-size: 35px;
text-align: center;
font-weight: normal;
margin-bottom: 20px;	
position: relative;

}
.price-area h3 span{
background: #fff;	
padding:0 20px;
}
.price-area h3:after{
	content:"";
border-bottom:1px solid #000;
display: block;
width: 100%;
height: 1px;	
position: absolute;
top: 51%;
z-index: -1;

}
.price-area .block{
	margin: 40px 0 15px;
}
.price-area .block-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.price-area .block-box ul{
	width: 50%;
	margin-right: 3%;
}
.price-area .block-box .pic{
	width: 47%;
}
.price-area .block-box li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	padding: 15px;
	border-bottom:1px dotted #000;
	font-size: 18px;
}
.price-area .block-box i{
	font-style:normal;
	font-size: 80%;
	
}
.price-area .block-box .price-box{
	margin:0 0 0 auto;
}
.price-area .block-box small{
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}
.price-area .note{
	font-size: 85%;
	text-align: right;
}
.price-area .note ul{
	text-align: left;
	display: inline-block;
}
.sticky{
	display: none;
}
.area-faq{
	padding:0 0 20px 0;
}
.area-faq .ttl{
	margin:0 0 30px;
	text-align: center;
}
.area-faq dl {
    margin-bottom: 50px;
    text-align: center;
}
.area-faq dt {
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
}
.area-faq .block span {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 90%;
    padding-left: 15px;
}
.area-faq dd {
    text-align: left;
}
.area-faq dt i {
    font-size: 23px;
    font-style: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column wrap;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #009103;
    color: #009103;
}
.area-faq dd i {
    font-size: 23px;
    font-style: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column wrap;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #009103;
    color: #fff;
}
.contact {
	padding:60px 0 40px 0;
}
.contact .ttl{
	text-align: center;
}
.contact .pic{
	line-height: 0;
	text-align: center;
}

.contact input[type="text"],
.contact textarea{
    margin-bottom: 10px;
    padding: 10px;
    color: #666;
    font-size: 1rem;
    border: 1px solid #ccc;
    width: 80%;
}
.contact textarea{
	height: 220px;
}
.contact .block-flex span{
	display: block;
	font-weight: bold;
	width: 20%;
	background: #ccc;
	padding: 11px;
	margin-bottom: 10px;
}
.contact sup{
	color: #f00;
	padding-right: 5px;
}
.contact input[type="submit"] {
    display: block;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    background: #ff8a00;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto;
    border: 0;
    font-size: 1rem;
    width: 500px;
    margin:30px auto;
    cursor: pointer;
}

.contact #acc dt{
	cursor: pointer;
	font-size: 13px;
}
.contact #acc dd{
	display: none;
	font-size: 11px;
	color: #777;
	padding-top: 10px;
}
.contact #acc dd h5 {
    margin: 10px 0;
}
.contact #acc dd p {
    margin-bottom: 10px;
}
.contact .close{
	cursor:pointer;
	font-weight: bold;
	background: #020a3a;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
}
footer{
	font-size: 14px;
	padding: 20px 0;
	background: #39b54a;
	color: #fff;
}
footer .logo{
	background: #fff;
	padding:15px 30px;
	line-height: 0;
}
footer .block-flex{
	justify-content: space-between;
}
footer .address{
	margin:0 30px 0 auto;
}
footer .copy{
	text-align: right;
	display: block;
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
img{
	max-width: 100%;
}
.area-voice .ttl{
	margin:0 0 50px;
}
.area-voice dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	text-align: left;
}
.area-voice dt{
	margin-right: 40px;
	width: 140px;
}
.area-voice dd{
	width: 860px;
	font-size: 14px;
}
.area-voice dd h3 {
    font-family: "ヒラギノ丸ゴ Pro W3","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #07a91d;
    font-size: 25px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 1px solid #07a91d;
    padding-bottom: 6px;
}
.area-voice{
	text-align: center;
    padding: 50px 0 30px;
}
#corona {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    cursor: pointer;
    display: none;
}
#corona .inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;

    width: 600px;
    padding: 50px;
    text-align: left;
    line-height: 2;
    cursor: auto;
}
#corona .inner .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
#corona .inner h2 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
}
#corona .inner p {
    margin-bottom: 1em;
}
#corona .inner dl dt {
    font-weight: bold;
}
#corona .inner dl dd {
    margin-bottom: 1em;
}
footer h2{
    text-align: left;
    margin-bottom: 10px;
}
.area-map{
	margin: 20px auto;
	width: 90%;
	text-align: center;
	background: #fbfbfb;
	padding: 20px 0;
}
.area-map .ttl{
	text-align: center;
	font-weight: bold;
}
.area-map h5{
	display: block;
	font-size: 90%;
	font-weight: normal;
}
.news-area{
	padding: 20px 0;
}
.news-ttl,
.news-area .ttl{
	text-align: center;
	font-weight: bold;
	color: #07a91d;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.news-ttl{
	border-bottom:1px solid #07a91d;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.news-area dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px dotted #ccc;
}
.news-area dt{
	margin-right: 10px;
}
.news-area  a{
	color: #000;
	text-decoration: none;
}
.news-body{
	width: 1000px;
	margin:auto;
	padding: 40px;
}
.news-body h1{
	font-size: 30px;
}
.news-body h2{
	margin: 20px 0;
}
.news-body h3{
	margin: 10px 0;
}
.news-body .date{
	display: block;
	font-size: 80%;
	margin-bottom: 10px;
}
.list-link a {
    color: #000;
    text-decoration: none;
    text-align: right;
    display: block;
    font-size: 85%;
}
.pagination{
   margin:40px 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:20px;
   padding:20px 25px;
   color:#333;
   border-radius:3px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.pagination .current{
   padding:20px 25px;
   background:#69a4db;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#69a4db;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}

.pagination{
   margin:40px 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:20px;
   padding:10px 15px;
   color:#333;
   border-radius:3px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.pagination .current{
   padding:10px 15px;
   background:#69a4db;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#69a4db;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
@media screen and (max-width:1025px){
img{
	width: 100%;
}
#corona .inner {

    width: 90%;
    padding: 15px;

}	
.wrapper {
    width: 90%;
}	
header .logo {
    text-align: center;
    line-height: 0;
    width: 30%;
}
.cv .btn {
    width: 100%;
}

.cv .btn a {

    padding: 12px 0 17px 0px;
}
.tel-num a{
	color: #01aaff;
}
footer .logo {
    padding: 15px 20px;
    width: 25%;
    
}
.area-concept {
    background: url(../img/bg01.jpg) no-repeat center top;
    background-size: cover;
    padding: 5vw 0;
}
.area-concept li {
    width: 64%;
}
.area-concept li:nth-child(1) {
    left: -10px;
}
.area-concept li:nth-child(3) {
    right: 0;
}
.area06 {
    padding: 50px 0 20px;
}
.area06 .ttl img{
	width: 70%;
}
.price-area .ttl img{
	width: 90%;
}
.price-area .subttl img{
	width: 80%;
}
.area-voice .ttl img{
	width: 30%;
}
.area-faq .ttl img{
	width: 40%;
}
.contact .ttl img{
	width: 40%;
}
}
@media screen and (max-width:700px){
.cv h3 {
    font-size: 1.3rem;
}
.h-sns-icon-list {
    margin: 0;
}
.h-sns-icon-list li {
    margin: 0 5px;
}
.h-sns-icon-list a{
	font-size: 1.2rem;
}
.pc-only{
	display: none;
}
.sp-only{
	display: block;
}	
header .btn {
    display: none;
}
header .logo {
    text-align: left;
    width: 75%;
}
header .logo  h1{
	display: none;
}
header .logo img{
	width: 41%;
}
header .block-flex {

    padding: 10px 0;
}
.cv {
    padding: 25px 0;
}
.cv .subttl {
    margin: 15px 0;
}
.cv .btn {
    font-size: 20px;
}
.cv .btn a {
    padding: 5px 0 10px 0px;
}
.cv .btn span {
    font-size: 14px;
}
.cv .btn a::after {
    content: '';
    width: 15px;
    height: 15px;
    right: 35px;
    margin-top: -8px;
}

.cv .tel-block{
	flex-wrap: wrap;
	margin-top: 10px;
	line-height: 1.2;
}
.cv .tel-block .elm02 {
    font-size: 34px;
    margin: 0;
    width: 100%;
}
.cv .txt {
    font-size: 15px;
    padding: 10px 0;
}
.balloon2 {
    margin: 10px 0 20px;
}
.line-area {
    padding: 20px 0;
}
.line-area .btn {
    margin: 14px 0 0;
}
.line-area .btn a {
    font-size: 16px;
    padding:10px 0;
    width: 90%;
    display: block;
    margin: auto;
}
.area-concept {
    padding: 3vw 0 1vw;
}

.area-concept li {
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 62%;
}

.area-concept li:nth-child(3){
	width: 70%;
}
.area-concept .wrapper {
    width: 95%;
}
.area06 {
    padding: 20px 0 0;
}
.area06 .ttl img {
    margin-bottom: 0;
}
.price-area h3,
.area06 h3 {
	margin-bottom: 8px;
    font-size: 20px;

}
.area06 .block img {
    margin: 5px 0;
}
.area06 p {
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 15px;
    width: 100%;
}
.price-area{
	padding:0 0 10px;
}
.price-area .wrapper{
	width: 98%;
}
.price-area .ttl {
    margin: 20px 0 0;
}

.price-area .ttl img {
    margin-bottom: 0;
}
.price-area .subttl img {
    width: 85%;
}
.price-area .plan{
	margin-bottom: 20px;
}

.price-area .price {
    text-align: center;
    margin: 30px 0;
}
.price-area .block {
    margin: 0px 0 15px;
}
.price-area .block-box{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.price-area .block-box ul {
    width: 100%;
    margin-right: 0;
}
.price-area .block-box li {
    padding: 10px;
    font-size: 16px;
}
.price-area .block-box .pic {
    width: 100%;
    margin: 0 10px 0 0;
}
.price-area .note {
    font-size: 80%;
    text-align: left;
}
.area-faq {
    padding: 20px 0;
}
.area-faq dl {
    margin-bottom: 30px;
    text-align: center;
}
.area-faq .wrapper span {

    width: 87%;
}

.contact {
    padding: 20px 0;
}
.contact input[type="submit"]{
	width: 100%;
}
footer .logo {
    width: 40%;
    margin: 0 auto;
}
footer .address {
    margin: 10px auto;
    width: 100%;
}
footer .txt{
    width: 100%;	
}
footer .copy{
	text-align: center;
	margin-top: 10px;
}
.contact .block-flex span {
    width: 100%;
    margin-bottom: 0;
}
.contact input[type="text"], .contact textarea {
    margin-bottom: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 0;
}

.sticky{
	display: block;
	position: fixed;
	bottom:0;
	width: 100%;
	z-index:999;
}
.sticky .tel ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	font-size: 19px;
}
.sticky .tel li{
	width: 50%;
}
.sticky .tel li a{
	color: #fff;
	text-decoration: none;
	padding: 13px 0;
	background: rgba(255,138,0,.9);
	font-weight: bold;
	display: block;
	text-align: center;
	
}
.sticky .tel li:first-child a{
	background: rgba(58,196,60,.9);
}
.sticky .tel i{
	padding-right: 4px;
}
.ttl img{
	width: 88%;
	margin:0 auto;
}
.cv2 .tel-num a{
	text-decoration: none;
	color: #000;
}
footer {
    margin-bottom: 40px;
}
.sticky .txt02{
	font-size: 15px;
	font-weight: bold;
}
.area-voice dl{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.area-voice dt {
    margin:0 auto;
	width: 80px;
}
.area-voice dd{
	width: 100%;
}
.area-voice dd h3 {

    font-size: 15px;
}
.area-voice {
    padding: 20px 0;
}
footer h2{
	font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.news-body {
    width: 90%;
    padding: 20px 0;
    margin: auto;
}
.news-body h1 {
    font-size: 20px;
}
.news-ttl{
	font-size: 18px;
}
.questionnaire {
    padding: 10px 0;
}
.questionnaire .txt {

    font-size: 13px;
}
.questionnaire .txt b {
    font-size: 21px;
}
}
@media screen and (max-width:380px){

}
@media screen and (max-width:320px){

.sticky .tel ul {	
    font-size: 17px;
}
.sticky .txt02 {
    font-size: 13px;
}
.topics-area li {
    font-size: 10px;
}
}