/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, detals, figcaption, figure,
footer, header, hgroup, menu,i nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.7;
    margin: 0; 
    font-family: "Sawarabi Gothic";
    color: #222;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}
li{
    list-style: none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    text-decoration: none;
    background:transparent;
    color: #63A0FD;
}
a:visited{
  color: #333;
}

h1,h2,h3,h4{
    font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: bold;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    color: #444;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}input,
select {
    vertical-align: middle;
}


/* 16px */
p {
    font-size: 1.4rem;
    line-height: 1.7
}

/* 16px */
li {
    font-size: 1.6rem;
}

/* 16px */
li p {
    font-size: 1.6rem;
}

input,
textarea {
    font-size: 1.6rem;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6em;
}



#logo{
    position: fixed;
    top: 25px;
    left: 30px;
    z-index: 11111;
}

#logo a {
    display: block;
    width: 190px;
}
#logo a img{
    width: 100%;
}


#contact{
  min-height: 200px;
  background: #333;
  padding: 50px;
  background: url(../img/contact01.jpg)no-repeat center center;
  -webkit-background-size: cover;
    background-size: cover;  
}

h2 {
    text-align: center;
    color: #333;
    margin-bottom: 80px;
    font-size: 6.6rem;
    line-height: 1;
}
h2 span{
    display: block;
    margin-top: 20px;
    font-size: 1.8rem;
    position: relative;
    width: 20%;
    margin: 15px auto;
    width: 200px;
}

h2 span:before{
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: #000;
    position: absolute;
    top: 8px;
}
h2 span:after{
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: #333;
    position: absolute;
    top: 8px;
    right: 0px;
}
#contact h2 span:before,
#contact h2 span:after{
    background: #fff;
    width: 30px;
}
#contact > h2{
    font-size: 5.4rem!important;
    color: #fff;
    margin-bottom: 40px;
}
.contactBtn{
    display: flex;
    justify-content: space-around;
}
.contactBtn span{
    display: block;
    font-size: 3.4rem;
    font-weight: bold;
}

.contactBtn a{
    display: block;
    padding: 20px;
    border: 3px solid #fff;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}

.contactBtn a:visited{
    color: #fff;
}

 .contactBtn{

  height: 220px!important;
 }
div.snip1340 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  margin: 10px;
  width: 100%; 
}
div.snip1340 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.snip1340:after {
  background: #ffffff;
  width: 100%;
  height: 155px!important;
  box-sizing: border-box;
  position: absolute;
  content: '';
  opacity: 0.75;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.snip1340 a {
    width: 100%;
  position: absolute;
  z-index: 1;
}
div.snip1340:hover:after{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
div.snip1340:hover a{
    color: #333;
}
footer{
    padding: 20px 0 0;
}
footer a{
    transition: all .3s;
    font-weight: bold;
}
footer a:visited{
    color: #333;

}
footer a:hover{
    color: #63A0FD;

}
#contact ul,
footer ul{
    display: flex;
    margin: 0 auto 0 auto;
    width: 450px;
    justify-content: space-between;
}
.copy{
    margin-top: 20px;
    text-align: center;
    padding: 10px 0;
   background: #52a0fd; 
   font-size: 1.2rem;
   color: #fff;
}

/*¥á¥Ë¥å©`*/

@media (max-width: 768px) {

#logo {
    position: fixed;
    top: 25px;
    left: 10px;
    z-index: 11111;
}
#logo a {
    display: block;
    width: 160px;
}
#contact{
    padding: 20px;
}
#contact h2{
    margin-bottom: 20px;
}
.contactBtn{
    display: block;
    justify-content: space-around;
    height: auto!important;
}
div.snip1340{
    margin: 0 auto;
}
div.snip1340:after{
    height: 0!important;
}
div.snip1340 a:hover{
    color: #fff;
}
.contactBtn a{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.contactBtn span{
    font-size: 2.8rem;
}
div.snip1340 a {
    width: 100%;
  position: relative;
  z-index: 1;
}
.btn a {
    margin: 20px auto;
    display: block;
    height: 35px;

}
footer ul{
    display: flex;
    margin: 0 auto;
    width: 90%;

}
}
/*ÏÂŒÓ¥Ú©`¥¸*/

#sub_contents{
    background: #f6f6f6;
}
#sub_contents .sub {
    max-width: 960px;
    margin: 100px auto;
}
#sub_contents h1{
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 100px;
    height: 350px;
    padding-top: 150px;
    box-sizing: border-box;
    color:#333;
}
.sub h2{
    font-size: 2.4rem!important;
    text-align: center;
    margin-bottom: 40px;
}

.sub p{
    font-size: 1.6;
}