body {
    font: 16px/1.8 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #333;
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background-color: #FFFFFF;
}
h1, h2, h3, h4, h5 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: bold;
    color: rgba(25,45,122,1.00);
}

p {
	margin: auto;
	word-wrap: break-word;
}
img, object, embed, video {
    width : 100%;
    height: auto;
}
a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.5;
	border-style: none;
}
a:link {
    color: #192d7a;
    text-decoration: underline;
}
a:visited {
    color: #192D7A;
    text-decoration: none;
}
a:hover {
    color: #E6EAEC;
    text-decoration: none;
}
a:active {
	color: #FFB200;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}
ul,ol{
	margin: 0px;
	padding: 0px;
}
li{}
.note{
	font-weight: bold;
	margin-top: 10px;
	font-size: 90%;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
}
blockquote {
	background-color: #FF99CC;
	color: #FFFFFF;
	padding: 10px 15px;
	margin: 10px 0px;
}

.inner-box,.naviinner-box{
	margin: 0px auto;
	max-width: 1400px;
	padding: 0px;
	width: 96%;
	position: relative;
}
.inner-box_page{
    margin: 0px auto;
	max-width: 1400px;
	padding: 0px;
	width: 90%;
	position: relative;
}
section,article{
	clear: both;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}


.line-title-en{
	font-weight: lighter;
	font-size: 250%;
	text-align: center;
	color: rgba(96,20,118,1.00);
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: normal;
}
.line-title-jp{
	display: block;
	font-weight: lighter;
	text-align: center;
	border-top: 1px solid rgba(96,20,118,1.00);
	margin-bottom: 40px;
	margin-top: -10px;
	font-size: 120%;
}
.page-title-en{
	font-weight: lighter;
	font-size: 350%;
	text-align: center;
	color: rgba(96,20,118,1.00);
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
.page-title-jp{
	display: block;
	font-weight: lighter;
	text-align: center;
	border-top: 1px solid rgba(96,20,118,1.00);
	margin-bottom: 40px;
	margin-top: -10px;
	font-size: 120%;
	}

/* hero
------------------------------------------------------------------- */

#homehero {
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: top;
}
#topslid{
    width: 100%;
    position: relative;
}
#topslid ul {
    width: 100%;
}
#topslid ul li{
	list-style: none;
	text-align: center;
	width: 100%;
}
#topslid ul li img{
    max-width: auto;
    width: 100%;
    height: auto;
}
#topvis img{
}

.topcatch{
    width: 45%;
    display: block;
    position: absolute;
    left: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    top: 200px;
}
.page .hero {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto 20px;
    text-align: center;
}

.page .hero.voice{
	height: 140px;
}
.page .hero h2{
	position: absolute;
	top: 50px;
	font-size: 600%;
	font-weight: lighter;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: -0.1em;
}
.page .hero .copy{
	position: absolute;
	top: 160px;
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: -0.05em;
	color: rgba(255,255,255,0.43);
}
.page .hero .copy.dwn{
	top: 170px;
}

.pagevis{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    min-height: 180px;
}


/* main
------------------------------------------------------------------- */
#main{
	position: relative;
}
.page h3{
    border-bottom: 2px solid rgba(25,45,122,1.00);
    color: #192D7A;
    font-size: 180%;
    margin-bottom: 20px;
}
/* column set
------------------------------------------------------------------- */
.col1{
	word-wrap: break-word;
	}
.col2{
	word-wrap: break-word;
	width: 48%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	}
