@charset "utf-8";
/*
#666	Text
#06C	Link
#C36	Appeal {
#28E	Main Highlight
#F61	Main
#05B	Main Hover
#04A	Main Shadow
*/

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #333;
	-webkit-text-size-adjust: 100%;
	background-image: url(../images/bg.jpg);
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-top: 180px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
img, a img {
	border: none;
	display: block;
}
a {
	color: #29D;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
ul, ol, dl {
	margin-top: 10px;
}
li {
	margin-left: 30px;
	margin-top: 3px;
}
li:first-child {
	margin-top: 0;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input, select, textarea {
	font-family: "メイリオ", sans-serif;
}
input[type="submit"] {
	padding: 10px;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
table.waku {
	margin-top: 20px;
}
table.waku th {
	background-image: url(../images/box_bg01.gif);
	font-weight: normal;
}
table.waku th, table.waku td {
	padding: 10px;
	border: 1px solid #DDD;
	background-color: #FFF;
}
table.waku2 {
	margin-top: 20px;
}
table.waku2 th {
	background-image: url(../images/box_bg01.gif);
	font-weight: normal;
}
table.waku2 th, table.waku2 td {
	padding: 5px;
	border: 1px solid #DDD;
	background-color: #FFF;
}
p {
	margin-top: 20px;
}
h1 {
}
h2 {
	font-size: 160%;
	line-height: 1.2em;
	font-weight: bold;
	color: #F61;
}
h3 {
	font-size: 120%;
	color: #FFF;
	margin-top: 40px;
	background-color: #F61;
	border-radius: 15px 0px 15px 0px;
	font-weight: normal;
	display: inline-block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1.2em;
}
h3 a {
	color: #FFF;
}
h4 {
	color: #000;
	margin-top: 30px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
}
h5 {
	font-weight: bold;
	margin-top: 20px;
	font-size: 110%;
	line-height: 1.2em;
}
.inner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.inner2 {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#fix {
	position: fixed;
	top: 0px;
	z-index: 99999;
	width: 100%;
	background-color: #FFF;
}
#header {
	overflow: hidden;
}
#logo {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo2 {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#entryBanner {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#entryBanner a {
	background-color: #29D;
	font-size: 15px;
	line-height: 25px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4BF;
	border-right-color: #07B;
	border-bottom-color: #07B;
	border-left-color: #4BF;
	font-weight: bold;
	padding: 14px;
	text-align: center;
}
#entryBanner a:hover {
	background-color: #3AE;
}
#globalNav {
	background-color: #F61;
}
#globalNav ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#globalNav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 16.666%;
}
#globalNav a {
	text-align: center;
	display: block;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F61;
}
#globalNav a:hover, #globalNav .active {
	background-color: #333;
	color: #FF0;
}
#globalNav a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: rgba(255,255,255,0.5);
}
#titleBox {
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
}
#titleBox h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #FFF;
}
#titleBox h1 span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
}
#breadcrumb {
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	background-color: #222;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
#breadcrumb a {
	color: #F61;
}

#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#breadcrumb ul li:before {
	content: "＞";
}
#breadcrumb ul li:first-child:before {
	content: "";
}
#slideHome .slick-slider {
	margin-bottom: 0px!important;
}
#slideHome .inBox {
	background-position: center center;
	background-size: cover;
	color: #FFF;
	text-align: center;
	height: 500px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	letter-spacing: 0.1em;
}
#slideHome .inBox .inner {
	margin-top: 160px;
	padding-right: 50px;
	padding-left: 50px;
}
#slideHome .inBox .inner img {
	margin-right: auto;
	margin-left: auto;
}
#slideHome .inBox .inner h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 32px;
	line-height: 85px;
	font-weight: normal;
}
#slideHome .inBox .inner p {
	line-height: 34px;
	margin-top: 0px;
	font-size: 16px;
}
#slideHome .inBox .inner p strong {
	color: #F61;
}
#slickBox2 {
	margin-top: 1px;
}

#slideHome2 img {
	height: 160px;
	width: auto;
	margin-right: 1px;
}


