@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

= Reset

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*wp*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
body {line-height:1;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse; border-spacing:0;}
header ol,header ul,footer ol,footer ul {list-style:none;}

/*sp*/
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
body {-webkit-text-size-adjust: 100%;}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

= Base

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	background: #fff;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 15px;
	line-height: 1;
}

body.small {
	font-size: 13px;
}

body.large {
	font-size: 18px;
}

input, textarea {
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
}

a {
	color: #0270c3;
}

a:hover {
	text-decoration : none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a img {
	overflow: hidden;
}

input, select {
	vertical-align: middle;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

= Parts

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* clearfix */
.clfx {
	zoom:1;
	min-height: 1px;
}

.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	visibility: hidden;
}

.nowrap {
	white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

= Common

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#loader_wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 9998;
}

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	text-align: center;
	z-index: 9999;
}

#loader p {
	margin-top: 10px;
	color: #999;
}

/*= header ---------------------------------------------------------------------------------------- */

header {
	max-width: 1100px;
	margin: 0 auto 20px;
	padding: 0 60px;
}

header h1 {
	float: left;
	margin-top: 23px;
}

header .wrapper {
	float: right;
	margin-top: 29px;
	text-align: right;
}

header .navi {
	padding-bottom: 15px;
	letter-spacing: -0.5em;
}

header .navi li {
	display: inline-block;
	margin-left: 17px;
	padding-left: 17px;
	border-left: 2px solid #dadada;
	font-size: 0.923em; /*12px*/
	letter-spacing: normal;
}

header .navi li:first-child {
	margin-left: 0;
	padding-left: 0;
	border: none;
}

header .navi li a {
	color: #333;
	text-decoration: none;
}

header .navi li a:hover {
	text-decoration: underline;
}

header .font_size {
	display: inline;
	padding-right: 5px;
	font-size: 0.846em; /*11px*/
}

header .font_size p {
	display: inline;
	padding-right: 5px;
}

header .font_size ul {
	display: inline;
}

header .font_size li {
	display: inline-block;
	padding: 8px;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	background: #f6f6f6;
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

header .font_size li:hover,
header .font_size li.textresizer-active {
	border-color: #0270c3;
	background: #0270c3;
	color: #fff;
}

header #search {
	position: relative;
	display: inline;
}

header #search input[type=text] {
	display: inline-block;
	width: 180px;
	padding: 3px 30px 3px 10px;
	border: 1px solid #d5d5d5;
	border-radius: 50px;
	background: #f6f6f6;
	color: #333;
}

header #search input[type=submit] {
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 5;
	border: none;
	background: none;
	color: #666;
	font-family: FontAwesome;
	font-size: 1.077em; /*14px*/
	cursor: pointer;
}

body.large header #search input[type=submit] {
	top: 2px;
	right: 8px;
}

/*= main_visual ----------------------------------------------------------------------------------- */

#main_visual_bg {
	width: 100%;
	background: #f0f8ff;
	background: linear-gradient(to bottom, #6af, #fff);
}
#main_visual {
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
}
#main_visual img {
	width: 100%;
	height: auto;
}

body.lower #main_visual {
	background: #ddeff7;
}

body.lower #main_visual .image_wrapper {
	max-width: 980px;
	margin: 0 auto;
}

body.lower #main_visual .text_wrapper {
	width: 50%;
	min-height: 300px;
	padding: 25px;
	background: rgba(23, 138, 227, 0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#B3178ae3,EndColorStr=#B3178ae3);
}

body.lower #main_visual h1 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 2.4em;
}

body.lower #main_visual p {
	color: #fff;
	line-height: 1.6;
}

/*= gnavi ----------------------------------------------------------------------------------- */

#gnavi {
	max-width: 1000px;
	margin: 35px auto 15px;
}

#gnavi ul {
	display: table;
}

#gnavi li {
	display: table-cell;
	list-style-type: none;
	padding-bottom: 6px;
}

