@charset "utf-8";
/* manual
========================================== */
.pcOnly {
    display: none;
}
.spOnly {
    display: block;
}
.tabOnly{
    display:none;
}
.pctabOnly {
    display: none;
}
.tabspOnly {
    display: block;
}
.pcspOnly {
    display: block;
}

body,
body p{
	font-size: 14px;
}

/* header
========================================== */
header .hd {
	padding: 5px 0;
}
header .hd .logo {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
header .hd .logo img {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
header .gnav {
    width: 100%;
}
header .gnav .gn {
    width: 100%;
    display: flex;
	justify-content:space-between;
}
header .gn li a {
	padding: 0 5px;
	box-sizing: border-box;
}
header .gn li span {
  display: none;
}
h3.tit {
    font-size: 1.3rem;
    padding: 10px 5px;
	margin: 0 0 50px; 
}
.bg_brown {
	padding: 50px 0;
}
.subtitle {
    font-size: 16px;
	margin-bottom: 30px;
}
.mainW .btn{
	bottom: 1%;
	right: 5%;
	left: 5%;
	padding: 5px 20px;
	font-size: 14px;
	width: 90%;
	
}
.mainW .btn span{
	font-size: 16px;
}
.mainW .btn::after {
    right: 1%;
    font-size: 18px;
}

.sec01 .sec01_txt h2 {
	font-size: 1.5rem;
}
.sec02{
	padding: 80px 0 0;
}
.sec02 .fukidashi{
	width: 90%;
	font-size: 1.5rem;
	padding: 15px 5px;
}
.sec02 .question{
	display: inherit;
	margin-bottom: 30px;
}
.sec02 .question div{
	width: 100%;
	margin-bottom: 10px;
}
.sec02 .table{
	overflow-x: scroll;
}
.sec02 .table table {
  border-collapse: collapse;
  white-space: nowrap;
}
.sec02 table td{
	padding: 5px;
}
.sec02 table .brown{
	font-size: 18px;
}
.sec02 table .gray{
	font-size: 18px;
}
.sec02 table .yellow span{
	font-size: 16px;
}
.sec02 table p{
	padding: 10px 10px 10px 5px;
}
.sec03 {
    padding: 50px 0;
}
.sec03 ul {
	width: 90%;
	margin: 0 auto;
}
.sec03 ul li {
    width: 100%;
	margin-bottom: 10px;
}
.sec03 ul li div {
    font-size: 1.6rem;
}
.sec03 dl{
	align-items: normal;
}
.sec03 dl dt{
	display: grid;
    place-items: center center;
	padding: 5px;
	width: 25%;
}
.sec03 dl dd{
	width: 73%;
}
.sec04 ul li:first-child img{
	width: 80%;
	margin: 0 auto;
}
.sec04 ul li:last-child{
	width: 100%;
}
.sec04 ul li:last-child h4{
	padding: 10px 5px;
	font-size: 16px;
}
.sec04 ul li:last-child p{
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
}
.sec04 {
    margin-bottom: 50px;
}

.sec05 {
    padding: 50px 0;
}
.sec05 h5 {
    font-size: 18px;
}
.sec05 ul {
    margin-bottom: 20px;
}
.sec05 ul li{
	width: 48%;
	margin-bottom: 10px;
}
.sec05 ul li h4{
	height: 70px;
	font-size: 14px;
}
.sec05 ul li h4 span{
	font-size: 17px;
}
.sec05 ul li div,
.sec05 ul li p {
	padding: 5px;
}
.sec05 dl dt{
	width: 100%;
	margin-bottom: 10px;
}
.sec05 dl dd{
	width: 100%;
}
.sec05 dl dd img{
	display: none;
}
.sec05 dl dd h6 {
	font-size: 16px;
}
.sec05 dl dd ul li .red{
	display: contents;
}

.sec06 {
    padding: 50px 0;
}
.sec06 .subtitle{
	margin-bottom: 30px;
}
.sec06 .contact{
	width: 100%;
    padding: 30px 10% 30px 5%;
}
.sec06 .contact p{
	font-size: 14px;
}
.sec06 .contact p span{
	font-size: 25px;
}
.sec06 .contact .material-icons-outlined {
	font-size: 30px;
}
.sec06 .fukidashi{
	width: 96%;
	font-size: 1.2rem;
	padding: 15px 5px;
	box-sizing: border-box;
	margin: 0 auto 50px;
}


/* footer
========================================== */

footer {
	padding: 15px 0 80px;
}
footer p {
	font-size: 12px;
}
footer ul li{
	font-size: 14px;
	margin-bottom: 5px;
}
footer ul li:first-child{
	text-align: center;
}
footer ul li:first-child img{
	width: 60%;
}
footer dl{
	margin: 10px auto 0;
}
footer dl dt {
	width: 100%;
	margin-bottom: 10px;
}
footer dl dd {
	width: 100%;
}
footer dl dd .tel{
	font-size: 12vw;
}