#footerBanner {
	background-image: url(../images/footerBanner_bg.jpg);
	background-position: center center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footerBanner img {
	margin-right: auto;
	margin-left: auto;
}
#footer {
	padding-top: 20px;
	padding-bottom: 120px;
	background-color: #F61;
	color: #FFF;
}
#footer address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#pageTop {
	border-radius: 5px;
	padding: 20px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../images/black_alpha50percent.png);
}
#pageTop:hover {
	cursor: pointer;
}
#newsBox dl {
	overflow: hidden;
}
#newsBox dl dt {
	float: left;
	margin-right: 10px;
	background-color: #BBB;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
	border-radius: 2px;
	display: block;
	margin-top: 5px;
	font-size: 80%;
}
#newsBox dl dd {
	display: block;
	overflow: hidden;
	margin-top: 5px;
}
#headlineBox {
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	margin-right: -1%;
	margin-left: -1%;
}
#headlineBox p {
	margin: 0px;
	padding: 0px;
}
#headlineBox .entryBox {
	float: left;
	width: 31.333%;
	margin-top: 15px;
	padding-right: 1%;
	padding-left: 1%;
}
#headlineBox .entryBox:last-child {
}
#headlineBox .entryBox .inBox {
}
#headlineBox .link {
	font-weight: bold;
}
#headlineBox .photo {
	height: 120px;
	display: block;
}
#headlineBox .photo a {
	height: 100%;
	width: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#headlineBox .title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-bottom: 5px;
	padding-bottom: 3px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 16px;
}
#headlineBox .date {
	font-size: 10px;
}
.catch {
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: center center;
	background-size: cover;
}
.catch2 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/bg.png);
}
.catchImg img {
	height: auto;
	width: 100%;
}
.catchInnerBox {
	padding: 30px;
	background-color: rgba(34,153,221,0.8);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	border-radius: 5px;
	color: #FFF;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.catchInnerBox h2 {
	margin-top: 0px;
	color: #FFF;
}
.catchInnerBox ul {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	display: inline-block;
}
.catchInnerBox ul li {
	text-align: left;
}
#catch_home01 {
	background-image: url(../images/catch_home01.jpg);
}
#catch_home01 h1 img {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#catch_home02 h2 {
	margin-top: 0px;
}
#catch_home02 h2 img {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#catch_home03 {
	background-color: #EEE;
	line-height: 20px;
}
#catch_home03 .inBox {
	padding: 5px;
}
#catch_home03 .inBox img {
	height: auto;
	width: 100%;
}
#catch_home03 .inBox p {
	margin-top: 5px;
	font-weight: bold;
	color: #F61;
}
#catch_home03 .inBox ul {
	margin-top: 5px;
}
#catch_home03 .inBox ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F61;
	list-style-type: none;
	margin: 0px;
}
#catch_about01 {
	background-color: #EEE;
}
#staffList {
	overflow: hidden;
	margin-bottom: -80px;
}
#staffList .inBox {
	width: 46%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 80px;
}
#staffList .inBox img {
	height: auto;
	width: 100%;
}
#staffList .inBox p {
	font-size: 16px;
	line-height: 24px;
	color: #2AC;
	font-weight: bold;
}
#staffList .inBox ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#staffList .inBox ul li:after {
	content: "｜";
}
#staffList .inBox ul li:last-child:after {
	content: "";
}
#staffList .inBox ul li strong {
	color: #000;
}
#staffList .inBox .button {
	margin-top: 10px;
}
#staffBox img {
	width: 460px;
	margin-top: 20px;
	height: auto;
}
#careerBox ul li {
	list-style-type: none;
	margin: 0px;
	background-image: url(../images/arrow01-trans.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#careerBox ul li:last-child {
	background-image: none;
}
#careerBox ul li span{
	border: 1px dotted #999;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
}

#faqBox {
	padding-bottom: 80px;
}

#faqBox h2 {
	margin-top: 80px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 80px;
}
#faqBox h2:first-child {
	margin-top: 0px;
	border-top-style: none;
}
.anchorLink {
	padding-top: 180px;
	margin-top: -180px;
}
.button {
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
}
.button a {
	background-color: #29D;
	font-size: 15px;
	line-height: 38px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4BF;
	border-right-color: #07B;
	border-bottom-color: #07B;
	border-left-color: #4BF;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
.button a:hover {
	background-color: #3AE;
}
.columnBox {
	overflow: hidden;
	margin-right: -1%;
	margin-left: -1%;
}
.columnBox img {
	width: 100%;
	height: auto;
}
.column2 {
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
}
.column3 {
	float: left;
	width: 31.333%;
	padding-right: 1%;
	padding-left: 1%;
}
.column4 {
	float: left;
	width: 23%;
	padding-right: 1%;
	padding-left: 1%;
}
.clear {
	clear: both;
}
.imgLeft {
	float: left;
	margin-right: 20px;
}
.imgRight {
	float: right;
	margin-left: 20px;
}
.imgCenter {
	margin-right: auto;
	margin-left: auto;
}
.overflow_h {
	overflow: hidden;
	zoom: 1;  /* IE6,7対策 */
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.nowrap {
	white-space: nowrap;
}
.margin_top00 {
	margin-top: 0px!important;
}
.margin_top05 {
	margin-top: 5px!important;
}
.margin_top10 {
	margin-top: 10px!important;
}
.margin_top15 {
	margin-top: 15px!important;
}
.margin_top20 {
	margin-top: 20px!important;
}
.margin_top30 {
	margin-top: 30px!important;
}
.margin_top40 {
	margin-top: 40px!important;
}
.margin_top80 {
	margin-top: 80px!important;
}
.text_small {
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
}
.text_large {
	font-size: 18px;
	line-height: 24px;
}
.textmodeZenkaku {
	ime-mode: active;   /* 全角モード */
}
.textmodeHankaku {
	ime-mode: disabled; /* 半角モード */
}
.appeal_color {
	color: #E17;
}
.attentionList {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-left: 0px;
}
.box_waku01 {
	padding: 19px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-image: url(../images/box_bg01.gif);
	background-color: #FFF;
}
.formBox {
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 10px;
	background-image: url(../images/box_bg01.gif);
	border: 1px solid #EEE;
	background-color: #FFF;
}
.formBox dl {
	margin: 0px;
	padding: 0px;
}
.formBox dt {
	float: left;
	width: 23%;
	clear: both;
	padding: 1%;
	margin: 0px;
	text-align: right;
}
.formBox dd {
	margin: 0px;
	padding: 1%;
	float: left;
	width: 73%;
}
.w30percent {
	width: 30%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w80percent {
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w100percent {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.img_waku01 {
	border: 1px solid #CCC;
}
.icon_link {
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	list-style-type: none;
}
.tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
}
.heightLine {
}