#gnavi li a:hover {
	border-bottom: 3px solid #0270c3;
}

#gnavi li img {
	width: 100%;
	height: auto;
}

#gnavi li .list_wrapper {
	position: relative;
	display: none;
	z-index: 9999;
}

#gnavi li ul {
	position: absolute;
	top: 0;
	padding-top: 20px;
	background: url(../images/gnavi/home_gnavi_bg.png) 42px 10px no-repeat;
}

#gnavi li.gnavi_01 ul,
#gnavi li.gnavi_02 ul,
#gnavi li.gnavi_03 ul,
#gnavi li.gnavi_04 ul {
	left: 0;
}

#gnavi li.gnavi_05 ul,
#gnavi li.gnavi_06 ul,
#gnavi li.gnavi_07 ul,
#gnavi li.gnavi_08 ul {
	right: 0;
}

body.lower #gnavi li.gnavi_02 ul {
	background-position: 57px 10px;
}

body.lower #gnavi li.gnavi_03 ul {
	background-position: 36px 10px;
}

body.lower #gnavi li.gnavi_04 ul {
	background-position: 58px 10px;
}

body.lower #gnavi li.gnavi_05 ul {
	background-position: right 62px top 10px;
}

body.lower #gnavi li.gnavi_06 ul {
	background-position: right 42px top 10px;
}

body.lower #gnavi li.gnavi_07 ul {
	background-position: right 64px top 10px;
}

body.lower #gnavi li.gnavi_08 ul {
	background-position: right 54px top 10px;
}

#gnavi li li {
	position: static;
	display: block;
	padding: 0;
}

#gnavi li li a {
	display: block;
	width: 250px;
	padding: 10px 15px;
	border-top: 1px solid #fff;
	border-radius: 20px;
	background: #0270c3;
	text-align: left;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
}

#gnavi li li:first-child a {
	border: none;
}

#gnavi li li a:hover {
	background: #40dd9a;
}

#gnavi li .size_l li a {
	width: 350px;
}

#gnavi_slide {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 100;
	display: block;
}

#gnavi_slide div.slide_btn {
	display: inline-block;
	margin-top: 10px;
	color: #0270c3;
	font-family: FontAwesome;
	font-size: 30px;
	cursor: pointer;
}

#slide_main {
	display: block;
	position: fixed;
	top: 0;
	right: -260px;
	height: 100%;
	z-index: 100;
	width: 260px;
	border-left: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: auto;
	color: #fff;
}

#slide_main a {
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #fff;
	background: #01599b;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}

#slide_main a.active {
	background: #b93636;
}

#slide_main li li a {
	padding-left: 20px;
	background: #0270c3;
	font-weight: normal;
}

#slide_main #search {
	position: relative;
	padding: 20px 10px;
}

#slide_main #search input[type=text] {
	display: inline-block;
	width: 100%;
	padding: 3px 30px 3px 10px;
	border: 1px solid #d5d5d5;
	border-radius: 50px;
	background: #f6f6f6;
	color: #333;
}

#slide_main #search input[type=submit] {
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 5;
	border: none;
	background: none;
	color: #666;
	font-family: FontAwesome;
	font-size: 1.077em; /*14px*/
	cursor: pointer;
}

#slide_main .slide_btn {
	display: block;
	padding: 15px 10px;
	color: #333;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/*= breadcrumbs ------------------------------------------------------------------------------------ */

#breadcrumbs {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 10px 5px;
}

#breadcrumbs li {
	display: inline;
	font-size: 0.923em; /*12px*/
  line-height: 1.5;
}

#breadcrumbs li:before {
	content: " ≫ ";
}

#breadcrumbs li:first-child:before {
	content: none;
}

/*= contents -------------------------------------------------------------------------------------- */

#contents {
  position: relative;
	display: block;
	width: 100%;
	max-width: 960px;
  min-height: 776px;
	/*
  min-height: 650px;
	*/
	margin: 0 auto;
	padding: 40px 0px 30px;
}

