@charset "UTF-8";
/*--------------------------------------------
	HTML5 Reset ::style.css
	-------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer:http://ericmeyer.com
	HTML5 Doctor:http://html5doctor.com
	and the HTML5 Boilerplate:http://html5boilerplate.com
---------------------------------------------*/
/* Let's default this puppy out
--------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	width: auto;
}


article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}


/* Responsive images and other embedded objects
   Note:keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}


html {
  overflow-y: scroll;
}


ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}


del {
  text-decoration: line-through;
}


abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


th {
  font-weight: bold;
  vertical-align: top;
}


td {
  font-weight: normal;
  vertical-align: top;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


input, select {
  vertical-align: top;
}


pre {
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}


input[type="radio"] {
  vertical-align: text-bottom;
}


input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}


select, input, textarea {
  font: 99% sans-serif;
}


table {
  font-size: inherit;
  font: 100%;
}


a:hover, a:active {
  outline: none;
}


td, td img {
  vertical-align: top;
}


sub, sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
}


sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}


pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}


.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}


button, input, select, textarea {
  margin: 0;
}


button {
  width: auto;
  overflow: visible;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}


img {
  vertical-align: bottom;
}


.clear:before, .clear:after {
  content: " ";
  display: table;
}


.clear:after {
  clear: both;
}


.clear {
  *zoom: 1;
}


/*-------------------------------------------

Base Scss

-------------------------------------------*/
/*-------------------------------------------
Base Setting
-------------------------------------------*/
html {
  font-size: 62.5%;
}


body {
  width: 100%;
  background: #3E8CC8;
  min-width: 350px;
}


body.sp_device {
  min-width: inherit;
}


body, select, input, textarea, button {
  font-size: 1.4rem;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ", "Meiryo", "Meiryo UI", "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif;
  line-height: 1.5;
  color: #333333;
  font-size-adjust: none;
  -webkit-font-size-adjust: none;
  -webkit-text-size-adjust: none;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


a {
  color: #333333;
  cursor: pointer;
}


a:link {
  text-decoration: none;
}


a:visited {
  text-decoration: none;
}


a:hover, a:active {
  text-decoration: underline;
}


img {
  vertical-align: middle;
}


input, button, textarea, select {
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


textarea {
  resize: vertical;
}


address {
  font-style: normal;
}


em {
  font-style: normal;
}


strong {
  font-weight: normal;
}


legend {
  display: none;
}


table {
  text-align: left;
  font-weight: normal;
}


th, td {
  font-weight: normal;
}


body {
  word-break: break-all;
  position: relative;
}


p > img {
  vertical-align: middle;
}


ol, li {
  list-style: none;
}


/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  position: relative;
  z-index: 2;
  width: 100%;
}

/*headerTop
---------------------------*/

#header .headerTop {
  background: #0077db;
}

#header .headerTopInner {
  width: 960px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

#header .headerTopInner > * {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.3rem;
}

#header .headerTopLink_01 {
  font-size: 0;
  width: 223px;
}

#header .headerTopLink_01 li {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 13px;
  background: url(../images/header/header_arrow_01.png) no-repeat center left;
}

#header .headerTopLink_01 li + li {
  margin-left: 22px;
}

#header .headerTopLink_01 li a {
  color: #fff;
}

/* -------------------------- headerSearchBlock */

#header .headerSearchBlock {
  padding-right: 30px;
  width: 335px;
}

#header .headerSearchBlock input {
  float: left;
  height: 40px;
}

#header .headerSearchInput {
  width: 259px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #003596;
  line-height: 40px;
  padding-left: 18px;
  color: #fff;
}

#header .headerSearchInput::-webkit-input-placeholder {
  color: #fff;
}

#header .headerSearchInput:focus::-webkit-input-placeholder {
  color: transparent;
}

#header .headerSearchInput::-ms-input-placeholder {
  color: #fff;
}

#header .headerSearchInput::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

#header .headerSearchInput:focus::-moz-placeholder {
  color: transparent;
}

#header .headerSearchBtn {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 45px;
  color: transparent;
  border: none;
  background: url(../images/header/header_ico_search_01.png) no-repeat center;
}

#header .fontBtnBlock {
  width: 255px;
}

#header .fontBtnBlock > * {
  float: left;
}

