@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules

bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;


----------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	line-height: 100%;
}
a {
	text-decoration: none;
	outline: none;
	transition: 0.2s ease-in;
}
a img {
	transition: 0.2s ease-in;
}
a img:hover {
	opacity: 0.8;
}
a {
	color: #448EE3;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
#contents p {
	line-height: 1.7;
}
ul, ol {
	list-style-type: none;
}
ul li, ol li, dl {
	line-height: 1.7;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.7;
}
::selection {
	background-color: #888;
	color: #FFFFF3; /* Safari */
}
::-moz-selection {
background-color: #888;
color: #FFFFF3; /* Firefox */
}
h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 100%;
}

/* #wrap{
	padding-top:151px;
} */


/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
br.clear_all {
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie {
	display: block!important;
	content: " ";
}
}
div.clear_noie {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
	z-index: 10;
}
#topcontrol a {
	background: url(../scripts/scrolltop/scrollup.png) center center no-repeat;
	/* background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat; */
	/* background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; */
	/* IE8 and below */
	/* *background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; */
	/* IE7 and below */
	/* _background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; */
	/* IE6 */
	font-size: 0;
	display: block;
	height: 60px;
	width: 60px;
	background-size: 50px 50px;
	opacity: 0.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 60px 60px;
	opacity: 1;
}
/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/

#sample {
	display: none;
	visibility: hidden;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/

#header {
	/* position: relative; */
	position: fixed;
	top: 0;
	/* right: 0;
	left: 0; */
	z-index: 100;
}
/* #header .eng {
	position: absolute;
	right: 10% !important;
	top: 38px !important;
}
#header .eng a {
	border: 2px solid #1752a1;
	background: #1752a1;
	color: #fff;
	padding: 10px 30px;
}
#header .eng a:hover {
	border: 2px solid #1752a1;
	background: #fff;
	color: #1752a1;
} */
/* #header h1 {
	padding: 20px 0px;
	text-align: center;
	background: #fff;
} */
/* #header header {
	background: #1752a1;
	padding: 10px 0px;
	text-align: center;
} */
/* #header header ul li {
	margin-right: 10px;
	width: 190px;
} */
/* #header header ul li.last {
	margin-right: 0px !important;
} */
/* #header header ul li a {
	color: #fff;
	display: block;
	letter-spacing: 1px;
	padding: 10px 0;
} */

/* #header .fix_btn{
	position: fixed;
	right: 0;
	top: 180px;
	width: 53px;
	height: 255px;
	z-index: 100;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	box-sizing: border-box;
	background: #1797a1;
}
#header .fix_btn a{
	color: #fff;
	display: block;
	cursor: pointer;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 57px 20px;
	font-size: 20px;
	letter-spacing: 0.12em;
	font-weight: bold;
} */
/* .hvr-underline-from-center:before {
	background: #fff !important;
} */
/* .menu-dropdown-icon {
    position: relative;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile::after {
    content: "";
    float: right;
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-25%);
}
.menu-dropdown-icon::before {
    background: #fff none repeat scroll 0 0;
    color: #333;
    content: "";
    cursor: pointer;
    display: none;
    float: right;
    font-family: "Ionicons";
    padding: 1.5em 2em;
} */
/* .menu > ul {
    box-sizing: border-box;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
} */
/* .menu > ul::before, .menu > ul::after {
    content: "";
} */
/* .menu > ul::after {
    clear: both;
} */
/* .menu > ul > li {
    float: left;
    margin: 0;
    padding: 0;
} */
/* .menu > ul > li a {
    color: #fff;
    display: block;
    padding: 1.5em 3em;
    text-decoration: none;
} */
/* .menu > ul > li > ul {
    background: #1752a1 none repeat scroll 0 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 99;
} */
/* .menu > ul > li > ul::before, .menu > ul > li > ul::after {
    content: "";
    display: table;
}
.menu > ul > li > ul::after {
    clear: both;
} */
/* #gNav.menu > ul > li > ul > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
} */
/* #gNav.menu > ul > li > ul > li a:hover {
    color: #000;
} */
/* .menu > ul > li > ul > li > ul {
    box-sizing: border-box;
    display: block;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
} */
/* .menu > ul > li > ul > li > ul::before, .menu > ul > li > ul > li > ul::after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul::after {
    clear: both;
} */
/* .menu > ul > li > ul > li > ul > li {
    float: left;
    font-size: 0.8em;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0 none;
}
.menu > ul > li > ul.normal-sub {
    left: 0;
	top: 42px;
    padding: 10px 20px;
    text-align: center;
    width: 230px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0 none;
    padding: 1em 0;
} */