.col2:nth-child(2n){
    margin-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col3{
	
	width: 75%;
	word-wrap: break-word;
}
.col4{
	width: 25%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	vertical-align: top;
	margin-right: 0px;
	margin-left: 0px;
}
.col4:nth-child(4n+1){
	margin-left: 0%;
}

/* footer
------------------------------------------------------------------- */
footer{
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	clear: both;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
	-webkit-box-shadow: 0px -1px 5px rgba(0,0,0,0.15);
	box-shadow: 0px -1px 5px rgba(0,0,0,0.15);
}
footer:after{
	content: "";
  clear: both;
  display: block;
}
footer .cominfo{
	width: 30%;
	display: inline-block;
	line-height: 1.4;
	float: left;
	position: relative;
	font-size: 90%;
	min-height: 80px;
	top: 10px;
	left: 40px;
}
footer .cominfo p{
    color: #747474;
}
footer .cominfo p.ftlogo{
	padding-left: 0px;
	margin-bottom: 10px;
	width: 60%;
	text-align: left;
	margin-left: INHERIT;
	margin-right: inherit;
}
.ftlogo{
	width: 240px;
}
footer .cominfo h2{
	width: 100%;
}
footer .telbtn{
    position: relative;
    width: 22%;
    float: right;
    margin-top: 10px;
    margin-bottom: 0px;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 979px) {


/* hero
------------------------------------------------------------------- */
.home .hero{
	width: 100%;
	height: auto;
}
.page .hero{
	width: 100%;
}
    .topcatch{
    width: 45%;
    display: block;
    position: absolute;
    left: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    top: 150px;
}
footer .cominfo{
	width: 30%;
	display: inline-block;
	line-height: 1.4;
	float: left;
	position: relative;
}
footer .cominfo h2{
}
footer .telbtn{
    width: 20%;
}
}
@media screen and (max-width: 736px) {
.note{
	font-weight: bold;
	margin-top: 10px;
	font-size: 90%;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.naviinner-box{
	width: 100%;
}
.line-title-en{
	font-weight: lighter;
	font-size: 170%;
	text-align: center;
	color: rgba(96,20,118,1.00);
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-right: 0px;
	line-height: 1;
	margin-top: 10px;
}
.line-title-jp{
	display: block;
	font-weight: lighter;
	text-align: center;
	border-top: 1px solid rgba(96,20,118,1.00);
	margin-bottom: 40px;
	margin-top: -10px;
}
.inner-box,.naviinner-box{
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	position: relative;
}
/* hero
------------------------------------------------------------------- */
.home .hero{
	width: 100%;
	display: block;
	padding-bottom: 100px;
	position: relative;
	height: auto;
}
 .topcatch{
    width: 45%;
    display: block;
    position: absolute;
    left: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    top: 80px;
}
.home .hero h2{
	width: 50%;
	height: auto;
	display: block;
	position: relative;
	top: 30px;
	float: right;
	right: 10px;
}
.page .hero{
	width: 100%;
	display: block;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.page .hero h2{
	position: absolute;
	top: 30px;
	font-size: 350%;
}
.page .hero .copy{
	position: absolute;
	top: 94px;
	font-size: 80%;
	font-weight: bold;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: -0.1em;
}
.page .hero .copy.dwn{
	top: 95px;
}
#topslid ul li img{
    width: 100%;
    height: auto;
}
/* main
------------------------------------------------------------------- */
#main{
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 50px;
}
    .page h3{
    border-bottom: 2px solid rgba(25,45,122,1.00);
    color: #192D7A;
    font-size: 150%;
}
/* column set
------------------------------------------------------------------- */
.col2{
    width: 100%;
    margin-right: 0%;
}
.col3{
	width: 75%;
}
.col4{
	width: 49.5%;
	display: inline-block;
	margin-bottom: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 1%;
}
.col4:nth-child(2n+1){
	margin-left: 0%;
}
/* footer
------------------------------------------------------------------- */
footer{
	width: 100%;
	margin-top: 0px;
	clear: both;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer:after{
	content: "";
  clear: both;
  display: block;
}
footer .cominfo{
	width: 100%;
	margin-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin-left: 0px;
	left: 0px;
	top: 0px;
}
footer .telbtn{
    position: relative;
    right: inherit;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
}

}