#header .fontBtnTtl {
  width: auto;
}

#header .fontBtnWrap {
  margin-left: 16px;
  margin-top: -1px;
  font-size: 0;
}

#header .fontBtn {
  display: inline-block;
  font-size: 1.3rem;
  width: 70px;
  border: none;
  background: #003596;
  color: #fff;
}

#header .fontBtn.active {
  background: #fff;
  color: #0077db;
}

#header .fontBtn:first-child {
  border-radius: 2px 0 0 2px;
}

#header .fontBtn:nth-child(2) {
  border-radius: 0 2px 2px 0;
}

/*headerlogo
-----------------------------*/
#header .headerLogo_02 {
  background: #fff;
  padding: 0 12px;
}

.headerLogo {
	width: 1000px;
	height: 110px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.headerLogo h1 {
    background-image: url(../../images/2x/headerlogo2x.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 460px auto;
    height: 110px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.sp_device .headerLogo  {
	background-size: 30% auto;
	width: 100%;
}
.sp_device .headerLogo h1 {
	background-size: 350px auto;
	background-position: 16px center;
}

/*headerLogo_gallery
-----------------------------*/
#header .headerLogo_gallery_02 {
  background: #fff;
  padding: 0 12px;
}

.headerLogo_gallery {
	width: 1000px;
	height: 110px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.headerLogo_gallery h1 {
    background-image: url(../../images/2x/headerlogo2x.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 460px auto;
    height: 110px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.sp_device .headerLogo_gallery  {
	background-size: 30% auto;
	width: 100%;
}
.sp_device .headerLogo_gallery h1 {
	background-size: 350px auto;
	background-position: 16px center;
}



/*headerBtm
-----------------------------*/

#header .headerBtm {
  background: #fff;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.3);
}

#header .headerBtmInner {
  width: 960px;
  margin: 0 auto;
}

#header .headerBtmCnt {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#header .headerBtmCnt > * {
  display: table-cell;
  vertical-align: middle;
}

#header .headerLogo_01 {
  width: 329px;
  padding-right: 75px;
  line-height: 0;
}

/*sp
----------------------------*/
.sp_device #header .headerBtm {
  height: 60px;
  box-shadow: none;
}

.sp_device #header .headerBtmInner {
  width: 100%;
  padding: 6px 0 6px 15px;
}

.sp_device #header .headerBtmCnt {
  display: inline-block;
  width: auto;
}

.sp_device #header .headerBtmCnt > * {
  display: block;
}

.sp_device #header .headerLogo_01 {
  width: 190px;
  padding-right: 0;
}

.sp_device #header .headerLogo_02 {
  padding: 0;
  width: 165px;
}

.sp_device #header .headerLogo_01 img,.sp_device #header .headerLogo_02 img {
  vertical-align: top;
}

/*globalNav
----------------------------*/
#header .globalNav {
  display: table;
  table-layout: fixed;
  width: 630px;
}

#header .globalNav > * {
  display: table-cell;
  height: 90px;
  border-left: solid 1px #ededed;
  vertical-align: middle;
}

#header .globalNav > *:last-child {
  border-right: solid 1px #ededed;
}

#header .globalNav > *:hover {
  background: #dff1fe;
}

#header .globalNav > *.active{
  background: #dff1fe;
}

#header .navTtl {
  text-align: center;
  font-weight: bold;
}

#header .navIco {
  display: block;
}

#header .navCntWrap {
  display: none;
  position: absolute;
  top: 130px;
  left: 0;
  padding: 30px 0;
  width: 100%;
  background: #dff1fe;
  z-index: 2;
}

#header .navCntInner {
  width: 960px;
  margin: 0 auto;
}

#header .navCntHeading {
  margin-bottom: 20px;
}

#header .navCntTtl {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

#header .navCntTtl strong{
  font-weight: bold;
}

#header .navCntLead {
  float: left;
  width: auto;
  font-size: 1.4rem;
}

#header .navCntLink {
  float: right;
  width: auto;
}

#header .navCnt,
#header .navCnt_02 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

#header .navCnt > *,
#header .navCnt_02 > * {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

