@charset "UTF-8";
@import url("common.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
html, body, div, span, object, iframe, h1, .recent-updated-heading, 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, button, input[type=submit], input[type=button] {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*=============================================================
#base
=============================================================*/

body,html{
}
img {
	max-width: 100%;
	height: auto;
	min-width:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none;
}
html {
}
body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 1rem;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	background-color: #FFF;
	text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
}
:focus {
	outline: 0;
}
iframe {
	width : 100%;
}
#container {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
a {
	text-decoration: none;
}
p,ul,ul li,ol,ol li,dl,dt,dd{
color: #4e4335;
text-align: left;
}
small{
font-size: 0.8rem;
}
.drawerfixed {
    overflow: auto;
    height: 100%;
}
.sphd{
	display: none;
}
.body{
width: 90%;
margin: 0 auto;
}
/*=============================================================
タイトル
=============================================================*/
.title {
width: 100%;
margin: 0 auto;
text-align: left;
}
.title img{
min-width: 30%!important;
max-width: 30%!important;
}
h2 {
font-size: 22px;
font-weight: 600;
color: #ff4335;
line-height: 1.6em;
text-align: left;
}
h3 {
font-size: 20px;
font-weight: 600;
color: #000;
line-height: 1.6em;
text-align: left;
margin-bottom: 30px;
}
/*=============================================================
ボタン
=============================================================*/
.btn{
border: 6px double #22d694;
display: block;
width: 250px;
padding: 20px;
text-align: center;
text-decoration: none!important;
color:#229c7c!important;
font-size: 20px;
}
.btn_line{
background: #70c35e;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
width: 200px;
padding: 0.5em 2em 0.5em 1em;
text-align: center;
text-decoration: none!important;
color:#fff!important;
}
.btn_line::before{
content: "";
width: 33px;
height: 31px;
background: url("../image/line.png");
background-size: contain;
background-repeat: no-repeat;
padding-right: 20px;
}
/*=============================================================
#header
=============================================================*/
#header {
width: 100%;
height: 50px;
margin: 0 auto;
z-index: 1000!important;
}
#header .left {
width: 20%;
min-width: 200px;
padding: 10px;
}
#header .left p {
display: none;
}
#header .header_nav ul {
display: none;
}
#sp_header .header_nav ul li{
text-align: center;
margin: 0 auto;
}
#sp_header .header_nav ul li{
border-bottom: solid 1px #229c7c;
padding: 1em;
margin: 0 1em;
}
#sp_header .header_nav ul li a{
color:#229c7c;
font-weight: bold;
}

/*=============================================================
#FOOTER
=============================================================*/
.contact_link{
	position: fixed;
    bottom: 0;
	right: 0;
    z-index: 8000;
    width: 30%;
}
#footer {
width: 100%;
background: url("../image/footer_bg.jpg");
background-size: cover;
padding: 30px 0 60px;
}
#footer .footer_box {
margin: 0 auto;
max-width: 90%;
padding: 10px 0 30px;
}
#footer .footer_box .left {
text-align: left;
max-width: 200px;
}
#footer .footer_box .left .logo {
padding-bottom: 10px;
}
#footer .footer_box .left p {
color: #4e4335;
padding-bottom: 25px;
font-size: 12px;
text-align: left
}
#footer .footer_box .left ol {
display: flex;
justify-content:flex-start;
}
#footer .footer_box .left ol li{
padding-right: 10px;
width: 30px;
}
#footer .footer_box .right {
padding-top: 15px;
}
#footer .footer_nav ul {
text-align: right;
}
#footer .footer_nav ul li {
margin: 0 0 10px auto;
max-width: 200px;
text-align: right;
}
#footer .footer_nav ul li a{
color: #4e4335;
text-decoration: none;
font-size: 14px;
font-weight: 300;
max-width: 200px;
}
#footer .footer_nav ul li a:hover{
text-decoration: underline;
}
#footer p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #4e4335;
    text-align: center;
}