#contents .main {
	float: left;
	display: block;
	width: 77.5%;
	vertical-align: top;
}

#contents .main p {
	line-height: 1.6;
	margin-bottom: 1em;
}

#contents .main strong {
	font-weight: bold;
}

#contents .main ul {
	margin-left: 20px;
	margin-bottom: 1.5em;
	padding: 0;
}
#contents .main ol {
	margin-left: 25px;
	margin-bottom: 1.5em;
	padding: 0;
}

#contents .main .aligncenter,
#contents .main div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contents .main .alignleft {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#contents .main .alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#contents .main .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f7f7f7;
	padding-top: 4px;
	margin: 0 10px 10px;
	border-radius: 3px;
}

#contents .main .wp-caption p {
	margin: 5px;
}

#contents .sub {
  position: absolute;
  top: 0;
  right: 0;
	display: block;
	width: 22.5%;
  padding-top: 40px;
	vertical-align: top;
}

#contents .sub .banner li {
	margin-bottom: 10px;
	list-style-type: none;
}

#contents .sub .banner li a:hover {
	opacity: 0.7;
}

#contents .sub .banner li img {
	width: 100%;
	height: auto;
}

.sub .banner .ul_inner {
width:216px;
text-align:center;
}
.ul_inner li {
float:left;
width:72px;
}
@media (max-width: 959px) {
  .sub .banner .ul_inner {
  width:230px;
  height:108px;
    margin:0 auto;
  }
  .ul_inner li {
  width:76px;
  }
}


/*= footer ---------------------------------------------------------------------------------------- */

footer .navi {
	max-width: 1000px;
	margin: 0 auto 113px;
	padding: 0 10px;
	letter-spacing: -0.5em;
}

footer .navi li {
	display: inline;
	padding-right: 25px;
	letter-spacing: normal;
	font-size: 1.077em; /*14px*/
	line-height: 1.6;
}

footer .navi li:before {
	padding-right: 2px;
	content: "\f0a9";
	color: #0270c3;
	font-family: 'FontAwesome';
}

footer .navi li a {
	color: #333;
	font-size: 0.929em; /*13px*/
	text-decoration: none;
}

footer .navi li a:hover {
	text-decoration: underline;
}

footer .page_top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	text-align: center;
}

footer .page_top a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

footer .page_top a:before {
	content: "\f139";
	display: block;
	color: #0270c3;
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 50px;
}

footer .page_top a:hover {
	opacity: 0.7;
}

footer .bg_wrapper {
	padding: 5px 0 0;
	background: #359ef7 url(../images/common/common_footer_bg.png) center bottom no-repeat;
	background-size: cover;
}

footer .layout_wrapper {
	max-width: 1000px;
	margin: 0 auto;
	background: url(../images/common/common_footer_img.png) right bottom no-repeat;
}

footer .sitemap {
	padding: 30px 0;
}

footer .sitemap dl {
	float: left;
	width: 25%;
	padding: 0 30px;
	font-size: 0.846em; /*11px*/
}

footer .sitemap dl a {
	color: #333;
	text-decoration: none;
}

footer .sitemap dl a:hover {
	text-decoration: underline;
}

footer .sitemap dt {
	margin-bottom: 20px;
	font-weight: bold;
}

footer .sitemap dd {
	padding-left: 0.65em;
	text-indent: -0.65em;
	line-height: 1.5;
}

footer .sitemap dd:before {
	content: "-";
	padding-right: 3px;
}

footer .line {
	height: 2px;
	margin: 0 30px;
	background: url(../images/common/common_footer_line_bg.png) 0 0 repeat-x;
}

footer .copyright {
	max-width: 1000px;
	margin: 30px auto 0;
	padding: 0 10px 15px;
}

#lineup-font-size-sampler {
	bottom: -100px;
}