#header .navCnt a {
  display: block;
  border: solid 1px #0077db;
  border-radius: 4px;
  padding: 15px 18px 15px 18px;
  background: #fff url(../images/header/header_arrow_02.png) no-repeat 96% center;
  color: #0077db;
}
#header .navCnt_02 a {
  width: 25%;
  height: 74px;
  display: table-cell;
  border: solid 1px #0077db;
  border-radius: 4px;
  padding: 15px 18px 15px 18px;
  vertical-align: middle;
  background: #fff url(../images/header/header_arrow_02.png) no-repeat 96% center;
  color: #0077db;
}

/*sp
----------------------------*/
#header .spNavWrap {
  border-top: solid 2px #013ba0;
  position: fixed;
  top: 60px;
  bottom: 0;
  /* left: 0; */
  width: 100%;
  background: #fff;
  z-index: 2;
  /* background-color: white; */
  overflow: scroll;
}

#header .spNavWrap a {
  color: #013a9e;
}

#header .spNavBtn {
  display: block;
  width: 30px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 15px;
  background: url(../images/header/header_btn_nav_open_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavBtn.active {
  background: url(../images/header/header_btn_nav_close_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNav {
  display: block;
  position: relative;
  padding: 17px 38px 17px 20px;
  border-bottom: solid 1px #cccccc;
  font-size: 1.4rem;
}

#header .spNav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

#header .spNav.spNavAcco:after {
  width: 18px;
  height: 18px;
  background: url(../images/ico_pluse_01.png) no-repeat center;
  background-size: contain;
}

#header .spNav.spNavAcco.active:after {
  background: url(../images/ico_minus_01.png) no-repeat center;
  background-size: contain;
}

#header .spNav.spNavLink:after {
  width: 13px;
  height: 19px;
  background: url(../images/header/header_arrow_02_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavCnt {
  border-bottom: solid 1px #999999;
  background: #dff1fe;
  padding: 11px 34px;
}

#header .spNavCnt > li + li {
  border-top: solid 1px #999999;
}

#header .spNavCnt a {
  display: block;
  padding: 12px 7px 12px 0;
  position: relative;
  font-size: 1.3rem;
}

#header .spNavCnt a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 12px;
  margin: auto 0;
  background: url(../images/header/header_arrow_01_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavSearchBlock {
  background: #f2f2f2;
  padding: 20px 15px;
}

#header .spNavSearch {
  border: solid 1px #cccccc;
  padding: 10px 0 10px 17px;
  font-size: 1.3rem;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

#header .spNavSearch::-webkit-input-placeholder {
  color: #333333;
}

#header .spNavSearch:focus::-webkit-input-placeholder {
  color: transparent;
}

#header .spNavSearchBtn {
  display: inline-block;
  position: relative;
  line-height: 37px;
  width: 130px;
  color: #fff;
  padding-left: 30px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  background: #003596;
}

#header .spNavSearchBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background: url(../images/header/header_ico_search_01_sp.png);
  background-size: contain;
}

#header .spNavBtmLinkBlock {
  padding: 20px 15px;
}

#header .spNavBtmLink a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  position: relative;
}

#header .spNavBtmLink a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 12px;
  margin: auto 0;
}

#header .spNavBtmLink_01 a {
  padding-left: 19px;
  padding-right: 20px;
  border: solid 2px #003596;
  color: #003596;
}

#header .spNavBtmLink_01 a:after {
  background: url(../images/header/header_arrow_03_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavBtmLink_02 a:after {
  background: url(../images/header/header_arrow_04_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavBtmLink_02 {
  margin-top: 15px;
}

#header .spNavBtmLink_02 a {
  padding-left: 21px;
  padding-right: 22px;
  background: #f0a235;
  color: #fff;
}


#header .spNavBtmLinkBlock_b {
  padding: 20px 15px;
}

#header .spNavBtmLink_b a {
	display: block;
	line-height: 20px;
	border-radius: 2px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header .spNavBtmLink_b a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 12px;
  margin: auto 0;
}

#header .spNavBtmLink_03 a:after {
  background: url(../images/header/header_arrow_04_sp.png) no-repeat center;
  background-size: contain;
}

#header .spNavBtmLink_03 {
  margin-top: 15px;
}

#header .spNavBtmLink_03 a {
  padding-left: 21px;
  padding-right: 22px;
  background: #f0a235;
  color: #fff;
}


/*-------------------------------------------
Footer
-------------------------------------------*/

