.@charset "utf-8";


/*---------wrapper---------*/

#wrapper {
width: 100%;
margin: 0 auto;
z-index: 600;
overflow: hidden;
}


/*---------contents---------*/

#contents {
width: 100%;
max-width: 80%;
margin: 0 auto 40px auto;
box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
#contents{
width: 100%;
max-width: 100%;
padding: 0 3%;
}
}


/*---------title---------*/

h3.mt01 {
font-size: 36px;
letter-spacing: 0.02em;
text-align: center;
margin-bottom: 40px;
line-height: 140%;
}

h3.mt01 hr {
border-bottom: 1px solid #323333;
width: 35%;
margin: 0 auto;
}

h3.mt02 {
font-size: 36px;
letter-spacing: 0.02em;
text-align: center;
margin-bottom: 40px;
line-height: 140%;
color: #fff;
}

h3.mt02 hr {
border-bottom: 1px solid #fff;
width: 35%;
margin: 0 auto;
}

h4 {
font-size: 28px;
letter-spacing: 0.02em;
text-align: center;
margin-bottom: 15px;
line-height: 140%;
color: #41B8A6;
}

@media only screen and (max-width: 850px) {
h3.mt01 {
font-size: 26px;
margin-bottom: 13px;
}

h3.mt02 {
font-size: 30px;
margin-bottom: 13px;
}

h4 .en {
font-size: 34px;
text-align: center;
}

h4 .point {
font-size: 34px;
text-align: center;
}

h4 {
font-size: 20px;
}
}



/*---------pagetopbt---------*/

#pagetopbt {
display: none;
position: fixed;
bottom: 10%;
right: 2%;
opacity: 0.8;
}

#pagetopbt .bt {
width: 52px;
height: 52px;
border-radius: 100px;
background-color: #41B8A6;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
cursor: pointer;
}

#pagetopbt .bt p  {
text-align: center;
padding-top: 17px;
}

#pagetopbt .bt p a {
text-decoration: none;
display: block;
font-size: 14px;
color: #fff;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.1em;
}


/*---------footer---------*/

#footer {
clear: both;
width: 100%;
}

#footer .footerbox {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

#footer .footerbox ul.copy {
clear: both;
font-weight: 500;
font-size: 12px;
letter-spacing: 0.1em;
text-align: center;
padding: 3% 0;
}

@media screen and ( max-width: 850px ) {
#footer {
margin-bottom: 60px;
}
	
#footer .footerbox ul.copy {
padding: 3% 2%;
}
}


/*---------sidebt---------*/

ul#sidebt {
position: fixed;
left: 13px;
top: 180px;
z-index: 9999;
border-radius: 5px;
box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.23);
}

ul#sidebt img {
border-radius: 5px;
}