/* #mv01{
	margin-top: 151px;
} */
/*-- footer --*/

	/*
footer {
	padding: 20px 0px 10px;
}*/
/* footer #ftrBlue {
	background: #0b3773;
	color: #fff;
	padding: 50px 0px;
} */
/* footer .ftrL {
	float: left;
	width: 600px;
} */
/* footer #ftrBlue .ftrL {
	padding-left: 90px;
} */
footer #ftrBlue .ftrL .txt1 {
	font-size: 24px;
	line-height: 180%;
	/* padding-bottom: 40px; */
	padding-bottom: 20px;
}
footer #ftrBlue .ftrL .txt1 span {
	display: block;
	font-size: 13px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosCnRegular', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 400;
	font-stretch: condensed;
}
footer #ftrBlue .ftrL .txt {
	/* font-size: 14px; */
	font-size: 15px;
	line-height: 180%;
}
footer #ftrBlue .ftrL .tele {
	font-size: 16px;
	line-height: 180%;
	padding-bottom: 10px;
	letter-spacing: 1px;
	font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosCnRegular', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-stretch: condensed;
}
footer #ftrBlue .ftrL .tele span {
	font-size: 26px;
	line-height: 180%;
	font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosCnRegular', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 400;
	font-stretch: condensed;
}
/* footer .ftrR {
	float: right;
	width: 500px;
} */
/* footer .ftrR .btn_top{
	width: 440px;
	margin: 0 auto;
}
footer .ftrR .btn_top a {
	border: 2px solid #fff;
	color: #fff;
	display: block;
	padding: 20px 0;
	text-align: center;

}
footer .ftrR .btn_top a img{
	display: block;
	width: 71%;
	margin: 0 auto;
} */
/* footer .ftrR .btn {
	margin: 0 30px;
	padding-top: 30px;
}
footer .ftrR .btn a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 20px 0;
    text-align: center;
}
footer .ftrR .btn a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #0b3773;
}
footer .ftr02 {
	padding: 20px 0px 10px;
}
footer .ftr02 .ftr02 .logo {
	padding: 20px 0px;
}
footer .ftr02 .ftrL .address {
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 1px;
	padding-bottom: 40px;
} */
/* footer .ftr02 .ftrL .copy {
	font-size: 10px;
	letter-spacing: 1px;
	font-style: italic;
} */
/* footer .ftr02 .ftrR {
	text-align: right;
}
footer .ftr02 .ftrR ul li {
	display: inline-block;
	margin-right: 30px;
}
footer .ftr02 .ftrR ul li a {
	color: #000;
}
footer .ftr02 .ftrR ul li a:hover {
	color: #0b3773;
	text-decoration: underline;
}
footer .ftr02 .ftrR ul li a i {
	color: #0b3773;
}
footer .ftr02 .ftrR ul li.last {
	margin-right: 0px !important;
} */
/*----------------------------------------------------
	☆cmn
----------------------------------------------------*/



.mincho {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 1px;
}
.times {
	font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	line-height: 20px;
	letter-spacing: 1px;
}
#mv01 h2 {
	padding: 200px 0px;
	text-align: center;
}
h3.head01 {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 180%;
	margin-bottom: 30px;
}
h3.head01 span {
	display: block;
	color: #1752a1;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosCnRegular', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 400;
	font-stretch: condensed;
}
h3.head02 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 180%;
	margin-bottom: 30px;
}
h3.head02 span {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 2px;
	font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosCnRegular', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 400;
	font-stretch: condensed;
}