#footer .footerCnt {
width: 960px;
margin: 0 auto;
padding-top: 0px;
margin-bottom: 40px;
position: relative;
}

#footer .footerNavBlock {
  display: table;
  margin-bottom: 30px;
}

#footer .footerNavWrap {
display: table-cell;
width: 230px;
}

#footer .footerNavWrap + .footerNavWrap {
  border-left: dotted 1px #dadada;
  padding-left: 20px;
}

#footer .footerNav+.footerNav{
  margin-top: 28px;
}

#footer .footerNavTtl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

#footer .footerNavCnt {
  padding-left: 20px;
  margin-bottom: 6px;
}

#footer .footerNavLink .footerNavCnt {
  padding-left: 0;
}

#footer .footerCoInfoWrap {
  background: #f3f3f3;
  text-align: center;
}

#footer .footerCoInfoCnt{
  display: inline-block;
}

#footer .footerCoInfo {
  width: 100%;
  display: table;
}

#footer .footerCoInfo > * {
  display: table-cell;
  padding: 18px 0;
  vertical-align: middle;
}

#footer .coInfo {
  padding-left: 16px;
  font-size: 1.2rem;
  text-align: left;
}

#footer .topBtn{
  position: absolute;
  right: 0;
  bottom: -78px;
  display: block;
  width: 44px;
  height: 38px;
  background: #164ea7 url(../images/ico_arrow_pageTopBtn_01.png) no-repeat center;
  background-size: 22px 14px;
}

/*sp
----------------------------*/
#footer .spTopBtn {
  padding: 15px 17px;
  background: #fff;
}

#footer .spTopBtn a {
  display: block;
  background: #2e59a9;
  color: #fff;
  padding: 14px 0;
  text-align: center;
}

#footer .spTopBtn a span {
  padding-left: 26px;
  background: url(../images/ico_arrow_pageTopBtn_01.png) no-repeat left center;
  background-size: 16.5px auto;
}

#footer .spFooterLink {
  padding-top: 2px;
  background: #ededed;
  font-size: 0;
}

#footer .spFooterLink > * {
  display: inline-block;
  width: 49.5%;
  font-size: 1.2rem;
  background: #fff;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 2px;
}

#footer .spFooterLink > * + *:not(.w100p) {
  margin-left: 2px;
}

/*copy rights
-----------------------------*/

#footer .copyBlock {
	background-color: #5188b1;
	padding: 10px 0;
	text-align: center;
}

#footer .copyRights {
  color: #fff;
  font-size: 1.2rem;
}

/*sp
----------------------------*/

#footer .sp_device .copyBlock {
  padding-left: 25px;
  padding-right: 25px;
}


/*js_back-top
----------------------------*/
#js_back-top{
  opacity: 0;
  position: fixed;
  bottom: 56px;
  right: 0;
  margin-top: -20px;
  z-index: 2;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  pointer-events: none;
}
#js_back-top.active{
  opacity: 1;
  pointer-events: auto;
}
#js_back-top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #164ea7;
  text-align: center;
}

#js_back-top a img{
  position: relative;
  top: 50%;
  width: 25px;
  margin-top: -25px;
}

/*modal
----------------------------*/
.modalWindow{
  display:none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,0.75);
  overflow: hidden;
}
#cboxLoadedContent {
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
  display: none;
}
#cboxContent {
  position: relative;
  padding: 15px 15px 70px 15px;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxClose {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  width: 50%;
  max-width: 164px;
  margin: 0 auto;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 8px 1em;
  white-space: nowrap;
  background: #FFF;
  cursor: pointer;
}
#cboxClose:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 8px;
  background: url(../images/ico_close_02.png) center center no-repeat;
  background-size: contain;
}
#cboxClose:active {
  outline: 0;
}
#cboxClose:hover {
  text-decoration:underline;
}
#cboxWrapper .closeIcon{
  position: absolute;
  top: -30px;
  right: 0;
}
#cboxWrapper .closeIcon a {
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid #FFF;
  border-radius: 12px;
  text-indent: -9999px;
  background: url(../images/ico_close_01.png) center center no-repeat;
  background-size: 12px;
  overflow: hidden;
  z-index: 1;
}
.sp_device #cboxContent {
  padding: 10px 10px 60px 10px;
}
.sp_device #cboxClose {
  bottom: 10px;
}
