@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#ffffff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing:0.1em;
	color: #000000;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
	vertical-align:top;
}

/* container全体 */

#container{
    position: relative;
    overflow-x: hidden;
	width:750px;
	margin: 0 auto;
}

#header{
}
#content-area{
}

@media screen and (max-width:990px) {
	#header{
	}
	#content-area{
	}
}

/* ヘッダー エリア */
.header-area div{
	position: relative;
}

/* コンテント エリア */
section{
	position: relative;
}
.section-inner{
	padding: 0 80px;
}

/* ボタン 
.btn-style{
	background-color: #ffa58d;
	padding: 4px 23px;
	border-radius: 4rem;
}*/


/*追加cssLP用*/
@media screen and (max-width:768px) {

#content-area {
    background-color: #ffd2d2;
}

.section-inner {
padding-left: 0px;
padding-right: 0px;
}

.section-inner a img {
    position: relative !important;
    bottom: 40px !important;
    right: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80% !important;
    height: auto !important;
    left: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transform: translateX(0%) !important;
}

}

/*追加css共通*/
#container{
    padding-top: 50px;
    width: 100%;
	max-width:750px;
}
header {
--tw-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
position: fixed;
top: 0px;
width: 100%;
background-color: #FFFFFF;
z-index: 100;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
header a {
}
header a img {
width: 100%;
height: auto;
max-width: 130px;
}
footer {
width: 100%;
}
footer .sec1 {
width: 100%;
max-width: 750px;
text-align: center;
padding-top: 50px;
padding-bottom: 30px;
margin-left: auto;
margin-right: auto;
}
footer .sec1 img {
width: 60%;
max-width: 200px;
height: auto;
margin-bottom: 10px;
}
footer .sec1 p {
font-size: 12pt;
line-height: 1.4em;
}
footer .sec2 {
background-color: #00916A;
padding-top: 50px;
padding-bottom: 20px;
}
footer .sec2 ul {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
footer .sec2 ul li {
}
footer .sec2 ul li a{
color: #FFFFFF;
text-decoration: none;
    font-size: 10pt;
}
footer .sec2 ul li a:hover{
text-decoration: underline;
}
footer .sec2 p{
color: #FFFFFF;
font-size: 10pt;
line-height: 1.4em;
text-align: center;
}

