@charset "utf-8";

div#Contents,
.GridSet,
.Grid4 {
    width: 100%;
    margin: auto;
    overflow: visible;
}

div.Section {
width: 100%;
}

div.Section.Gray {
background: #aaaaaa;
}

div.Section:before {
content: "";
display: block;
clear: both;
float: none;
}


.Section>.Inner {
width: 965px;
margin: auto;
padding: 2em 0;
word-break: break-word;
}

.Section h2 {
    text-align: center;
    font-size: 2.2em;
    padding: .5em 0;
}


.Section .Inner h3 {
    background: transparent;
    border: none;
    font-size: 1.8em;
    text-align: center;
}


.Section .Inner h3:after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

.PageTitleStyle3 {
    background: linear-gradient(145deg,#D3FFFE,#BEEFEC);
    height: 425px;
    margin-bottom: 0;
}

.PageTitleStyle3 .Wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.PageTitleStyle3 .Inner {
	width: 100%;
	background: rgba(0,0,0,.8);
	display: block;
	margin: auto;
	padding: 1em 0;
}

.PageTitleStyle3 .Inner h1 {
	width: 965px;
	margin: auto;
	font-size: 2.6em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}


.PageTitleStyle3 .Inner .Read {
	width: 965px;
	margin: auto;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);	
}


.Contact .TextStyle1 {
    width: 720px;
    display: block;
    margin: auto;
}

.Contact {
    margin: 6em auto 1em;
}


.Contact a:link,
.Contact a:visited {
    display: flex;
    align-items: center;
    justify-content: center;;
    color: #fff;
    width: 100%;
    background: linear-gradient(145deg,#194893,#275aac);
    text-align: center;
    font-weight: bold;
    font-size: 2.4em;
    text-shadow: 0 1px 2px rgba(0,0,0,.8),0 -1px 2px rgba(0,0,0,.8);
    text-decoration: none;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    padding: 1em 0;
    margin: 1em auto;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: .08s ease-in;
}

.Contact a:hover {
    box-shadow: 0 5px 10px 2px rgba(0,0,0,.3);
}

.Grid4 .ColumnOneThird {
	width: calc((100% / 3) - 10.5px);
	margin: 0 0 0 15px;
	padding: 0em;
	box-sizing: border-box;
	float: left;
	transition: .08s ease-in;
}


.Grid4 .ColumnSet .ColumnOneThird:nth-of-type(1) {
	margin: 0;
}

@media screen and (max-width: 994px) {
    .JS #Contents,
    .JS .GridSet,
    .JS .Grid4 {
        padding:0;
        margin: 0;
        width: auto;
    }

    .JS .Inner {
        padding: 1em;
        width: auto;
    }

    .JS .PageTitleStyle3 h1 {
        line-height: 1.2;
    }
	
	.JS .PageTitleStyle3 .Read {
		width: auto;
	}
	
	.JS .ColumnSet {
		margin: 0;
	}

}

@media screen and (max-width: 767px) {

    .JS .PageTitleStyle3 h1{
        font-size: 1.6em;
    }
    .JS .PageTitleStyle3 .Read {
        font-size: 1.4em;
    }


    .JS .Section h2 {
        font-size: 1.4em;
    }

    .JS .Section .Inner h3 {
        font-size: 1.4em;
        text-align: left;
    }


   .JS .Contact a:link,
   .JS .Contact a:visited,
   .JS .Contact .TextStyle1 {

       width: auto;
       justify-content: flex-start;
    }

    .JS .Contact a:link,
    .JS .Contact a:visited {
        font-size: 1.6em;
        justify-content: center;
    }


	
	.JS .Grid4 .ColumnSet .ColumnOneThird:nth-of-type(1),
	.JS .Grid4 .ColumnOneThird {
		width: 100%;
		float: none;
		margin: 0 0 1em;
	}



}